From 07ffc69c6eca924a87bb4de283ffcd1e34a28de5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Goinvic?= Date: Wed, 6 Nov 2024 14:31:55 +0000 Subject: [PATCH] 2.21.1 --- Dockerfile.base | 6 +- Dockerfile.operator | 2 +- Dockerfile.updater | 1 + .../crd/bases/starter-core/kustomization.yaml | 1 - ...trix.element.io_matrixcontentscanners.yaml | 249 - .../matrix.element.io_synapses.yaml | 1 + .../cleanup/starter-core/kustomization.yaml | 5 - .../starter-core/default-resources.yaml | 19 - .../base/starter-core/kustomization.yaml | 4 - .../starter-core/matrix_content_scanner.yaml | 51 - .../cleanup/starter-core/kustomization.yaml | 10 - .../starter-core/kustomization.yaml | 4 - ...rixcontentscanner-icap-only-resources.yaml | 10 - .../inline-patches/starter-core/replicas.yaml | 14 - .../starter-core/storage-defaults.yaml | 19 - .../starter-core/uids-gids.yaml | 19 - .../default-resources-replacements.yaml | 66 - .../k8s-storage-pvc-template.yaml | 65 - .../starter-core/kustomization.yaml | 30 - .../starter-core/matrix_content_scanner.yaml | 46 - .../replacements/starter-core/synapse.yaml | 1 + .../replacements/common/kustomization.yaml | 3 +- .../persistent-volume-claim-template.yaml | 64 - .../default-resources-replacements.yaml | 66 - .../starter-core/kustomization.yaml | 38 - .../matrix_v1alpha1_matrixcontentscanner.yaml | 47 - helm/easy-setup/deploy.sh | 5 +- helm/easy-setup/ess-meta/Chart.yaml | 8 +- helm/easy-setup/values.ess-crds.yaml.example | 4 +- helm/ess-stack/Chart.yaml | 4 +- helm/ess-stack/values.schema.json | 863 +- helm/ess-system/Chart.yaml | 8 +- helm/operator/Chart.yaml | 4 +- helm/operator/source-values.yaml | 4 +- .../templates/clusterrole-manager.yaml | 14 - ...usterrole-matrixcontentscanner-editor.yaml | 33 - ...usterrole-matrixcontentscanner-viewer.yaml | 28 - ...trixcontentscanners.matrix.element.io.yaml | 814 - ...definition-synapses.matrix.element.io.yaml | 2 + helm/operator/values.yaml | 4 +- helm/updater/Chart.yaml | 4 +- helm/updater/source-values.yaml | 4 +- .../templates/clusterrole-manager.yaml | 14 - ...mresourcedefinition-elementdeployment.yaml | 3484 +-- helm/updater/values.yaml | 4 +- requirements.txt | 1397 +- requirements.yml | 10 +- .../defaults/main/images.yml | 19 +- .../templates/any/k8s-image.yaml.j2 | 28 +- .../any/k8s-synapse-services.yaml.j2 | 11 - .../config/25-contentScanner.json.j2 | 14 - .../matrix_content_scanner.yaml.j2 | 74 - .../matrix_content_scanner/pvc.yaml.j2 | 8 - .../matrix_content_scanner/secrets.yaml.j2 | 14 - .../tls-secrets.yaml.j2 | 8 - .../config/25-authenticated-media.yml.j2 | 8 + .../templates/synapse/synapse.yaml.j2 | 4 +- .../vars/main/matrix_content_scanner.yml | 19 - .../elementdeployment/vars/main/replicas.yaml | 4 - .../defaults/main/main.yml | 62 - roles/matrixcontentscanner/files/virusScan.sh | 25 - roles/matrixcontentscanner/tasks/main.yml | 20 - .../templates/c-icap.conf.j2 | 33 - .../templates/clamd.conf.j2 | 13 - .../templates/clamd_mod.conf.j2 | 10 - .../templates/config.yaml.j2 | 41 - .../templates/freshclam.conf.j2 | 38 - ...rixcontentscanner_clamav_configmap.yaml.j2 | 30 - ...atrixcontentscanner_clamav_service.yaml.j2 | 27 - ...xcontentscanner_clamav_statefulset.yaml.j2 | 205 - .../matrixcontentscanner_configmap.yaml.j2 | 23 - .../matrixcontentscanner_service.yaml.j2 | 30 - .../matrixcontentscanner_statefulset.yaml.j2 | 146 - .../templates/virus_scan.conf.j2 | 18 - roles/synapse/tasks/main.yml | 2 +- roles/synapse/tasks/validation.yml | 10 +- roles/synapse/templates/haproxy.cfg.j2 | 40 +- roles/synapse/vars/main/main.yml | 8 +- .../docker.io_library_haproxy:3.0-alpine.json | 72 +- ...ker.io_library_nginx:1.26-alpine-slim.json | 71 +- sboms/docker.io_library_redis:7.4-alpine.json | 193 +- ...ker.io_matrixdotorg_synapse:v1.116.0.json} | 4324 ++- ...ker.io_vectorim_element-web:v1.11.82.json} | 83 +- ...e-operator-conversion-webhook:2.21.1.json} | 109 +- ...io_vectorim_ess-core-operator:2.21.1.json} | 22689 ++++++++++------ ...re-updater-conversion-webhook:2.21.1.json} | 109 +- ....io_vectorim_ess-core-updater:2.21.1.json} | 22689 ++++++++++------ ...ectorim_matrix-content-scanner:v1.1.0.json | 22462 --------------- ....io_element-hq_docker-clamav:1.3.1-60.json | 4299 --- ..._docker-icap:core-0.6.3-modules-0.5.7.json | 2493 -- ...uay.io_brancz_kube-rbac-proxy:v0.18.0.json | 21 +- watches.updater.yaml | 2 - watches.yaml | 10 - 93 files changed, 32602 insertions(+), 55569 deletions(-) delete mode 100644 config/crd/bases/starter-core/matrix.element.io_matrixcontentscanners.yaml delete mode 100644 config/crd/element-deployment/base/starter-core/matrix_content_scanner.yaml delete mode 100644 config/crd/element-deployment/inline-patches/starter-core/matrixcontentscanner-icap-only-resources.yaml delete mode 100644 config/crd/element-deployment/inline-patches/starter-core/storage-defaults.yaml delete mode 100644 config/crd/element-deployment/replacements/starter-core/k8s-storage-pvc-template.yaml delete mode 100644 config/crd/element-deployment/replacements/starter-core/matrix_content_scanner.yaml delete mode 100644 config/crd/replacements/common/persistent-volume-claim-template.yaml delete mode 100644 config/samples/matrix_v1alpha1_matrixcontentscanner.yaml delete mode 100644 helm/operator/templates/clusterrole-matrixcontentscanner-editor.yaml delete mode 100644 helm/operator/templates/clusterrole-matrixcontentscanner-viewer.yaml delete mode 100644 helm/operator/templates/customresourcedefinition-matrixcontentscanners.matrix.element.io.yaml delete mode 100644 roles/elementdeployment/templates/any/k8s-synapse-services.yaml.j2 delete mode 100644 roles/elementdeployment/templates/element_web/config/25-contentScanner.json.j2 delete mode 100644 roles/elementdeployment/templates/matrix_content_scanner/matrix_content_scanner.yaml.j2 delete mode 100644 roles/elementdeployment/templates/matrix_content_scanner/pvc.yaml.j2 delete mode 100644 roles/elementdeployment/templates/matrix_content_scanner/secrets.yaml.j2 delete mode 100644 roles/elementdeployment/templates/matrix_content_scanner/tls-secrets.yaml.j2 create mode 100644 roles/elementdeployment/templates/synapse/config/25-authenticated-media.yml.j2 delete mode 100644 roles/elementdeployment/vars/main/matrix_content_scanner.yml delete mode 100644 roles/matrixcontentscanner/defaults/main/main.yml delete mode 100644 roles/matrixcontentscanner/files/virusScan.sh delete mode 100644 roles/matrixcontentscanner/tasks/main.yml delete mode 100644 roles/matrixcontentscanner/templates/c-icap.conf.j2 delete mode 100644 roles/matrixcontentscanner/templates/clamd.conf.j2 delete mode 100644 roles/matrixcontentscanner/templates/clamd_mod.conf.j2 delete mode 100644 roles/matrixcontentscanner/templates/config.yaml.j2 delete mode 100644 roles/matrixcontentscanner/templates/freshclam.conf.j2 delete mode 100644 roles/matrixcontentscanner/templates/manifests/matrixcontentscanner_clamav_configmap.yaml.j2 delete mode 100644 roles/matrixcontentscanner/templates/manifests/matrixcontentscanner_clamav_service.yaml.j2 delete mode 100644 roles/matrixcontentscanner/templates/manifests/matrixcontentscanner_clamav_statefulset.yaml.j2 delete mode 100644 roles/matrixcontentscanner/templates/manifests/matrixcontentscanner_configmap.yaml.j2 delete mode 100644 roles/matrixcontentscanner/templates/manifests/matrixcontentscanner_service.yaml.j2 delete mode 100644 roles/matrixcontentscanner/templates/manifests/matrixcontentscanner_statefulset.yaml.j2 delete mode 100644 roles/matrixcontentscanner/templates/virus_scan.conf.j2 rename sboms/{docker.io_matrixdotorg_synapse:v1.114.0.json => docker.io_matrixdotorg_synapse:v1.116.0.json} (87%) rename sboms/{docker.io_vectorim_element-web:v1.11.81.json => docker.io_vectorim_element-web:v1.11.82.json} (96%) rename sboms/{docker.io_vectorim_ess-core-operator-conversion-webhook:2.20.2.json => docker.io_vectorim_ess-core-operator-conversion-webhook:2.21.1.json} (94%) rename sboms/{docker.io_vectorim_ess-core-updater:2.20.2.json => docker.io_vectorim_ess-core-operator:2.21.1.json} (75%) rename sboms/{docker.io_vectorim_ess-core-updater-conversion-webhook:2.20.2.json => docker.io_vectorim_ess-core-updater-conversion-webhook:2.21.1.json} (94%) rename sboms/{docker.io_vectorim_ess-core-operator:2.20.2.json => docker.io_vectorim_ess-core-updater:2.21.1.json} (75%) delete mode 100644 sboms/docker.io_vectorim_matrix-content-scanner:v1.1.0.json delete mode 100644 sboms/ghcr.io_element-hq_docker-clamav:1.3.1-60.json delete mode 100644 sboms/ghcr.io_element-hq_docker-icap:core-0.6.3-modules-0.5.7.json diff --git a/Dockerfile.base b/Dockerfile.base index c2694c3..638939c 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: AGPL-3.0-or-later -FROM python:3.11-slim-bookworm AS build +FROM python:3.12-slim-bookworm AS build RUN apt --yes update && apt --yes install git curl libc-bin && \ ls -l /usr/lib/locale @@ -14,7 +14,7 @@ RUN apt update && apt install -y git make && \ cd /workspace && \ git clone https://github.com/element-hq/ansible-operator-plugins.git && \ cd ansible-operator-plugins && \ - git checkout v1.35.0-mark-unsafe-non-spec-object-main && \ + git checkout element && \ make build/ansible-operator && \ mv ./ansible-operator /usr/local/bin/ansible-operator && \ chmod +x /usr/local/bin/ansible-operator && /usr/local/bin/ansible-operator version @@ -72,7 +72,7 @@ FROM gcr.io/distroless/python3-debian12 AS base ARG GIT_COMMIT=devel LABEL git_commit=$GIT_COMMIT -COPY --from=base-builder /usr/local/lib/python3.11/site-packages /usr/local/lib/python3.11/site-packages +COPY --from=base-builder /usr/local/lib/python3.12/site-packages /usr/local/lib/python3.12/site-packages COPY --from=base-builder /etc/ansible /etc/ansible COPY --from=base-builder /ansible /ansible COPY --from=base-builder /usr/local/bin /usr/local/bin diff --git a/Dockerfile.operator b/Dockerfile.operator index a68172c..d768dc1 100644 --- a/Dockerfile.operator +++ b/Dockerfile.operator @@ -6,7 +6,7 @@ ARG DISTROLESS_BASE_IMAGE=registry.gitlab.element.io/engineering/ess/operator/el # We need to run a first build step to remove elementdeployment role -FROM python:3.11-slim-bookworm AS build-tmp +FROM python:3.12-slim-bookworm AS build-tmp COPY LICENSES/operator /element.io/LICENSES COPY watches.yaml /element.io/watches.yaml diff --git a/Dockerfile.updater b/Dockerfile.updater index 92b1fa9..bb1d952 100644 --- a/Dockerfile.updater +++ b/Dockerfile.updater @@ -18,6 +18,7 @@ COPY roles/teardown /element.io/roles/teardown/ COPY roles/generic_apply /element.io/roles/generic_apply/ COPY playbooks/elementdeployment.yml playbooks/any.yml /element.io/playbooks/ +USER 0 RUN chmod -R 0755 /element.io USER 32001 diff --git a/config/crd/bases/starter-core/kustomization.yaml b/config/crd/bases/starter-core/kustomization.yaml index 811c264..629bd28 100644 --- a/config/crd/bases/starter-core/kustomization.yaml +++ b/config/crd/bases/starter-core/kustomization.yaml @@ -5,6 +5,5 @@ resources: - matrix.element.io_elementwebs.yaml - - matrix.element.io_matrixcontentscanners.yaml - matrix.element.io_synapses.yaml - matrix.element.io_wellknowndelegations.yaml diff --git a/config/crd/bases/starter-core/matrix.element.io_matrixcontentscanners.yaml b/config/crd/bases/starter-core/matrix.element.io_matrixcontentscanners.yaml deleted file mode 100644 index 12f351d..0000000 --- a/config/crd/bases/starter-core/matrix.element.io_matrixcontentscanners.yaml +++ /dev/null @@ -1,249 +0,0 @@ -# Copyright 2023-2024 New Vector Ltd -# -# SPDX-License-Identifier: AGPL-3.0-or-later - - -apiVersion: apiextensions.k8s.io/v1 -kind: CustomResourceDefinition -metadata: - name: matrixcontentscanners.matrix.element.io -spec: - group: matrix.element.io - names: - kind: MatrixContentScanner - listKind: MatrixContentScannerList - plural: matrixcontentscanners - singular: matrixcontentscanner - scope: Namespaced - versions: - - name: v1alpha1 - schema: - openAPIV3Schema: - description: MatrixContentScanner is the Schema for the matrixcontentscanners API - properties: - apiVersion: - description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' - type: string - kind: - description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' - type: string - metadata: - type: object - spec: - description: Spec defines the desired state of MatrixContentScanner - type: object - required: - - config - - image - properties: - config: - type: object - description: This contains the MatrixContentScanner config - required: - - matrixServer - properties: - externalSecret: - description: | - The Secret that is managed outside of the MatrixContentScanner CRD lifecycle. - The Secret must contain at least the following keys - pickleKeyPassword, virusScan.sh. - type: object - properties: - name: - description: The name of the Secret within the same namespace as the MatrixContentScanner CRD - type: string - matrixContentScanner: - type: object - description: Matrix Content Scanner configuration - default: {} - properties: - replicas: - description: The number of replicas for the Matrix Content Scanner itself. Defaults to 2 - type: integer - default: 2 - minimum: 1 - resources: - description: This field will be generated by kustomize - containersSecurityContext: - description: This field will be generated by kustomize. - podSecurityContext: - description: This field will be generated by kustomize. - clamAntiVirus: - type: object - description: ClamAntiVirus configuration - properties: - replicas: - description: The number of replicas for ClamAV. Can only be 1 for now - type: integer - maximum: 1 - default: 1 - minimum: 1 - resources: - description: This field will be generated by kustomize - containersSecurityContext: - description: This field will be generated by kustomize. - podSecurityContext: - description: This field will be generated by kustomize. - volumeClaim: - type: string - description: ClamAntiVirus persistent volume to store virus db - freshclam: - type: object - description: Freshclam settings - default: {} - properties: - dnsDatabaseInfo: - type: string - default: current.cvd.clamav.net - description: Freshclam DNS Database info - databaseMirrors: - type: array - default: - - db.local.clamav.net - - database.clamav.net - items: - type: string - description: A clamav database mirror - proxy: - type: object - description: The freshclam proxy configuration - properties: - server: - type: string - description: Proxy server - port: - type: number - description: Proxy port - username: - type: string - description: Proxy username. `proxyPassword` must be present in the external secret if used. - icap: - type: object - default: {} - description: ClamAntiVirus configuration - properties: - resources: - description: This field will be generated by kustomize - containersSecurityContext: - description: This field will be generated by kustomize. - virusScan: - type: object - description: Virus Scan settings - default: {} - properties: - maxObjectSize: - type: string - description: The max object size icap will scan - default: 50M - pattern: "[0-9]+[KMG]" - scanFileTypes: - type: array - description: List of file types scanned by c-icap - minItems: 1 - default: - - TEXT - - DATA - - EXECUTABLE - - ARCHIVE - - GRAPHICS - - STREAM - - DOCUMENT - items: - type: string - enum: - - TEXT - - DATA - - EXECUTABLE - - ARCHIVE - - GRAPHICS - - STREAM - - DOCUMENT - sendPercentData: - type: number - minimum: 0 - maximum: 100 - default: 5 - startSendPercentDataAfter: - type: string - description: The max object size icap will scan - default: 5M - pattern: "[0-9]+[KMG]" - hostAliases: - description: This field will be generated by kustomize - matrixServer: - description: This field will be generated by kustomize - scanning: - type: object - description: Scanning configuration - properties: - allowedMimetypes: - description: List of allowed MIME types. If a file has a MIME type that's not in this list, its scan is considered failed. - type: array - items: - type: string - description: A MIME type. - caching: - type: object - description: Configures caching of scan results. - required: - - persistentVolumeClaimTemplate - properties: - maxSize: - description: Maximum number of results that can be stored in the cache. If more files are scanned before existing items reach their TTL, the least-recently accessed will be evicted. - type: number - ttl: - description: The maximum amount of time an entry will stay in the cache before being evicted. - pattern: "[0-9]+[dwmy]+" - type: string - maxFileSize: - description: The maximum cachable file size. If a file is bigger than this size, a copy of it will be not be cached even if the scan succeeds. If the file is requested again, it is downloaded again from the homeserver, but is not written to disk or scanned. - type: string - pattern: "[0-9]+[KMGT]B" - persistentVolumeClaimTemplate: - description: This field will be replaced by kustomize - download: - type: object - description: Configures download of medias - properties: - additionalHeaders: - type: object - description: Headers to send in outgoing requests. - additionalProperties: - type: string - download: - type: object - description: Configures download of medias. Deprecated, not used. Use download inside config instead - properties: - additionalHeaders: - type: object - description: Headers to send in outgoing requests. - additionalProperties: - type: string - workloads: - type: object - description: This contains the MatrixContentScanner workloads - properties: - matrixContentScanner: - description: This field will be generated by kustomize - clamAntiVirus: - description: This field will be generated by kustomize - image: - type: object - description: This contains the MatrixContentScanner image - properties: - matrixContentScanner: - description: This field will be generated by kustomize - clamAntiVirus: - description: This field will be generated by kustomize - icap: - description: This field will be generated by kustomize - service: - description: This field will be generated by kustomize - status: - description: Status defines the observed state of MatrixContentScanner - type: object - x-kubernetes-preserve-unknown-fields: true - type: object - served: true - storage: true - subresources: - status: {} diff --git a/config/crd/bases/starter-core/matrix.element.io_synapses.yaml b/config/crd/bases/starter-core/matrix.element.io_synapses.yaml index a033866..906fd78 100644 --- a/config/crd/bases/starter-core/matrix.element.io_synapses.yaml +++ b/config/crd/bases/starter-core/matrix.element.io_synapses.yaml @@ -227,6 +227,7 @@ spec: description: Number of instances of this worker type type: integer default: 1 + minimum: 1 resources: description: This field will be generated by kustomize resources: diff --git a/config/crd/cleanup/starter-core/kustomization.yaml b/config/crd/cleanup/starter-core/kustomization.yaml index 6cd8bb0..ae941e2 100644 --- a/config/crd/cleanup/starter-core/kustomization.yaml +++ b/config/crd/cleanup/starter-core/kustomization.yaml @@ -41,11 +41,6 @@ patches: metadata: name: workloads-starter-core $patch: delete - - |- - kind: KustomizeSchema - metadata: - name: persistent-volume-claim-template-starter-core - $patch: delete - |- kind: KustomizeSchema metadata: diff --git a/config/crd/default-resources/starter-core/default-resources.yaml b/config/crd/default-resources/starter-core/default-resources.yaml index c7f2b1b..82711f6 100644 --- a/config/crd/default-resources/starter-core/default-resources.yaml +++ b/config/crd/default-resources/starter-core/default-resources.yaml @@ -13,25 +13,6 @@ spec: requests: cpu: 50m memory: 50Mi - matrixContentScanner: - icap: - limits: - memory: 1Gi - requests: - cpu: 100m - memory: 100Mi - clamAntiVirus: - limits: - memory: 4Gi - requests: - cpu: 100m - memory: 100Mi - matrixContentScanner: - limits: - memory: 500Mi - requests: - cpu: 100m - memory: 100Mi synapse: haproxy: limits: diff --git a/config/crd/element-deployment/base/starter-core/kustomization.yaml b/config/crd/element-deployment/base/starter-core/kustomization.yaml index 78d7101..b49e6b7 100644 --- a/config/crd/element-deployment/base/starter-core/kustomization.yaml +++ b/config/crd/element-deployment/base/starter-core/kustomization.yaml @@ -12,10 +12,6 @@ patches: target: kind: CustomResourceDefinition name: elementdeployments.matrix.element.io - - path: matrix_content_scanner.yaml - target: - kind: CustomResourceDefinition - name: elementdeployments.matrix.element.io - path: synapse.yaml target: kind: CustomResourceDefinition diff --git a/config/crd/element-deployment/base/starter-core/matrix_content_scanner.yaml b/config/crd/element-deployment/base/starter-core/matrix_content_scanner.yaml deleted file mode 100644 index 6b3a614..0000000 --- a/config/crd/element-deployment/base/starter-core/matrix_content_scanner.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 2023-2024 New Vector Ltd -# -# SPDX-License-Identifier: AGPL-3.0-or-later - - -- op: add - path: '/spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/components/properties/matrixContentScanner' - value: - type: object - description: A web service for scanning media hosted on a Matrix media repository. - required: - - config - properties: - secretName: - default: matrix-content-scanner - type: string - description: The secret data associated to MatrixContentScanner config - pattern: ^[a-z0-9]([\-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([\-a-z0-9]*[a-z0-9])?)*$ - maxLength: 253 - config: - description: This field will be replaced by kustomize - k8s: - type: object - required: - - matrixContentScanner - properties: - common: - description: This field will be replaced by kustomize - clamAntiVirus: - type: object - default: {} - properties: - workloads: - description: This field will be replaced by kustomize - storage: - description: This field will be replaced by kustomize - icap: - type: object - default: {} - properties: - workloads: - description: This field will be replaced by kustomize - matrixContentScanner: - type: object - required: - - storage - properties: - workloads: - description: This field will be replaced by kustomize - storage: - description: This field will be replaced by kustomize diff --git a/config/crd/element-deployment/cleanup/starter-core/kustomization.yaml b/config/crd/element-deployment/cleanup/starter-core/kustomization.yaml index 7f1d6a2..dcf072a 100644 --- a/config/crd/element-deployment/cleanup/starter-core/kustomization.yaml +++ b/config/crd/element-deployment/cleanup/starter-core/kustomization.yaml @@ -19,11 +19,6 @@ patches: metadata: name: elementWeb $patch: delete - - | - kind: KustomizeSchema - metadata: - name: matrixContentScanner - $patch: delete - |- kind: KustomizeSchema metadata: @@ -60,11 +55,6 @@ patches: metadata: name: k8s-storage $patch: delete - - |- - kind: KustomizeSchema - metadata: - name: k8s-storage-pvc-template - $patch: delete - |- kind: KustomizeSchema metadata: diff --git a/config/crd/element-deployment/inline-patches/starter-core/kustomization.yaml b/config/crd/element-deployment/inline-patches/starter-core/kustomization.yaml index 811ba34..87c39b5 100644 --- a/config/crd/element-deployment/inline-patches/starter-core/kustomization.yaml +++ b/config/crd/element-deployment/inline-patches/starter-core/kustomization.yaml @@ -49,7 +49,3 @@ patches: target: kind: CustomResourceDefinition name: elementdeployments.matrix.element.io - - path: storage-defaults.yaml - target: - kind: CustomResourceDefinition - name: elementdeployments.matrix.element.io diff --git a/config/crd/element-deployment/inline-patches/starter-core/matrixcontentscanner-icap-only-resources.yaml b/config/crd/element-deployment/inline-patches/starter-core/matrixcontentscanner-icap-only-resources.yaml deleted file mode 100644 index 9849b18..0000000 --- a/config/crd/element-deployment/inline-patches/starter-core/matrixcontentscanner-icap-only-resources.yaml +++ /dev/null @@ -1,10 +0,0 @@ -# Copyright 2023 New Vector Ltd -# -# SPDX-License-Identifier: AGPL-3.0-or-later - - -# We can only configure resources and containerSecurityContext of icap -- op: remove - path: '/spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/components/properties/synapse/properties/k8s/properties/icap/properties/workloads/properties/annotations' -- op: remove - path: '/spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/components/properties/synapse/properties/k8s/properties/icap/properties/workloads/properties/hostAliases' diff --git a/config/crd/element-deployment/inline-patches/starter-core/replicas.yaml b/config/crd/element-deployment/inline-patches/starter-core/replicas.yaml index 5c60d4b..0fe0e0a 100644 --- a/config/crd/element-deployment/inline-patches/starter-core/replicas.yaml +++ b/config/crd/element-deployment/inline-patches/starter-core/replicas.yaml @@ -9,20 +9,6 @@ type: number description: The number of Element Web replicas minimum: 1 -- op: add - path: '/spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/components/properties/matrixContentScanner/properties/k8s/properties/clamAntiVirus/properties/workloads/properties/replicas' - value: - type: number - description: The number of ClamAV replicas. Can only be 1 for now - minimum: 1 - default: 1 - maximum: 1 -- op: add - path: '/spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/components/properties/matrixContentScanner/properties/k8s/properties/matrixContentScanner/properties/workloads/properties/replicas' - value: - type: number - description: The number of Matrix Content Scanner replicas - minimum: 1 - op: add path: '/spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/components/properties/synapse/properties/k8s/properties/haproxy/properties/workloads/properties/replicas' value: diff --git a/config/crd/element-deployment/inline-patches/starter-core/storage-defaults.yaml b/config/crd/element-deployment/inline-patches/starter-core/storage-defaults.yaml deleted file mode 100644 index fbb2632..0000000 --- a/config/crd/element-deployment/inline-patches/starter-core/storage-defaults.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 2024 New Vector Ltd -# -# SPDX-License-Identifier: AGPL-3.0-or-later - - -- op: replace - path: '/spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/components/properties/matrixContentScanner/properties/k8s/properties/clamAntiVirus/properties/storage/default/volume/size' - value: 1Gi -- op: replace - path: '/spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/components/properties/matrixContentScanner/properties/k8s/properties/clamAntiVirus/properties/storage/properties/volume/default/size' - value: 1Gi -# We have both these defaults as specifying a storageClassName or selector shouldn't lose the default on the siz\e -- op: replace - path: '/spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/components/properties/matrixContentScanner/properties/k8s/properties/matrixContentScanner/properties/storage/default/size' - value: 10Gi -- op: replace - path: '/spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/components/properties/matrixContentScanner/properties/k8s/properties/matrixContentScanner/properties/storage/properties/size/default' - value: 10Gi -# Synapse defaults are configured in config/crd/element-deployment/replacements/starter-core/synapse.yaml diff --git a/config/crd/element-deployment/inline-patches/starter-core/uids-gids.yaml b/config/crd/element-deployment/inline-patches/starter-core/uids-gids.yaml index c7f071b..2252a5b 100644 --- a/config/crd/element-deployment/inline-patches/starter-core/uids-gids.yaml +++ b/config/crd/element-deployment/inline-patches/starter-core/uids-gids.yaml @@ -10,25 +10,6 @@ - op: add path: /spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/components/properties/elementWeb/properties/k8s/properties/workloads/properties/securityContext/properties/fsGroup/default value: 10004 -# matrixContentScanner -- op: add - path: /spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/components/properties/matrixContentScanner/properties/k8s/properties/clamAntiVirus/properties/workloads/properties/securityContext/properties/runAsUser/default - value: 10150 -- op: add - path: /spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/components/properties/matrixContentScanner/properties/k8s/properties/clamAntiVirus/properties/workloads/properties/securityContext/properties/fsGroup/default - value: 10150 -- op: add - path: /spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/components/properties/matrixContentScanner/properties/k8s/properties/icap/properties/workloads/properties/securityContext/properties/runAsUser/default - value: 10152 -- op: add - path: /spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/components/properties/matrixContentScanner/properties/k8s/properties/icap/properties/workloads/properties/securityContext/properties/fsGroup/default - value: 10152 -- op: add - path: /spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/components/properties/matrixContentScanner/properties/k8s/properties/matrixContentScanner/properties/workloads/properties/securityContext/properties/runAsUser/default - value: 10151 -- op: add - path: /spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/components/properties/matrixContentScanner/properties/k8s/properties/matrixContentScanner/properties/workloads/properties/securityContext/properties/fsGroup/default - value: 10151 # Synapse - op: add path: /spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/components/properties/synapse/properties/k8s/properties/synapse/properties/workloads/properties/securityContext/properties/runAsUser/default diff --git a/config/crd/element-deployment/replacements/starter-core/default-resources-replacements.yaml b/config/crd/element-deployment/replacements/starter-core/default-resources-replacements.yaml index f3533d0..5943b79 100644 --- a/config/crd/element-deployment/replacements/starter-core/default-resources-replacements.yaml +++ b/config/crd/element-deployment/replacements/starter-core/default-resources-replacements.yaml @@ -26,72 +26,6 @@ name: elementdeployments.matrix.element.io fieldPaths: - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.components.properties.elementWeb.properties.k8s.properties.workloads.properties.resources.properties.requests.default -# matrixContentScanner clamAntiVirus -- source: - kind: KustomizeSchema - name: default-resources-starter-core - fieldPath: spec.schemas.matrixContentScanner.clamAntiVirus.limits - targets: - - select: - kind: CustomResourceDefinition - name: elementdeployments.matrix.element.io - fieldPaths: - - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.components.properties.matrixContentScanner.properties.k8s.properties.clamAntiVirus.properties.workloads.properties.resources.properties.limits.default -# matrixContentScanner clamAntiVirus -- source: - kind: KustomizeSchema - name: default-resources-starter-core - fieldPath: spec.schemas.matrixContentScanner.clamAntiVirus.requests - targets: - - select: - kind: CustomResourceDefinition - name: elementdeployments.matrix.element.io - fieldPaths: - - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.components.properties.matrixContentScanner.properties.k8s.properties.clamAntiVirus.properties.workloads.properties.resources.properties.requests.default -# matrixContentScanner icap -- source: - kind: KustomizeSchema - name: default-resources-starter-core - fieldPath: spec.schemas.matrixContentScanner.icap.limits - targets: - - select: - kind: CustomResourceDefinition - name: elementdeployments.matrix.element.io - fieldPaths: - - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.components.properties.matrixContentScanner.properties.k8s.properties.icap.properties.workloads.properties.resources.properties.limits.default -# matrixContentScanner icap -- source: - kind: KustomizeSchema - name: default-resources-starter-core - fieldPath: spec.schemas.matrixContentScanner.icap.requests - targets: - - select: - kind: CustomResourceDefinition - name: elementdeployments.matrix.element.io - fieldPaths: - - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.components.properties.matrixContentScanner.properties.k8s.properties.icap.properties.workloads.properties.resources.properties.requests.default -# matrixContentScanner matrixContentScanner -- source: - kind: KustomizeSchema - name: default-resources-starter-core - fieldPath: spec.schemas.matrixContentScanner.matrixContentScanner.limits - targets: - - select: - kind: CustomResourceDefinition - name: elementdeployments.matrix.element.io - fieldPaths: - - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.components.properties.matrixContentScanner.properties.k8s.properties.matrixContentScanner.properties.workloads.properties.resources.properties.limits.default -# matrixContentScanner matrixContentScanner -- source: - kind: KustomizeSchema - name: default-resources-starter-core - fieldPath: spec.schemas.matrixContentScanner.matrixContentScanner.requests - targets: - - select: - kind: CustomResourceDefinition - name: elementdeployments.matrix.element.io - fieldPaths: - - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.components.properties.matrixContentScanner.properties.k8s.properties.matrixContentScanner.properties.workloads.properties.resources.properties.requests.default # synapse haproxy - source: kind: KustomizeSchema diff --git a/config/crd/element-deployment/replacements/starter-core/k8s-storage-pvc-template.yaml b/config/crd/element-deployment/replacements/starter-core/k8s-storage-pvc-template.yaml deleted file mode 100644 index fb1505c..0000000 --- a/config/crd/element-deployment/replacements/starter-core/k8s-storage-pvc-template.yaml +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 2023-2024 New Vector Ltd -# -# SPDX-License-Identifier: AGPL-3.0-or-later - - -kind: KustomizeSchema -metadata: - name: k8s-storage-pvc-template -spec: - schema: - type: object - description: Settings dedicated to k8s storage as a PVC Template - default: - size: This field will be replaced by kustomize - properties: - size: - default: This field will be replaced by kustomize - anyOf: - - type: integer - - type: string - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[MGTPE])?$ - x-kubernetes-int-or-string: true - description: The volume size to use to store the media - storageClassName: - type: string - description: The storage class name to use - selector: - type: object - description: | - A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. - An empty label selector matches all objects. A null label selector matches no objects. - properties: - matchLabels: - additionalProperties: - type: string - type: object - description: | - matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, - whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed. - matchExpressions: - items: - required: - - key - - operator - description: "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values." - type: object - properties: - operator: - type: string - description: "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist." - values: - items: - type: string - type: "array" - description: | - values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. - If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. - key: - type: string - description: "key is the label key that the selector applies to." - type: array - x-kubernetes-list-map-keys: - - "key" - x-kubernetes-list-type: "map" - description: "matchExpressions is a list of label selector requirements. The requirements are ANDed." diff --git a/config/crd/element-deployment/replacements/starter-core/kustomization.yaml b/config/crd/element-deployment/replacements/starter-core/kustomization.yaml index c155000..4cda354 100644 --- a/config/crd/element-deployment/replacements/starter-core/kustomization.yaml +++ b/config/crd/element-deployment/replacements/starter-core/kustomization.yaml @@ -10,14 +10,12 @@ resources: - ../../../default-resources/starter-core - ../../base/starter-core - element_web.yaml - - matrix_content_scanner.yaml - synapse.yaml - well_known_delegation.yaml - global.yaml - k8s-common.yaml - k8s-ingresses.yaml - k8s-monitoring.yaml - - k8s-storage-pvc-template.yaml - k8s-storage.yaml - k8s-workloads.yaml - k8s-workloads-resources.yaml @@ -83,7 +81,6 @@ replacements: name: elementdeployments.matrix.element.io fieldPaths: - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.components.properties.elementWeb.properties.k8s.properties.common - - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.components.properties.matrixContentScanner.properties.k8s.properties.common - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.components.properties.synapse.properties.k8s.properties.common - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.components.properties.synapse.properties.k8s.properties.synapse.properties.common - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.components.properties.wellKnownDelegation.properties.k8s.properties.common @@ -119,18 +116,7 @@ replacements: kind: CustomResourceDefinition name: elementdeployments.matrix.element.io fieldPaths: - - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.components.properties.matrixContentScanner.properties.k8s.properties.clamAntiVirus.properties.storage - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.components.properties.synapse.properties.k8s.properties.synapse.properties.storage - - source: - kind: KustomizeSchema - name: k8s-storage-pvc-template - fieldPath: spec.schema - targets: - - select: - kind: CustomResourceDefinition - name: elementdeployments.matrix.element.io - fieldPaths: - - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.components.properties.matrixContentScanner.properties.k8s.properties.matrixContentScanner.properties.storage - source: kind: KustomizeSchema name: k8s-workloads @@ -141,9 +127,6 @@ replacements: name: elementdeployments.matrix.element.io fieldPaths: - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.components.properties.elementWeb.properties.k8s.properties.workloads - - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.components.properties.matrixContentScanner.properties.k8s.properties.clamAntiVirus.properties.workloads - - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.components.properties.matrixContentScanner.properties.k8s.properties.icap.properties.workloads - - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.components.properties.matrixContentScanner.properties.k8s.properties.matrixContentScanner.properties.workloads - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.components.properties.synapse.properties.k8s.properties.haproxy.properties.workloads - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.components.properties.synapse.properties.k8s.properties.redis.properties.workloads - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.components.properties.synapse.properties.k8s.properties.synapse.properties.workloads @@ -158,16 +141,6 @@ replacements: name: elementdeployments.matrix.element.io fieldPaths: - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.components.properties.elementWeb.properties.config - - source: - kind: KustomizeSchema - name: matrixContentScanner - fieldPath: spec.schema - targets: - - select: - kind: CustomResourceDefinition - name: elementdeployments.matrix.element.io - fieldPaths: - - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.components.properties.matrixContentScanner.properties.config - source: kind: KustomizeSchema name: synapse @@ -208,9 +181,6 @@ replacements: name: elementdeployments.matrix.element.io fieldPaths: - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.components.properties.elementWeb.properties.k8s.properties.workloads.properties.resources - - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.components.properties.matrixContentScanner.properties.k8s.properties.clamAntiVirus.properties.workloads.properties.resources - - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.components.properties.matrixContentScanner.properties.k8s.properties.icap.properties.workloads.properties.resources - - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.components.properties.matrixContentScanner.properties.k8s.properties.matrixContentScanner.properties.workloads.properties.resources - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.components.properties.synapse.properties.config.properties.workers.items.properties.resources - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.components.properties.synapse.properties.k8s.properties.haproxy.properties.workloads.properties.resources - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.components.properties.synapse.properties.k8s.properties.redis.properties.workloads.properties.resources diff --git a/config/crd/element-deployment/replacements/starter-core/matrix_content_scanner.yaml b/config/crd/element-deployment/replacements/starter-core/matrix_content_scanner.yaml deleted file mode 100644 index f0dc3f3..0000000 --- a/config/crd/element-deployment/replacements/starter-core/matrix_content_scanner.yaml +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 2023 New Vector Ltd -# -# SPDX-License-Identifier: AGPL-3.0-or-later - - -kind: KustomizeSchema -metadata: - name: matrixContentScanner -spec: - schema: - type: object - required: - - scanning - - caching - properties: - scanning: - type: object - description: Scanning configuration - properties: - allowedMimetypes: - description: List of allowed MIME types. If a file has a MIME type that's not in this list, its scan is considered failed. Allow every MIME types by default. - type: array - items: - type: string - description: A MIME type. - caching: - type: object - description: Configures caching of scan results. - default: {} - anyOf: - - required: [maxFileSize] - - {} - properties: - cacheSize: - description: Maximum number of results that can be stored in the cache. If more files are scanned before existing items reach their TTL, the least-recently accessed will be evicted. - type: number - default: 1024 - ttl: - description: The maximum amount of time an entry will stay in the cache before being evicted. - pattern: "[0-9]+[dwmy]+" - type: string - default: 1d - maxFileSize: - description: The maximum cachable file size. If a file is bigger than this size, a copy of it will be not be cached even if the scan succeeds. If the file is requested again, it is downloaded again from the homeserver, but is not written to disk or scanned. - type: string - pattern: "[0-9]+[KMGT]B" diff --git a/config/crd/element-deployment/replacements/starter-core/synapse.yaml b/config/crd/element-deployment/replacements/starter-core/synapse.yaml index b1d0d94..8373850 100644 --- a/config/crd/element-deployment/replacements/starter-core/synapse.yaml +++ b/config/crd/element-deployment/replacements/starter-core/synapse.yaml @@ -139,6 +139,7 @@ spec: description: Number of instances of this worker type type: integer default: 1 + minimum: 1 additional: default: '' description: Arbitrary extra config to inject into the Synapse worker configuration as a YAML string diff --git a/config/crd/replacements/common/kustomization.yaml b/config/crd/replacements/common/kustomization.yaml index 96161bf..ef4f00d 100644 --- a/config/crd/replacements/common/kustomization.yaml +++ b/config/crd/replacements/common/kustomization.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 New Vector Ltd +# Copyright 2023-2024 New Vector Ltd # # SPDX-License-Identifier: AGPL-3.0-or-later @@ -14,7 +14,6 @@ resources: - ingress.yaml - kustomization.yaml - matrix-server.yaml - - persistent-volume-claim-template.yaml - pods-security-context.yaml - postgres-golang.yaml - postgres-libpq.yaml diff --git a/config/crd/replacements/common/persistent-volume-claim-template.yaml b/config/crd/replacements/common/persistent-volume-claim-template.yaml deleted file mode 100644 index 3bef192..0000000 --- a/config/crd/replacements/common/persistent-volume-claim-template.yaml +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 2023-2024 New Vector Ltd -# -# SPDX-License-Identifier: AGPL-3.0-or-later - - -kind: KustomizeSchema -metadata: - name: persistent-volume-claim-template -spec: - schema: - description: Configure the PVC Templates - type: object - required: - - size - properties: - size: - anyOf: - - type: integer - - type: string - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[MGTPE])?$ - x-kubernetes-int-or-string: true - description: The volume size to use to store the media - storageClassName: - type: string - description: The storage class name to use - selector: - type: object - description: | - A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. - An empty label selector matches all objects. A null label selector matches no objects. - properties: - matchLabels: - additionalProperties: - type: string - type: object - description: | - matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, - whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. - matchExpressions: - items: - required: - - key - - operator - description: "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values." - type: object - properties: - operator: - type: string - description: "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist." - values: - items: - type: string - type: "array" - description: | - values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. - This array is replaced during a strategic merge patch. - key: - type: string - description: "key is the label key that the selector applies to." - type: array - x-kubernetes-list-map-keys: - - "key" - x-kubernetes-list-type: "map" - description: "matchExpressions is a list of label selector requirements. The requirements are ANDed." diff --git a/config/crd/replacements/starter-core/default-resources-replacements.yaml b/config/crd/replacements/starter-core/default-resources-replacements.yaml index cb6d2ad..eb8839f 100644 --- a/config/crd/replacements/starter-core/default-resources-replacements.yaml +++ b/config/crd/replacements/starter-core/default-resources-replacements.yaml @@ -26,72 +26,6 @@ name: elementwebs.matrix.element.io fieldPaths: - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.config.properties.resources.properties.requests.default -# matrixcontentscanners.matrix.element.io clamAntiVirus -- source: - kind: KustomizeSchema - name: default-resources-starter-core - fieldPath: spec.schemas.matrixContentScanner.clamAntiVirus.limits - targets: - - select: - kind: CustomResourceDefinition - name: matrixcontentscanners.matrix.element.io - fieldPaths: - - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.config.properties.clamAntiVirus.properties.resources.properties.limits.default -# matrixcontentscanners.matrix.element.io clamAntiVirus -- source: - kind: KustomizeSchema - name: default-resources-starter-core - fieldPath: spec.schemas.matrixContentScanner.clamAntiVirus.requests - targets: - - select: - kind: CustomResourceDefinition - name: matrixcontentscanners.matrix.element.io - fieldPaths: - - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.config.properties.clamAntiVirus.properties.resources.properties.requests.default -# matrixcontentscanners.matrix.element.io icap -- source: - kind: KustomizeSchema - name: default-resources-starter-core - fieldPath: spec.schemas.matrixContentScanner.icap.limits - targets: - - select: - kind: CustomResourceDefinition - name: matrixcontentscanners.matrix.element.io - fieldPaths: - - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.config.properties.icap.properties.resources.properties.limits.default -# matrixcontentscanners.matrix.element.io icap -- source: - kind: KustomizeSchema - name: default-resources-starter-core - fieldPath: spec.schemas.matrixContentScanner.icap.requests - targets: - - select: - kind: CustomResourceDefinition - name: matrixcontentscanners.matrix.element.io - fieldPaths: - - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.config.properties.icap.properties.resources.properties.requests.default -# matrixcontentscanners.matrix.element.io matrixContentScanner -- source: - kind: KustomizeSchema - name: default-resources-starter-core - fieldPath: spec.schemas.matrixContentScanner.matrixContentScanner.limits - targets: - - select: - kind: CustomResourceDefinition - name: matrixcontentscanners.matrix.element.io - fieldPaths: - - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.config.properties.matrixContentScanner.properties.resources.properties.limits.default -# matrixcontentscanners.matrix.element.io matrixContentScanner -- source: - kind: KustomizeSchema - name: default-resources-starter-core - fieldPath: spec.schemas.matrixContentScanner.matrixContentScanner.requests - targets: - - select: - kind: CustomResourceDefinition - name: matrixcontentscanners.matrix.element.io - fieldPaths: - - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.config.properties.matrixContentScanner.properties.resources.properties.requests.default # synapses.matrix.element.io haproxy - source: kind: KustomizeSchema diff --git a/config/crd/replacements/starter-core/kustomization.yaml b/config/crd/replacements/starter-core/kustomization.yaml index 7f938be..0339908 100644 --- a/config/crd/replacements/starter-core/kustomization.yaml +++ b/config/crd/replacements/starter-core/kustomization.yaml @@ -21,11 +21,8 @@ replacements: kind: CustomResourceDefinition fieldPaths: - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.config.properties.api.properties.containersSecurityContext - - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.config.properties.clamAntiVirus.properties.containersSecurityContext - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.config.properties.containersSecurityContext - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.config.properties.haproxyContainersSecurityContext - - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.config.properties.icap.properties.containersSecurityContext - - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.config.properties.matrixContentScanner.properties.containersSecurityContext - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.config.properties.redisContainersSecurityContext - source: kind: KustomizeSchema @@ -48,18 +45,9 @@ replacements: # TODO : Synapse uses a different schema at the moment - kind: CustomResourceDefinition name: synapses.matrix.element.io - - kind: CustomResourceDefinition - name: matrixcontentscanners.matrix.element.io - namespace: enterprise fieldPaths: - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.image - - select: - kind: CustomResourceDefinition - name: matrixcontentscanners.matrix.element.io - fieldPaths: - - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.image.properties.clamAntiVirus - - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.image.properties.icap - - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.image.properties.matrixContentScanner - source: kind: KustomizeSchema name: ingress @@ -83,10 +71,7 @@ replacements: kind: CustomResourceDefinition fieldPaths: - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.config.properties.api.properties.resources - - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.config.properties.clamAntiVirus.properties.resources - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.config.properties.haproxyResources - - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.config.properties.icap.properties.resources - - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.config.properties.matrixContentScanner.properties.resources - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.config.properties.redisResources - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.config.properties.resources - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.config.properties.workers.items.properties.resources @@ -102,18 +87,6 @@ replacements: fieldPaths: - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.config.properties.matrixServer - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.config.properties.defaultMatrixServer - - source: - kind: KustomizeSchema - name: persistent-volume-claim-template - fieldPath: spec.schema - targets: - - reject: - - namespace: enterprise - select: - kind: CustomResourceDefinition - name: matrixcontentscanners.matrix.element.io - fieldPaths: - - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.config.properties.caching.properties.persistentVolumeClaimTemplate - source: kind: KustomizeSchema name: pods-security-context @@ -125,9 +98,7 @@ replacements: kind: CustomResourceDefinition fieldPaths: - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.config.properties.api.properties.podSecurityContext - - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.config.properties.clamAntiVirus.properties.podSecurityContext - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.config.properties.haproxyPodSecurityContext - - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.config.properties.matrixContentScanner.properties.podSecurityContext - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.config.properties.podSecurityContext - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.config.properties.redisPodSecurityContext - source: @@ -162,8 +133,6 @@ replacements: - namespace: enterprise - kind: CustomResourceDefinition name: synapses.matrix.element.io - - kind: CustomResourceDefinition - name: matrixcontentscanners.matrix.element.io fieldPaths: - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.workloads - select: @@ -173,11 +142,4 @@ replacements: - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.workloads.properties.haproxy - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.workloads.properties.redis - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.workloads.properties.synapse - - select: - kind: CustomResourceDefinition - name: matrixcontentscanners.matrix.element.io - fieldPaths: - - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.workloads.properties.clamAntiVirus - - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.workloads.properties.icap - - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.workloads.properties.matrixContentScanner - path: default-resources-replacements.yaml diff --git a/config/samples/matrix_v1alpha1_matrixcontentscanner.yaml b/config/samples/matrix_v1alpha1_matrixcontentscanner.yaml deleted file mode 100644 index 58d7abe..0000000 --- a/config/samples/matrix_v1alpha1_matrixcontentscanner.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 2023 New Vector Ltd -# -# SPDX-License-Identifier: AGPL-3.0-or-later - - -apiVersion: matrix.element.io/v1alpha1 -kind: MatrixContentScanner -metadata: - labels: - app.kubernetes.io/name: matrixcontentscanner - app.kubernetes.io/instance: matrixcontentscanner-sample - app.kubernetes.io/part-of: element-operator - app.kubernetes.io/managed-by: kustomize - app.kubernetes.io/created-by: element-operator - name: matrixcontentscanner-sample -spec: - image: - matrixContentScanner: - tag: v1.0.3 - clamAntiVirus: - tag: "1.1.0" - icap: - tag: core-0.5.10-mod-0.5.5 - config: - externalSecret: - name: matrixcontentscanner-secrets - matrixServer: - baseUrl: http://synapse.dev.local - domainName: dev.local - scanning: - allowedMimetypes: ["image/jpeg"] - clamAntiVirus: - volumeClaim: "clamav-pvc" - caching: - exitCodesToIgnore: [1, 2] - maxSize: 2048 - ttl: "1d" - maxFileSize: "100MB" - persistentVolumeClaimTemplate: - size: 1Gi - storageClassName: standard - selector: - matchLabels: - app.kubernetes.io/instance: matrixcontentscanner - download: - additional_headers: - user-agent: "matrix-content-scanner" diff --git a/helm/easy-setup/deploy.sh b/helm/easy-setup/deploy.sh index 69cc3f8..69ebfe2 100755 --- a/helm/easy-setup/deploy.sh +++ b/helm/easy-setup/deploy.sh @@ -17,8 +17,9 @@ if [[ -z "$ESS_SYSTEM_CHART" ]]; then ESS_SYSTEM_CHART="ess-starter-edition-core/ess-system" fi -helm --kube-context kind-easy-setup upgrade ess-system $ESS_SYSTEM_CHART --install --create-namespace --namespace ess-system --wait -f values.ess-crds.yaml --version 2.20.2 + +helm --kube-context kind-easy-setup upgrade ess-system $ESS_SYSTEM_CHART --install --create-namespace --namespace ess-system --wait -f values.ess-crds.yaml --version 2.21.1 helm --kube-context kind-easy-setup upgrade ess ./ess-meta --install --create-namespace --namespace ess --wait -f values.ess-stack.yaml $values_files_args -kubectl wait -n ess --timeout=10m --for=condition=Successful ElementDeployment ess +kubectl --context kind-easy-setup wait -n ess --timeout=10m --for=condition=Successful ElementDeployment ess diff --git a/helm/easy-setup/ess-meta/Chart.yaml b/helm/easy-setup/ess-meta/Chart.yaml index e8594ab..209ede0 100644 --- a/helm/easy-setup/ess-meta/Chart.yaml +++ b/helm/easy-setup/ess-meta/Chart.yaml @@ -7,15 +7,15 @@ apiVersion: v2 name: ess-meta description: A Helm chart to deploy ESS easily type: application -version: 2.20.2 -appVersion: "2.20.2" +version: 2.21.1 +appVersion: "2.21.1" dependencies: - name: ess-stack repository: https://element-hq.github.io/ess-starter-edition-core - version: 2.20.2 + version: 2.21.1 - name: ess-system repository: https://element-hq.github.io/ess-starter-edition-core - version: 2.20.2 + version: 2.21.1 - name: postgresql version: 13.2.24 repository: https://charts.bitnami.com/bitnami diff --git a/helm/easy-setup/values.ess-crds.yaml.example b/helm/easy-setup/values.ess-crds.yaml.example index d4fdff2..10e07f2 100644 --- a/helm/easy-setup/values.ess-crds.yaml.example +++ b/helm/easy-setup/values.ess-crds.yaml.example @@ -5,7 +5,7 @@ element-operator: - deployManager: false + deployManager: true element-updater: - deployManager: false + deployManager: true diff --git a/helm/ess-stack/Chart.yaml b/helm/ess-stack/Chart.yaml index f6e2caf..af9bc45 100644 --- a/helm/ess-stack/Chart.yaml +++ b/helm/ess-stack/Chart.yaml @@ -7,5 +7,5 @@ apiVersion: v2 name: ess-stack description: A Helm chart to deploy ESS stack type: application -version: 2.20.2 -appVersion: 2.20.2 +version: 2.21.1 +appVersion: 2.21.1 diff --git a/helm/ess-stack/values.schema.json b/helm/ess-stack/values.schema.json index 23912e8..767e8fb 100644 --- a/helm/ess-stack/values.schema.json +++ b/helm/ess-stack/values.schema.json @@ -406,868 +406,6 @@ }, "type": "object" }, - "matrixContentScanner": { - "description": "A web service for scanning media hosted on a Matrix media repository.", - "properties": { - "config": { - "properties": { - "caching": { - "anyOf": [ - { - "required": [ - "maxFileSize" - ] - }, - {} - ], - "default": {}, - "description": "Configures caching of scan results.", - "properties": { - "cacheSize": { - "default": 1024, - "description": "Maximum number of results that can be stored in the cache. If more files are scanned before existing items reach their TTL, the least-recently accessed will be evicted.", - "type": "number" - }, - "maxFileSize": { - "description": "The maximum cachable file size. If a file is bigger than this size, a copy of it will be not be cached even if the scan succeeds. If the file is requested again, it is downloaded again from the homeserver, but is not written to disk or scanned.", - "type": "string" - }, - "ttl": { - "default": "1d", - "description": "The maximum amount of time an entry will stay in the cache before being evicted.", - "type": "string" - } - }, - "type": "object" - }, - "scanning": { - "description": "Scanning configuration", - "properties": { - "allowedMimetypes": { - "description": "List of allowed MIME types. If a file has a MIME type that's not in this list, its scan is considered failed. Allow every MIME types by default.", - "items": { - "description": "A MIME type.", - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "required": [ - "scanning", - "caching" - ], - "type": "object" - }, - "k8s": { - "properties": { - "clamAntiVirus": { - "default": {}, - "properties": { - "storage": { - "default": { - "volume": { - "size": "1Gi" - } - }, - "description": "Settings dedicated to k8s storage", - "properties": { - "volume": { - "default": { - "size": "1Gi" - }, - "oneOf": [ - { - "not": { - "required": [ - "persistentVolumeClaimName" - ] - }, - "required": [ - "size" - ] - }, - { - "not": { - "required": [ - "size" - ] - }, - "required": [ - "persistentVolumeClaimName" - ] - } - ], - "properties": { - "persistentVolumeClaimName": { - "description": "The persistent volume claim name to use to store the media", - "type": "string" - }, - "size": { - "anyOf": [ - { - "type": "integer" - }, - { - "type": "string" - } - ], - "description": "The volume size to use to store the media", - "x-kubernetes-int-or-string": true - }, - "storageClassName": { - "description": "The storage class name to use", - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "workloads": { - "default": {}, - "description": "Settings dedicated to k8s workloads", - "properties": { - "annotations": { - "additionalProperties": { - "description": "Defines the annotations to add", - "type": "string" - }, - "default": {}, - "description": "The annotations to add to the workload", - "type": "object" - }, - "dockerSecrets": { - "items": { - "properties": { - "name": { - "description": "Docker secret to use for ems image store", - "type": "string" - }, - "url": { - "description": "The docker registry url for this secret", - "type": "string" - } - }, - "required": [ - "url", - "name" - ], - "type": "object" - }, - "type": "array" - }, - "hostAliases": { - "description": "The list of hosts aliases to configure on the pod spec. It is advised to instead use a DNS entry to resolve your hostnames, instead of this feature. This feature can be used as a workaround when entries cannot be resolved using DNS, for example in our automated testing routines.", - "items": { - "properties": { - "hostnames": { - "items": { - "description": "An hostname of the associated ip to add to /etc/hosts", - "type": "string" - }, - "type": "array" - }, - "ip": { - "description": "An IP resolution to add to /etc/hosts", - "type": "string" - } - }, - "required": [ - "ip", - "hostnames" - ], - "type": "object" - }, - "type": "array" - }, - "nodeSelector": { - "additionalProperties": { - "type": "string" - }, - "description": "NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node's labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/", - "type": "object" - }, - "replicas": { - "default": 1, - "description": "The number of ClamAV replicas. Can only be 1 for now", - "maximum": 1, - "minimum": 1, - "type": "number" - }, - "resources": { - "default": {}, - "description": "Kubernetes resources to allocate to each instance.", - "properties": { - "limits": { - "additionalProperties": { - "anyOf": [ - { - "type": "integer" - }, - { - "type": "string" - } - ], - "x-kubernetes-int-or-string": true - }, - "default": { - "memory": "4Gi" - }, - "description": "Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/", - "type": "object" - }, - "requests": { - "additionalProperties": { - "anyOf": [ - { - "type": "integer" - }, - { - "type": "string" - } - ], - "x-kubernetes-int-or-string": true - }, - "default": { - "cpu": "100m", - "memory": "100Mi" - }, - "description": "Requests describes the minimum amount of compute resources required. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/", - "type": "object" - } - }, - "type": "object" - }, - "securityContext": { - "anyOf": [ - { - "required": [ - "seLinuxOptions" - ] - }, - {} - ], - "default": {}, - "properties": { - "forceUidGid": { - "description": "Enable pod runAsUser and fsGroup in security context. Disable if it should not be used.", - "enum": [ - "enable", - "disable" - ], - "type": "string" - }, - "fsGroup": { - "default": 10150, - "description": "The fsGroup GID to use if securityContextForceUidGid is enabled", - "type": "number" - }, - "runAsUser": { - "default": 10150, - "description": "The runAsUser UID to use if securityContextForceUidGid is enabled", - "type": "number" - }, - "seLinuxOptions": { - "properties": { - "level": { - "description": "Level is SELinux level label that applies to all the workload containers.", - "type": "string" - }, - "role": { - "description": "Role is SELinux level label that applies to all the workload containers.", - "type": "string" - }, - "type": { - "description": "Type is SELinux level label that applies to all the workload containers.", - "type": "string" - }, - "user": { - "description": "User is SELinux level label that applies to all the workload containers.", - "type": "string" - } - }, - "type": "object" - }, - "setSecComp": { - "description": "Enable RuntimeDefault pod seccomp. disable if it should not be used.", - "enum": [ - "enable", - "disable" - ], - "type": "string" - } - }, - "type": "object" - }, - "tolerations": { - "description": "Workload tolerations", - "items": { - "description": "The pod this Toleration is attached to tolerates any taint that matches the triple using the matching operator .", - "properties": { - "effect": { - "description": "Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.", - "type": "string" - }, - "key": { - "description": "Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys.", - "type": "string" - }, - "operator": { - "description": "Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category.", - "type": "string" - }, - "tolerationSeconds": { - "description": "TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system.", - "type": "number" - }, - "value": { - "description": "Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string.", - "type": "string" - } - }, - "type": "object" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "common": { - "default": {}, - "description": "Settings dedicated to k8s", - "properties": { - "annotations": { - "additionalProperties": { - "description": "Defines the annotations to add", - "type": "string" - }, - "default": {}, - "description": "The annotations to add to every workloads and ingresses deployed", - "type": "object" - } - }, - "type": "object" - }, - "icap": { - "default": {}, - "properties": { - "workloads": { - "default": {}, - "description": "Settings dedicated to k8s workloads", - "properties": { - "annotations": { - "additionalProperties": { - "description": "Defines the annotations to add", - "type": "string" - }, - "default": {}, - "description": "The annotations to add to the workload", - "type": "object" - }, - "dockerSecrets": { - "items": { - "properties": { - "name": { - "description": "Docker secret to use for ems image store", - "type": "string" - }, - "url": { - "description": "The docker registry url for this secret", - "type": "string" - } - }, - "required": [ - "url", - "name" - ], - "type": "object" - }, - "type": "array" - }, - "hostAliases": { - "description": "The list of hosts aliases to configure on the pod spec. It is advised to instead use a DNS entry to resolve your hostnames, instead of this feature. This feature can be used as a workaround when entries cannot be resolved using DNS, for example in our automated testing routines.", - "items": { - "properties": { - "hostnames": { - "items": { - "description": "An hostname of the associated ip to add to /etc/hosts", - "type": "string" - }, - "type": "array" - }, - "ip": { - "description": "An IP resolution to add to /etc/hosts", - "type": "string" - } - }, - "required": [ - "ip", - "hostnames" - ], - "type": "object" - }, - "type": "array" - }, - "nodeSelector": { - "additionalProperties": { - "type": "string" - }, - "description": "NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node's labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/", - "type": "object" - }, - "resources": { - "default": {}, - "description": "Kubernetes resources to allocate to each instance.", - "properties": { - "limits": { - "additionalProperties": { - "anyOf": [ - { - "type": "integer" - }, - { - "type": "string" - } - ], - "x-kubernetes-int-or-string": true - }, - "default": { - "memory": "1Gi" - }, - "description": "Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/", - "type": "object" - }, - "requests": { - "additionalProperties": { - "anyOf": [ - { - "type": "integer" - }, - { - "type": "string" - } - ], - "x-kubernetes-int-or-string": true - }, - "default": { - "cpu": "100m", - "memory": "100Mi" - }, - "description": "Requests describes the minimum amount of compute resources required. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/", - "type": "object" - } - }, - "type": "object" - }, - "securityContext": { - "anyOf": [ - { - "required": [ - "seLinuxOptions" - ] - }, - {} - ], - "default": {}, - "properties": { - "forceUidGid": { - "description": "Enable pod runAsUser and fsGroup in security context. Disable if it should not be used.", - "enum": [ - "enable", - "disable" - ], - "type": "string" - }, - "fsGroup": { - "default": 10152, - "description": "The fsGroup GID to use if securityContextForceUidGid is enabled", - "type": "number" - }, - "runAsUser": { - "default": 10152, - "description": "The runAsUser UID to use if securityContextForceUidGid is enabled", - "type": "number" - }, - "seLinuxOptions": { - "properties": { - "level": { - "description": "Level is SELinux level label that applies to all the workload containers.", - "type": "string" - }, - "role": { - "description": "Role is SELinux level label that applies to all the workload containers.", - "type": "string" - }, - "type": { - "description": "Type is SELinux level label that applies to all the workload containers.", - "type": "string" - }, - "user": { - "description": "User is SELinux level label that applies to all the workload containers.", - "type": "string" - } - }, - "type": "object" - }, - "setSecComp": { - "description": "Enable RuntimeDefault pod seccomp. disable if it should not be used.", - "enum": [ - "enable", - "disable" - ], - "type": "string" - } - }, - "type": "object" - }, - "tolerations": { - "description": "Workload tolerations", - "items": { - "description": "The pod this Toleration is attached to tolerates any taint that matches the triple using the matching operator .", - "properties": { - "effect": { - "description": "Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.", - "type": "string" - }, - "key": { - "description": "Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys.", - "type": "string" - }, - "operator": { - "description": "Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category.", - "type": "string" - }, - "tolerationSeconds": { - "description": "TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system.", - "type": "number" - }, - "value": { - "description": "Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string.", - "type": "string" - } - }, - "type": "object" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "matrixContentScanner": { - "properties": { - "storage": { - "default": { - "size": "10Gi" - }, - "description": "Settings dedicated to k8s storage as a PVC Template", - "properties": { - "selector": { - "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed.\nAn empty label selector matches all objects. A null label selector matches no objects.\n", - "properties": { - "matchExpressions": { - "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", - "items": { - "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", - "properties": { - "key": { - "description": "key is the label key that the selector applies to.", - "type": "string" - }, - "operator": { - "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", - "type": "string" - }, - "values": { - "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty.\nIf the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.\n", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "key", - "operator" - ], - "type": "object" - }, - "type": "array", - "x-kubernetes-list-map-keys": [ - "key" - ], - "x-kubernetes-list-type": "map" - }, - "matchLabels": { - "additionalProperties": { - "type": "string" - }, - "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions,\nwhose key field is \\\"key\\\", the operator is \\\"In\\\", and the values array contains only \\\"value\\\". The requirements are ANDed.\n", - "type": "object" - } - }, - "type": "object" - }, - "size": { - "anyOf": [ - { - "type": "integer" - }, - { - "type": "string" - } - ], - "default": "10Gi", - "description": "The volume size to use to store the media", - "x-kubernetes-int-or-string": true - }, - "storageClassName": { - "description": "The storage class name to use", - "type": "string" - } - }, - "type": "object" - }, - "workloads": { - "default": {}, - "description": "Settings dedicated to k8s workloads", - "properties": { - "annotations": { - "additionalProperties": { - "description": "Defines the annotations to add", - "type": "string" - }, - "default": {}, - "description": "The annotations to add to the workload", - "type": "object" - }, - "dockerSecrets": { - "items": { - "properties": { - "name": { - "description": "Docker secret to use for ems image store", - "type": "string" - }, - "url": { - "description": "The docker registry url for this secret", - "type": "string" - } - }, - "required": [ - "url", - "name" - ], - "type": "object" - }, - "type": "array" - }, - "hostAliases": { - "description": "The list of hosts aliases to configure on the pod spec. It is advised to instead use a DNS entry to resolve your hostnames, instead of this feature. This feature can be used as a workaround when entries cannot be resolved using DNS, for example in our automated testing routines.", - "items": { - "properties": { - "hostnames": { - "items": { - "description": "An hostname of the associated ip to add to /etc/hosts", - "type": "string" - }, - "type": "array" - }, - "ip": { - "description": "An IP resolution to add to /etc/hosts", - "type": "string" - } - }, - "required": [ - "ip", - "hostnames" - ], - "type": "object" - }, - "type": "array" - }, - "nodeSelector": { - "additionalProperties": { - "type": "string" - }, - "description": "NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node's labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/", - "type": "object" - }, - "replicas": { - "description": "The number of Matrix Content Scanner replicas", - "minimum": 1, - "type": "number" - }, - "resources": { - "default": {}, - "description": "Kubernetes resources to allocate to each instance.", - "properties": { - "limits": { - "additionalProperties": { - "anyOf": [ - { - "type": "integer" - }, - { - "type": "string" - } - ], - "x-kubernetes-int-or-string": true - }, - "default": { - "memory": "500Mi" - }, - "description": "Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/", - "type": "object" - }, - "requests": { - "additionalProperties": { - "anyOf": [ - { - "type": "integer" - }, - { - "type": "string" - } - ], - "x-kubernetes-int-or-string": true - }, - "default": { - "cpu": "100m", - "memory": "100Mi" - }, - "description": "Requests describes the minimum amount of compute resources required. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/", - "type": "object" - } - }, - "type": "object" - }, - "securityContext": { - "anyOf": [ - { - "required": [ - "seLinuxOptions" - ] - }, - {} - ], - "default": {}, - "properties": { - "forceUidGid": { - "description": "Enable pod runAsUser and fsGroup in security context. Disable if it should not be used.", - "enum": [ - "enable", - "disable" - ], - "type": "string" - }, - "fsGroup": { - "default": 10151, - "description": "The fsGroup GID to use if securityContextForceUidGid is enabled", - "type": "number" - }, - "runAsUser": { - "default": 10151, - "description": "The runAsUser UID to use if securityContextForceUidGid is enabled", - "type": "number" - }, - "seLinuxOptions": { - "properties": { - "level": { - "description": "Level is SELinux level label that applies to all the workload containers.", - "type": "string" - }, - "role": { - "description": "Role is SELinux level label that applies to all the workload containers.", - "type": "string" - }, - "type": { - "description": "Type is SELinux level label that applies to all the workload containers.", - "type": "string" - }, - "user": { - "description": "User is SELinux level label that applies to all the workload containers.", - "type": "string" - } - }, - "type": "object" - }, - "setSecComp": { - "description": "Enable RuntimeDefault pod seccomp. disable if it should not be used.", - "enum": [ - "enable", - "disable" - ], - "type": "string" - } - }, - "type": "object" - }, - "tolerations": { - "description": "Workload tolerations", - "items": { - "description": "The pod this Toleration is attached to tolerates any taint that matches the triple using the matching operator .", - "properties": { - "effect": { - "description": "Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.", - "type": "string" - }, - "key": { - "description": "Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys.", - "type": "string" - }, - "operator": { - "description": "Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category.", - "type": "string" - }, - "tolerationSeconds": { - "description": "TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system.", - "type": "number" - }, - "value": { - "description": "Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string.", - "type": "string" - } - }, - "type": "object" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "required": [ - "storage" - ], - "type": "object" - } - }, - "required": [ - "matrixContentScanner" - ], - "type": "object" - }, - "secretName": { - "default": "matrix-content-scanner", - "description": "The secret data associated to MatrixContentScanner config", - "maxLength": 253, - "type": "string" - } - }, - "required": [ - "config" - ], - "type": "object" - }, "synapse": { "description": "This is a matrix homeserver.", "properties": { @@ -1465,6 +603,7 @@ "instances": { "default": 1, "description": "Number of instances of this worker type", + "minimum": 1, "type": "integer" }, "resources": { diff --git a/helm/ess-system/Chart.yaml b/helm/ess-system/Chart.yaml index 7843cd2..aac60b1 100644 --- a/helm/ess-system/Chart.yaml +++ b/helm/ess-system/Chart.yaml @@ -7,12 +7,12 @@ apiVersion: v2 name: ess-system description: A Helm chart to deploy ESS System prerequisites (operators & crds) type: application -version: 2.20.2 -appVersion: 2.20.2 +version: 2.21.1 +appVersion: 2.21.1 dependencies: - name: element-operator repository: https://element-hq.github.io/ess-starter-edition-core - version: 2.20.2 + version: 2.21.1 - name: element-updater repository: https://element-hq.github.io/ess-starter-edition-core - version: 2.20.2 + version: 2.21.1 diff --git a/helm/operator/Chart.yaml b/helm/operator/Chart.yaml index 30357ea..2c44830 100644 --- a/helm/operator/Chart.yaml +++ b/helm/operator/Chart.yaml @@ -20,9 +20,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.20.2 +version: 2.21.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 2.20.2 +appVersion: 2.21.1 diff --git a/helm/operator/source-values.yaml b/helm/operator/source-values.yaml index 6a13eb8..76a586a 100644 --- a/helm/operator/source-values.yaml +++ b/helm/operator/source-values.yaml @@ -34,7 +34,7 @@ crds: imagePullPolicy: Always image: repository: docker.io/vectorim/ess-core-operator-conversion-webhook - tag: 2.20.2 + tag: 2.21.1 operator: extraPodSpec: securityContext: @@ -70,7 +70,7 @@ operator: imagePullPolicy: Always image: repository: docker.io/vectorim/ess-core-operator - tag: 2.20.2 + tag: 2.21.1 rbacProxy: resources: limits: diff --git a/helm/operator/templates/clusterrole-manager.yaml b/helm/operator/templates/clusterrole-manager.yaml index 109fa7e..be2c9e5 100644 --- a/helm/operator/templates/clusterrole-manager.yaml +++ b/helm/operator/templates/clusterrole-manager.yaml @@ -20,20 +20,6 @@ rules: - patch - update - watch - - apiGroups: - - matrix.element.io - resources: - - matrixcontentscanners - - matrixcontentscanners/status - - matrixcontentscanners/finalizers - verbs: - - create - - delete - - get - - list - - patch - - update - - watch - apiGroups: - matrix.element.io resources: diff --git a/helm/operator/templates/clusterrole-matrixcontentscanner-editor.yaml b/helm/operator/templates/clusterrole-matrixcontentscanner-editor.yaml deleted file mode 100644 index 634d062..0000000 --- a/helm/operator/templates/clusterrole-matrixcontentscanner-editor.yaml +++ /dev/null @@ -1,33 +0,0 @@ -{{- if $.Values.deployCrdRoles }} -apiVersion: rbac.authorization.k8s.io/v1 -kind: '{{ .Values.clusterDeployment | ternary "ClusterRole" "Role" }}' -metadata: - name: matrixcontentscanner-editor - {{- if not $.Values.clusterDeployment }} - namespace: {{ $.Release.Namespace }} - {{- end }} - {{- if $.Values.clusterDeployment }} - labels: - rbac.authorization.k8s.io/aggregate-to-admin: "true" - rbac.authorization.k8s.io/aggregate-to-edit: "true" - {{- end }} -rules: - - apiGroups: - - matrix.element.io - resources: - - matrixcontentscanners - verbs: - - create - - delete - - get - - list - - patch - - update - - watch - - apiGroups: - - matrix.element.io - resources: - - matrixcontentscanners/status - verbs: - - get -{{ end }} diff --git a/helm/operator/templates/clusterrole-matrixcontentscanner-viewer.yaml b/helm/operator/templates/clusterrole-matrixcontentscanner-viewer.yaml deleted file mode 100644 index 96ea179..0000000 --- a/helm/operator/templates/clusterrole-matrixcontentscanner-viewer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -{{- if $.Values.deployCrdRoles }} -apiVersion: rbac.authorization.k8s.io/v1 -kind: '{{ .Values.clusterDeployment | ternary "ClusterRole" "Role" }}' -metadata: - name: matrixcontentscanner-viewer - {{- if not $.Values.clusterDeployment }} - namespace: {{ $.Release.Namespace }} - {{- end }} - {{- if $.Values.clusterDeployment }} - labels: - rbac.authorization.k8s.io/aggregate-to-view: "true" - {{- end }} -rules: - - apiGroups: - - matrix.element.io - resources: - - matrixcontentscanners - verbs: - - get - - list - - watch - - apiGroups: - - matrix.element.io - resources: - - matrixcontentscanners/status - verbs: - - get -{{ end }} diff --git a/helm/operator/templates/customresourcedefinition-matrixcontentscanners.matrix.element.io.yaml b/helm/operator/templates/customresourcedefinition-matrixcontentscanners.matrix.element.io.yaml deleted file mode 100644 index 4a96a2f..0000000 --- a/helm/operator/templates/customresourcedefinition-matrixcontentscanners.matrix.element.io.yaml +++ /dev/null @@ -1,814 +0,0 @@ -{{- if $.Values.deployCrds }} ---- -apiVersion: apiextensions.k8s.io/v1 -kind: CustomResourceDefinition -metadata: - name: matrixcontentscanners.matrix.element.io -spec: - group: matrix.element.io - names: - kind: MatrixContentScanner - listKind: MatrixContentScannerList - plural: matrixcontentscanners - singular: matrixcontentscanner - scope: Namespaced - versions: - - name: v1alpha1 - schema: - openAPIV3Schema: - description: MatrixContentScanner is the Schema for the matrixcontentscanners API - properties: - apiVersion: - description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' - type: string - kind: - description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' - type: string - metadata: - type: object - spec: - description: Spec defines the desired state of MatrixContentScanner - properties: - config: - description: This contains the MatrixContentScanner config - properties: - caching: - description: Configures caching of scan results. - properties: - maxFileSize: - description: The maximum cachable file size. If a file is bigger than this size, a copy of it will be not be cached even if the scan succeeds. If the file is requested again, it is downloaded again from the homeserver, but is not written to disk or scanned. - pattern: '[0-9]+[KMGT]B' - type: string - maxSize: - description: Maximum number of results that can be stored in the cache. If more files are scanned before existing items reach their TTL, the least-recently accessed will be evicted. - type: number - persistentVolumeClaimTemplate: - description: Configure the PVC Templates - properties: - selector: - description: | - A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. - An empty label selector matches all objects. A null label selector matches no objects. - properties: - matchExpressions: - description: matchExpressions is a list of label selector requirements. The requirements are ANDed. - items: - description: A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. - properties: - key: - description: key is the label key that the selector applies to. - type: string - operator: - description: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. - type: string - values: - description: | - values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. - This array is replaced during a strategic merge patch. - items: - type: string - type: array - required: - - key - - operator - type: object - type: array - x-kubernetes-list-map-keys: - - key - x-kubernetes-list-type: map - matchLabels: - additionalProperties: - type: string - description: | - matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, - whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. - type: object - type: object - size: - anyOf: - - type: integer - - type: string - description: The volume size to use to store the media - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[MGTPE])?$ - x-kubernetes-int-or-string: true - storageClassName: - description: The storage class name to use - type: string - required: - - size - type: object - ttl: - description: The maximum amount of time an entry will stay in the cache before being evicted. - pattern: '[0-9]+[dwmy]+' - type: string - required: - - persistentVolumeClaimTemplate - type: object - clamAntiVirus: - description: ClamAntiVirus configuration - properties: - containersSecurityContext: - description: A subset of SecurityContext. ContainersSecurityContext holds pod-level security attributes and common container settings - properties: - allowPrivilegeEscalation: - description: Controls whether a process can gain more privileges than its parent process. This bool directly controls whether the no_new_privs flag gets set on the container process. allowPrivilegeEscalation is always true when the container is run as privileged, or has CAP_SYS_ADMIN - type: boolean - capabilities: - description: Give a process some privileges, but not all the privileges of the root user. - properties: - add: - description: Privileges to add. - items: - type: string - type: array - drop: - description: Privileges to drop. - items: - type: string - type: array - type: object - readOnlyRootFilesystem: - description: Mounts the container's root filesystem as read-only. - type: boolean - seccompProfile: - description: To set the Seccomp profile for a Container, include the seccompProfile field in the securityContext section of your Pod or Container manifest. The seccompProfile field is a SeccompProfile object consisting of type and localhostProfile. Valid options for type include RuntimeDefault, Unconfined, and Localhost. localhostProfile must only be set set if type Localhost. It indicates the path of the pre-configured profile on the node, relative to the kubelet's configured Seccomp profile location (configured with the --root-dir flag). - properties: - localhostProfile: - type: string - type: - enum: - - RuntimeDefault - - Unconfined - - Localhost - type: string - type: object - type: object - freshclam: - default: {} - description: Freshclam settings - properties: - databaseMirrors: - default: - - db.local.clamav.net - - database.clamav.net - items: - description: A clamav database mirror - type: string - type: array - dnsDatabaseInfo: - default: current.cvd.clamav.net - description: Freshclam DNS Database info - type: string - proxy: - description: The freshclam proxy configuration - properties: - port: - description: Proxy port - type: number - server: - description: Proxy server - type: string - username: - description: Proxy username. `proxyPassword` must be present in the external secret if used. - type: string - type: object - type: object - podSecurityContext: - description: A subset of PodSecurityContext. PodSecurityContext holds pod-level security attributes and common container settings - properties: - fsGroup: - description: | - A special supplemental group that applies to all containers in a pod. Some volume types allow the Kubelet to - change the ownership of that volume to be owned by the pod: - - 1. The owning GID will be the FSGroup - 2. The setgid bit is set (new files created in the volume will be owned by FSGroup) - 3. The permission bits are OR'd with rw-rw---- - - If unset, the Kubelet will not modify the ownership and permissions of any volume. - format: int64 - type: integer - fsGroupChangePolicy: - description: 'fsGroupChangePolicy defines behavior of changing ownership and permission of the volume before being exposed inside Pod. This field will only apply to volume types which support fsGroup based ownership(and permissions). It will have no effect on ephemeral volume types such as: secret, configmaps and emptydir. Valid values are "OnRootMismatch" and "Always". If not specified, "Always" is used.' - type: string - runAsGroup: - description: The GID to run the entrypoint of the container process. Uses runtime default if unset. - format: int64 - type: integer - runAsNonRoot: - description: Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. - type: boolean - runAsUser: - description: The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. - format: int64 - type: integer - seLinuxOptions: - description: SELinuxOptions are the labels to be applied to all the pod containers - properties: - level: - description: Level is SELinux level label that applies to the container. - type: string - role: - description: Role is a SELinux role label that applies to the container. - type: string - type: - description: Type is a SELinux type label that applies to the container. - type: string - user: - description: User is a SELinux user label that applies to the container. - type: string - type: object - seccompProfile: - description: To set the Seccomp profile for a Container, include the seccompProfile field in the securityContext section of your Pod or Container manifest. The seccompProfile field is a SeccompProfile object consisting of type and localhostProfile. Valid options for type include RuntimeDefault, Unconfined, and Localhost. localhostProfile must only be set set if type Localhost. It indicates the path of the pre-configured profile on the node, relative to the kubelet's configured Seccomp profile location (configured with the --root-dir flag). - properties: - localhostProfile: - type: string - type: - enum: - - RuntimeDefault - - Unconfined - - Localhost - type: string - type: object - supplementalGroups: - description: A list of groups applied to the first process run in each container, in addition to the container's primary GID. If unspecified, no groups will be added to any container. - items: - format: int64 - type: integer - type: array - type: object - replicas: - default: 1 - description: The number of replicas for ClamAV. Can only be 1 for now - maximum: 1 - minimum: 1 - type: integer - resources: - default: {} - description: Kubernetes resources to allocate to each instance. - properties: - limits: - additionalProperties: - anyOf: - - type: integer - - type: string - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - default: - memory: 4Gi - description: 'Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/' - type: object - requests: - additionalProperties: - anyOf: - - type: integer - - type: string - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - default: - cpu: 100m - memory: 100Mi - description: 'Requests describes the minimum amount of compute resources required. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/' - type: object - type: object - volumeClaim: - description: ClamAntiVirus persistent volume to store virus db - type: string - type: object - download: - description: Configures download of medias - properties: - additionalHeaders: - additionalProperties: - type: string - description: Headers to send in outgoing requests. - type: object - type: object - externalSecret: - description: | - The Secret that is managed outside of the MatrixContentScanner CRD lifecycle. - The Secret must contain at least the following keys - pickleKeyPassword, virusScan.sh. - properties: - name: - description: The name of the Secret within the same namespace as the MatrixContentScanner CRD - type: string - type: object - hostAliases: - description: The list of hosts aliases to configure on the pod spec. It should be avoid as much as possible to use this feature. Please prefer using an DNS entry to resolve your hostnames. This can be used as a workaround when entries cannot be resolved using DNS, for example for our automated testings. - items: - properties: - hostnames: - items: - description: An hostname of the associated ip to add to /etc/hosts - type: string - type: array - ip: - description: An IP resolution to add to /etc/hosts - type: string - type: object - type: array - icap: - default: {} - description: ClamAntiVirus configuration - properties: - containersSecurityContext: - description: A subset of SecurityContext. ContainersSecurityContext holds pod-level security attributes and common container settings - properties: - allowPrivilegeEscalation: - description: Controls whether a process can gain more privileges than its parent process. This bool directly controls whether the no_new_privs flag gets set on the container process. allowPrivilegeEscalation is always true when the container is run as privileged, or has CAP_SYS_ADMIN - type: boolean - capabilities: - description: Give a process some privileges, but not all the privileges of the root user. - properties: - add: - description: Privileges to add. - items: - type: string - type: array - drop: - description: Privileges to drop. - items: - type: string - type: array - type: object - readOnlyRootFilesystem: - description: Mounts the container's root filesystem as read-only. - type: boolean - seccompProfile: - description: To set the Seccomp profile for a Container, include the seccompProfile field in the securityContext section of your Pod or Container manifest. The seccompProfile field is a SeccompProfile object consisting of type and localhostProfile. Valid options for type include RuntimeDefault, Unconfined, and Localhost. localhostProfile must only be set set if type Localhost. It indicates the path of the pre-configured profile on the node, relative to the kubelet's configured Seccomp profile location (configured with the --root-dir flag). - properties: - localhostProfile: - type: string - type: - enum: - - RuntimeDefault - - Unconfined - - Localhost - type: string - type: object - type: object - resources: - default: {} - description: Kubernetes resources to allocate to each instance. - properties: - limits: - additionalProperties: - anyOf: - - type: integer - - type: string - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - default: - memory: 1Gi - description: 'Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/' - type: object - requests: - additionalProperties: - anyOf: - - type: integer - - type: string - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - default: - cpu: 100m - memory: 100Mi - description: 'Requests describes the minimum amount of compute resources required. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/' - type: object - type: object - virusScan: - default: {} - description: Virus Scan settings - properties: - maxObjectSize: - default: 50M - description: The max object size icap will scan - pattern: '[0-9]+[KMG]' - type: string - scanFileTypes: - default: - - TEXT - - DATA - - EXECUTABLE - - ARCHIVE - - GRAPHICS - - STREAM - - DOCUMENT - description: List of file types scanned by c-icap - items: - enum: - - TEXT - - DATA - - EXECUTABLE - - ARCHIVE - - GRAPHICS - - STREAM - - DOCUMENT - type: string - minItems: 1 - type: array - sendPercentData: - default: 5 - maximum: 100 - minimum: 0 - type: number - startSendPercentDataAfter: - default: 5M - description: The max object size icap will scan - pattern: '[0-9]+[KMG]' - type: string - type: object - type: object - matrixContentScanner: - default: {} - description: Matrix Content Scanner configuration - properties: - containersSecurityContext: - description: A subset of SecurityContext. ContainersSecurityContext holds pod-level security attributes and common container settings - properties: - allowPrivilegeEscalation: - description: Controls whether a process can gain more privileges than its parent process. This bool directly controls whether the no_new_privs flag gets set on the container process. allowPrivilegeEscalation is always true when the container is run as privileged, or has CAP_SYS_ADMIN - type: boolean - capabilities: - description: Give a process some privileges, but not all the privileges of the root user. - properties: - add: - description: Privileges to add. - items: - type: string - type: array - drop: - description: Privileges to drop. - items: - type: string - type: array - type: object - readOnlyRootFilesystem: - description: Mounts the container's root filesystem as read-only. - type: boolean - seccompProfile: - description: To set the Seccomp profile for a Container, include the seccompProfile field in the securityContext section of your Pod or Container manifest. The seccompProfile field is a SeccompProfile object consisting of type and localhostProfile. Valid options for type include RuntimeDefault, Unconfined, and Localhost. localhostProfile must only be set set if type Localhost. It indicates the path of the pre-configured profile on the node, relative to the kubelet's configured Seccomp profile location (configured with the --root-dir flag). - properties: - localhostProfile: - type: string - type: - enum: - - RuntimeDefault - - Unconfined - - Localhost - type: string - type: object - type: object - podSecurityContext: - description: A subset of PodSecurityContext. PodSecurityContext holds pod-level security attributes and common container settings - properties: - fsGroup: - description: | - A special supplemental group that applies to all containers in a pod. Some volume types allow the Kubelet to - change the ownership of that volume to be owned by the pod: - - 1. The owning GID will be the FSGroup - 2. The setgid bit is set (new files created in the volume will be owned by FSGroup) - 3. The permission bits are OR'd with rw-rw---- - - If unset, the Kubelet will not modify the ownership and permissions of any volume. - format: int64 - type: integer - fsGroupChangePolicy: - description: 'fsGroupChangePolicy defines behavior of changing ownership and permission of the volume before being exposed inside Pod. This field will only apply to volume types which support fsGroup based ownership(and permissions). It will have no effect on ephemeral volume types such as: secret, configmaps and emptydir. Valid values are "OnRootMismatch" and "Always". If not specified, "Always" is used.' - type: string - runAsGroup: - description: The GID to run the entrypoint of the container process. Uses runtime default if unset. - format: int64 - type: integer - runAsNonRoot: - description: Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. - type: boolean - runAsUser: - description: The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. - format: int64 - type: integer - seLinuxOptions: - description: SELinuxOptions are the labels to be applied to all the pod containers - properties: - level: - description: Level is SELinux level label that applies to the container. - type: string - role: - description: Role is a SELinux role label that applies to the container. - type: string - type: - description: Type is a SELinux type label that applies to the container. - type: string - user: - description: User is a SELinux user label that applies to the container. - type: string - type: object - seccompProfile: - description: To set the Seccomp profile for a Container, include the seccompProfile field in the securityContext section of your Pod or Container manifest. The seccompProfile field is a SeccompProfile object consisting of type and localhostProfile. Valid options for type include RuntimeDefault, Unconfined, and Localhost. localhostProfile must only be set set if type Localhost. It indicates the path of the pre-configured profile on the node, relative to the kubelet's configured Seccomp profile location (configured with the --root-dir flag). - properties: - localhostProfile: - type: string - type: - enum: - - RuntimeDefault - - Unconfined - - Localhost - type: string - type: object - supplementalGroups: - description: A list of groups applied to the first process run in each container, in addition to the container's primary GID. If unspecified, no groups will be added to any container. - items: - format: int64 - type: integer - type: array - type: object - replicas: - default: 2 - description: The number of replicas for the Matrix Content Scanner itself. Defaults to 2 - minimum: 1 - type: integer - resources: - default: {} - description: Kubernetes resources to allocate to each instance. - properties: - limits: - additionalProperties: - anyOf: - - type: integer - - type: string - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - default: - memory: 500Mi - description: 'Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/' - type: object - requests: - additionalProperties: - anyOf: - - type: integer - - type: string - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - default: - cpu: 100m - memory: 100Mi - description: 'Requests describes the minimum amount of compute resources required. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/' - type: object - type: object - type: object - matrixServer: - description: Defines which Matrix server this component should point at. - properties: - baseUrl: - description: Domain name where the Matrix server is hosted - type: string - serverName: - description: Server name of the default Matrix server (if distinct from the baseUrl) - type: string - type: object - scanning: - description: Scanning configuration - properties: - allowedMimetypes: - description: List of allowed MIME types. If a file has a MIME type that's not in this list, its scan is considered failed. - items: - description: A MIME type. - type: string - type: array - type: object - required: - - matrixServer - type: object - download: - description: Configures download of medias. Deprecated, not used. Use download inside config instead - properties: - additionalHeaders: - additionalProperties: - type: string - description: Headers to send in outgoing requests. - type: object - type: object - image: - description: This contains the MatrixContentScanner image - properties: - clamAntiVirus: - description: Defines the image to be used - properties: - digest: - description: Image digest. If defined, this will be used instead of image tag. Image tag is still mandatory to render annotations on the statefulsets and deployments. - type: string - pullPolicy: - description: Image pull policy - enum: - - Always - - IfNotPresent - - Never - type: string - pullSecrets: - description: Pull secrets to make available for any of the images below - items: - properties: - name: - description: The name of the image pull secret in this namespace to use - type: string - type: object - type: array - repository: - description: Image repository to use - type: string - tag: - description: Image tag in the repository to use - type: string - type: object - icap: - description: Defines the image to be used - properties: - digest: - description: Image digest. If defined, this will be used instead of image tag. Image tag is still mandatory to render annotations on the statefulsets and deployments. - type: string - pullPolicy: - description: Image pull policy - enum: - - Always - - IfNotPresent - - Never - type: string - pullSecrets: - description: Pull secrets to make available for any of the images below - items: - properties: - name: - description: The name of the image pull secret in this namespace to use - type: string - type: object - type: array - repository: - description: Image repository to use - type: string - tag: - description: Image tag in the repository to use - type: string - type: object - matrixContentScanner: - description: Defines the image to be used - properties: - digest: - description: Image digest. If defined, this will be used instead of image tag. Image tag is still mandatory to render annotations on the statefulsets and deployments. - type: string - pullPolicy: - description: Image pull policy - enum: - - Always - - IfNotPresent - - Never - type: string - pullSecrets: - description: Pull secrets to make available for any of the images below - items: - properties: - name: - description: The name of the image pull secret in this namespace to use - type: string - type: object - type: array - repository: - description: Image repository to use - type: string - tag: - description: Image tag in the repository to use - type: string - type: object - type: object - service: - description: Describes the service created to expose this resource - properties: - type: - description: What type of service to create - enum: - - ClusterIP - - NodePort - - LoadBalancer - type: string - type: object - workloads: - description: This contains the MatrixContentScanner workloads - properties: - clamAntiVirus: - description: Custom properties on workloads - properties: - annotations: - additionalProperties: - type: string - description: Defines the annotations to add to the workloads - type: object - extraEnv: - description: Defines additional environment variables to be injected onto this workload - items: - description: A single env var to be injected onto this workload - properties: - name: - description: Name of the environment variable - type: string - value: - description: Value of the environment variable - type: string - required: - - name - - value - type: object - type: array - nodeSelector: - additionalProperties: - type: string - description: 'NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node''s labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/' - type: object - tolerations: - description: Workload tolerations - items: - description: The pod this Toleration is attached to tolerates any taint that matches the triple using the matching operator . - properties: - effect: - description: Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute. - type: string - key: - description: Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys. - type: string - operator: - description: Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category. - type: string - tolerationSeconds: - description: TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system. - type: number - value: - description: Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string. - type: string - type: object - type: array - type: object - matrixContentScanner: - description: Custom properties on workloads - properties: - annotations: - additionalProperties: - type: string - description: Defines the annotations to add to the workloads - type: object - extraEnv: - description: Defines additional environment variables to be injected onto this workload - items: - description: A single env var to be injected onto this workload - properties: - name: - description: Name of the environment variable - type: string - value: - description: Value of the environment variable - type: string - required: - - name - - value - type: object - type: array - nodeSelector: - additionalProperties: - type: string - description: 'NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node''s labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/' - type: object - tolerations: - description: Workload tolerations - items: - description: The pod this Toleration is attached to tolerates any taint that matches the triple using the matching operator . - properties: - effect: - description: Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute. - type: string - key: - description: Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys. - type: string - operator: - description: Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category. - type: string - tolerationSeconds: - description: TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system. - type: number - value: - description: Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string. - type: string - type: object - type: array - type: object - type: object - required: - - config - - image - type: object - status: - description: Status defines the observed state of MatrixContentScanner - type: object - x-kubernetes-preserve-unknown-fields: true - type: object - served: true - storage: true - subresources: - status: {} -{{ end }} diff --git a/helm/operator/templates/customresourcedefinition-synapses.matrix.element.io.yaml b/helm/operator/templates/customresourcedefinition-synapses.matrix.element.io.yaml index 74ecbd5..57518c3 100644 --- a/helm/operator/templates/customresourcedefinition-synapses.matrix.element.io.yaml +++ b/helm/operator/templates/customresourcedefinition-synapses.matrix.element.io.yaml @@ -557,6 +557,7 @@ spec: instances: default: 1 description: Number of instances of this worker type + minimum: 1 type: integer resources: default: {} @@ -1416,6 +1417,7 @@ spec: instances: default: 1 description: Number of instances of this worker type + minimum: 1 type: integer resources: default: {} diff --git a/helm/operator/values.yaml b/helm/operator/values.yaml index f5cd8a9..33f6002 100644 --- a/helm/operator/values.yaml +++ b/helm/operator/values.yaml @@ -34,7 +34,7 @@ crds: imagePullPolicy: Always image: repository: docker.io/vectorim/ess-core-operator-conversion-webhook - tag: 2.20.2 + tag: 2.21.1 operator: extraPodSpec: securityContext: @@ -70,7 +70,7 @@ operator: imagePullPolicy: Always image: repository: docker.io/vectorim/ess-core-operator - tag: 2.20.2 + tag: 2.21.1 rbacProxy: resources: limits: diff --git a/helm/updater/Chart.yaml b/helm/updater/Chart.yaml index 47cf7f2..b805138 100644 --- a/helm/updater/Chart.yaml +++ b/helm/updater/Chart.yaml @@ -20,9 +20,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.20.2 +version: 2.21.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 2.20.2 +appVersion: 2.21.1 diff --git a/helm/updater/source-values.yaml b/helm/updater/source-values.yaml index c871359..272ebcd 100644 --- a/helm/updater/source-values.yaml +++ b/helm/updater/source-values.yaml @@ -34,7 +34,7 @@ crds: imagePullPolicy: Always image: repository: docker.io/vectorim/ess-core-updater-conversion-webhook - tag: 2.20.2 + tag: 2.21.1 updater: extraPodSpec: securityContext: @@ -70,7 +70,7 @@ updater: - ALL image: repository: docker.io/vectorim/ess-core-updater - tag: 2.20.2 + tag: 2.21.1 rbacProxy: resources: limits: diff --git a/helm/updater/templates/clusterrole-manager.yaml b/helm/updater/templates/clusterrole-manager.yaml index 51b4022..e5bd5fc 100644 --- a/helm/updater/templates/clusterrole-manager.yaml +++ b/helm/updater/templates/clusterrole-manager.yaml @@ -34,20 +34,6 @@ rules: - patch - update - watch - - apiGroups: - - matrix.element.io - resources: - - matrixcontentscanners - - matrixcontentscanners/status - - matrixcontentscanners/finalizers - verbs: - - create - - delete - - get - - list - - patch - - update - - watch - apiGroups: - matrix.element.io resources: diff --git a/helm/updater/templates/customresourcedefinition-elementdeployment.yaml b/helm/updater/templates/customresourcedefinition-elementdeployment.yaml index 8c6d34d..c939ced 100644 --- a/helm/updater/templates/customresourcedefinition-elementdeployment.yaml +++ b/helm/updater/templates/customresourcedefinition-elementdeployment.yaml @@ -331,85 +331,248 @@ spec: pattern: ^[a-z0-9]([\-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([\-a-z0-9]*[a-z0-9])?)*$ type: string type: object - matrixContentScanner: - description: A web service for scanning media hosted on a Matrix media repository. + synapse: + description: This is a matrix homeserver. properties: config: properties: - caching: - anyOf: - - required: - - maxFileSize - - {} + additional: + description: Additional config to inject + type: string + externalAppservices: default: {} - description: Configures caching of scan results. - properties: - cacheSize: - default: 1024 - description: Maximum number of results that can be stored in the cache. If more files are scanned before existing items reach their TTL, the least-recently accessed will be evicted. - type: number - maxFileSize: - description: The maximum cachable file size. If a file is bigger than this size, a copy of it will be not be cached even if the scan succeeds. If the file is requested again, it is downloaded again from the homeserver, but is not written to disk or scanned. - pattern: '[0-9]+[KMGT]B' - type: string - ttl: - default: 1d - description: The maximum amount of time an entry will stay in the cache before being evicted. - pattern: '[0-9]+[dwmy]+' - type: string - type: object - scanning: - description: Scanning configuration + description: External application services to configure properties: - allowedMimetypes: - description: List of allowed MIME types. If a file has a MIME type that's not in this list, its scan is considered failed. Allow every MIME types by default. + configMaps: + default: [] + description: Array of ConfigMaps containing a registration.yaml to mount in synapse items: - description: A MIME type. + description: A configmap name type: string type: array + files: + additionalProperties: + description: Content of an appservice registration file + type: string + default: {} + description: Map of appservice registration files to inject + type: object type: object - required: - - scanning - - caching - type: object - k8s: - properties: - clamAntiVirus: + log: default: {} + description: Synapse Logging settings properties: - storage: + levelOverrides: + additionalProperties: + description: The maximum level of Synapse log output for this specific logger + enum: + - Critical + - Error + - Warning + - Info + - Debug + type: string + description: Logging level overrides for specific Synapse loggers + type: object + rootLevel: + default: Info + description: The maximum level of Synapse log output before any overrides + enum: + - Critical + - Error + - Warning + - Info + - Debug + type: string + type: object + macaroonSecretKey: + default: macaroon + description: The key of the k8s secret containing Synapse Macaroon + type: string + media: + default: + volume: + size: 50Gi + properties: + volume: default: - volume: - size: 1Gi - description: Settings dedicated to k8s storage + size: 50Gi + description: The volume holding media + oneOf: + - not: + required: + - name + required: + - size + - required: + - name + - size properties: - volume: - default: - size: 1Gi - oneOf: - - not: - required: - - persistentVolumeClaimName - required: - - size - - not: - required: - - size - required: - - persistentVolumeClaimName - properties: - persistentVolumeClaimName: - description: The persistent volume claim name to use to store the media - type: string - size: + name: + description: The volume name to use to store the media + type: string + size: + anyOf: + - type: integer + - type: string + description: The volume size to use to store the media + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[MGTPE])?$ + x-kubernetes-int-or-string: true + type: object + type: object + postgresql: + description: Configuration of the PostgreSQL database + properties: + database: + description: PostgreSQL database name + type: string + host: + description: PostgreSQL database host + type: string + passwordSecretKey: + default: postgresPassword + description: The PostgreSQL password + type: string + port: + default: 5432 + description: PostgreSQL port + maximum: 65535 + minimum: 0 + type: integer + sslMode: + default: require + description: TLS settings to use for the PostgreSQL connection + enum: + - disable + - allow + - prefer + - require + - verify-ca + - verify-full + type: string + user: + description: PostgreSQL username + type: string + required: + - host + - user + - database + type: object + registrationSharedSecretSecretKey: + default: registrationSharedSecret + description: The key of the k8s secret containing Synapse registration shared secret + type: string + signingKeySecretKey: + default: signingKey + description: The key of the k8s secret containing Synapse signing key + type: string + workers: + default: [] + description: Workers configuration + items: + properties: + additional: + default: "" + description: Arbitrary extra config to inject into the Synapse worker configuration as a YAML string + type: string + instances: + default: 1 + description: Number of instances of this worker type + minimum: 1 + type: integer + resources: + default: {} + description: Kubernetes resources to allocate to each instance. + properties: + limits: + additionalProperties: anyOf: - type: integer - type: string - description: The volume size to use to store the media - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[MGTPE])?$ + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ x-kubernetes-int-or-string: true - storageClassName: - description: The storage class name to use + default: + memory: 4Gi + description: 'Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/' + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + default: + cpu: 100m + memory: 100Mi + description: 'Requests describes the minimum amount of compute resources required. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/' + type: object + type: object + type: + description: Type of worker being configured + enum: + - appservice + - background + - client-reader + - encryption + - event-creator + - event-persister + - federation-inbound + - federation-reader + - federation-sender + - initial-synchrotron + - media-repository + - presence-writer + - pusher + - receipts-account + - sliding-sync + - sso-login + - synchrotron + - typing-persister + - user-dir + type: string + required: + - type + type: object + type: array + required: + - postgresql + type: object + k8s: + default: {} + description: You can override Kubernetes configuration for each component of Synapse + properties: + common: + default: {} + description: The annotations to add to every workloads, volume claims and service monitors deployed + properties: + annotations: + additionalProperties: + description: Defines the annotations to add + type: string + default: {} + description: The annotations to add to every workloads and ingresses deployed + type: object + type: object + haproxy: + default: {} + description: k8s properties of the haproxy workloads inside synapse component + properties: + monitoring: + default: {} + description: Settings dedicated to monitoring + properties: + serviceMonitor: + default: {} + description: Service monitor settings + properties: + deploy: + default: auto + description: Enable or disable monitoring using ServiceMonitor resources + enum: + - enable + - disable + - auto type: string type: object type: object @@ -462,9 +625,7 @@ spec: description: 'NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node''s labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/' type: object replicas: - default: 1 - description: The number of ClamAV replicas. Can only be 1 for now - maximum: 1 + description: The number of Synapse HAProxy replicas minimum: 1 type: number resources: @@ -479,7 +640,7 @@ spec: pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ x-kubernetes-int-or-string: true default: - memory: 4Gi + memory: 200Mi description: 'Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/' type: object requests: @@ -509,11 +670,11 @@ spec: - disable type: string fsGroup: - default: 10150 + default: 10001 description: The fsGroup GID to use if securityContextForceUidGid is enabled type: number runAsUser: - default: 10150 + default: 10001 description: The runAsUser UID to use if securityContextForceUidGid is enabled type: number seLinuxOptions: @@ -562,20 +723,109 @@ spec: type: array type: object type: object - common: - default: {} - description: Settings dedicated to k8s + ingress: + description: Settings dedicated to k8s ingresses properties: annotations: additionalProperties: - description: Defines the annotations to add type: string default: {} - description: The annotations to add to every workloads and ingresses deployed + description: Defines the annotations to add + type: object + fqdn: + description: Fully qualified domain name of the ingress + type: string + ingressClassName: + description: An optional IngressClass name to be used for this ingress. Optional if you are managing ingress / loadbalancer externally. + type: string + services: + default: {} + properties: + type: + description: Default service type + enum: + - ClusterIP + - NodePort + - LoadBalancer + type: string + type: object + tls: + oneOf: + - not: + required: + - certificate + - secretName + properties: + mode: + pattern: certmanager + required: + - certmanager + - not: + required: + - certmanager + - secretName + properties: + mode: + pattern: certfile + required: + - certificate + - not: + required: + - certificate + - certmanager + properties: + mode: + pattern: existing + required: + - secretName + - not: + required: + - certificate + - certmanager + - secretName + properties: + mode: + pattern: external + properties: + certificate: + description: Certificate file + properties: + certFileSecretKey: + default: synapseCertificate + description: Synapse Server Certificate + type: string + privateKeySecretKey: + default: synapsePrivateKey + description: Synapse Server Private Key + type: string + type: object + certmanager: + description: The cert-manager properties, if enabled + properties: + issuer: + description: The name of cert-manager ClusterIssuer to use + type: string + type: object + mode: + description: The TLS mode of this component ingress. Use external if TLS is managed externaly to the cluster, certmanager if you want to use cert manager to issue certificate automatically, or certfile if you want to upload certificate files to kubernetes tls secrets manually. + enum: + - certmanager + - external + - certfile + - existing + type: string + secretName: + description: The name of a secret in the cluster that contains TLS certificates + maxLength: 253 + pattern: ^[a-z0-9]([\-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([\-a-z0-9]*[a-z0-9])?)*$ + type: string type: object + required: + - fqdn type: object - icap: + redis: default: {} + description: k8s properties of the redis workloads inside synapse component properties: workloads: default: {} @@ -637,7 +887,7 @@ spec: pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ x-kubernetes-int-or-string: true default: - memory: 1Gi + memory: 50Mi description: 'Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/' type: object requests: @@ -648,8 +898,8 @@ spec: pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ x-kubernetes-int-or-string: true default: - cpu: 100m - memory: 100Mi + cpu: 50m + memory: 50Mi description: 'Requests describes the minimum amount of compute resources required. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/' type: object type: object @@ -667,11 +917,11 @@ spec: - disable type: string fsGroup: - default: 10152 + default: 10002 description: The fsGroup GID to use if securityContextForceUidGid is enabled type: number runAsUser: - default: 10152 + default: 10002 description: The runAsUser UID to use if securityContextForceUidGid is enabled type: number seLinuxOptions: @@ -720,63 +970,49 @@ spec: type: array type: object type: object - matrixContentScanner: + synapse: + default: {} + description: k8s properties of the synapse workloads inside synapse component properties: + common: + default: {} + description: Settings dedicated to k8s + properties: + annotations: + additionalProperties: + description: Defines the annotations to add + type: string + default: {} + description: The annotations to add to every workloads and ingresses deployed + type: object + type: object + monitoring: + default: {} + description: Settings dedicated to monitoring + properties: + serviceMonitor: + default: {} + description: Service monitor settings + properties: + deploy: + default: auto + description: Enable or disable monitoring using ServiceMonitor resources + enum: + - enable + - disable + - auto + type: string + type: object + type: object storage: - default: - size: 10Gi - description: Settings dedicated to k8s storage as a PVC Template + description: Settings dedicated to k8s storage properties: - selector: - description: | - A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. - An empty label selector matches all objects. A null label selector matches no objects. + volume: properties: - matchExpressions: - description: matchExpressions is a list of label selector requirements. The requirements are ANDed. - items: - description: A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. - properties: - key: - description: key is the label key that the selector applies to. - type: string - operator: - description: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. - type: string - values: - description: | - values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. - If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. - items: - type: string - type: array - required: - - key - - operator - type: object - type: array - x-kubernetes-list-map-keys: - - key - x-kubernetes-list-type: map - matchLabels: - additionalProperties: - type: string - description: | - matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, - whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed. - type: object + storageClassName: + description: The storage class name to use + type: string type: object - size: - anyOf: - - type: integer - - type: string - default: 10Gi - description: The volume size to use to store the media - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[MGTPE])?$ - x-kubernetes-int-or-string: true - storageClassName: - description: The storage class name to use - type: string type: object workloads: default: {} @@ -826,10 +1062,6 @@ spec: type: string description: 'NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node''s labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/' type: object - replicas: - description: The number of Matrix Content Scanner replicas - minimum: 1 - type: number resources: default: {} description: Kubernetes resources to allocate to each instance. @@ -842,7 +1074,7 @@ spec: pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ x-kubernetes-int-or-string: true default: - memory: 500Mi + memory: 4Gi description: 'Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/' type: object requests: @@ -872,11 +1104,11 @@ spec: - disable type: string fsGroup: - default: 10151 + default: 10991 description: The fsGroup GID to use if securityContextForceUidGid is enabled type: number runAsUser: - default: 10151 + default: 10991 description: The runAsUser UID to use if securityContextForceUidGid is enabled type: number seLinuxOptions: @@ -924,1960 +1156,624 @@ spec: type: object type: array type: object - required: - - storage type: object - required: - - matrixContentScanner type: object secretName: - default: matrix-content-scanner - description: The secret data associated to MatrixContentScanner config + default: synapse + description: The secret data associated to synapse config Key matching `config.macaroonSecretKey`, `config.registrationSharedSecretSecretKey`, `config.signingKeySecretKey`, `config.adminPasswordSecretKey`, `config.telemetry.password` and `config.postgres.passwordSecretKey` must be present. If ingress is tls mode is using certificate, key matching `k8s.ingress.certificate.certFileSecretKey` and `k8s.ingress.certificate.privateKeySecretKey` must be present If stun is enabled, key matching `config.stun.sharedSecretSecretKey` must be present. To override synapse default trust store for federation, every keys of `config.federation.certificateAutoritiesSecretKeys` should be present. maxLength: 253 pattern: ^[a-z0-9]([\-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([\-a-z0-9]*[a-z0-9])?)*$ type: string required: - config type: object - synapse: - description: This is a matrix homeserver. + wellKnownDelegation: + description: This is a well known delegation file hosted as a static site. properties: config: + default: {} properties: - additional: - description: Additional config to inject + additionalClientConfig: + description: WellKnownDelegation additional client configuration. type: string - externalAppservices: + additionalElementConfig: + description: WellKnownDelegation additional element configuration. + type: string + additionalServerConfig: + description: WellKnownDelegation additional server configuration. + type: string + type: object + k8s: + default: {} + description: You can override Kubernetes configuration for each component of WellKnownDelegation + properties: + common: default: {} - description: External application services to configure + description: Settings dedicated to k8s properties: - configMaps: - default: [] - description: Array of ConfigMaps containing a registration.yaml to mount in synapse - items: - description: A configmap name - type: string - type: array - files: + annotations: additionalProperties: - description: Content of an appservice registration file + description: Defines the annotations to add type: string default: {} - description: Map of appservice registration files to inject + description: The annotations to add to every workloads and ingresses deployed type: object type: object - log: + ingress: default: {} - description: Synapse Logging settings + description: Settings dedicated to k8s ingresses properties: - levelOverrides: + annotations: additionalProperties: - description: The maximum level of Synapse log output for this specific logger - enum: - - Critical - - Error - - Warning - - Info - - Debug type: string - description: Logging level overrides for specific Synapse loggers + default: {} + description: Defines the annotations to add type: object - rootLevel: - default: Info - description: The maximum level of Synapse log output before any overrides - enum: - - Critical - - Error - - Warning - - Info - - Debug + ingressClassName: + description: An optional IngressClass name to be used for this ingress. Optional if you are managing ingress / loadbalancer externally. type: string - type: object - macaroonSecretKey: - default: macaroon - description: The key of the k8s secret containing Synapse Macaroon - type: string - media: - default: - volume: - size: 50Gi - properties: - volume: - default: - size: 50Gi - description: The volume holding media + services: + default: {} + properties: + type: + description: Default service type + enum: + - ClusterIP + - NodePort + - LoadBalancer + type: string + type: object + tls: oneOf: - not: required: - - name - required: - - size - - required: - - name - - size + - certificate + - secretName + properties: + mode: + pattern: certmanager + required: + - certmanager + - not: + required: + - certmanager + - secretName + properties: + mode: + pattern: certfile + required: + - certificate + - not: + required: + - certificate + - certmanager + properties: + mode: + pattern: existing + required: + - secretName + - not: + required: + - certificate + - certmanager + - secretName + properties: + mode: + pattern: external properties: - name: - description: The volume name to use to store the media + certificate: + description: Certificate file + properties: + certFileSecretKey: + default: wellKnownDelegationCertificate + description: WellKnownDelegation Certificate + type: string + privateKeySecretKey: + default: wellKnownDelegationPrivateKey + description: WellKnownDelegation Private Key + type: string + type: object + certmanager: + description: The cert-manager properties, if enabled + properties: + issuer: + description: The name of cert-manager ClusterIssuer to use + type: string + type: object + mode: + description: The TLS mode of this component ingress. Use external if TLS is managed externaly to the cluster, certmanager if you want to use cert manager to issue certificate automatically, or certfile if you want to upload certificate files to kubernetes tls secrets manually. + enum: + - certmanager + - external + - certfile + - existing + type: string + secretName: + description: The name of a secret in the cluster that contains TLS certificates + maxLength: 253 + pattern: ^[a-z0-9]([\-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([\-a-z0-9]*[a-z0-9])?)*$ type: string - size: - anyOf: - - type: integer - - type: string - description: The volume size to use to store the media - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[MGTPE])?$ - x-kubernetes-int-or-string: true type: object type: object - postgresql: - description: Configuration of the PostgreSQL database - properties: - database: - description: PostgreSQL database name - type: string - host: - description: PostgreSQL database host - type: string - passwordSecretKey: - default: postgresPassword - description: The PostgreSQL password - type: string - port: - default: 5432 - description: PostgreSQL port - maximum: 65535 - minimum: 0 - type: integer - sslMode: - default: require - description: TLS settings to use for the PostgreSQL connection - enum: - - disable - - allow - - prefer - - require - - verify-ca - - verify-full - type: string - user: - description: PostgreSQL username - type: string - required: - - host - - user - - database - type: object - registrationSharedSecretSecretKey: - default: registrationSharedSecret - description: The key of the k8s secret containing Synapse registration shared secret - type: string - signingKeySecretKey: - default: signingKey - description: The key of the k8s secret containing Synapse signing key - type: string - workers: - default: [] - description: Workers configuration - items: - properties: - additional: - default: "" - description: Arbitrary extra config to inject into the Synapse worker configuration as a YAML string - type: string - instances: - default: 1 - description: Number of instances of this worker type - type: integer - resources: - default: {} - description: Kubernetes resources to allocate to each instance. - properties: - limits: - additionalProperties: - anyOf: - - type: integer - - type: string - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - default: - memory: 4Gi - description: 'Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/' - type: object - requests: - additionalProperties: - anyOf: - - type: integer - - type: string - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - default: - cpu: 100m - memory: 100Mi - description: 'Requests describes the minimum amount of compute resources required. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/' - type: object - type: object - type: - description: Type of worker being configured - enum: - - appservice - - background - - client-reader - - encryption - - event-creator - - event-persister - - federation-inbound - - federation-reader - - federation-sender - - initial-synchrotron - - media-repository - - presence-writer - - pusher - - receipts-account - - sliding-sync - - sso-login - - synchrotron - - typing-persister - - user-dir - type: string - required: - - type - type: object - type: array - required: - - postgresql - type: object - k8s: - default: {} - description: You can override Kubernetes configuration for each component of Synapse - properties: - common: + workloads: default: {} - description: The annotations to add to every workloads, volume claims and service monitors deployed + description: Settings dedicated to k8s workloads properties: annotations: additionalProperties: description: Defines the annotations to add type: string default: {} - description: The annotations to add to every workloads and ingresses deployed + description: The annotations to add to the workload type: object - type: object - haproxy: - default: {} - description: k8s properties of the haproxy workloads inside synapse component - properties: - monitoring: - default: {} - description: Settings dedicated to monitoring - properties: - serviceMonitor: - default: {} - description: Service monitor settings - properties: - deploy: - default: auto - description: Enable or disable monitoring using ServiceMonitor resources - enum: - - enable - - disable - - auto + dockerSecrets: + items: + properties: + name: + description: Docker secret to use for ems image store + type: string + url: + description: The docker registry url for this secret + type: string + required: + - url + - name + type: object + type: array + hostAliases: + description: The list of hosts aliases to configure on the pod spec. It is advised to instead use a DNS entry to resolve your hostnames, instead of this feature. This feature can be used as a workaround when entries cannot be resolved using DNS, for example in our automated testing routines. + items: + properties: + hostnames: + items: + description: An hostname of the associated ip to add to /etc/hosts + pattern: ^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\-]*[a-zA-Z0-9])\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\-]*[A-Za-z0-9])$ type: string - type: object - type: object - workloads: - default: {} - description: Settings dedicated to k8s workloads - properties: - annotations: - additionalProperties: - description: Defines the annotations to add + type: array + ip: + description: An IP resolution to add to /etc/hosts type: string - default: {} - description: The annotations to add to the workload + required: + - ip + - hostnames + type: object + type: array + nodeSelector: + additionalProperties: + type: string + description: 'NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node''s labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/' + type: object + replicas: + description: The number of Well-Known Delegation replicas + minimum: 1 + type: number + resources: + default: {} + description: Kubernetes resources to allocate to each instance. + properties: + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + default: + memory: 200Mi + description: 'Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/' type: object - dockerSecrets: - items: - properties: - name: - description: Docker secret to use for ems image store - type: string - url: - description: The docker registry url for this secret - type: string - required: - - url - - name - type: object - type: array - hostAliases: - description: The list of hosts aliases to configure on the pod spec. It is advised to instead use a DNS entry to resolve your hostnames, instead of this feature. This feature can be used as a workaround when entries cannot be resolved using DNS, for example in our automated testing routines. - items: - properties: - hostnames: - items: - description: An hostname of the associated ip to add to /etc/hosts - pattern: ^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\-]*[a-zA-Z0-9])\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\-]*[A-Za-z0-9])$ - type: string - type: array - ip: - description: An IP resolution to add to /etc/hosts - type: string - required: - - ip - - hostnames - type: object - type: array - nodeSelector: + requests: additionalProperties: - type: string - description: 'NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node''s labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/' + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + default: + cpu: 50m + memory: 50Mi + description: 'Requests describes the minimum amount of compute resources required. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/' type: object - replicas: - description: The number of Synapse HAProxy replicas - minimum: 1 + type: object + securityContext: + anyOf: + - required: + - seLinuxOptions + - {} + default: {} + properties: + forceUidGid: + description: Enable pod runAsUser and fsGroup in security context. Disable if it should not be used. + enum: + - enable + - disable + type: string + fsGroup: + default: 10003 + description: The fsGroup GID to use if securityContextForceUidGid is enabled type: number - resources: - default: {} - description: Kubernetes resources to allocate to each instance. - properties: - limits: - additionalProperties: - anyOf: - - type: integer - - type: string - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - default: - memory: 200Mi - description: 'Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/' - type: object - requests: - additionalProperties: - anyOf: - - type: integer - - type: string - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - default: - cpu: 100m - memory: 100Mi - description: 'Requests describes the minimum amount of compute resources required. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/' - type: object - type: object - securityContext: - anyOf: - - required: - - seLinuxOptions - - {} - default: {} + runAsUser: + default: 10003 + description: The runAsUser UID to use if securityContextForceUidGid is enabled + type: number + seLinuxOptions: properties: - forceUidGid: - description: Enable pod runAsUser and fsGroup in security context. Disable if it should not be used. - enum: - - enable - - disable + level: + description: Level is SELinux level label that applies to all the workload containers. type: string - fsGroup: - default: 10001 - description: The fsGroup GID to use if securityContextForceUidGid is enabled - type: number - runAsUser: - default: 10001 - description: The runAsUser UID to use if securityContextForceUidGid is enabled - type: number - seLinuxOptions: - properties: - level: - description: Level is SELinux level label that applies to all the workload containers. - type: string - role: - description: Role is SELinux level label that applies to all the workload containers. - type: string - type: - description: Type is SELinux level label that applies to all the workload containers. - type: string - user: - description: User is SELinux level label that applies to all the workload containers. - type: string - type: object - setSecComp: - description: Enable RuntimeDefault pod seccomp. disable if it should not be used. - enum: - - enable - - disable + role: + description: Role is SELinux level label that applies to all the workload containers. + type: string + type: + description: Type is SELinux level label that applies to all the workload containers. + type: string + user: + description: User is SELinux level label that applies to all the workload containers. type: string type: object - tolerations: - description: Workload tolerations - items: - description: The pod this Toleration is attached to tolerates any taint that matches the triple using the matching operator . - properties: - effect: - description: Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute. - type: string - key: - description: Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys. - type: string - operator: - description: Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category. - type: string - tolerationSeconds: - description: TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system. - type: number - value: - description: Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string. - type: string - type: object - type: array - type: object - type: object - ingress: - description: Settings dedicated to k8s ingresses - properties: - annotations: - additionalProperties: - type: string - default: {} - description: Defines the annotations to add - type: object - fqdn: - description: Fully qualified domain name of the ingress - type: string - ingressClassName: - description: An optional IngressClass name to be used for this ingress. Optional if you are managing ingress / loadbalancer externally. - type: string - services: - default: {} - properties: - type: - description: Default service type + setSecComp: + description: Enable RuntimeDefault pod seccomp. disable if it should not be used. enum: - - ClusterIP - - NodePort - - LoadBalancer + - enable + - disable type: string type: object - tls: - oneOf: - - not: - required: - - certificate - - secretName - properties: - mode: - pattern: certmanager - required: - - certmanager - - not: - required: - - certmanager - - secretName - properties: - mode: - pattern: certfile - required: - - certificate - - not: - required: - - certificate - - certmanager - properties: - mode: - pattern: existing - required: - - secretName - - not: - required: - - certificate - - certmanager - - secretName - properties: - mode: - pattern: external + tolerations: + description: Workload tolerations + items: + description: The pod this Toleration is attached to tolerates any taint that matches the triple using the matching operator . + properties: + effect: + description: Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute. + type: string + key: + description: Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys. + type: string + operator: + description: Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category. + type: string + tolerationSeconds: + description: TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system. + type: number + value: + description: Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string. + type: string + type: object + type: array + type: object + type: object + secretName: + default: well-known-delegation + description: The secret data associated to wellKnownDelegation config If ingress is tls mode is using certificate, key matching `k8s.ingress.certificate.certFileSecretKey` and `k8s.ingress.certificate.privateKeySecretKey` must be present + maxLength: 253 + pattern: ^[a-z0-9]([\-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([\-a-z0-9]*[a-z0-9])?)*$ + type: string + type: object + type: object + global: + properties: + config: + properties: + domainName: + description: The domain name of this deployment. It will be used for the of the users MXIDs, and cannot be changed afterwards + type: string + genericSharedSecretSecretKey: + default: genericSharedSecret + description: The generic shared secret to use as a seed for all internally-generated secrets + type: string + imagesDigestsConfigMap: + description: A configmap containing images digests metadata to override + type: string + verifyTls: + default: true + description: TLS verification + type: boolean + required: + - domainName + type: object + k8s: + default: {} + properties: + common: + default: {} + description: Settings dedicated to k8s + properties: + annotations: + additionalProperties: + description: Defines the annotations to add + type: string + default: {} + description: The annotations to add to every workloads and ingresses deployed + type: object + type: object + ingresses: + default: {} + description: Settings dedicated to k8s ingresses + properties: + annotations: + additionalProperties: + type: string + default: {} + description: Defines the annotations to add + type: object + ingressClassName: + description: An optional IngressClass name to be used for this ingress. Optional if you are managing ingress / loadbalancer externally. + type: string + services: + default: {} + properties: + type: + default: ClusterIP + description: Default service type + enum: + - ClusterIP + - NodePort + - LoadBalancer + type: string + type: object + tls: + oneOf: + - not: + required: + - certificate + - secretName properties: - certificate: - description: Certificate file - properties: - certFileSecretKey: - default: synapseCertificate - description: Synapse Server Certificate - type: string - privateKeySecretKey: - default: synapsePrivateKey - description: Synapse Server Private Key - type: string - type: object - certmanager: - description: The cert-manager properties, if enabled - properties: - issuer: - description: The name of cert-manager ClusterIssuer to use - type: string - type: object mode: - description: The TLS mode of this component ingress. Use external if TLS is managed externaly to the cluster, certmanager if you want to use cert manager to issue certificate automatically, or certfile if you want to upload certificate files to kubernetes tls secrets manually. - enum: - - certmanager - - external - - certfile - - existing + pattern: certmanager + required: + - certmanager + - not: + required: + - certmanager + - secretName + properties: + mode: + pattern: certfile + required: + - certificate + - not: + required: + - certificate + - certmanager + properties: + mode: + pattern: existing + required: + - secretName + - not: + required: + - certificate + - certmanager + - secretName + properties: + mode: + pattern: external + properties: + certificate: + description: The default certificate for every ingresses can be configured here. It can be used for example if you plan to use a wildcard certificate, or a certificate containing all components fqdns as SAN. + properties: + certFileSecretKey: type: string - secretName: - description: The name of a secret in the cluster that contains TLS certificates - maxLength: 253 - pattern: ^[a-z0-9]([\-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([\-a-z0-9]*[a-z0-9])?)*$ + privateKeySecretKey: type: string type: object - required: - - fqdn + certmanager: + description: The cert-manager properties, if enabled + properties: + issuer: + description: The name of cert-manager ClusterIssuer to use + type: string + type: object + mode: + description: The default TLS mode of deployed ingresses. Use external if TLS is managed externaly to the cluster, certmanager if you want to use cert manager to issue certificate automatically, or certfile if you want to upload certificate files to kubernetes tls secrets manually. + enum: + - certmanager + - external + - certfile + - existing + type: string + secretName: + description: The name of a secret in the cluster that contains TLS certificates + maxLength: 253 + pattern: ^[a-z0-9]([\-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([\-a-z0-9]*[a-z0-9])?)*$ + type: string type: object - redis: + type: object + monitoring: + default: {} + description: Settings dedicated to monitoring + properties: + serviceMonitor: default: {} - description: k8s properties of the redis workloads inside synapse component + description: Service monitor settings properties: - workloads: - default: {} - description: Settings dedicated to k8s workloads - properties: - annotations: - additionalProperties: - description: Defines the annotations to add - type: string - default: {} - description: The annotations to add to the workload - type: object - dockerSecrets: - items: - properties: - name: - description: Docker secret to use for ems image store - type: string - url: - description: The docker registry url for this secret - type: string - required: - - url - - name - type: object - type: array - hostAliases: - description: The list of hosts aliases to configure on the pod spec. It is advised to instead use a DNS entry to resolve your hostnames, instead of this feature. This feature can be used as a workaround when entries cannot be resolved using DNS, for example in our automated testing routines. - items: - properties: - hostnames: - items: - description: An hostname of the associated ip to add to /etc/hosts - pattern: ^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\-]*[a-zA-Z0-9])\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\-]*[A-Za-z0-9])$ - type: string - type: array - ip: - description: An IP resolution to add to /etc/hosts - type: string - required: - - ip - - hostnames - type: object - type: array - nodeSelector: - additionalProperties: - type: string - description: 'NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node''s labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/' - type: object - resources: - default: {} - description: Kubernetes resources to allocate to each instance. - properties: - limits: - additionalProperties: - anyOf: - - type: integer - - type: string - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - default: - memory: 50Mi - description: 'Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/' - type: object - requests: - additionalProperties: - anyOf: - - type: integer - - type: string - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - default: - cpu: 50m - memory: 50Mi - description: 'Requests describes the minimum amount of compute resources required. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/' - type: object - type: object - securityContext: - anyOf: - - required: - - seLinuxOptions - - {} - default: {} - properties: - forceUidGid: - description: Enable pod runAsUser and fsGroup in security context. Disable if it should not be used. - enum: - - enable - - disable - type: string - fsGroup: - default: 10002 - description: The fsGroup GID to use if securityContextForceUidGid is enabled - type: number - runAsUser: - default: 10002 - description: The runAsUser UID to use if securityContextForceUidGid is enabled - type: number - seLinuxOptions: - properties: - level: - description: Level is SELinux level label that applies to all the workload containers. - type: string - role: - description: Role is SELinux level label that applies to all the workload containers. - type: string - type: - description: Type is SELinux level label that applies to all the workload containers. - type: string - user: - description: User is SELinux level label that applies to all the workload containers. - type: string - type: object - setSecComp: - description: Enable RuntimeDefault pod seccomp. disable if it should not be used. - enum: - - enable - - disable - type: string - type: object - tolerations: - description: Workload tolerations - items: - description: The pod this Toleration is attached to tolerates any taint that matches the triple using the matching operator . - properties: - effect: - description: Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute. - type: string - key: - description: Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys. - type: string - operator: - description: Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category. - type: string - tolerationSeconds: - description: TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system. - type: number - value: - description: Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string. - type: string - type: object - type: array - type: object - type: object - synapse: - default: {} - description: k8s properties of the synapse workloads inside synapse component - properties: - common: - default: {} - description: Settings dedicated to k8s - properties: - annotations: - additionalProperties: - description: Defines the annotations to add - type: string - default: {} - description: The annotations to add to every workloads and ingresses deployed - type: object - type: object - monitoring: - default: {} - description: Settings dedicated to monitoring - properties: - serviceMonitor: - default: {} - description: Service monitor settings - properties: - deploy: - default: auto - description: Enable or disable monitoring using ServiceMonitor resources - enum: - - enable - - disable - - auto - type: string - type: object - type: object - storage: - description: Settings dedicated to k8s storage - properties: - volume: - properties: - storageClassName: - description: The storage class name to use - type: string - type: object - type: object - workloads: - default: {} - description: Settings dedicated to k8s workloads - properties: - annotations: - additionalProperties: - description: Defines the annotations to add - type: string - default: {} - description: The annotations to add to the workload - type: object - dockerSecrets: - items: - properties: - name: - description: Docker secret to use for ems image store - type: string - url: - description: The docker registry url for this secret - type: string - required: - - url - - name - type: object - type: array - hostAliases: - description: The list of hosts aliases to configure on the pod spec. It is advised to instead use a DNS entry to resolve your hostnames, instead of this feature. This feature can be used as a workaround when entries cannot be resolved using DNS, for example in our automated testing routines. - items: - properties: - hostnames: - items: - description: An hostname of the associated ip to add to /etc/hosts - pattern: ^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\-]*[a-zA-Z0-9])\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\-]*[A-Za-z0-9])$ - type: string - type: array - ip: - description: An IP resolution to add to /etc/hosts - type: string - required: - - ip - - hostnames - type: object - type: array - nodeSelector: - additionalProperties: - type: string - description: 'NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node''s labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/' - type: object - resources: - default: {} - description: Kubernetes resources to allocate to each instance. - properties: - limits: - additionalProperties: - anyOf: - - type: integer - - type: string - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - default: - memory: 4Gi - description: 'Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/' - type: object - requests: - additionalProperties: - anyOf: - - type: integer - - type: string - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - default: - cpu: 100m - memory: 100Mi - description: 'Requests describes the minimum amount of compute resources required. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/' - type: object - type: object - securityContext: - anyOf: - - required: - - seLinuxOptions - - {} - default: {} - properties: - forceUidGid: - description: Enable pod runAsUser and fsGroup in security context. Disable if it should not be used. - enum: - - enable - - disable - type: string - fsGroup: - default: 10991 - description: The fsGroup GID to use if securityContextForceUidGid is enabled - type: number - runAsUser: - default: 10991 - description: The runAsUser UID to use if securityContextForceUidGid is enabled - type: number - seLinuxOptions: - properties: - level: - description: Level is SELinux level label that applies to all the workload containers. - type: string - role: - description: Role is SELinux level label that applies to all the workload containers. - type: string - type: - description: Type is SELinux level label that applies to all the workload containers. - type: string - user: - description: User is SELinux level label that applies to all the workload containers. - type: string - type: object - setSecComp: - description: Enable RuntimeDefault pod seccomp. disable if it should not be used. - enum: - - enable - - disable - type: string - type: object - tolerations: - description: Workload tolerations - items: - description: The pod this Toleration is attached to tolerates any taint that matches the triple using the matching operator . - properties: - effect: - description: Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute. - type: string - key: - description: Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys. - type: string - operator: - description: Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category. - type: string - tolerationSeconds: - description: TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system. - type: number - value: - description: Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string. - type: string - type: object - type: array - type: object - type: object - type: object - secretName: - default: synapse - description: The secret data associated to synapse config Key matching `config.macaroonSecretKey`, `config.registrationSharedSecretSecretKey`, `config.signingKeySecretKey`, `config.adminPasswordSecretKey`, `config.telemetry.password` and `config.postgres.passwordSecretKey` must be present. If ingress is tls mode is using certificate, key matching `k8s.ingress.certificate.certFileSecretKey` and `k8s.ingress.certificate.privateKeySecretKey` must be present If stun is enabled, key matching `config.stun.sharedSecretSecretKey` must be present. To override synapse default trust store for federation, every keys of `config.federation.certificateAutoritiesSecretKeys` should be present. - maxLength: 253 - pattern: ^[a-z0-9]([\-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([\-a-z0-9]*[a-z0-9])?)*$ - type: string - required: - - config - type: object - wellKnownDelegation: - description: This is a well known delegation file hosted as a static site. - properties: - config: - default: {} - properties: - additionalClientConfig: - description: WellKnownDelegation additional client configuration. - type: string - additionalElementConfig: - description: WellKnownDelegation additional element configuration. - type: string - additionalServerConfig: - description: WellKnownDelegation additional server configuration. - type: string - type: object - k8s: - default: {} - description: You can override Kubernetes configuration for each component of WellKnownDelegation - properties: - common: - default: {} - description: Settings dedicated to k8s - properties: - annotations: - additionalProperties: - description: Defines the annotations to add - type: string - default: {} - description: The annotations to add to every workloads and ingresses deployed - type: object - type: object - ingress: - default: {} - description: Settings dedicated to k8s ingresses - properties: - annotations: - additionalProperties: - type: string - default: {} - description: Defines the annotations to add - type: object - ingressClassName: - description: An optional IngressClass name to be used for this ingress. Optional if you are managing ingress / loadbalancer externally. - type: string - services: - default: {} - properties: - type: - description: Default service type - enum: - - ClusterIP - - NodePort - - LoadBalancer - type: string - type: object - tls: - oneOf: - - not: - required: - - certificate - - secretName - properties: - mode: - pattern: certmanager - required: - - certmanager - - not: - required: - - certmanager - - secretName - properties: - mode: - pattern: certfile - required: - - certificate - - not: - required: - - certificate - - certmanager - properties: - mode: - pattern: existing - required: - - secretName - - not: - required: - - certificate - - certmanager - - secretName - properties: - mode: - pattern: external - properties: - certificate: - description: Certificate file - properties: - certFileSecretKey: - default: wellKnownDelegationCertificate - description: WellKnownDelegation Certificate - type: string - privateKeySecretKey: - default: wellKnownDelegationPrivateKey - description: WellKnownDelegation Private Key - type: string - type: object - certmanager: - description: The cert-manager properties, if enabled - properties: - issuer: - description: The name of cert-manager ClusterIssuer to use - type: string - type: object - mode: - description: The TLS mode of this component ingress. Use external if TLS is managed externaly to the cluster, certmanager if you want to use cert manager to issue certificate automatically, or certfile if you want to upload certificate files to kubernetes tls secrets manually. - enum: - - certmanager - - external - - certfile - - existing - type: string - secretName: - description: The name of a secret in the cluster that contains TLS certificates - maxLength: 253 - pattern: ^[a-z0-9]([\-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([\-a-z0-9]*[a-z0-9])?)*$ - type: string - type: object - type: object - workloads: - default: {} - description: Settings dedicated to k8s workloads - properties: - annotations: - additionalProperties: - description: Defines the annotations to add - type: string - default: {} - description: The annotations to add to the workload - type: object - dockerSecrets: - items: - properties: - name: - description: Docker secret to use for ems image store - type: string - url: - description: The docker registry url for this secret - type: string - required: - - url - - name - type: object - type: array - hostAliases: - description: The list of hosts aliases to configure on the pod spec. It is advised to instead use a DNS entry to resolve your hostnames, instead of this feature. This feature can be used as a workaround when entries cannot be resolved using DNS, for example in our automated testing routines. - items: - properties: - hostnames: - items: - description: An hostname of the associated ip to add to /etc/hosts - pattern: ^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\-]*[a-zA-Z0-9])\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\-]*[A-Za-z0-9])$ - type: string - type: array - ip: - description: An IP resolution to add to /etc/hosts - type: string - required: - - ip - - hostnames - type: object - type: array - nodeSelector: - additionalProperties: - type: string - description: 'NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node''s labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/' - type: object - replicas: - description: The number of Well-Known Delegation replicas - minimum: 1 - type: number - resources: - default: {} - description: Kubernetes resources to allocate to each instance. - properties: - limits: - additionalProperties: - anyOf: - - type: integer - - type: string - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - default: - memory: 200Mi - description: 'Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/' - type: object - requests: - additionalProperties: - anyOf: - - type: integer - - type: string - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - default: - cpu: 50m - memory: 50Mi - description: 'Requests describes the minimum amount of compute resources required. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/' - type: object - type: object - securityContext: - anyOf: - - required: - - seLinuxOptions - - {} - default: {} - properties: - forceUidGid: - description: Enable pod runAsUser and fsGroup in security context. Disable if it should not be used. - enum: - - enable - - disable - type: string - fsGroup: - default: 10003 - description: The fsGroup GID to use if securityContextForceUidGid is enabled - type: number - runAsUser: - default: 10003 - description: The runAsUser UID to use if securityContextForceUidGid is enabled - type: number - seLinuxOptions: - properties: - level: - description: Level is SELinux level label that applies to all the workload containers. - type: string - role: - description: Role is SELinux level label that applies to all the workload containers. - type: string - type: - description: Type is SELinux level label that applies to all the workload containers. - type: string - user: - description: User is SELinux level label that applies to all the workload containers. - type: string - type: object - setSecComp: - description: Enable RuntimeDefault pod seccomp. disable if it should not be used. - enum: - - enable - - disable - type: string - type: object - tolerations: - description: Workload tolerations - items: - description: The pod this Toleration is attached to tolerates any taint that matches the triple using the matching operator . - properties: - effect: - description: Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute. - type: string - key: - description: Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys. - type: string - operator: - description: Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category. - type: string - tolerationSeconds: - description: TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system. - type: number - value: - description: Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string. - type: string - type: object - type: array - type: object - type: object - secretName: - default: well-known-delegation - description: The secret data associated to wellKnownDelegation config If ingress is tls mode is using certificate, key matching `k8s.ingress.certificate.certFileSecretKey` and `k8s.ingress.certificate.privateKeySecretKey` must be present - maxLength: 253 - pattern: ^[a-z0-9]([\-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([\-a-z0-9]*[a-z0-9])?)*$ - type: string - type: object - type: object - global: - properties: - config: - properties: - domainName: - description: The domain name of this deployment. It will be used for the of the users MXIDs, and cannot be changed afterwards - type: string - genericSharedSecretSecretKey: - default: genericSharedSecret - description: The generic shared secret to use as a seed for all internally-generated secrets - type: string - imagesDigestsConfigMap: - description: A configmap containing images digests metadata to override - type: string - verifyTls: - default: true - description: TLS verification - type: boolean - required: - - domainName - type: object - k8s: - default: {} - properties: - common: - default: {} - description: Settings dedicated to k8s - properties: - annotations: - additionalProperties: - description: Defines the annotations to add - type: string - default: {} - description: The annotations to add to every workloads and ingresses deployed - type: object - type: object - ingresses: - default: {} - description: Settings dedicated to k8s ingresses - properties: - annotations: - additionalProperties: - type: string - default: {} - description: Defines the annotations to add - type: object - ingressClassName: - description: An optional IngressClass name to be used for this ingress. Optional if you are managing ingress / loadbalancer externally. - type: string - services: - default: {} - properties: - type: - default: ClusterIP - description: Default service type - enum: - - ClusterIP - - NodePort - - LoadBalancer - type: string - type: object - tls: - oneOf: - - not: - required: - - certificate - - secretName - properties: - mode: - pattern: certmanager - required: - - certmanager - - not: - required: - - certmanager - - secretName - properties: - mode: - pattern: certfile - required: - - certificate - - not: - required: - - certificate - - certmanager - properties: - mode: - pattern: existing - required: - - secretName - - not: - required: - - certificate - - certmanager - - secretName - properties: - mode: - pattern: external - properties: - certificate: - description: The default certificate for every ingresses can be configured here. It can be used for example if you plan to use a wildcard certificate, or a certificate containing all components fqdns as SAN. - properties: - certFileSecretKey: - type: string - privateKeySecretKey: - type: string - type: object - certmanager: - description: The cert-manager properties, if enabled - properties: - issuer: - description: The name of cert-manager ClusterIssuer to use - type: string - type: object - mode: - description: The default TLS mode of deployed ingresses. Use external if TLS is managed externaly to the cluster, certmanager if you want to use cert manager to issue certificate automatically, or certfile if you want to upload certificate files to kubernetes tls secrets manually. - enum: - - certmanager - - external - - certfile - - existing - type: string - secretName: - description: The name of a secret in the cluster that contains TLS certificates - maxLength: 253 - pattern: ^[a-z0-9]([\-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([\-a-z0-9]*[a-z0-9])?)*$ - type: string - type: object - type: object - monitoring: - default: {} - description: Settings dedicated to monitoring - properties: - serviceMonitor: - default: {} - description: Service monitor settings - properties: - deploy: - default: auto - description: Enable or disable monitoring using ServiceMonitor resources - enum: - - enable - - disable - - auto - type: string - type: object - type: object - storage: - description: Global storage configuration - properties: - storageClassName: - description: The storage class name to use - type: string - type: object - workloads: - default: {} - description: Settings dedicated to k8s workloads - properties: - annotations: - additionalProperties: - description: Defines the annotations to add - type: string - default: {} - description: The annotations to add to the workload - type: object - dockerSecrets: - items: - properties: - name: - description: Docker secret to use for ems image store - type: string - url: - description: The docker registry url for this secret - type: string - required: - - url - - name - type: object - type: array - hostAliases: - default: [] - description: The list of hosts aliases to configure on the pod spec. It is advised to instead use a DNS entry to resolve your hostnames, instead of this feature. This feature can be used as a workaround when entries cannot be resolved using DNS, for example in our automated testing routines. - items: - properties: - hostnames: - items: - description: An hostname of the associated ip to add to /etc/hosts - pattern: ^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\-]*[a-zA-Z0-9])\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\-]*[A-Za-z0-9])$ - type: string - type: array - ip: - description: An IP resolution to add to /etc/hosts - type: string - required: - - ip - - hostnames - type: object - type: array - nodeSelector: - additionalProperties: - type: string - description: 'NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node''s labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/' - type: object - replicas: - default: 2 - description: The number of replicas for workloads supporting it - minimum: 1 - type: number - securityContext: - anyOf: - - required: - - seLinuxOptions - - {} - default: {} - properties: - forceUidGid: - default: enable - description: Enable pod runAsUser and fsGroup in security context. Disable if it should not be used. - enum: - - enable - - disable - type: string - seLinuxOptions: - properties: - level: - description: Level is SELinux level label that applies to all the workload containers. - type: string - role: - description: Role is SELinux level label that applies to all the workload containers. - type: string - type: - description: Type is SELinux level label that applies to all the workload containers. - type: string - user: - description: User is SELinux level label that applies to all the workload containers. - type: string - type: object - setSecComp: - default: enable - description: Enable RuntimeDefault pod seccomp. disable if it should not be used. - enum: - - enable - - disable - type: string - type: object - tolerations: - description: Workload tolerations - items: - description: The pod this Toleration is attached to tolerates any taint that matches the triple using the matching operator . - properties: - effect: - description: Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute. - type: string - key: - description: Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys. - type: string - operator: - description: Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category. - type: string - tolerationSeconds: - description: TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system. - type: number - value: - description: Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string. - type: string - type: object - type: array - type: object - type: object - secretName: - default: global - description: The secret holding the global data - maxLength: 253 - pattern: ^[a-z0-9]([\-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([\-a-z0-9]*[a-z0-9])?)*$ - type: string - required: - - config - type: object - required: - - global - type: object - status: - description: Status defines the observed state of ElementDeployment - type: object - x-kubernetes-preserve-unknown-fields: true - type: object - served: true - storage: true - subresources: - status: {} - - deprecated: true - name: v1alpha1 - schema: - openAPIV3Schema: - description: ElementDeployment is the Schema for the elementdeployments API - properties: - apiVersion: - description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' - type: string - kind: - description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' - type: string - metadata: - type: object - spec: - description: Spec defines the desired state of ElementDeployment - properties: - components: - default: {} - properties: - elementWeb: - description: This is the user interface used by desktops to access Matrix rooms. - properties: - config: - default: {} - properties: - additionalConfig: - description: Element web additional configuration. - type: string - type: object - k8s: - default: {} - description: You can override Kubernetes configuration for each component of Element Web - properties: - common: - default: {} - description: Settings dedicated to k8s - properties: - annotations: - additionalProperties: - description: Defines the annotations to add - type: string - default: {} - description: The annotations to add to every workloads and ingresses deployed - type: object - type: object - ingress: - description: Settings dedicated to k8s ingresses - properties: - annotations: - additionalProperties: - type: string - default: {} - description: Defines the annotations to add - type: object - fqdn: - description: Fully qualified domain name of the ingress - type: string - ingressClassName: - description: An optional IngressClass name to be used for this ingress. Optional if you are managing ingress / loadbalancer externally. - type: string - services: - default: {} - properties: - type: - description: Default service type - enum: - - ClusterIP - - NodePort - - LoadBalancer - type: string - type: object - tls: - oneOf: - - not: - required: - - certificate - - secretName - properties: - mode: - pattern: certmanager - required: - - certmanager - - not: - required: - - certmanager - - secretName - properties: - mode: - pattern: certfile - required: - - certificate - - not: - required: - - certificate - - certmanager - properties: - mode: - pattern: existing - required: - - secretName - - not: - required: - - certificate - - certmanager - - secretName - properties: - mode: - pattern: external - properties: - certificate: - description: Certificate file - properties: - certFileSecretKey: - default: elementWebCertificate - description: ElementWeb Certificate - type: string - privateKeySecretKey: - default: elementWebPrivateKey - description: ElementWeb Private Key - type: string - type: object - certmanager: - description: The cert-manager properties, if enabled - properties: - issuer: - description: The name of cert-manager ClusterIssuer to use - type: string - type: object - mode: - description: The TLS mode of this component ingress. Use external if TLS is managed externaly to the cluster, certmanager if you want to use cert manager to issue certificate automatically, or certfile if you want to upload certificate files to kubernetes tls secrets manually. - enum: - - certmanager - - external - - certfile - - existing - type: string - secretName: - description: The name of a secret in the cluster that contains TLS certificates - maxLength: 253 - pattern: ^[a-z0-9]([\-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([\-a-z0-9]*[a-z0-9])?)*$ - type: string - type: object - required: - - fqdn + deploy: + default: auto + description: Enable or disable monitoring using ServiceMonitor resources + enum: + - enable + - disable + - auto + type: string type: object - workloads: + type: object + storage: + description: Global storage configuration + properties: + storageClassName: + description: The storage class name to use + type: string + type: object + workloads: + default: {} + description: Settings dedicated to k8s workloads + properties: + annotations: + additionalProperties: + description: Defines the annotations to add + type: string default: {} - description: Settings dedicated to k8s workloads - properties: - annotations: - additionalProperties: - description: Defines the annotations to add + description: The annotations to add to the workload + type: object + dockerSecrets: + items: + properties: + name: + description: Docker secret to use for ems image store type: string - default: {} - description: The annotations to add to the workload - type: object - dockerSecrets: - items: - properties: - name: - description: Docker secret to use for ems image store - type: string - url: - description: The docker registry url for this secret - type: string - required: - - url - - name - type: object - type: array - hostAliases: - description: The list of hosts aliases to configure on the pod spec. It is advised to instead use a DNS entry to resolve your hostnames, instead of this feature. This feature can be used as a workaround when entries cannot be resolved using DNS, for example in our automated testing routines. - items: - properties: - hostnames: - items: - description: An hostname of the associated ip to add to /etc/hosts - pattern: ^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\-]*[a-zA-Z0-9])\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\-]*[A-Za-z0-9])$ - type: string - type: array - ip: - description: An IP resolution to add to /etc/hosts - type: string - required: - - ip - - hostnames - type: object - type: array - nodeSelector: - additionalProperties: + url: + description: The docker registry url for this secret type: string - description: 'NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node''s labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/' - type: object - replicas: - description: The number of Element Web replicas - minimum: 1 - type: number - resources: - default: {} - description: Kubernetes resources to allocate to each instance. - properties: - limits: - additionalProperties: - anyOf: - - type: integer - - type: string - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - default: - memory: 200Mi - description: 'Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/' - type: object - requests: - additionalProperties: - anyOf: - - type: integer - - type: string - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - default: - cpu: 50m - memory: 50Mi - description: 'Requests describes the minimum amount of compute resources required. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/' - type: object - type: object - securityContext: - anyOf: - - required: - - seLinuxOptions - - {} - default: {} - properties: - forceUidGid: - description: Enable pod runAsUser and fsGroup in security context. Disable if it should not be used. - enum: - - enable - - disable - type: string - fsGroup: - default: 10004 - description: The fsGroup GID to use if securityContextForceUidGid is enabled - type: number - runAsUser: - default: 10004 - description: The runAsUser UID to use if securityContextForceUidGid is enabled - type: number - seLinuxOptions: - properties: - level: - description: Level is SELinux level label that applies to all the workload containers. - type: string - role: - description: Role is SELinux level label that applies to all the workload containers. - type: string - type: - description: Type is SELinux level label that applies to all the workload containers. - type: string - user: - description: User is SELinux level label that applies to all the workload containers. - type: string - type: object - setSecComp: - description: Enable RuntimeDefault pod seccomp. disable if it should not be used. - enum: - - enable - - disable + required: + - url + - name + type: object + type: array + hostAliases: + default: [] + description: The list of hosts aliases to configure on the pod spec. It is advised to instead use a DNS entry to resolve your hostnames, instead of this feature. This feature can be used as a workaround when entries cannot be resolved using DNS, for example in our automated testing routines. + items: + properties: + hostnames: + items: + description: An hostname of the associated ip to add to /etc/hosts + pattern: ^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\-]*[a-zA-Z0-9])\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\-]*[A-Za-z0-9])$ type: string - type: object - tolerations: - description: Workload tolerations - items: - description: The pod this Toleration is attached to tolerates any taint that matches the triple using the matching operator . - properties: - effect: - description: Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute. - type: string - key: - description: Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys. - type: string - operator: - description: Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category. - type: string - tolerationSeconds: - description: TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system. - type: number - value: - description: Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string. - type: string - type: object - type: array + type: array + ip: + description: An IP resolution to add to /etc/hosts + type: string + required: + - ip + - hostnames + type: object + type: array + nodeSelector: + additionalProperties: + type: string + description: 'NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node''s labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/' type: object - type: object - secretName: - default: element-web - description: The secret data associated to synapse config If ingress is tls mode is using certificate, key matching `k8s.ingress.certificate.certFileSecretKey` and `k8s.ingress.certificate.privateKeySecretKey` must be present - maxLength: 253 - pattern: ^[a-z0-9]([\-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([\-a-z0-9]*[a-z0-9])?)*$ - type: string - type: object - matrixContentScanner: - description: A web service for scanning media hosted on a Matrix media repository. - properties: - config: - properties: - caching: + replicas: + default: 2 + description: The number of replicas for workloads supporting it + minimum: 1 + type: number + securityContext: anyOf: - required: - - maxFileSize - - {} - default: {} - description: Configures caching of scan results. - properties: - cacheSize: - default: 1024 - description: Maximum number of results that can be stored in the cache. If more files are scanned before existing items reach their TTL, the least-recently accessed will be evicted. - type: number - maxFileSize: - description: The maximum cachable file size. If a file is bigger than this size, a copy of it will be not be cached even if the scan succeeds. If the file is requested again, it is downloaded again from the homeserver, but is not written to disk or scanned. - pattern: '[0-9]+[KMGT]B' - type: string - ttl: - default: 1d - description: The maximum amount of time an entry will stay in the cache before being evicted. - pattern: '[0-9]+[dwmy]+' - type: string - type: object - scanning: - description: Scanning configuration - properties: - allowedMimetypes: - description: List of allowed MIME types. If a file has a MIME type that's not in this list, its scan is considered failed. Allow every MIME types by default. - items: - description: A MIME type. - type: string - type: array - type: object - required: - - scanning - - caching - type: object - k8s: - properties: - clamAntiVirus: + - seLinuxOptions + - {} default: {} properties: - storage: - default: - volume: - size: 1Gi - description: Settings dedicated to k8s storage - properties: - volume: - default: - size: 1Gi - oneOf: - - not: - required: - - persistentVolumeClaimName - required: - - size - - not: - required: - - size - required: - - persistentVolumeClaimName - properties: - persistentVolumeClaimName: - description: The persistent volume claim name to use to store the media - type: string - size: - anyOf: - - type: integer - - type: string - description: The volume size to use to store the media - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[MGTPE])?$ - x-kubernetes-int-or-string: true - storageClassName: - description: The storage class name to use - type: string - type: object - type: object - workloads: - default: {} - description: Settings dedicated to k8s workloads + forceUidGid: + default: enable + description: Enable pod runAsUser and fsGroup in security context. Disable if it should not be used. + enum: + - enable + - disable + type: string + seLinuxOptions: properties: - annotations: - additionalProperties: - description: Defines the annotations to add - type: string - default: {} - description: The annotations to add to the workload - type: object - dockerSecrets: - items: - properties: - name: - description: Docker secret to use for ems image store - type: string - url: - description: The docker registry url for this secret - type: string - required: - - url - - name - type: object - type: array - hostAliases: - description: The list of hosts aliases to configure on the pod spec. It is advised to instead use a DNS entry to resolve your hostnames, instead of this feature. This feature can be used as a workaround when entries cannot be resolved using DNS, for example in our automated testing routines. - items: - properties: - hostnames: - items: - description: An hostname of the associated ip to add to /etc/hosts - pattern: ^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\-]*[a-zA-Z0-9])\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\-]*[A-Za-z0-9])$ - type: string - type: array - ip: - description: An IP resolution to add to /etc/hosts - type: string - required: - - ip - - hostnames - type: object - type: array - nodeSelector: - additionalProperties: - type: string - description: 'NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node''s labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/' - type: object - replicas: - default: 1 - description: The number of ClamAV replicas. Can only be 1 for now - maximum: 1 - minimum: 1 - type: number - resources: - default: {} - description: Kubernetes resources to allocate to each instance. - properties: - limits: - additionalProperties: - anyOf: - - type: integer - - type: string - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - default: - memory: 4Gi - description: 'Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/' - type: object - requests: - additionalProperties: - anyOf: - - type: integer - - type: string - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - default: - cpu: 100m - memory: 100Mi - description: 'Requests describes the minimum amount of compute resources required. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/' - type: object - type: object - securityContext: - anyOf: - - required: - - seLinuxOptions - - {} - default: {} - properties: - forceUidGid: - description: Enable pod runAsUser and fsGroup in security context. Disable if it should not be used. - enum: - - enable - - disable - type: string - fsGroup: - default: 10150 - description: The fsGroup GID to use if securityContextForceUidGid is enabled - type: number - runAsUser: - default: 10150 - description: The runAsUser UID to use if securityContextForceUidGid is enabled - type: number - seLinuxOptions: - properties: - level: - description: Level is SELinux level label that applies to all the workload containers. - type: string - role: - description: Role is SELinux level label that applies to all the workload containers. - type: string - type: - description: Type is SELinux level label that applies to all the workload containers. - type: string - user: - description: User is SELinux level label that applies to all the workload containers. - type: string - type: object - setSecComp: - description: Enable RuntimeDefault pod seccomp. disable if it should not be used. - enum: - - enable - - disable - type: string - type: object - tolerations: - description: Workload tolerations - items: - description: The pod this Toleration is attached to tolerates any taint that matches the triple using the matching operator . - properties: - effect: - description: Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute. - type: string - key: - description: Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys. - type: string - operator: - description: Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category. - type: string - tolerationSeconds: - description: TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system. - type: number - value: - description: Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string. - type: string - type: object - type: array + level: + description: Level is SELinux level label that applies to all the workload containers. + type: string + role: + description: Role is SELinux level label that applies to all the workload containers. + type: string + type: + description: Type is SELinux level label that applies to all the workload containers. + type: string + user: + description: User is SELinux level label that applies to all the workload containers. + type: string type: object + setSecComp: + default: enable + description: Enable RuntimeDefault pod seccomp. disable if it should not be used. + enum: + - enable + - disable + type: string type: object + tolerations: + description: Workload tolerations + items: + description: The pod this Toleration is attached to tolerates any taint that matches the triple using the matching operator . + properties: + effect: + description: Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute. + type: string + key: + description: Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys. + type: string + operator: + description: Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category. + type: string + tolerationSeconds: + description: TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system. + type: number + value: + description: Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string. + type: string + type: object + type: array + type: object + type: object + secretName: + default: global + description: The secret holding the global data + maxLength: 253 + pattern: ^[a-z0-9]([\-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([\-a-z0-9]*[a-z0-9])?)*$ + type: string + required: + - config + type: object + required: + - global + type: object + status: + description: Status defines the observed state of ElementDeployment + type: object + x-kubernetes-preserve-unknown-fields: true + type: object + served: true + storage: true + subresources: + status: {} + - deprecated: true + name: v1alpha1 + schema: + openAPIV3Schema: + description: ElementDeployment is the Schema for the elementdeployments API + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + kind: + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + metadata: + type: object + spec: + description: Spec defines the desired state of ElementDeployment + properties: + components: + default: {} + properties: + elementWeb: + description: This is the user interface used by desktops to access Matrix rooms. + properties: + config: + default: {} + properties: + additionalConfig: + description: Element web additional configuration. + type: string + type: object + k8s: + default: {} + description: You can override Kubernetes configuration for each component of Element Web + properties: common: default: {} description: Settings dedicated to k8s @@ -2890,370 +1786,259 @@ spec: description: The annotations to add to every workloads and ingresses deployed type: object type: object - icap: - default: {} + ingress: + description: Settings dedicated to k8s ingresses properties: - workloads: + annotations: + additionalProperties: + type: string + default: {} + description: Defines the annotations to add + type: object + fqdn: + description: Fully qualified domain name of the ingress + type: string + ingressClassName: + description: An optional IngressClass name to be used for this ingress. Optional if you are managing ingress / loadbalancer externally. + type: string + services: default: {} - description: Settings dedicated to k8s workloads properties: - annotations: - additionalProperties: - description: Defines the annotations to add - type: string - default: {} - description: The annotations to add to the workload - type: object - dockerSecrets: - items: - properties: - name: - description: Docker secret to use for ems image store - type: string - url: - description: The docker registry url for this secret - type: string + type: + description: Default service type + enum: + - ClusterIP + - NodePort + - LoadBalancer + type: string + type: object + tls: + oneOf: + - not: required: - - url - - name - type: object - type: array - hostAliases: - description: The list of hosts aliases to configure on the pod spec. It is advised to instead use a DNS entry to resolve your hostnames, instead of this feature. This feature can be used as a workaround when entries cannot be resolved using DNS, for example in our automated testing routines. - items: - properties: - hostnames: - items: - description: An hostname of the associated ip to add to /etc/hosts - pattern: ^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\-]*[a-zA-Z0-9])\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\-]*[A-Za-z0-9])$ - type: string - type: array - ip: - description: An IP resolution to add to /etc/hosts - type: string + - certificate + - secretName + properties: + mode: + pattern: certmanager + required: + - certmanager + - not: required: - - ip - - hostnames - type: object - type: array - nodeSelector: - additionalProperties: - type: string - description: 'NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node''s labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/' - type: object - resources: - default: {} - description: Kubernetes resources to allocate to each instance. + - certmanager + - secretName properties: - limits: - additionalProperties: - anyOf: - - type: integer - - type: string - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - default: - memory: 1Gi - description: 'Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/' - type: object - requests: - additionalProperties: - anyOf: - - type: integer - - type: string - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - default: - cpu: 100m - memory: 100Mi - description: 'Requests describes the minimum amount of compute resources required. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/' - type: object - type: object - securityContext: - anyOf: - - required: - - seLinuxOptions - - {} - default: {} + mode: + pattern: certfile + required: + - certificate + - not: + required: + - certificate + - certmanager properties: - forceUidGid: - description: Enable pod runAsUser and fsGroup in security context. Disable if it should not be used. - enum: - - enable - - disable + mode: + pattern: existing + required: + - secretName + - not: + required: + - certificate + - certmanager + - secretName + properties: + mode: + pattern: external + properties: + certificate: + description: Certificate file + properties: + certFileSecretKey: + default: elementWebCertificate + description: ElementWeb Certificate type: string - fsGroup: - default: 10152 - description: The fsGroup GID to use if securityContextForceUidGid is enabled - type: number - runAsUser: - default: 10152 - description: The runAsUser UID to use if securityContextForceUidGid is enabled - type: number - seLinuxOptions: - properties: - level: - description: Level is SELinux level label that applies to all the workload containers. - type: string - role: - description: Role is SELinux level label that applies to all the workload containers. - type: string - type: - description: Type is SELinux level label that applies to all the workload containers. - type: string - user: - description: User is SELinux level label that applies to all the workload containers. - type: string - type: object - setSecComp: - description: Enable RuntimeDefault pod seccomp. disable if it should not be used. - enum: - - enable - - disable + privateKeySecretKey: + default: elementWebPrivateKey + description: ElementWeb Private Key type: string type: object - tolerations: - description: Workload tolerations - items: - description: The pod this Toleration is attached to tolerates any taint that matches the triple using the matching operator . - properties: - effect: - description: Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute. - type: string - key: - description: Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys. - type: string - operator: - description: Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category. - type: string - tolerationSeconds: - description: TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system. - type: number - value: - description: Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string. - type: string - type: object - type: array - type: object - type: object - matrixContentScanner: - properties: - storage: - default: - size: 10Gi - description: Settings dedicated to k8s storage as a PVC Template - properties: - selector: - description: | - A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. - An empty label selector matches all objects. A null label selector matches no objects. + certmanager: + description: The cert-manager properties, if enabled properties: - matchExpressions: - description: matchExpressions is a list of label selector requirements. The requirements are ANDed. - items: - description: A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. - properties: - key: - description: key is the label key that the selector applies to. - type: string - operator: - description: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. - type: string - values: - description: | - values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. - If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. - items: - type: string - type: array - required: - - key - - operator - type: object - type: array - x-kubernetes-list-map-keys: - - key - x-kubernetes-list-type: map - matchLabels: - additionalProperties: - type: string - description: | - matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, - whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed. - type: object + issuer: + description: The name of cert-manager ClusterIssuer to use + type: string type: object - size: - anyOf: - - type: integer - - type: string - default: 10Gi - description: The volume size to use to store the media - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[MGTPE])?$ - x-kubernetes-int-or-string: true - storageClassName: - description: The storage class name to use + mode: + description: The TLS mode of this component ingress. Use external if TLS is managed externaly to the cluster, certmanager if you want to use cert manager to issue certificate automatically, or certfile if you want to upload certificate files to kubernetes tls secrets manually. + enum: + - certmanager + - external + - certfile + - existing + type: string + secretName: + description: The name of a secret in the cluster that contains TLS certificates + maxLength: 253 + pattern: ^[a-z0-9]([\-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([\-a-z0-9]*[a-z0-9])?)*$ type: string type: object - workloads: + required: + - fqdn + type: object + workloads: + default: {} + description: Settings dedicated to k8s workloads + properties: + annotations: + additionalProperties: + description: Defines the annotations to add + type: string + default: {} + description: The annotations to add to the workload + type: object + dockerSecrets: + items: + properties: + name: + description: Docker secret to use for ems image store + type: string + url: + description: The docker registry url for this secret + type: string + required: + - url + - name + type: object + type: array + hostAliases: + description: The list of hosts aliases to configure on the pod spec. It is advised to instead use a DNS entry to resolve your hostnames, instead of this feature. This feature can be used as a workaround when entries cannot be resolved using DNS, for example in our automated testing routines. + items: + properties: + hostnames: + items: + description: An hostname of the associated ip to add to /etc/hosts + pattern: ^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\-]*[a-zA-Z0-9])\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\-]*[A-Za-z0-9])$ + type: string + type: array + ip: + description: An IP resolution to add to /etc/hosts + type: string + required: + - ip + - hostnames + type: object + type: array + nodeSelector: + additionalProperties: + type: string + description: 'NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node''s labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/' + type: object + replicas: + description: The number of Element Web replicas + minimum: 1 + type: number + resources: default: {} - description: Settings dedicated to k8s workloads + description: Kubernetes resources to allocate to each instance. properties: - annotations: + limits: additionalProperties: - description: Defines the annotations to add - type: string - default: {} - description: The annotations to add to the workload + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + default: + memory: 200Mi + description: 'Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/' type: object - dockerSecrets: - items: - properties: - name: - description: Docker secret to use for ems image store - type: string - url: - description: The docker registry url for this secret - type: string - required: - - url - - name - type: object - type: array - hostAliases: - description: The list of hosts aliases to configure on the pod spec. It is advised to instead use a DNS entry to resolve your hostnames, instead of this feature. This feature can be used as a workaround when entries cannot be resolved using DNS, for example in our automated testing routines. - items: - properties: - hostnames: - items: - description: An hostname of the associated ip to add to /etc/hosts - pattern: ^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\-]*[a-zA-Z0-9])\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\-]*[A-Za-z0-9])$ - type: string - type: array - ip: - description: An IP resolution to add to /etc/hosts - type: string - required: - - ip - - hostnames - type: object - type: array - nodeSelector: + requests: additionalProperties: - type: string - description: 'NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node''s labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/' + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + default: + cpu: 50m + memory: 50Mi + description: 'Requests describes the minimum amount of compute resources required. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/' type: object - replicas: - description: The number of Matrix Content Scanner replicas - minimum: 1 + type: object + securityContext: + anyOf: + - required: + - seLinuxOptions + - {} + default: {} + properties: + forceUidGid: + description: Enable pod runAsUser and fsGroup in security context. Disable if it should not be used. + enum: + - enable + - disable + type: string + fsGroup: + default: 10004 + description: The fsGroup GID to use if securityContextForceUidGid is enabled type: number - resources: - default: {} - description: Kubernetes resources to allocate to each instance. - properties: - limits: - additionalProperties: - anyOf: - - type: integer - - type: string - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - default: - memory: 500Mi - description: 'Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/' - type: object - requests: - additionalProperties: - anyOf: - - type: integer - - type: string - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - default: - cpu: 100m - memory: 100Mi - description: 'Requests describes the minimum amount of compute resources required. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/' - type: object - type: object - securityContext: - anyOf: - - required: - - seLinuxOptions - - {} - default: {} + runAsUser: + default: 10004 + description: The runAsUser UID to use if securityContextForceUidGid is enabled + type: number + seLinuxOptions: properties: - forceUidGid: - description: Enable pod runAsUser and fsGroup in security context. Disable if it should not be used. - enum: - - enable - - disable + level: + description: Level is SELinux level label that applies to all the workload containers. type: string - fsGroup: - default: 10151 - description: The fsGroup GID to use if securityContextForceUidGid is enabled - type: number - runAsUser: - default: 10151 - description: The runAsUser UID to use if securityContextForceUidGid is enabled - type: number - seLinuxOptions: - properties: - level: - description: Level is SELinux level label that applies to all the workload containers. - type: string - role: - description: Role is SELinux level label that applies to all the workload containers. - type: string - type: - description: Type is SELinux level label that applies to all the workload containers. - type: string - user: - description: User is SELinux level label that applies to all the workload containers. - type: string - type: object - setSecComp: - description: Enable RuntimeDefault pod seccomp. disable if it should not be used. - enum: - - enable - - disable + role: + description: Role is SELinux level label that applies to all the workload containers. + type: string + type: + description: Type is SELinux level label that applies to all the workload containers. + type: string + user: + description: User is SELinux level label that applies to all the workload containers. type: string type: object - tolerations: - description: Workload tolerations - items: - description: The pod this Toleration is attached to tolerates any taint that matches the triple using the matching operator . - properties: - effect: - description: Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute. - type: string - key: - description: Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys. - type: string - operator: - description: Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category. - type: string - tolerationSeconds: - description: TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system. - type: number - value: - description: Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string. - type: string - type: object - type: array + setSecComp: + description: Enable RuntimeDefault pod seccomp. disable if it should not be used. + enum: + - enable + - disable + type: string type: object - required: - - storage + tolerations: + description: Workload tolerations + items: + description: The pod this Toleration is attached to tolerates any taint that matches the triple using the matching operator . + properties: + effect: + description: Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute. + type: string + key: + description: Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys. + type: string + operator: + description: Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category. + type: string + tolerationSeconds: + description: TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system. + type: number + value: + description: Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string. + type: string + type: object + type: array type: object - required: - - matrixContentScanner type: object secretName: - default: matrix-content-scanner - description: The secret data associated to MatrixContentScanner config + default: element-web + description: The secret data associated to synapse config If ingress is tls mode is using certificate, key matching `k8s.ingress.certificate.certFileSecretKey` and `k8s.ingress.certificate.privateKeySecretKey` must be present maxLength: 253 pattern: ^[a-z0-9]([\-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([\-a-z0-9]*[a-z0-9])?)*$ type: string - required: - - config type: object synapse: description: This is a matrix homeserver. @@ -3402,6 +2187,7 @@ spec: instances: default: 1 description: Number of instances of this worker type + minimum: 1 type: integer resources: default: {} diff --git a/helm/updater/values.yaml b/helm/updater/values.yaml index 522ee6f..1bab4da 100644 --- a/helm/updater/values.yaml +++ b/helm/updater/values.yaml @@ -34,7 +34,7 @@ crds: imagePullPolicy: Always image: repository: docker.io/vectorim/ess-core-updater-conversion-webhook - tag: 2.20.2 + tag: 2.21.1 updater: extraPodSpec: securityContext: @@ -70,7 +70,7 @@ updater: - ALL image: repository: docker.io/vectorim/ess-core-updater - tag: 2.20.2 + tag: 2.21.1 rbacProxy: resources: limits: diff --git a/requirements.txt b/requirements.txt index 2be7963..d133189 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,120 @@ -ansible-core==2.15.12 ; python_version >= "3.9" and python_version < "4.0" \ - --hash=sha256:390edd603420122f7cb1c470d8d1f8bdbbd795a1844dd03c1917db21935aecb9 \ - --hash=sha256:5fde82cd3928d9857ad880782c644f27d3168b0f25321d5a8d6befa524aa1818 -ansible-runner-http==1.0.0 ; python_version >= "3.9" and python_version < "4.0" \ +aiohappyeyeballs==2.4.3 ; python_version >= "3.12" and python_version < "4.0" \ + --hash=sha256:75cf88a15106a5002a8eb1dab212525c00d1f4c0fa96e551c9fbe6f09a621586 \ + --hash=sha256:8a7a83727b2756f394ab2895ea0765a0a8c475e3c71e98d43d76f22b4b435572 +aiohttp==3.10.10 ; python_version >= "3.12" and python_version < "4.0" \ + --hash=sha256:007ec22fbc573e5eb2fb7dec4198ef8f6bf2fe4ce20020798b2eb5d0abda6138 \ + --hash=sha256:00819de9e45d42584bed046314c40ea7e9aea95411b38971082cad449392b08c \ + --hash=sha256:01948b1d570f83ee7bbf5a60ea2375a89dfb09fd419170e7f5af029510033d24 \ + --hash=sha256:038f514fe39e235e9fef6717fbf944057bfa24f9b3db9ee551a7ecf584b5b480 \ + --hash=sha256:03a42ac7895406220124c88911ebee31ba8b2d24c98507f4a8bf826b2937c7f2 \ + --hash=sha256:05646ebe6b94cc93407b3bf34b9eb26c20722384d068eb7339de802154d61bc5 \ + --hash=sha256:0631dd7c9f0822cc61c88586ca76d5b5ada26538097d0f1df510b082bad3411a \ + --hash=sha256:0b00807e2605f16e1e198f33a53ce3c4523114059b0c09c337209ae55e3823a8 \ + --hash=sha256:0e1b370d8007c4ae31ee6db7f9a2fe801a42b146cec80a86766e7ad5c4a259cf \ + --hash=sha256:15ecd889a709b0080f02721255b3f80bb261c2293d3c748151274dfea93ac871 \ + --hash=sha256:1b66ccafef7336a1e1f0e389901f60c1d920102315a56df85e49552308fc0486 \ + --hash=sha256:1bbb122c557a16fafc10354b9d99ebf2f2808a660d78202f10ba9d50786384b9 \ + --hash=sha256:1eb89d3d29adaf533588f209768a9c02e44e4baf832b08118749c5fad191781d \ + --hash=sha256:258c5dd01afc10015866114e210fb7365f0d02d9d059c3c3415382ab633fcbcb \ + --hash=sha256:2609e9ab08474702cc67b7702dbb8a80e392c54613ebe80db7e8dbdb79837c68 \ + --hash=sha256:274cfa632350225ce3fdeb318c23b4a10ec25c0e2c880eff951a3842cf358ac1 \ + --hash=sha256:28529e08fde6f12eba8677f5a8608500ed33c086f974de68cc65ab218713a59d \ + --hash=sha256:2b606353da03edcc71130b52388d25f9a30a126e04caef1fd637e31683033abd \ + --hash=sha256:30ca7c3b94708a9d7ae76ff281b2f47d8eaf2579cd05971b5dc681db8caac6e1 \ + --hash=sha256:333cf6cf8e65f6a1e06e9eb3e643a0c515bb850d470902274239fea02033e9a8 \ + --hash=sha256:3455522392fb15ff549d92fbf4b73b559d5e43dc522588f7eb3e54c3f38beee7 \ + --hash=sha256:362f641f9071e5f3ee6f8e7d37d5ed0d95aae656adf4ef578313ee585b585959 \ + --hash=sha256:3bcd391d083f636c06a68715e69467963d1f9600f85ef556ea82e9ef25f043f7 \ + --hash=sha256:3dffb610a30d643983aeb185ce134f97f290f8935f0abccdd32c77bed9388b42 \ + --hash=sha256:3fe407bf93533a6fa82dece0e74dbcaaf5d684e5a51862887f9eaebe6372cd79 \ + --hash=sha256:413251f6fcf552a33c981c4709a6bba37b12710982fec8e558ae944bfb2abd38 \ + --hash=sha256:438cd072f75bb6612f2aca29f8bd7cdf6e35e8f160bc312e49fbecab77c99e3a \ + --hash=sha256:4470c73c12cd9109db8277287d11f9dd98f77fc54155fc71a7738a83ffcc8ea8 \ + --hash=sha256:45c3b868724137f713a38376fef8120c166d1eadd50da1855c112fe97954aed8 \ + --hash=sha256:486f7aabfa292719a2753c016cc3a8f8172965cabb3ea2e7f7436c7f5a22a151 \ + --hash=sha256:4f05e9727ce409358baa615dbeb9b969db94324a79b5a5cea45d39bdb01d82e6 \ + --hash=sha256:50aed5155f819873d23520919e16703fc8925e509abbb1a1491b0087d1cd969e \ + --hash=sha256:50edbcad60d8f0e3eccc68da67f37268b5144ecc34d59f27a02f9611c1d4eec7 \ + --hash=sha256:54ca74df1be3c7ca1cf7f4c971c79c2daf48d9aa65dea1a662ae18926f5bc8ce \ + --hash=sha256:578a4b875af3e0daaf1ac6fa983d93e0bbfec3ead753b6d6f33d467100cdc67b \ + --hash=sha256:597a079284b7ee65ee102bc3a6ea226a37d2b96d0418cc9047490f231dc09fe8 \ + --hash=sha256:59bb3c54aa420521dc4ce3cc2c3fe2ad82adf7b09403fa1f48ae45c0cbde6628 \ + --hash=sha256:5c6a5b8c7926ba5d8545c7dd22961a107526562da31a7a32fa2456baf040939f \ + --hash=sha256:64f6c17757251e2b8d885d728b6433d9d970573586a78b78ba8929b0f41d045a \ + --hash=sha256:679abe5d3858b33c2cf74faec299fda60ea9de62916e8b67e625d65bf069a3b7 \ + --hash=sha256:741a46d58677d8c733175d7e5aa618d277cd9d880301a380fd296975a9cdd7bc \ + --hash=sha256:7789050d9e5d0c309c706953e5e8876e38662d57d45f936902e176d19f1c58ab \ + --hash=sha256:77abf6665ae54000b98b3c742bc6ea1d1fb31c394bcabf8b5d2c1ac3ebfe7f3b \ + --hash=sha256:79019094f87c9fb44f8d769e41dbb664d6e8fcfd62f665ccce36762deaa0e911 \ + --hash=sha256:7b06b7843929e41a94ea09eb1ce3927865387e3e23ebe108e0d0d09b08d25be9 \ + --hash=sha256:7e338c0523d024fad378b376a79faff37fafb3c001872a618cde1d322400a572 \ + --hash=sha256:7ea7ffc6d6d6f8a11e6f40091a1040995cdff02cfc9ba4c2f30a516cb2633554 \ + --hash=sha256:8105fd8a890df77b76dd3054cddf01a879fc13e8af576805d667e0fa0224c35d \ + --hash=sha256:84afcdea18eda514c25bc68b9af2a2b1adea7c08899175a51fe7c4fb6d551257 \ + --hash=sha256:9294bbb581f92770e6ed5c19559e1e99255e4ca604a22c5c6397b2f9dd3ee42c \ + --hash=sha256:93429602396f3383a797a2a70e5f1de5df8e35535d7806c9f91df06f297e109b \ + --hash=sha256:9627cc1a10c8c409b5822a92d57a77f383b554463d1884008e051c32ab1b3742 \ + --hash=sha256:998f3bd3cfc95e9424a6acd7840cbdd39e45bc09ef87533c006f94ac47296090 \ + --hash=sha256:9c72109213eb9d3874f7ac8c0c5fa90e072d678e117d9061c06e30c85b4cf0e6 \ + --hash=sha256:9fc1500fd2a952c5c8e3b29aaf7e3cc6e27e9cfc0a8819b3bce48cc1b849e4cc \ + --hash=sha256:a3f00003de6eba42d6e94fabb4125600d6e484846dbf90ea8e48a800430cc142 \ + --hash=sha256:a45d85cf20b5e0d0aa5a8dca27cce8eddef3292bc29d72dcad1641f4ed50aa16 \ + --hash=sha256:a7d8d14fe962153fc681f6366bdec33d4356f98a3e3567782aac1b6e0e40109a \ + --hash=sha256:a8fa23fe62c436ccf23ff930149c047f060c7126eae3ccea005f0483f27b2e28 \ + --hash=sha256:aa6658732517ddabe22c9036479eabce6036655ba87a0224c612e1ae6af2087e \ + --hash=sha256:aafc8ee9b742ce75044ae9a4d3e60e3d918d15a4c2e08a6c3c3e38fa59b92d94 \ + --hash=sha256:ab5a5a0c7a7991d90446a198689c0535be89bbd6b410a1f9a66688f0880ec026 \ + --hash=sha256:acd48d5b80ee80f9432a165c0ac8cbf9253eaddb6113269a5e18699b33958dbb \ + --hash=sha256:ad7593bb24b2ab09e65e8a1d385606f0f47c65b5a2ae6c551db67d6653e78c28 \ + --hash=sha256:baa42524a82f75303f714108fea528ccacf0386af429b69fff141ffef1c534f9 \ + --hash=sha256:bdfcf6443637c148c4e1a20c48c566aa694fa5e288d34b20fcdc58507882fed3 \ + --hash=sha256:be7443669ae9c016b71f402e43208e13ddf00912f47f623ee5994e12fc7d4b3f \ + --hash=sha256:c02a30b904282777d872266b87b20ed8cc0d1501855e27f831320f471d54d983 \ + --hash=sha256:c1277cd707c465cd09572a774559a3cc7c7a28802eb3a2a9472588f062097205 \ + --hash=sha256:c30a0eafc89d28e7f959281b58198a9fa5e99405f716c0289b7892ca345fe45f \ + --hash=sha256:c5ce2ce7c997e1971b7184ee37deb6ea9922ef5163c6ee5aa3c274b05f9e12fa \ + --hash=sha256:c823bc3971c44ab93e611ab1a46b1eafeae474c0c844aff4b7474287b75fe49c \ + --hash=sha256:ce0cdc074d540265bfeb31336e678b4e37316849d13b308607efa527e981f5c2 \ + --hash=sha256:d1720b4f14c78a3089562b8875b53e36b51c97c51adc53325a69b79b4b48ebcb \ + --hash=sha256:d183cf9c797a5291e8301790ed6d053480ed94070637bfaad914dd38b0981f67 \ + --hash=sha256:d9010c31cd6fa59438da4e58a7f19e4753f7f264300cd152e7f90d4602449762 \ + --hash=sha256:d9e5e4a85bdb56d224f412d9c98ae4cbd032cc4f3161818f692cd81766eee65a \ + --hash=sha256:da1dee8948d2137bb51fbb8a53cce6b1bcc86003c6b42565f008438b806cccd8 \ + --hash=sha256:df9270660711670e68803107d55c2b5949c2e0f2e4896da176e1ecfc068b974a \ + --hash=sha256:e00e3505cd80440f6c98c6d69269dcc2a119f86ad0a9fd70bccc59504bebd68a \ + --hash=sha256:e48d5021a84d341bcaf95c8460b152cfbad770d28e5fe14a768988c461b821bc \ + --hash=sha256:e7f8b04d83483577fd9200461b057c9f14ced334dcb053090cea1da9c8321a91 \ + --hash=sha256:edfe3341033a6b53a5c522c802deb2079eee5cbfbb0af032a55064bd65c73a23 \ + --hash=sha256:ef9c33cc5cbca35808f6c74be11eb7f5f6b14d2311be84a15b594bd3e58b5527 \ + --hash=sha256:f2d4324a98062be0525d16f768a03e0bbb3b9fe301ceee99611dc9a7953124e6 \ + --hash=sha256:f3935f82f6f4a3820270842e90456ebad3af15810cf65932bd24da4463bc0a4c \ + --hash=sha256:f614ab0c76397661b90b6851a030004dac502e48260ea10f2441abd2207fbcc7 \ + --hash=sha256:f7db54c7914cc99d901d93a34704833568d86c20925b2762f9fa779f9cd2e70f \ + --hash=sha256:fbc6264158392bad9df19537e872d476f7c57adf718944cc1e4495cbabf38e2a \ + --hash=sha256:fe2fb38c2ed905a2582948e2de560675e9dfbee94c6d5ccdb1301c6d0a5bf092 \ + --hash=sha256:ffe595f10566f8276b76dc3a11ae4bb7eba1aac8ddd75811736a15b0d5311414 +aiosignal==1.3.1 ; python_version >= "3.12" and python_version < "4.0" \ + --hash=sha256:54cd96e15e1649b75d6c87526a6ff0b6c1b0dd3459f43d9ca11d48c339b68cfc \ + --hash=sha256:f8376fb07dd1e86a584e4fcdec80b36b7f81aac666ebc724e2c090300dd83b17 +annotated-types==0.7.0 ; python_version >= "3.12" and python_version < "4" \ + --hash=sha256:1f02e8b43a8fbbc3f3e0d4f0f4bfc8131bcb4eebe8849b8e5c773f3a1c582a53 \ + --hash=sha256:aff07c09a53a08bc8cfccb9c85b05f1aa9a2a6f23728d790723543408344ce89 +ansible-core==2.17.5 ; python_version >= "3.12" and python_version < "4.0" \ + --hash=sha256:10f165b475cf2bc8d886e532cadb32c52ee6a533649793101d3166bca9bd3ea3 \ + --hash=sha256:ae7f51fd13dc9d57c9bcd43ef23f9c255ca8f18f4b5c0011a4f9b724d92c5a8e +ansible-runner-http==1.0.0 ; python_version >= "3.12" and python_version < "4.0" \ --hash=sha256:97da445b7d5c6663b0cceaf6bd5e9b0b0dff9a4c36eae43c8c916c6208aee915 \ --hash=sha256:e2f34880531d4088a5e04967fd5eae602eb400cc4eb541b22c8c6853e342587f -ansible-runner==2.3.6 ; python_version >= "3.9" and python_version < "4.0" \ - --hash=sha256:4f153d9c3000a61b82d7253ca292849e3ad2c5d68dfff4377a6b98c4e6ff6c3e \ - --hash=sha256:b2174a12dcad2dc2f342ea82876898f568a0b66c53568600bf80577158fcba1c -bcrypt==4.2.0 ; python_version >= "3.9" and python_version < "4.0" \ +ansible-runner==2.4.0 ; python_version >= "3.12" and python_version < "4.0" \ + --hash=sha256:82d02b2548830f37a53517b65c823c4af371069406c7d213b5c9041d45e0c5b6 \ + --hash=sha256:a3f592ae4cdfa62a72ad15de60da9c8210f376d67f495c4a78d4cf1dc7ccdf89 +anyio==4.6.2.post1 ; python_version >= "3.12" and python_version < "4.0" \ + --hash=sha256:4c8bc31ccdb51c7f7bd251f51c609e038d63e34219b44aa86e47576389880b4c \ + --hash=sha256:6d170c36fba3bdd840c73d3868c1e777e33676a69c3a72cf0a0d5d6d8009b61d +attrs==24.2.0 ; python_version >= "3.12" and python_version < "4.0" \ + --hash=sha256:5cfb1b9148b5b086569baec03f20d7b6bf3bcacc9a42bebf87ffaaca362f6346 \ + --hash=sha256:81921eb96de3191c8258c199618104dd27ac608d9366f5e35d011eae1867ede2 +bcrypt==4.2.0 ; python_version >= "3.12" and python_version < "4.0" \ --hash=sha256:096a15d26ed6ce37a14c1ac1e48119660f21b24cba457f160a4b830f3fe6b5cb \ --hash=sha256:0da52759f7f30e83f1e30a888d9163a81353ef224d82dc58eb5bb52efcabc399 \ --hash=sha256:1bb429fedbe0249465cdd85a58e8376f31bb315e484f16e68ca4c786dcc04291 \ @@ -35,232 +142,361 @@ bcrypt==4.2.0 ; python_version >= "3.9" and python_version < "4.0" \ --hash=sha256:cb2a8ec2bc07d3553ccebf0746bbf3d19426d1c6d1adbd4fa48925f66af7b9e8 \ --hash=sha256:cf69eaf5185fd58f268f805b505ce31f9b9fc2d64b376642164e9244540c1221 \ --hash=sha256:f4f4acf526fcd1c34e7ce851147deedd4e26e6402369304220250598b26448db -cachetools==5.4.0 ; python_version >= "3.9" and python_version < "4.0" \ - --hash=sha256:3ae3b49a3d5e28a77a0be2b37dbcb89005058959cb2323858c2657c4a8cab474 \ - --hash=sha256:b8adc2e7c07f105ced7bc56dbb6dfbe7c4a00acce20e2227b3f355be89bc6827 -canonicaljson==2.0.0 ; python_version >= "3.9" and python_version < "4.0" \ +cachetools==5.5.0 ; python_version >= "3.12" and python_version < "4.0" \ + --hash=sha256:02134e8439cdc2ffb62023ce1debca2944c3f289d66bb17ead3ab3dede74b292 \ + --hash=sha256:2cc24fb4cbe39633fb7badd9db9ca6295d766d9c2995f245725a46715d050f2a +canonicaljson==2.0.0 ; python_version >= "3.12" and python_version < "4.0" \ --hash=sha256:c38a315de3b5a0532f1ec1f9153cd3d716abfc565a558d00a4835428a34fca5b \ --hash=sha256:e2fdaef1d7fadc5d9cb59bd3d0d41b064ddda697809ac4325dced721d12f113f -certifi==2024.7.4 ; python_version >= "3.9" and python_version < "4.0" \ - --hash=sha256:5a1e7645bc0ec61a09e26c36f6106dd4cf40c6db3a1fb6352b0244e7fb057c7b \ - --hash=sha256:c198e21b1289c2ab85ee4e67bb4b4ef3ead0892059901a8d5b622f24a1101e90 -cffi==1.16.0 ; python_version >= "3.9" and python_version < "4.0" \ - --hash=sha256:0c9ef6ff37e974b73c25eecc13952c55bceed9112be2d9d938ded8e856138bcc \ - --hash=sha256:131fd094d1065b19540c3d72594260f118b231090295d8c34e19a7bbcf2e860a \ - --hash=sha256:1b8ebc27c014c59692bb2664c7d13ce7a6e9a629be20e54e7271fa696ff2b417 \ - --hash=sha256:2c56b361916f390cd758a57f2e16233eb4f64bcbeee88a4881ea90fca14dc6ab \ - --hash=sha256:2d92b25dbf6cae33f65005baf472d2c245c050b1ce709cc4588cdcdd5495b520 \ - --hash=sha256:31d13b0f99e0836b7ff893d37af07366ebc90b678b6664c955b54561fc36ef36 \ - --hash=sha256:32c68ef735dbe5857c810328cb2481e24722a59a2003018885514d4c09af9743 \ - --hash=sha256:3686dffb02459559c74dd3d81748269ffb0eb027c39a6fc99502de37d501faa8 \ - --hash=sha256:582215a0e9adbe0e379761260553ba11c58943e4bbe9c36430c4ca6ac74b15ed \ - --hash=sha256:5b50bf3f55561dac5438f8e70bfcdfd74543fd60df5fa5f62d94e5867deca684 \ - --hash=sha256:5bf44d66cdf9e893637896c7faa22298baebcd18d1ddb6d2626a6e39793a1d56 \ - --hash=sha256:6602bc8dc6f3a9e02b6c22c4fc1e47aa50f8f8e6d3f78a5e16ac33ef5fefa324 \ - --hash=sha256:673739cb539f8cdaa07d92d02efa93c9ccf87e345b9a0b556e3ecc666718468d \ - --hash=sha256:68678abf380b42ce21a5f2abde8efee05c114c2fdb2e9eef2efdb0257fba1235 \ - --hash=sha256:68e7c44931cc171c54ccb702482e9fc723192e88d25a0e133edd7aff8fcd1f6e \ - --hash=sha256:6b3d6606d369fc1da4fd8c357d026317fbb9c9b75d36dc16e90e84c26854b088 \ - --hash=sha256:748dcd1e3d3d7cd5443ef03ce8685043294ad6bd7c02a38d1bd367cfd968e000 \ - --hash=sha256:7651c50c8c5ef7bdb41108b7b8c5a83013bfaa8a935590c5d74627c047a583c7 \ - --hash=sha256:7b78010e7b97fef4bee1e896df8a4bbb6712b7f05b7ef630f9d1da00f6444d2e \ - --hash=sha256:7e61e3e4fa664a8588aa25c883eab612a188c725755afff6289454d6362b9673 \ - --hash=sha256:80876338e19c951fdfed6198e70bc88f1c9758b94578d5a7c4c91a87af3cf31c \ - --hash=sha256:8895613bcc094d4a1b2dbe179d88d7fb4a15cee43c052e8885783fac397d91fe \ - --hash=sha256:88e2b3c14bdb32e440be531ade29d3c50a1a59cd4e51b1dd8b0865c54ea5d2e2 \ - --hash=sha256:8f8e709127c6c77446a8c0a8c8bf3c8ee706a06cd44b1e827c3e6a2ee6b8c098 \ - --hash=sha256:9cb4a35b3642fc5c005a6755a5d17c6c8b6bcb6981baf81cea8bfbc8903e8ba8 \ - --hash=sha256:9f90389693731ff1f659e55c7d1640e2ec43ff725cc61b04b2f9c6d8d017df6a \ - --hash=sha256:a09582f178759ee8128d9270cd1344154fd473bb77d94ce0aeb2a93ebf0feaf0 \ - --hash=sha256:a6a14b17d7e17fa0d207ac08642c8820f84f25ce17a442fd15e27ea18d67c59b \ - --hash=sha256:a72e8961a86d19bdb45851d8f1f08b041ea37d2bd8d4fd19903bc3083d80c896 \ - --hash=sha256:abd808f9c129ba2beda4cfc53bde801e5bcf9d6e0f22f095e45327c038bfe68e \ - --hash=sha256:ac0f5edd2360eea2f1daa9e26a41db02dd4b0451b48f7c318e217ee092a213e9 \ - --hash=sha256:b29ebffcf550f9da55bec9e02ad430c992a87e5f512cd63388abb76f1036d8d2 \ - --hash=sha256:b2ca4e77f9f47c55c194982e10f058db063937845bb2b7a86c84a6cfe0aefa8b \ - --hash=sha256:b7be2d771cdba2942e13215c4e340bfd76398e9227ad10402a8767ab1865d2e6 \ - --hash=sha256:b84834d0cf97e7d27dd5b7f3aca7b6e9263c56308ab9dc8aae9784abb774d404 \ - --hash=sha256:b86851a328eedc692acf81fb05444bdf1891747c25af7529e39ddafaf68a4f3f \ - --hash=sha256:bcb3ef43e58665bbda2fb198698fcae6776483e0c4a631aa5647806c25e02cc0 \ - --hash=sha256:c0f31130ebc2d37cdd8e44605fb5fa7ad59049298b3f745c74fa74c62fbfcfc4 \ - --hash=sha256:c6a164aa47843fb1b01e941d385aab7215563bb8816d80ff3a363a9f8448a8dc \ - --hash=sha256:d8a9d3ebe49f084ad71f9269834ceccbf398253c9fac910c4fd7053ff1386936 \ - --hash=sha256:db8e577c19c0fda0beb7e0d4e09e0ba74b1e4c092e0e40bfa12fe05b6f6d75ba \ - --hash=sha256:dc9b18bf40cc75f66f40a7379f6a9513244fe33c0e8aa72e2d56b0196a7ef872 \ - --hash=sha256:e09f3ff613345df5e8c3667da1d918f9149bd623cd9070c983c013792a9a62eb \ - --hash=sha256:e4108df7fe9b707191e55f33efbcb2d81928e10cea45527879a4749cbe472614 \ - --hash=sha256:e6024675e67af929088fda399b2094574609396b1decb609c55fa58b028a32a1 \ - --hash=sha256:e70f54f1796669ef691ca07d046cd81a29cb4deb1e5f942003f401c0c4a2695d \ - --hash=sha256:e715596e683d2ce000574bae5d07bd522c781a822866c20495e52520564f0969 \ - --hash=sha256:e760191dd42581e023a68b758769e2da259b5d52e3103c6060ddc02c9edb8d7b \ - --hash=sha256:ed86a35631f7bfbb28e108dd96773b9d5a6ce4811cf6ea468bb6a359b256b1e4 \ - --hash=sha256:ee07e47c12890ef248766a6e55bd38ebfb2bb8edd4142d56db91b21ea68b7627 \ - --hash=sha256:fa3a0128b152627161ce47201262d3140edb5a5c3da88d73a1b790a959126956 \ - --hash=sha256:fcc8eb6d5902bb1cf6dc4f187ee3ea80a1eba0a89aba40a5cb20a5087d961357 -charset-normalizer==3.3.2 ; python_version >= "3.9" and python_version < "4.0" \ - --hash=sha256:06435b539f889b1f6f4ac1758871aae42dc3a8c0e24ac9e60c2384973ad73027 \ - --hash=sha256:06a81e93cd441c56a9b65d8e1d043daeb97a3d0856d177d5c90ba85acb3db087 \ - --hash=sha256:0a55554a2fa0d408816b3b5cedf0045f4b8e1a6065aec45849de2d6f3f8e9786 \ - --hash=sha256:0b2b64d2bb6d3fb9112bafa732def486049e63de9618b5843bcdd081d8144cd8 \ - --hash=sha256:10955842570876604d404661fbccbc9c7e684caf432c09c715ec38fbae45ae09 \ - --hash=sha256:122c7fa62b130ed55f8f285bfd56d5f4b4a5b503609d181f9ad85e55c89f4185 \ - --hash=sha256:1ceae2f17a9c33cb48e3263960dc5fc8005351ee19db217e9b1bb15d28c02574 \ - --hash=sha256:1d3193f4a680c64b4b6a9115943538edb896edc190f0b222e73761716519268e \ - --hash=sha256:1f79682fbe303db92bc2b1136016a38a42e835d932bab5b3b1bfcfbf0640e519 \ - --hash=sha256:2127566c664442652f024c837091890cb1942c30937add288223dc895793f898 \ - --hash=sha256:22afcb9f253dac0696b5a4be4a1c0f8762f8239e21b99680099abd9b2b1b2269 \ - --hash=sha256:25baf083bf6f6b341f4121c2f3c548875ee6f5339300e08be3f2b2ba1721cdd3 \ - --hash=sha256:2e81c7b9c8979ce92ed306c249d46894776a909505d8f5a4ba55b14206e3222f \ - --hash=sha256:3287761bc4ee9e33561a7e058c72ac0938c4f57fe49a09eae428fd88aafe7bb6 \ - --hash=sha256:34d1c8da1e78d2e001f363791c98a272bb734000fcef47a491c1e3b0505657a8 \ - --hash=sha256:37e55c8e51c236f95b033f6fb391d7d7970ba5fe7ff453dad675e88cf303377a \ - --hash=sha256:3d47fa203a7bd9c5b6cee4736ee84ca03b8ef23193c0d1ca99b5089f72645c73 \ - --hash=sha256:3e4d1f6587322d2788836a99c69062fbb091331ec940e02d12d179c1d53e25fc \ - --hash=sha256:42cb296636fcc8b0644486d15c12376cb9fa75443e00fb25de0b8602e64c1714 \ - --hash=sha256:45485e01ff4d3630ec0d9617310448a8702f70e9c01906b0d0118bdf9d124cf2 \ - --hash=sha256:4a78b2b446bd7c934f5dcedc588903fb2f5eec172f3d29e52a9096a43722adfc \ - --hash=sha256:4ab2fe47fae9e0f9dee8c04187ce5d09f48eabe611be8259444906793ab7cbce \ - --hash=sha256:4d0d1650369165a14e14e1e47b372cfcb31d6ab44e6e33cb2d4e57265290044d \ - --hash=sha256:549a3a73da901d5bc3ce8d24e0600d1fa85524c10287f6004fbab87672bf3e1e \ - --hash=sha256:55086ee1064215781fff39a1af09518bc9255b50d6333f2e4c74ca09fac6a8f6 \ - --hash=sha256:572c3763a264ba47b3cf708a44ce965d98555f618ca42c926a9c1616d8f34269 \ - --hash=sha256:573f6eac48f4769d667c4442081b1794f52919e7edada77495aaed9236d13a96 \ - --hash=sha256:5b4c145409bef602a690e7cfad0a15a55c13320ff7a3ad7ca59c13bb8ba4d45d \ - --hash=sha256:6463effa3186ea09411d50efc7d85360b38d5f09b870c48e4600f63af490e56a \ - --hash=sha256:65f6f63034100ead094b8744b3b97965785388f308a64cf8d7c34f2f2e5be0c4 \ - --hash=sha256:663946639d296df6a2bb2aa51b60a2454ca1cb29835324c640dafb5ff2131a77 \ - --hash=sha256:6897af51655e3691ff853668779c7bad41579facacf5fd7253b0133308cf000d \ - --hash=sha256:68d1f8a9e9e37c1223b656399be5d6b448dea850bed7d0f87a8311f1ff3dabb0 \ - --hash=sha256:6ac7ffc7ad6d040517be39eb591cac5ff87416c2537df6ba3cba3bae290c0fed \ - --hash=sha256:6b3251890fff30ee142c44144871185dbe13b11bab478a88887a639655be1068 \ - --hash=sha256:6c4caeef8fa63d06bd437cd4bdcf3ffefe6738fb1b25951440d80dc7df8c03ac \ - --hash=sha256:6ef1d82a3af9d3eecdba2321dc1b3c238245d890843e040e41e470ffa64c3e25 \ - --hash=sha256:753f10e867343b4511128c6ed8c82f7bec3bd026875576dfd88483c5c73b2fd8 \ - --hash=sha256:7cd13a2e3ddeed6913a65e66e94b51d80a041145a026c27e6bb76c31a853c6ab \ - --hash=sha256:7ed9e526742851e8d5cc9e6cf41427dfc6068d4f5a3bb03659444b4cabf6bc26 \ - --hash=sha256:7f04c839ed0b6b98b1a7501a002144b76c18fb1c1850c8b98d458ac269e26ed2 \ - --hash=sha256:802fe99cca7457642125a8a88a084cef28ff0cf9407060f7b93dca5aa25480db \ - --hash=sha256:80402cd6ee291dcb72644d6eac93785fe2c8b9cb30893c1af5b8fdd753b9d40f \ - --hash=sha256:8465322196c8b4d7ab6d1e049e4c5cb460d0394da4a27d23cc242fbf0034b6b5 \ - --hash=sha256:86216b5cee4b06df986d214f664305142d9c76df9b6512be2738aa72a2048f99 \ - --hash=sha256:87d1351268731db79e0f8e745d92493ee2841c974128ef629dc518b937d9194c \ - --hash=sha256:8bdb58ff7ba23002a4c5808d608e4e6c687175724f54a5dade5fa8c67b604e4d \ - --hash=sha256:8c622a5fe39a48f78944a87d4fb8a53ee07344641b0562c540d840748571b811 \ - --hash=sha256:8d756e44e94489e49571086ef83b2bb8ce311e730092d2c34ca8f7d925cb20aa \ - --hash=sha256:8f4a014bc36d3c57402e2977dada34f9c12300af536839dc38c0beab8878f38a \ - --hash=sha256:9063e24fdb1e498ab71cb7419e24622516c4a04476b17a2dab57e8baa30d6e03 \ - --hash=sha256:90d558489962fd4918143277a773316e56c72da56ec7aa3dc3dbbe20fdfed15b \ - --hash=sha256:923c0c831b7cfcb071580d3f46c4baf50f174be571576556269530f4bbd79d04 \ - --hash=sha256:95f2a5796329323b8f0512e09dbb7a1860c46a39da62ecb2324f116fa8fdc85c \ - --hash=sha256:96b02a3dc4381e5494fad39be677abcb5e6634bf7b4fa83a6dd3112607547001 \ - --hash=sha256:9f96df6923e21816da7e0ad3fd47dd8f94b2a5ce594e00677c0013018b813458 \ - --hash=sha256:a10af20b82360ab00827f916a6058451b723b4e65030c5a18577c8b2de5b3389 \ - --hash=sha256:a50aebfa173e157099939b17f18600f72f84eed3049e743b68ad15bd69b6bf99 \ - --hash=sha256:a981a536974bbc7a512cf44ed14938cf01030a99e9b3a06dd59578882f06f985 \ - --hash=sha256:a9a8e9031d613fd2009c182b69c7b2c1ef8239a0efb1df3f7c8da66d5dd3d537 \ - --hash=sha256:ae5f4161f18c61806f411a13b0310bea87f987c7d2ecdbdaad0e94eb2e404238 \ - --hash=sha256:aed38f6e4fb3f5d6bf81bfa990a07806be9d83cf7bacef998ab1a9bd660a581f \ - --hash=sha256:b01b88d45a6fcb69667cd6d2f7a9aeb4bf53760d7fc536bf679ec94fe9f3ff3d \ - --hash=sha256:b261ccdec7821281dade748d088bb6e9b69e6d15b30652b74cbbac25e280b796 \ - --hash=sha256:b2b0a0c0517616b6869869f8c581d4eb2dd83a4d79e0ebcb7d373ef9956aeb0a \ - --hash=sha256:b4a23f61ce87adf89be746c8a8974fe1c823c891d8f86eb218bb957c924bb143 \ - --hash=sha256:bd8f7df7d12c2db9fab40bdd87a7c09b1530128315d047a086fa3ae3435cb3a8 \ - --hash=sha256:beb58fe5cdb101e3a055192ac291b7a21e3b7ef4f67fa1d74e331a7f2124341c \ - --hash=sha256:c002b4ffc0be611f0d9da932eb0f704fe2602a9a949d1f738e4c34c75b0863d5 \ - --hash=sha256:c083af607d2515612056a31f0a8d9e0fcb5876b7bfc0abad3ecd275bc4ebc2d5 \ - --hash=sha256:c180f51afb394e165eafe4ac2936a14bee3eb10debc9d9e4db8958fe36afe711 \ - --hash=sha256:c235ebd9baae02f1b77bcea61bce332cb4331dc3617d254df3323aa01ab47bd4 \ - --hash=sha256:cd70574b12bb8a4d2aaa0094515df2463cb429d8536cfb6c7ce983246983e5a6 \ - --hash=sha256:d0eccceffcb53201b5bfebb52600a5fb483a20b61da9dbc885f8b103cbe7598c \ - --hash=sha256:d965bba47ddeec8cd560687584e88cf699fd28f192ceb452d1d7ee807c5597b7 \ - --hash=sha256:db364eca23f876da6f9e16c9da0df51aa4f104a972735574842618b8c6d999d4 \ - --hash=sha256:ddbb2551d7e0102e7252db79ba445cdab71b26640817ab1e3e3648dad515003b \ - --hash=sha256:deb6be0ac38ece9ba87dea880e438f25ca3eddfac8b002a2ec3d9183a454e8ae \ - --hash=sha256:e06ed3eb3218bc64786f7db41917d4e686cc4856944f53d5bdf83a6884432e12 \ - --hash=sha256:e27ad930a842b4c5eb8ac0016b0a54f5aebbe679340c26101df33424142c143c \ - --hash=sha256:e537484df0d8f426ce2afb2d0f8e1c3d0b114b83f8850e5f2fbea0e797bd82ae \ - --hash=sha256:eb00ed941194665c332bf8e078baf037d6c35d7c4f3102ea2d4f16ca94a26dc8 \ - --hash=sha256:eb6904c354526e758fda7167b33005998fb68c46fbc10e013ca97f21ca5c8887 \ - --hash=sha256:eb8821e09e916165e160797a6c17edda0679379a4be5c716c260e836e122f54b \ - --hash=sha256:efcb3f6676480691518c177e3b465bcddf57cea040302f9f4e6e191af91174d4 \ - --hash=sha256:f27273b60488abe721a075bcca6d7f3964f9f6f067c8c4c605743023d7d3944f \ - --hash=sha256:f30c3cb33b24454a82faecaf01b19c18562b1e89558fb6c56de4d9118a032fd5 \ - --hash=sha256:fb69256e180cb6c8a894fee62b3afebae785babc1ee98b81cdf68bbca1987f33 \ - --hash=sha256:fd1abc0d89e30cc4e02e4064dc67fcc51bd941eb395c502aac3ec19fab46b519 \ - --hash=sha256:ff8fa367d09b717b2a17a052544193ad76cd49979c805768879cb63d9ca50561 -click==8.1.7 ; python_version >= "3.9" and python_version < "4.0" \ +certifi==2024.8.30 ; python_version >= "3.12" and python_version < "4.0" \ + --hash=sha256:922820b53db7a7257ffbda3f597266d435245903d80737e34f8a45ff3e3230d8 \ + --hash=sha256:bec941d2aa8195e248a60b31ff9f0558284cf01a52591ceda73ea9afffd69fd9 +cffi==1.17.1 ; python_version >= "3.12" and python_version < "4.0" \ + --hash=sha256:045d61c734659cc045141be4bae381a41d89b741f795af1dd018bfb532fd0df8 \ + --hash=sha256:0984a4925a435b1da406122d4d7968dd861c1385afe3b45ba82b750f229811e2 \ + --hash=sha256:0e2b1fac190ae3ebfe37b979cc1ce69c81f4e4fe5746bb401dca63a9062cdaf1 \ + --hash=sha256:0f048dcf80db46f0098ccac01132761580d28e28bc0f78ae0d58048063317e15 \ + --hash=sha256:1257bdabf294dceb59f5e70c64a3e2f462c30c7ad68092d01bbbfb1c16b1ba36 \ + --hash=sha256:1c39c6016c32bc48dd54561950ebd6836e1670f2ae46128f67cf49e789c52824 \ + --hash=sha256:1d599671f396c4723d016dbddb72fe8e0397082b0a77a4fab8028923bec050e8 \ + --hash=sha256:28b16024becceed8c6dfbc75629e27788d8a3f9030691a1dbf9821a128b22c36 \ + --hash=sha256:2bb1a08b8008b281856e5971307cc386a8e9c5b625ac297e853d36da6efe9c17 \ + --hash=sha256:30c5e0cb5ae493c04c8b42916e52ca38079f1b235c2f8ae5f4527b963c401caf \ + --hash=sha256:31000ec67d4221a71bd3f67df918b1f88f676f1c3b535a7eb473255fdc0b83fc \ + --hash=sha256:386c8bf53c502fff58903061338ce4f4950cbdcb23e2902d86c0f722b786bbe3 \ + --hash=sha256:3edc8d958eb099c634dace3c7e16560ae474aa3803a5df240542b305d14e14ed \ + --hash=sha256:45398b671ac6d70e67da8e4224a065cec6a93541bb7aebe1b198a61b58c7b702 \ + --hash=sha256:46bf43160c1a35f7ec506d254e5c890f3c03648a4dbac12d624e4490a7046cd1 \ + --hash=sha256:4ceb10419a9adf4460ea14cfd6bc43d08701f0835e979bf821052f1805850fe8 \ + --hash=sha256:51392eae71afec0d0c8fb1a53b204dbb3bcabcb3c9b807eedf3e1e6ccf2de903 \ + --hash=sha256:5da5719280082ac6bd9aa7becb3938dc9f9cbd57fac7d2871717b1feb0902ab6 \ + --hash=sha256:610faea79c43e44c71e1ec53a554553fa22321b65fae24889706c0a84d4ad86d \ + --hash=sha256:636062ea65bd0195bc012fea9321aca499c0504409f413dc88af450b57ffd03b \ + --hash=sha256:6883e737d7d9e4899a8a695e00ec36bd4e5e4f18fabe0aca0efe0a4b44cdb13e \ + --hash=sha256:6b8b4a92e1c65048ff98cfe1f735ef8f1ceb72e3d5f0c25fdb12087a23da22be \ + --hash=sha256:6f17be4345073b0a7b8ea599688f692ac3ef23ce28e5df79c04de519dbc4912c \ + --hash=sha256:706510fe141c86a69c8ddc029c7910003a17353970cff3b904ff0686a5927683 \ + --hash=sha256:72e72408cad3d5419375fc87d289076ee319835bdfa2caad331e377589aebba9 \ + --hash=sha256:733e99bc2df47476e3848417c5a4540522f234dfd4ef3ab7fafdf555b082ec0c \ + --hash=sha256:7596d6620d3fa590f677e9ee430df2958d2d6d6de2feeae5b20e82c00b76fbf8 \ + --hash=sha256:78122be759c3f8a014ce010908ae03364d00a1f81ab5c7f4a7a5120607ea56e1 \ + --hash=sha256:805b4371bf7197c329fcb3ead37e710d1bca9da5d583f5073b799d5c5bd1eee4 \ + --hash=sha256:85a950a4ac9c359340d5963966e3e0a94a676bd6245a4b55bc43949eee26a655 \ + --hash=sha256:8f2cdc858323644ab277e9bb925ad72ae0e67f69e804f4898c070998d50b1a67 \ + --hash=sha256:9755e4345d1ec879e3849e62222a18c7174d65a6a92d5b346b1863912168b595 \ + --hash=sha256:98e3969bcff97cae1b2def8ba499ea3d6f31ddfdb7635374834cf89a1a08ecf0 \ + --hash=sha256:a08d7e755f8ed21095a310a693525137cfe756ce62d066e53f502a83dc550f65 \ + --hash=sha256:a1ed2dd2972641495a3ec98445e09766f077aee98a1c896dcb4ad0d303628e41 \ + --hash=sha256:a24ed04c8ffd54b0729c07cee15a81d964e6fee0e3d4d342a27b020d22959dc6 \ + --hash=sha256:a45e3c6913c5b87b3ff120dcdc03f6131fa0065027d0ed7ee6190736a74cd401 \ + --hash=sha256:a9b15d491f3ad5d692e11f6b71f7857e7835eb677955c00cc0aefcd0669adaf6 \ + --hash=sha256:ad9413ccdeda48c5afdae7e4fa2192157e991ff761e7ab8fdd8926f40b160cc3 \ + --hash=sha256:b2ab587605f4ba0bf81dc0cb08a41bd1c0a5906bd59243d56bad7668a6fc6c16 \ + --hash=sha256:b62ce867176a75d03a665bad002af8e6d54644fad99a3c70905c543130e39d93 \ + --hash=sha256:c03e868a0b3bc35839ba98e74211ed2b05d2119be4e8a0f224fba9384f1fe02e \ + --hash=sha256:c59d6e989d07460165cc5ad3c61f9fd8f1b4796eacbd81cee78957842b834af4 \ + --hash=sha256:c7eac2ef9b63c79431bc4b25f1cd649d7f061a28808cbc6c47b534bd789ef964 \ + --hash=sha256:c9c3d058ebabb74db66e431095118094d06abf53284d9c81f27300d0e0d8bc7c \ + --hash=sha256:ca74b8dbe6e8e8263c0ffd60277de77dcee6c837a3d0881d8c1ead7268c9e576 \ + --hash=sha256:caaf0640ef5f5517f49bc275eca1406b0ffa6aa184892812030f04c2abf589a0 \ + --hash=sha256:cdf5ce3acdfd1661132f2a9c19cac174758dc2352bfe37d98aa7512c6b7178b3 \ + --hash=sha256:d016c76bdd850f3c626af19b0542c9677ba156e4ee4fccfdd7848803533ef662 \ + --hash=sha256:d01b12eeeb4427d3110de311e1774046ad344f5b1a7403101878976ecd7a10f3 \ + --hash=sha256:d63afe322132c194cf832bfec0dc69a99fb9bb6bbd550f161a49e9e855cc78ff \ + --hash=sha256:da95af8214998d77a98cc14e3a3bd00aa191526343078b530ceb0bd710fb48a5 \ + --hash=sha256:dd398dbc6773384a17fe0d3e7eeb8d1a21c2200473ee6806bb5e6a8e62bb73dd \ + --hash=sha256:de2ea4b5833625383e464549fec1bc395c1bdeeb5f25c4a3a82b5a8c756ec22f \ + --hash=sha256:de55b766c7aa2e2a3092c51e0483d700341182f08e67c63630d5b6f200bb28e5 \ + --hash=sha256:df8b1c11f177bc2313ec4b2d46baec87a5f3e71fc8b45dab2ee7cae86d9aba14 \ + --hash=sha256:e03eab0a8677fa80d646b5ddece1cbeaf556c313dcfac435ba11f107ba117b5d \ + --hash=sha256:e221cf152cff04059d011ee126477f0d9588303eb57e88923578ace7baad17f9 \ + --hash=sha256:e31ae45bc2e29f6b2abd0de1cc3b9d5205aa847cafaecb8af1476a609a2f6eb7 \ + --hash=sha256:edae79245293e15384b51f88b00613ba9f7198016a5948b5dddf4917d4d26382 \ + --hash=sha256:f1e22e8c4419538cb197e4dd60acc919d7696e5ef98ee4da4e01d3f8cfa4cc5a \ + --hash=sha256:f3a2b4222ce6b60e2e8b337bb9596923045681d71e5a082783484d845390938e \ + --hash=sha256:f6a16c31041f09ead72d69f583767292f750d24913dadacf5756b966aacb3f1a \ + --hash=sha256:f75c7ab1f9e4aca5414ed4d8e5c0e303a34f4421f8a0d47a4d019ceff0ab6af4 \ + --hash=sha256:f79fc4fc25f1c8698ff97788206bb3c2598949bfe0fef03d299eb1b5356ada99 \ + --hash=sha256:f7f5baafcc48261359e14bcd6d9bff6d4b28d9103847c9e136694cb0501aef87 \ + --hash=sha256:fc48c783f9c87e60831201f2cce7f3b2e4846bf4d8728eabe54d60700b318a0b +charset-normalizer==3.4.0 ; python_version >= "3.12" and python_version < "4.0" \ + --hash=sha256:0099d79bdfcf5c1f0c2c72f91516702ebf8b0b8ddd8905f97a8aecf49712c621 \ + --hash=sha256:0713f3adb9d03d49d365b70b84775d0a0d18e4ab08d12bc46baa6132ba78aaf6 \ + --hash=sha256:07afec21bbbbf8a5cc3651aa96b980afe2526e7f048fdfb7f1014d84acc8b6d8 \ + --hash=sha256:0b309d1747110feb25d7ed6b01afdec269c647d382c857ef4663bbe6ad95a912 \ + --hash=sha256:0d99dd8ff461990f12d6e42c7347fd9ab2532fb70e9621ba520f9e8637161d7c \ + --hash=sha256:0de7b687289d3c1b3e8660d0741874abe7888100efe14bd0f9fd7141bcbda92b \ + --hash=sha256:1110e22af8ca26b90bd6364fe4c763329b0ebf1ee213ba32b68c73de5752323d \ + --hash=sha256:130272c698667a982a5d0e626851ceff662565379baf0ff2cc58067b81d4f11d \ + --hash=sha256:136815f06a3ae311fae551c3df1f998a1ebd01ddd424aa5603a4336997629e95 \ + --hash=sha256:14215b71a762336254351b00ec720a8e85cada43b987da5a042e4ce3e82bd68e \ + --hash=sha256:1db4e7fefefd0f548d73e2e2e041f9df5c59e178b4c72fbac4cc6f535cfb1565 \ + --hash=sha256:1ffd9493de4c922f2a38c2bf62b831dcec90ac673ed1ca182fe11b4d8e9f2a64 \ + --hash=sha256:2006769bd1640bdf4d5641c69a3d63b71b81445473cac5ded39740a226fa88ab \ + --hash=sha256:20587d20f557fe189b7947d8e7ec5afa110ccf72a3128d61a2a387c3313f46be \ + --hash=sha256:223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e \ + --hash=sha256:27623ba66c183eca01bf9ff833875b459cad267aeeb044477fedac35e19ba907 \ + --hash=sha256:285e96d9d53422efc0d7a17c60e59f37fbf3dfa942073f666db4ac71e8d726d0 \ + --hash=sha256:2de62e8801ddfff069cd5c504ce3bc9672b23266597d4e4f50eda28846c322f2 \ + --hash=sha256:2f6c34da58ea9c1a9515621f4d9ac379871a8f21168ba1b5e09d74250de5ad62 \ + --hash=sha256:309a7de0a0ff3040acaebb35ec45d18db4b28232f21998851cfa709eeff49d62 \ + --hash=sha256:35c404d74c2926d0287fbd63ed5d27eb911eb9e4a3bb2c6d294f3cfd4a9e0c23 \ + --hash=sha256:3710a9751938947e6327ea9f3ea6332a09bf0ba0c09cae9cb1f250bd1f1549bc \ + --hash=sha256:3d59d125ffbd6d552765510e3f31ed75ebac2c7470c7274195b9161a32350284 \ + --hash=sha256:40d3ff7fc90b98c637bda91c89d51264a3dcf210cade3a2c6f838c7268d7a4ca \ + --hash=sha256:425c5f215d0eecee9a56cdb703203dda90423247421bf0d67125add85d0c4455 \ + --hash=sha256:43193c5cda5d612f247172016c4bb71251c784d7a4d9314677186a838ad34858 \ + --hash=sha256:44aeb140295a2f0659e113b31cfe92c9061622cadbc9e2a2f7b8ef6b1e29ef4b \ + --hash=sha256:47334db71978b23ebcf3c0f9f5ee98b8d65992b65c9c4f2d34c2eaf5bcaf0594 \ + --hash=sha256:4796efc4faf6b53a18e3d46343535caed491776a22af773f366534056c4e1fbc \ + --hash=sha256:4a51b48f42d9358460b78725283f04bddaf44a9358197b889657deba38f329db \ + --hash=sha256:4b67fdab07fdd3c10bb21edab3cbfe8cf5696f453afce75d815d9d7223fbe88b \ + --hash=sha256:4ec9dd88a5b71abfc74e9df5ebe7921c35cbb3b641181a531ca65cdb5e8e4dea \ + --hash=sha256:4f9fc98dad6c2eaa32fc3af1417d95b5e3d08aff968df0cd320066def971f9a6 \ + --hash=sha256:54b6a92d009cbe2fb11054ba694bc9e284dad30a26757b1e372a1fdddaf21920 \ + --hash=sha256:55f56e2ebd4e3bc50442fbc0888c9d8c94e4e06a933804e2af3e89e2f9c1c749 \ + --hash=sha256:5726cf76c982532c1863fb64d8c6dd0e4c90b6ece9feb06c9f202417a31f7dd7 \ + --hash=sha256:5d447056e2ca60382d460a604b6302d8db69476fd2015c81e7c35417cfabe4cd \ + --hash=sha256:5ed2e36c3e9b4f21dd9422f6893dec0abf2cca553af509b10cd630f878d3eb99 \ + --hash=sha256:5ff2ed8194587faf56555927b3aa10e6fb69d931e33953943bc4f837dfee2242 \ + --hash=sha256:62f60aebecfc7f4b82e3f639a7d1433a20ec32824db2199a11ad4f5e146ef5ee \ + --hash=sha256:63bc5c4ae26e4bc6be6469943b8253c0fd4e4186c43ad46e713ea61a0ba49129 \ + --hash=sha256:6b40e8d38afe634559e398cc32b1472f376a4099c75fe6299ae607e404c033b2 \ + --hash=sha256:6b493a043635eb376e50eedf7818f2f322eabbaa974e948bd8bdd29eb7ef2a51 \ + --hash=sha256:6dba5d19c4dfab08e58d5b36304b3f92f3bd5d42c1a3fa37b5ba5cdf6dfcbcee \ + --hash=sha256:6fd30dc99682dc2c603c2b315bded2799019cea829f8bf57dc6b61efde6611c8 \ + --hash=sha256:707b82d19e65c9bd28b81dde95249b07bf9f5b90ebe1ef17d9b57473f8a64b7b \ + --hash=sha256:7706f5850360ac01d80c89bcef1640683cc12ed87f42579dab6c5d3ed6888613 \ + --hash=sha256:7782afc9b6b42200f7362858f9e73b1f8316afb276d316336c0ec3bd73312742 \ + --hash=sha256:79983512b108e4a164b9c8d34de3992f76d48cadc9554c9e60b43f308988aabe \ + --hash=sha256:7f683ddc7eedd742e2889d2bfb96d69573fde1d92fcb811979cdb7165bb9c7d3 \ + --hash=sha256:82357d85de703176b5587dbe6ade8ff67f9f69a41c0733cf2425378b49954de5 \ + --hash=sha256:84450ba661fb96e9fd67629b93d2941c871ca86fc38d835d19d4225ff946a631 \ + --hash=sha256:86f4e8cca779080f66ff4f191a685ced73d2f72d50216f7112185dc02b90b9b7 \ + --hash=sha256:8cda06946eac330cbe6598f77bb54e690b4ca93f593dee1568ad22b04f347c15 \ + --hash=sha256:8ce7fd6767a1cc5a92a639b391891bf1c268b03ec7e021c7d6d902285259685c \ + --hash=sha256:8ff4e7cdfdb1ab5698e675ca622e72d58a6fa2a8aa58195de0c0061288e6e3ea \ + --hash=sha256:9289fd5dddcf57bab41d044f1756550f9e7cf0c8e373b8cdf0ce8773dc4bd417 \ + --hash=sha256:92a7e36b000bf022ef3dbb9c46bfe2d52c047d5e3f3343f43204263c5addc250 \ + --hash=sha256:92db3c28b5b2a273346bebb24857fda45601aef6ae1c011c0a997106581e8a88 \ + --hash=sha256:95c3c157765b031331dd4db3c775e58deaee050a3042fcad72cbc4189d7c8dca \ + --hash=sha256:980b4f289d1d90ca5efcf07958d3eb38ed9c0b7676bf2831a54d4f66f9c27dfa \ + --hash=sha256:9ae4ef0b3f6b41bad6366fb0ea4fc1d7ed051528e113a60fa2a65a9abb5b1d99 \ + --hash=sha256:9c98230f5042f4945f957d006edccc2af1e03ed5e37ce7c373f00a5a4daa6149 \ + --hash=sha256:9fa2566ca27d67c86569e8c85297aaf413ffab85a8960500f12ea34ff98e4c41 \ + --hash=sha256:a14969b8691f7998e74663b77b4c36c0337cb1df552da83d5c9004a93afdb574 \ + --hash=sha256:a8aacce6e2e1edcb6ac625fb0f8c3a9570ccc7bfba1f63419b3769ccf6a00ed0 \ + --hash=sha256:a8e538f46104c815be19c975572d74afb53f29650ea2025bbfaef359d2de2f7f \ + --hash=sha256:aa41e526a5d4a9dfcfbab0716c7e8a1b215abd3f3df5a45cf18a12721d31cb5d \ + --hash=sha256:aa693779a8b50cd97570e5a0f343538a8dbd3e496fa5dcb87e29406ad0299654 \ + --hash=sha256:ab22fbd9765e6954bc0bcff24c25ff71dcbfdb185fcdaca49e81bac68fe724d3 \ + --hash=sha256:ab2e5bef076f5a235c3774b4f4028a680432cded7cad37bba0fd90d64b187d19 \ + --hash=sha256:ab973df98fc99ab39080bfb0eb3a925181454d7c3ac8a1e695fddfae696d9e90 \ + --hash=sha256:af73657b7a68211996527dbfeffbb0864e043d270580c5aef06dc4b659a4b578 \ + --hash=sha256:b197e7094f232959f8f20541ead1d9862ac5ebea1d58e9849c1bf979255dfac9 \ + --hash=sha256:b295729485b06c1a0683af02a9e42d2caa9db04a373dc38a6a58cdd1e8abddf1 \ + --hash=sha256:b8831399554b92b72af5932cdbbd4ddc55c55f631bb13ff8fe4e6536a06c5c51 \ + --hash=sha256:b8dcd239c743aa2f9c22ce674a145e0a25cb1566c495928440a181ca1ccf6719 \ + --hash=sha256:bcb4f8ea87d03bc51ad04add8ceaf9b0f085ac045ab4d74e73bbc2dc033f0236 \ + --hash=sha256:bd7af3717683bea4c87acd8c0d3d5b44d56120b26fd3f8a692bdd2d5260c620a \ + --hash=sha256:bf4475b82be41b07cc5e5ff94810e6a01f276e37c2d55571e3fe175e467a1a1c \ + --hash=sha256:c3e446d253bd88f6377260d07c895816ebf33ffffd56c1c792b13bff9c3e1ade \ + --hash=sha256:c57516e58fd17d03ebe67e181a4e4e2ccab1168f8c2976c6a334d4f819fe5944 \ + --hash=sha256:c94057af19bc953643a33581844649a7fdab902624d2eb739738a30e2b3e60fc \ + --hash=sha256:cab5d0b79d987c67f3b9e9c53f54a61360422a5a0bc075f43cab5621d530c3b6 \ + --hash=sha256:ce031db0408e487fd2775d745ce30a7cd2923667cf3b69d48d219f1d8f5ddeb6 \ + --hash=sha256:cee4373f4d3ad28f1ab6290684d8e2ebdb9e7a1b74fdc39e4c211995f77bec27 \ + --hash=sha256:d5b054862739d276e09928de37c79ddeec42a6e1bfc55863be96a36ba22926f6 \ + --hash=sha256:dbe03226baf438ac4fda9e2d0715022fd579cb641c4cf639fa40d53b2fe6f3e2 \ + --hash=sha256:dc15e99b2d8a656f8e666854404f1ba54765871104e50c8e9813af8a7db07f12 \ + --hash=sha256:dcaf7c1524c0542ee2fc82cc8ec337f7a9f7edee2532421ab200d2b920fc97cf \ + --hash=sha256:dd4eda173a9fcccb5f2e2bd2a9f423d180194b1bf17cf59e3269899235b2a114 \ + --hash=sha256:dd9a8bd8900e65504a305bf8ae6fa9fbc66de94178c420791d0293702fce2df7 \ + --hash=sha256:de7376c29d95d6719048c194a9cf1a1b0393fbe8488a22008610b0361d834ecf \ + --hash=sha256:e7fdd52961feb4c96507aa649550ec2a0d527c086d284749b2f582f2d40a2e0d \ + --hash=sha256:e91f541a85298cf35433bf66f3fab2a4a2cff05c127eeca4af174f6d497f0d4b \ + --hash=sha256:e9e3c4c9e1ed40ea53acf11e2a386383c3304212c965773704e4603d589343ed \ + --hash=sha256:ee803480535c44e7f5ad00788526da7d85525cfefaf8acf8ab9a310000be4b03 \ + --hash=sha256:f09cb5a7bbe1ecae6e87901a2eb23e0256bb524a79ccc53eb0b7629fbe7677c4 \ + --hash=sha256:f19c1585933c82098c2a520f8ec1227f20e339e33aca8fa6f956f6691b784e67 \ + --hash=sha256:f1a2f519ae173b5b6a2c9d5fa3116ce16e48b3462c8b96dfdded11055e3d6365 \ + --hash=sha256:f28f891ccd15c514a0981f3b9db9aa23d62fe1a99997512b0491d2ed323d229a \ + --hash=sha256:f3e73a4255342d4eb26ef6df01e3962e73aa29baa3124a8e824c5d3364a65748 \ + --hash=sha256:f606a1881d2663630ea5b8ce2efe2111740df4b687bd78b34a8131baa007f79b \ + --hash=sha256:fe9f97feb71aa9896b81973a7bbada8c49501dc73e58a10fcef6663af95e5079 \ + --hash=sha256:ffc519621dce0c767e96b9c53f09c5d215578e10b02c285809f76509a3931482 +click==8.1.7 ; python_version >= "3.12" and python_version < "4.0" \ --hash=sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28 \ --hash=sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de -colorama==0.4.6 ; python_version >= "3.9" and python_version < "4.0" and platform_system == "Windows" \ +colorama==0.4.6 ; python_version >= "3.12" and python_version < "4.0" and (platform_system == "Windows" or sys_platform == "win32") \ --hash=sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44 \ --hash=sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6 -cryptography==43.0.0 ; python_version >= "3.9" and python_version < "4.0" \ - --hash=sha256:0663585d02f76929792470451a5ba64424acc3cd5227b03921dab0e2f27b1709 \ - --hash=sha256:08a24a7070b2b6804c1940ff0f910ff728932a9d0e80e7814234269f9d46d069 \ - --hash=sha256:232ce02943a579095a339ac4b390fbbe97f5b5d5d107f8a08260ea2768be8cc2 \ - --hash=sha256:2905ccf93a8a2a416f3ec01b1a7911c3fe4073ef35640e7ee5296754e30b762b \ - --hash=sha256:299d3da8e00b7e2b54bb02ef58d73cd5f55fb31f33ebbf33bd00d9aa6807df7e \ - --hash=sha256:2c6d112bf61c5ef44042c253e4859b3cbbb50df2f78fa8fae6747a7814484a70 \ - --hash=sha256:31e44a986ceccec3d0498e16f3d27b2ee5fdf69ce2ab89b52eaad1d2f33d8778 \ - --hash=sha256:3d9a1eca329405219b605fac09ecfc09ac09e595d6def650a437523fcd08dd22 \ - --hash=sha256:3dcdedae5c7710b9f97ac6bba7e1052b95c7083c9d0e9df96e02a1932e777895 \ - --hash=sha256:47ca71115e545954e6c1d207dd13461ab81f4eccfcb1345eac874828b5e3eaaf \ - --hash=sha256:4a997df8c1c2aae1e1e5ac49c2e4f610ad037fc5a3aadc7b64e39dea42249431 \ - --hash=sha256:51956cf8730665e2bdf8ddb8da0056f699c1a5715648c1b0144670c1ba00b48f \ - --hash=sha256:5bcb8a5620008a8034d39bce21dc3e23735dfdb6a33a06974739bfa04f853947 \ - --hash=sha256:64c3f16e2a4fc51c0d06af28441881f98c5d91009b8caaff40cf3548089e9c74 \ - --hash=sha256:6e2b11c55d260d03a8cf29ac9b5e0608d35f08077d8c087be96287f43af3ccdc \ - --hash=sha256:7b3f5fe74a5ca32d4d0f302ffe6680fcc5c28f8ef0dc0ae8f40c0f3a1b4fca66 \ - --hash=sha256:844b6d608374e7d08f4f6e6f9f7b951f9256db41421917dfb2d003dde4cd6b66 \ - --hash=sha256:9a8d6802e0825767476f62aafed40532bd435e8a5f7d23bd8b4f5fd04cc80ecf \ - --hash=sha256:aae4d918f6b180a8ab8bf6511a419473d107df4dbb4225c7b48c5c9602c38c7f \ - --hash=sha256:ac1955ce000cb29ab40def14fd1bbfa7af2017cca696ee696925615cafd0dce5 \ - --hash=sha256:b88075ada2d51aa9f18283532c9f60e72170041bba88d7f37e49cbb10275299e \ - --hash=sha256:cb013933d4c127349b3948aa8aaf2f12c0353ad0eccd715ca789c8a0f671646f \ - --hash=sha256:cc70b4b581f28d0a254d006f26949245e3657d40d8857066c2ae22a61222ef55 \ - --hash=sha256:e9c5266c432a1e23738d178e51c2c7a5e2ddf790f248be939448c0ba2021f9d1 \ - --hash=sha256:ea9e57f8ea880eeea38ab5abf9fbe39f923544d7884228ec67d666abd60f5a47 \ - --hash=sha256:ee0c405832ade84d4de74b9029bedb7b31200600fa524d218fc29bfa371e97f5 \ - --hash=sha256:fdcb265de28585de5b859ae13e3846a8e805268a823a12a4da2597f1f5afc9f0 -dataclasses-json==0.5.9 ; python_version >= "3.9" and python_version < "4.0" \ +cryptography==43.0.1 ; python_version >= "3.12" and python_version < "4.0" \ + --hash=sha256:014f58110f53237ace6a408b5beb6c427b64e084eb451ef25a28308270086494 \ + --hash=sha256:1bbcce1a551e262dfbafb6e6252f1ae36a248e615ca44ba302df077a846a8806 \ + --hash=sha256:203e92a75716d8cfb491dc47c79e17d0d9207ccffcbcb35f598fbe463ae3444d \ + --hash=sha256:27e613d7077ac613e399270253259d9d53872aaf657471473ebfc9a52935c062 \ + --hash=sha256:2bd51274dcd59f09dd952afb696bf9c61a7a49dfc764c04dd33ef7a6b502a1e2 \ + --hash=sha256:38926c50cff6f533f8a2dae3d7f19541432610d114a70808f0926d5aaa7121e4 \ + --hash=sha256:511f4273808ab590912a93ddb4e3914dfd8a388fed883361b02dea3791f292e1 \ + --hash=sha256:58d4e9129985185a06d849aa6df265bdd5a74ca6e1b736a77959b498e0505b85 \ + --hash=sha256:5b43d1ea6b378b54a1dc99dd8a2b5be47658fe9a7ce0a58ff0b55f4b43ef2b84 \ + --hash=sha256:61ec41068b7b74268fa86e3e9e12b9f0c21fcf65434571dbb13d954bceb08042 \ + --hash=sha256:666ae11966643886c2987b3b721899d250855718d6d9ce41b521252a17985f4d \ + --hash=sha256:68aaecc4178e90719e95298515979814bda0cbada1256a4485414860bd7ab962 \ + --hash=sha256:7c05650fe8023c5ed0d46793d4b7d7e6cd9c04e68eabe5b0aeea836e37bdcec2 \ + --hash=sha256:80eda8b3e173f0f247f711eef62be51b599b5d425c429b5d4ca6a05e9e856baa \ + --hash=sha256:8385d98f6a3bf8bb2d65a73e17ed87a3ba84f6991c155691c51112075f9ffc5d \ + --hash=sha256:88cce104c36870d70c49c7c8fd22885875d950d9ee6ab54df2745f83ba0dc365 \ + --hash=sha256:9d3cdb25fa98afdd3d0892d132b8d7139e2c087da1712041f6b762e4f807cc96 \ + --hash=sha256:a575913fb06e05e6b4b814d7f7468c2c660e8bb16d8d5a1faf9b33ccc569dd47 \ + --hash=sha256:ac119bb76b9faa00f48128b7f5679e1d8d437365c5d26f1c2c3f0da4ce1b553d \ + --hash=sha256:c1332724be35d23a854994ff0b66530119500b6053d0bd3363265f7e5e77288d \ + --hash=sha256:d03a475165f3134f773d1388aeb19c2d25ba88b6a9733c5c590b9ff7bbfa2e0c \ + --hash=sha256:d75601ad10b059ec832e78823b348bfa1a59f6b8d545db3a24fd44362a1564cb \ + --hash=sha256:de41fd81a41e53267cb020bb3a7212861da53a7d39f863585d13ea11049cf277 \ + --hash=sha256:e710bf40870f4db63c3d7d929aa9e09e4e7ee219e703f949ec4073b4294f6172 \ + --hash=sha256:ea25acb556320250756e53f9e20a4177515f012c9eaea17eb7587a8c4d8ae034 \ + --hash=sha256:f98bf604c82c416bc829e490c700ca1553eafdf2912a91e23a79d97d9801372a \ + --hash=sha256:fba1007b3ef89946dbbb515aeeb41e30203b004f0b4b00e5e16078b518563289 +dataclasses-json==0.5.9 ; python_version >= "3.12" and python_version < "4.0" \ --hash=sha256:1280542631df1c375b7bc92e5b86d39e06c44760d7e3571a537b3b8acabf2f0c \ --hash=sha256:e9ac87b73edc0141aafbce02b44e93553c3123ad574958f0fe52a534b6707e8e -docutils==0.21.2 ; python_version >= "3.9" and python_version < "4.0" \ +docutils==0.21.2 ; python_version >= "3.12" and python_version < "4.0" \ --hash=sha256:3a6b18732edf182daa3cd12775bbb338cf5691468f91eeeb109deff6ebfa986f \ --hash=sha256:dafca5b9e384f0e419294eb4d2ff9fa826435bf15f15b7bd45723e8ad76811b2 -google-auth==2.32.0 ; python_version >= "3.9" and python_version < "4.0" \ - --hash=sha256:49315be72c55a6a37d62819e3573f6b416aca00721f7e3e31a008d928bf64022 \ - --hash=sha256:53326ea2ebec768070a94bee4e1b9194c9646ea0c2bd72422785bd0f9abfad7b -htmlmin==0.1.12 ; python_version >= "3.9" and python_version < "4.0" \ +durationpy==0.9 ; python_version >= "3.12" and python_version < "4.0" \ + --hash=sha256:e65359a7af5cedad07fb77a2dd3f390f8eb0b74cb845589fa6c057086834dd38 \ + --hash=sha256:fd3feb0a69a0057d582ef643c355c40d2fa1c942191f914d12203b1a01ac722a +frozenlist==1.4.1 ; python_version >= "3.12" and python_version < "4.0" \ + --hash=sha256:04ced3e6a46b4cfffe20f9ae482818e34eba9b5fb0ce4056e4cc9b6e212d09b7 \ + --hash=sha256:0633c8d5337cb5c77acbccc6357ac49a1770b8c487e5b3505c57b949b4b82e98 \ + --hash=sha256:068b63f23b17df8569b7fdca5517edef76171cf3897eb68beb01341131fbd2ad \ + --hash=sha256:0c250a29735d4f15321007fb02865f0e6b6a41a6b88f1f523ca1596ab5f50bd5 \ + --hash=sha256:1979bc0aeb89b33b588c51c54ab0161791149f2461ea7c7c946d95d5f93b56ae \ + --hash=sha256:1a4471094e146b6790f61b98616ab8e44f72661879cc63fa1049d13ef711e71e \ + --hash=sha256:1b280e6507ea8a4fa0c0a7150b4e526a8d113989e28eaaef946cc77ffd7efc0a \ + --hash=sha256:1d0ce09d36d53bbbe566fe296965b23b961764c0bcf3ce2fa45f463745c04701 \ + --hash=sha256:20b51fa3f588ff2fe658663db52a41a4f7aa6c04f6201449c6c7c476bd255c0d \ + --hash=sha256:23b2d7679b73fe0e5a4560b672a39f98dfc6f60df63823b0a9970525325b95f6 \ + --hash=sha256:23b701e65c7b36e4bf15546a89279bd4d8675faabc287d06bbcfac7d3c33e1e6 \ + --hash=sha256:2471c201b70d58a0f0c1f91261542a03d9a5e088ed3dc6c160d614c01649c106 \ + --hash=sha256:27657df69e8801be6c3638054e202a135c7f299267f1a55ed3a598934f6c0d75 \ + --hash=sha256:29acab3f66f0f24674b7dc4736477bcd4bc3ad4b896f5f45379a67bce8b96868 \ + --hash=sha256:32453c1de775c889eb4e22f1197fe3bdfe457d16476ea407472b9442e6295f7a \ + --hash=sha256:3a670dc61eb0d0eb7080890c13de3066790f9049b47b0de04007090807c776b0 \ + --hash=sha256:3e0153a805a98f5ada7e09826255ba99fb4f7524bb81bf6b47fb702666484ae1 \ + --hash=sha256:410478a0c562d1a5bcc2f7ea448359fcb050ed48b3c6f6f4f18c313a9bdb1826 \ + --hash=sha256:442acde1e068288a4ba7acfe05f5f343e19fac87bfc96d89eb886b0363e977ec \ + --hash=sha256:48f6a4533887e189dae092f1cf981f2e3885175f7a0f33c91fb5b7b682b6bab6 \ + --hash=sha256:4f57dab5fe3407b6c0c1cc907ac98e8a189f9e418f3b6e54d65a718aaafe3950 \ + --hash=sha256:4f9c515e7914626b2a2e1e311794b4c35720a0be87af52b79ff8e1429fc25f19 \ + --hash=sha256:55fdc093b5a3cb41d420884cdaf37a1e74c3c37a31f46e66286d9145d2063bd0 \ + --hash=sha256:5667ed53d68d91920defdf4035d1cdaa3c3121dc0b113255124bcfada1cfa1b8 \ + --hash=sha256:590344787a90ae57d62511dd7c736ed56b428f04cd8c161fcc5e7232c130c69a \ + --hash=sha256:5a7d70357e7cee13f470c7883a063aae5fe209a493c57d86eb7f5a6f910fae09 \ + --hash=sha256:5c3894db91f5a489fc8fa6a9991820f368f0b3cbdb9cd8849547ccfab3392d86 \ + --hash=sha256:5c849d495bf5154cd8da18a9eb15db127d4dba2968d88831aff6f0331ea9bd4c \ + --hash=sha256:64536573d0a2cb6e625cf309984e2d873979709f2cf22839bf2d61790b448ad5 \ + --hash=sha256:693945278a31f2086d9bf3df0fe8254bbeaef1fe71e1351c3bd730aa7d31c41b \ + --hash=sha256:6db4667b187a6742b33afbbaf05a7bc551ffcf1ced0000a571aedbb4aa42fc7b \ + --hash=sha256:6eb73fa5426ea69ee0e012fb59cdc76a15b1283d6e32e4f8dc4482ec67d1194d \ + --hash=sha256:722e1124aec435320ae01ee3ac7bec11a5d47f25d0ed6328f2273d287bc3abb0 \ + --hash=sha256:7268252af60904bf52c26173cbadc3a071cece75f873705419c8681f24d3edea \ + --hash=sha256:74fb4bee6880b529a0c6560885fce4dc95936920f9f20f53d99a213f7bf66776 \ + --hash=sha256:780d3a35680ced9ce682fbcf4cb9c2bad3136eeff760ab33707b71db84664e3a \ + --hash=sha256:82e8211d69a4f4bc360ea22cd6555f8e61a1bd211d1d5d39d3d228b48c83a897 \ + --hash=sha256:89aa2c2eeb20957be2d950b85974b30a01a762f3308cd02bb15e1ad632e22dc7 \ + --hash=sha256:8aefbba5f69d42246543407ed2461db31006b0f76c4e32dfd6f42215a2c41d09 \ + --hash=sha256:96ec70beabbd3b10e8bfe52616a13561e58fe84c0101dd031dc78f250d5128b9 \ + --hash=sha256:9750cc7fe1ae3b1611bb8cfc3f9ec11d532244235d75901fb6b8e42ce9229dfe \ + --hash=sha256:9acbb16f06fe7f52f441bb6f413ebae6c37baa6ef9edd49cdd567216da8600cd \ + --hash=sha256:9d3e0c25a2350080e9319724dede4f31f43a6c9779be48021a7f4ebde8b2d742 \ + --hash=sha256:a06339f38e9ed3a64e4c4e43aec7f59084033647f908e4259d279a52d3757d09 \ + --hash=sha256:a0cb6f11204443f27a1628b0e460f37fb30f624be6051d490fa7d7e26d4af3d0 \ + --hash=sha256:a7496bfe1da7fb1a4e1cc23bb67c58fab69311cc7d32b5a99c2007b4b2a0e932 \ + --hash=sha256:a828c57f00f729620a442881cc60e57cfcec6842ba38e1b19fd3e47ac0ff8dc1 \ + --hash=sha256:a9b2de4cf0cdd5bd2dee4c4f63a653c61d2408055ab77b151c1957f221cabf2a \ + --hash=sha256:b46c8ae3a8f1f41a0d2ef350c0b6e65822d80772fe46b653ab6b6274f61d4a49 \ + --hash=sha256:b7e3ed87d4138356775346e6845cccbe66cd9e207f3cd11d2f0b9fd13681359d \ + --hash=sha256:b7f2f9f912dca3934c1baec2e4585a674ef16fe00218d833856408c48d5beee7 \ + --hash=sha256:ba60bb19387e13597fb059f32cd4d59445d7b18b69a745b8f8e5db0346f33480 \ + --hash=sha256:beee944ae828747fd7cb216a70f120767fc9f4f00bacae8543c14a6831673f89 \ + --hash=sha256:bfa4a17e17ce9abf47a74ae02f32d014c5e9404b6d9ac7f729e01562bbee601e \ + --hash=sha256:c037a86e8513059a2613aaba4d817bb90b9d9b6b69aace3ce9c877e8c8ed402b \ + --hash=sha256:c302220494f5c1ebeb0912ea782bcd5e2f8308037b3c7553fad0e48ebad6ad82 \ + --hash=sha256:c6321c9efe29975232da3bd0af0ad216800a47e93d763ce64f291917a381b8eb \ + --hash=sha256:c757a9dd70d72b076d6f68efdbb9bc943665ae954dad2801b874c8c69e185068 \ + --hash=sha256:c99169d4ff810155ca50b4da3b075cbde79752443117d89429595c2e8e37fed8 \ + --hash=sha256:c9c92be9fd329ac801cc420e08452b70e7aeab94ea4233a4804f0915c14eba9b \ + --hash=sha256:cc7b01b3754ea68a62bd77ce6020afaffb44a590c2289089289363472d13aedb \ + --hash=sha256:db9e724bebd621d9beca794f2a4ff1d26eed5965b004a97f1f1685a173b869c2 \ + --hash=sha256:dca69045298ce5c11fd539682cff879cc1e664c245d1c64da929813e54241d11 \ + --hash=sha256:dd9b1baec094d91bf36ec729445f7769d0d0cf6b64d04d86e45baf89e2b9059b \ + --hash=sha256:e02a0e11cf6597299b9f3bbd3f93d79217cb90cfd1411aec33848b13f5c656cc \ + --hash=sha256:e6a20a581f9ce92d389a8c7d7c3dd47c81fd5d6e655c8dddf341e14aa48659d0 \ + --hash=sha256:e7004be74cbb7d9f34553a5ce5fb08be14fb33bc86f332fb71cbe5216362a497 \ + --hash=sha256:e774d53b1a477a67838a904131c4b0eef6b3d8a651f8b138b04f748fccfefe17 \ + --hash=sha256:edb678da49d9f72c9f6c609fbe41a5dfb9a9282f9e6a2253d5a91e0fc382d7c0 \ + --hash=sha256:f146e0911cb2f1da549fc58fc7bcd2b836a44b79ef871980d605ec392ff6b0d2 \ + --hash=sha256:f56e2333dda1fe0f909e7cc59f021eba0d2307bc6f012a1ccf2beca6ba362439 \ + --hash=sha256:f9a3ea26252bd92f570600098783d1371354d89d5f6b7dfd87359d669f2109b5 \ + --hash=sha256:f9aa1878d1083b276b0196f2dfbe00c9b7e752475ed3b682025ff20c1c1f51ac \ + --hash=sha256:fb3c2db03683b5767dedb5769b8a40ebb47d6f7f45b1b3e3b4b51ec8ad9d9825 \ + --hash=sha256:fbeb989b5cc29e8daf7f976b421c220f1b8c731cbf22b9130d8815418ea45887 \ + --hash=sha256:fde5bd59ab5357e3853313127f4d3565fc7dad314a74d7b5d43c22c6a5ed2ced \ + --hash=sha256:fe1a06da377e3a1062ae5fe0926e12b84eceb8a50b350ddca72dc85015873f74 +google-auth==2.35.0 ; python_version >= "3.12" and python_version < "4.0" \ + --hash=sha256:25df55f327ef021de8be50bad0dfd4a916ad0de96da86cd05661c9297723ad3f \ + --hash=sha256:f4c64ed4e01e8e8b646ef34c018f8bf3338df0c8e37d8b3bba40e7f574a3278a +h11==0.14.0 ; python_version >= "3.12" and python_version < "4.0" \ + --hash=sha256:8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d \ + --hash=sha256:e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761 +htmlmin==0.1.12 ; python_version >= "3.12" and python_version < "4.0" \ --hash=sha256:50c1ef4630374a5d723900096a961cff426dff46b48f34d194a81bbe14eca178 -idna==3.7 ; python_version >= "3.9" and python_version < "4.0" \ - --hash=sha256:028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc \ - --hash=sha256:82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0 -importlib-metadata==6.2.1 ; python_version >= "3.9" and python_version < "3.10" \ - --hash=sha256:5a66966b39ff1c14ef5b2d60c1d842b0141fefff0f4cc6365b4bc9446c652807 \ - --hash=sha256:f65e478a7c2177bd19517a3a15dac094d253446d8690c5f3e71e735a04312374 -importlib-resources==5.0.7 ; python_version >= "3.9" and python_version < "3.10" \ - --hash=sha256:2238159eb743bd85304a16e0536048b3e991c531d1cd51c4a834d1ccf2829057 \ - --hash=sha256:4df460394562b4581bb4e4087ad9447bd433148fba44241754ec3152499f1d1b -jinja2==3.1.4 ; python_version >= "3.9" and python_version < "4.0" \ +httpcore==1.0.6 ; python_version >= "3.12" and python_version < "4.0" \ + --hash=sha256:27b59625743b85577a8c0e10e55b50b5368a4f2cfe8cc7bcfa9cf00829c2682f \ + --hash=sha256:73f6dbd6eb8c21bbf7ef8efad555481853f5f6acdeaff1edb0694289269ee17f +httpx==0.27.2 ; python_version >= "3.12" and python_version < "4.0" \ + --hash=sha256:7bb2708e112d8fdd7829cd4243970f0c223274051cb35ee80c03301ee29a3df0 \ + --hash=sha256:f7c2be1d2f3c3c3160d441802406b206c2b76f5947b11115e6df10c6c65e66c2 +idna==3.10 ; python_version >= "3.12" and python_version < "4.0" \ + --hash=sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9 \ + --hash=sha256:946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3 +iniconfig==2.0.0 ; python_version >= "3.12" and python_version < "4.0" \ + --hash=sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3 \ + --hash=sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374 +jinja2==3.1.4 ; python_version >= "3.12" and python_version < "4.0" \ --hash=sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369 \ --hash=sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d -jmespath==1.0.1 ; python_version >= "3.9" and python_version < "4.0" \ +jmespath==1.0.1 ; python_version >= "3.12" and python_version < "4.0" \ --hash=sha256:02e2e4cc71b5bcab88332eebf907519190dd9e6e82107fa7f83b1003a6252980 \ --hash=sha256:90261b206d6defd58fdd5e85f478bf633a2901798906be2ad389150c5c60edbe -json-schema-for-humans==1.0.2 ; python_version >= "3.9" and python_version < "4.0" \ +json-schema-for-humans==1.0.2 ; python_version >= "3.12" and python_version < "4.0" \ --hash=sha256:8bd807a2bac31650226e451ad3b9583c27ce916375d6938ac9d0251eb6549ad5 \ --hash=sha256:d6ecb023b4f802b10b01abca1295a37e363d9f060e54c21aa2cddea44731c6e1 -kubernetes==28.1.0 ; python_version >= "3.9" and python_version < "4.0" \ - --hash=sha256:10f56f8160dcb73647f15fafda268e7f60cf7dbc9f8e46d52fcd46d3beb0c18d \ - --hash=sha256:1468069a573430fb1cb5ad22876868f57977930f80a6749405da31cd6086a7e9 -lockfile==0.12.2 ; python_version >= "3.9" and python_version < "4.0" \ +jwcrypto==1.5.6 ; python_version >= "3.12" and python_version < "4.0" \ + --hash=sha256:150d2b0ebbdb8f40b77f543fb44ffd2baeff48788be71f67f03566692fd55789 \ + --hash=sha256:771a87762a0c081ae6166958a954f80848820b2ab066937dc8b8379d65b1b039 +kubernetes==31.0.0 ; python_version >= "3.12" and python_version < "4.0" \ + --hash=sha256:28945de906c8c259c1ebe62703b56a03b714049372196f854105afe4e6d014c0 \ + --hash=sha256:bf141e2d380c8520eada8b351f4e319ffee9636328c137aa432bc486ca1200e1 +lightkube-models==1.31.1.8 ; python_version >= "3.12" and python_version < "4.0" \ + --hash=sha256:14fbfa990b4d3393fa4ac3e9e46d67514c4d659508e296b30f1a5d254eecc097 \ + --hash=sha256:50c0e2dd2c125cd9b50e93269e2d212bcbec19f7b00de91aa66a5ec320772fae +lightkube==0.15.4 ; python_version >= "3.12" and python_version < "4.0" \ + --hash=sha256:7dde49694f2933b757ee6dfee0e028a56d7a13f47476bf54a21ec7cee343b09b \ + --hash=sha256:fe7939f8da5b68d80809243c9abf601fca2e5425228bb02c2ad23ed3e56401a8 +lockfile==0.12.2 ; python_version >= "3.12" and python_version < "4.0" \ --hash=sha256:6aed02de03cba24efabcd600b30540140634fc06cfa603822d508d5361e9f799 \ --hash=sha256:6c3cb24f344923d30b2785d5ad75182c8ea7ac1b6171b08657258ec7429d50fa -markdown2==2.5.0 ; python_version >= "3.9" and python_version < "4" \ - --hash=sha256:300d4429b620ebc974ef512339a9e08bc080473f95135a91f33906e24e8280c1 \ - --hash=sha256:9bff02911f8b617b61eb269c4c1a5f9b2087d7ff051604f66a61b63cab30adc2 -markupsafe==2.1.5 ; python_version >= "3.9" and python_version < "4.0" \ +markdown-it-py==3.0.0 ; python_version >= "3.12" and python_version < "4" \ + --hash=sha256:355216845c60bd96232cd8d8c40e8f9765cc86f46880e43a8fd22dc1a1a8cab1 \ + --hash=sha256:e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb +markdown2==2.5.1 ; python_version >= "3.12" and python_version < "4" \ + --hash=sha256:12fc04ea5a87f7bb4b65acf5bf3af1183b20838cc7d543b74c92ec7eea4bbc74 \ + --hash=sha256:190ae60a4bd0425c60c863bede18a9f3d45b1cbf3fbc9f40b4fac336ff2c520b +markupsafe==2.1.5 ; python_version >= "3.12" and python_version < "4.0" \ --hash=sha256:00e046b6dd71aa03a41079792f8473dc494d564611a8f89bbbd7cb93295ebdcf \ --hash=sha256:075202fa5b72c86ad32dc7d0b56024ebdbcf2048c0ba09f1cde31bfdd57bcfff \ --hash=sha256:0e397ac966fdf721b2c528cf028494e86172b4feba51d65f81ffd65c63798f3f \ @@ -321,119 +557,408 @@ markupsafe==2.1.5 ; python_version >= "3.9" and python_version < "4.0" \ --hash=sha256:fa9db3f79de01457b03d4f01b34cf91bc0048eb2c3846ff26f66687c2f6d16ab \ --hash=sha256:fce659a462a1be54d2ffcacea5e3ba2d74daa74f30f5f143fe0c58636e355fdd \ --hash=sha256:ffee1f21e5ef0d712f9033568f8344d5da8cc2869dbd08d87c84656e6a2d2f68 -marshmallow-enum==1.5.1 ; python_version >= "3.9" and python_version < "4.0" \ +marshmallow-enum==1.5.1 ; python_version >= "3.12" and python_version < "4.0" \ --hash=sha256:38e697e11f45a8e64b4a1e664000897c659b60aa57bfa18d44e226a9920b6e58 \ --hash=sha256:57161ab3dbfde4f57adeb12090f39592e992b9c86d206d02f6bd03ebec60f072 -marshmallow==3.21.3 ; python_version >= "3.9" and python_version < "4.0" \ - --hash=sha256:4f57c5e050a54d66361e826f94fba213eb10b67b2fdb02c3e0343ce207ba1662 \ - --hash=sha256:86ce7fb914aa865001a4b2092c4c2872d13bc347f3d42673272cabfdbad386f1 -mypy-extensions==1.0.0 ; python_version >= "3.9" and python_version < "4.0" \ +marshmallow==3.23.0 ; python_version >= "3.12" and python_version < "4.0" \ + --hash=sha256:82f20a2397834fe6d9611b241f2f7e7b680ed89c49f84728a1ad937be6b4bdf4 \ + --hash=sha256:98d8827a9f10c03d44ead298d2e99c6aea8197df18ccfad360dae7f89a50da2e +mdurl==0.1.2 ; python_version >= "3.12" and python_version < "4" \ + --hash=sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8 \ + --hash=sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba +multidict==6.1.0 ; python_version >= "3.12" and python_version < "4.0" \ + --hash=sha256:052e10d2d37810b99cc170b785945421141bf7bb7d2f8799d431e7db229c385f \ + --hash=sha256:06809f4f0f7ab7ea2cabf9caca7d79c22c0758b58a71f9d32943ae13c7ace056 \ + --hash=sha256:071120490b47aa997cca00666923a83f02c7fbb44f71cf7f136df753f7fa8761 \ + --hash=sha256:0c3f390dc53279cbc8ba976e5f8035eab997829066756d811616b652b00a23a3 \ + --hash=sha256:0e2b90b43e696f25c62656389d32236e049568b39320e2735d51f08fd362761b \ + --hash=sha256:0e5f362e895bc5b9e67fe6e4ded2492d8124bdf817827f33c5b46c2fe3ffaca6 \ + --hash=sha256:10524ebd769727ac77ef2278390fb0068d83f3acb7773792a5080f2b0abf7748 \ + --hash=sha256:10a9b09aba0c5b48c53761b7c720aaaf7cf236d5fe394cd399c7ba662d5f9966 \ + --hash=sha256:16e5f4bf4e603eb1fdd5d8180f1a25f30056f22e55ce51fb3d6ad4ab29f7d96f \ + --hash=sha256:188215fc0aafb8e03341995e7c4797860181562380f81ed0a87ff455b70bf1f1 \ + --hash=sha256:189f652a87e876098bbc67b4da1049afb5f5dfbaa310dd67c594b01c10388db6 \ + --hash=sha256:1ca0083e80e791cffc6efce7660ad24af66c8d4079d2a750b29001b53ff59ada \ + --hash=sha256:1e16bf3e5fc9f44632affb159d30a437bfe286ce9e02754759be5536b169b305 \ + --hash=sha256:2090f6a85cafc5b2db085124d752757c9d251548cedabe9bd31afe6363e0aff2 \ + --hash=sha256:20b9b5fbe0b88d0bdef2012ef7dee867f874b72528cf1d08f1d59b0e3850129d \ + --hash=sha256:22ae2ebf9b0c69d206c003e2f6a914ea33f0a932d4aa16f236afc049d9958f4a \ + --hash=sha256:22f3105d4fb15c8f57ff3959a58fcab6ce36814486500cd7485651230ad4d4ef \ + --hash=sha256:23bfd518810af7de1116313ebd9092cb9aa629beb12f6ed631ad53356ed6b86c \ + --hash=sha256:27e5fc84ccef8dfaabb09d82b7d179c7cf1a3fbc8a966f8274fcb4ab2eb4cadb \ + --hash=sha256:3380252550e372e8511d49481bd836264c009adb826b23fefcc5dd3c69692f60 \ + --hash=sha256:3702ea6872c5a2a4eeefa6ffd36b042e9773f05b1f37ae3ef7264b1163c2dcf6 \ + --hash=sha256:37bb93b2178e02b7b618893990941900fd25b6b9ac0fa49931a40aecdf083fe4 \ + --hash=sha256:3914f5aaa0f36d5d60e8ece6a308ee1c9784cd75ec8151062614657a114c4478 \ + --hash=sha256:3a37ffb35399029b45c6cc33640a92bef403c9fd388acce75cdc88f58bd19a81 \ + --hash=sha256:3c8b88a2ccf5493b6c8da9076fb151ba106960a2df90c2633f342f120751a9e7 \ + --hash=sha256:3e97b5e938051226dc025ec80980c285b053ffb1e25a3db2a3aa3bc046bf7f56 \ + --hash=sha256:3ec660d19bbc671e3a6443325f07263be452c453ac9e512f5eb935e7d4ac28b3 \ + --hash=sha256:3efe2c2cb5763f2f1b275ad2bf7a287d3f7ebbef35648a9726e3b69284a4f3d6 \ + --hash=sha256:483a6aea59cb89904e1ceabd2b47368b5600fb7de78a6e4a2c2987b2d256cf30 \ + --hash=sha256:4867cafcbc6585e4b678876c489b9273b13e9fff9f6d6d66add5e15d11d926cb \ + --hash=sha256:48e171e52d1c4d33888e529b999e5900356b9ae588c2f09a52dcefb158b27506 \ + --hash=sha256:4a9cb68166a34117d6646c0023c7b759bf197bee5ad4272f420a0141d7eb03a0 \ + --hash=sha256:4b820514bfc0b98a30e3d85462084779900347e4d49267f747ff54060cc33925 \ + --hash=sha256:4e18b656c5e844539d506a0a06432274d7bd52a7487e6828c63a63d69185626c \ + --hash=sha256:4e9f48f58c2c523d5a06faea47866cd35b32655c46b443f163d08c6d0ddb17d6 \ + --hash=sha256:50b3a2710631848991d0bf7de077502e8994c804bb805aeb2925a981de58ec2e \ + --hash=sha256:55b6d90641869892caa9ca42ff913f7ff1c5ece06474fbd32fb2cf6834726c95 \ + --hash=sha256:57feec87371dbb3520da6192213c7d6fc892d5589a93db548331954de8248fd2 \ + --hash=sha256:58130ecf8f7b8112cdb841486404f1282b9c86ccb30d3519faf301b2e5659133 \ + --hash=sha256:5845c1fd4866bb5dd3125d89b90e57ed3138241540897de748cdf19de8a2fca2 \ + --hash=sha256:59bfeae4b25ec05b34f1956eaa1cb38032282cd4dfabc5056d0a1ec4d696d3aa \ + --hash=sha256:5b48204e8d955c47c55b72779802b219a39acc3ee3d0116d5080c388970b76e3 \ + --hash=sha256:5c09fcfdccdd0b57867577b719c69e347a436b86cd83747f179dbf0cc0d4c1f3 \ + --hash=sha256:6180c0ae073bddeb5a97a38c03f30c233e0a4d39cd86166251617d1bbd0af436 \ + --hash=sha256:682b987361e5fd7a139ed565e30d81fd81e9629acc7d925a205366877d8c8657 \ + --hash=sha256:6b5d83030255983181005e6cfbac1617ce9746b219bc2aad52201ad121226581 \ + --hash=sha256:6bb5992037f7a9eff7991ebe4273ea7f51f1c1c511e6a2ce511d0e7bdb754492 \ + --hash=sha256:73eae06aa53af2ea5270cc066dcaf02cc60d2994bbb2c4ef5764949257d10f43 \ + --hash=sha256:76f364861c3bfc98cbbcbd402d83454ed9e01a5224bb3a28bf70002a230f73e2 \ + --hash=sha256:820c661588bd01a0aa62a1283f20d2be4281b086f80dad9e955e690c75fb54a2 \ + --hash=sha256:82176036e65644a6cc5bd619f65f6f19781e8ec2e5330f51aa9ada7504cc1926 \ + --hash=sha256:87701f25a2352e5bf7454caa64757642734da9f6b11384c1f9d1a8e699758057 \ + --hash=sha256:9079dfc6a70abe341f521f78405b8949f96db48da98aeb43f9907f342f627cdc \ + --hash=sha256:90f8717cb649eea3504091e640a1b8568faad18bd4b9fcd692853a04475a4b80 \ + --hash=sha256:957cf8e4b6e123a9eea554fa7ebc85674674b713551de587eb318a2df3e00255 \ + --hash=sha256:99f826cbf970077383d7de805c0681799491cb939c25450b9b5b3ced03ca99f1 \ + --hash=sha256:9f636b730f7e8cb19feb87094949ba54ee5357440b9658b2a32a5ce4bce53972 \ + --hash=sha256:a114d03b938376557927ab23f1e950827c3b893ccb94b62fd95d430fd0e5cf53 \ + --hash=sha256:a185f876e69897a6f3325c3f19f26a297fa058c5e456bfcff8015e9a27e83ae1 \ + --hash=sha256:a7a9541cd308eed5e30318430a9c74d2132e9a8cb46b901326272d780bf2d423 \ + --hash=sha256:aa466da5b15ccea564bdab9c89175c762bc12825f4659c11227f515cee76fa4a \ + --hash=sha256:aaed8b0562be4a0876ee3b6946f6869b7bcdb571a5d1496683505944e268b160 \ + --hash=sha256:ab7c4ceb38d91570a650dba194e1ca87c2b543488fe9309b4212694174fd539c \ + --hash=sha256:ac10f4c2b9e770c4e393876e35a7046879d195cd123b4f116d299d442b335bcd \ + --hash=sha256:b04772ed465fa3cc947db808fa306d79b43e896beb677a56fb2347ca1a49c1fa \ + --hash=sha256:b1c416351ee6271b2f49b56ad7f308072f6f44b37118d69c2cad94f3fa8a40d5 \ + --hash=sha256:b225d95519a5bf73860323e633a664b0d85ad3d5bede6d30d95b35d4dfe8805b \ + --hash=sha256:b2f59caeaf7632cc633b5cf6fc449372b83bbdf0da4ae04d5be36118e46cc0aa \ + --hash=sha256:b58c621844d55e71c1b7f7c498ce5aa6985d743a1a59034c57a905b3f153c1ef \ + --hash=sha256:bf6bea52ec97e95560af5ae576bdac3aa3aae0b6758c6efa115236d9e07dae44 \ + --hash=sha256:c08be4f460903e5a9d0f76818db3250f12e9c344e79314d1d570fc69d7f4eae4 \ + --hash=sha256:c7053d3b0353a8b9de430a4f4b4268ac9a4fb3481af37dfe49825bf45ca24156 \ + --hash=sha256:c943a53e9186688b45b323602298ab727d8865d8c9ee0b17f8d62d14b56f0753 \ + --hash=sha256:ce2186a7df133a9c895dea3331ddc5ddad42cdd0d1ea2f0a51e5d161e4762f28 \ + --hash=sha256:d093be959277cb7dee84b801eb1af388b6ad3ca6a6b6bf1ed7585895789d027d \ + --hash=sha256:d094ddec350a2fb899fec68d8353c78233debde9b7d8b4beeafa70825f1c281a \ + --hash=sha256:d1a9dd711d0877a1ece3d2e4fea11a8e75741ca21954c919406b44e7cf971304 \ + --hash=sha256:d569388c381b24671589335a3be6e1d45546c2988c2ebe30fdcada8457a31008 \ + --hash=sha256:d618649d4e70ac6efcbba75be98b26ef5078faad23592f9b51ca492953012429 \ + --hash=sha256:d83a047959d38a7ff552ff94be767b7fd79b831ad1cd9920662db05fec24fe72 \ + --hash=sha256:d8fff389528cad1618fb4b26b95550327495462cd745d879a8c7c2115248e399 \ + --hash=sha256:da1758c76f50c39a2efd5e9859ce7d776317eb1dd34317c8152ac9251fc574a3 \ + --hash=sha256:db7457bac39421addd0c8449933ac32d8042aae84a14911a757ae6ca3eef1392 \ + --hash=sha256:e27bbb6d14416713a8bd7aaa1313c0fc8d44ee48d74497a0ff4c3a1b6ccb5167 \ + --hash=sha256:e617fb6b0b6953fffd762669610c1c4ffd05632c138d61ac7e14ad187870669c \ + --hash=sha256:e9aa71e15d9d9beaad2c6b9319edcdc0a49a43ef5c0a4c8265ca9ee7d6c67774 \ + --hash=sha256:ec2abea24d98246b94913b76a125e855eb5c434f7c46546046372fe60f666351 \ + --hash=sha256:f179dee3b863ab1c59580ff60f9d99f632f34ccb38bf67a33ec6b3ecadd0fd76 \ + --hash=sha256:f4c035da3f544b1882bac24115f3e2e8760f10a0107614fc9839fd232200b875 \ + --hash=sha256:f67f217af4b1ff66c68a87318012de788dd95fcfeb24cc889011f4e1c7454dfd \ + --hash=sha256:f90c822a402cb865e396a504f9fc8173ef34212a342d92e362ca498cad308e28 \ + --hash=sha256:ff3827aef427c89a25cc96ded1759271a93603aba9fb977a6d264648ebf989db +mypy-extensions==1.0.0 ; python_version >= "3.12" and python_version < "4.0" \ --hash=sha256:4392f6c0eb8a5668a69e23d168ffa70f0be9ccfd32b5cc2d26a34ae5b844552d \ --hash=sha256:75dbf8955dc00442a438fc4d0666508a9a97b6bd41aa2f0ffe9d2f2725af0782 -netaddr==0.10.1 ; python_version >= "3.9" and python_version < "4.0" \ - --hash=sha256:9822305b42ea1020d54fee322d43cee5622b044c07a1f0130b459bb467efcf88 \ - --hash=sha256:f4da4222ca8c3f43c8e18a8263e5426c750a3a837fdfeccf74c68d0408eaa3bf -oauthlib==3.2.2 ; python_version >= "3.9" and python_version < "4.0" \ +netaddr==1.3.0 ; python_version >= "3.12" and python_version < "4.0" \ + --hash=sha256:5c3c3d9895b551b763779ba7db7a03487dc1f8e3b385af819af341ae9ef6e48a \ + --hash=sha256:c2c6a8ebe5554ce33b7d5b3a306b71bbb373e000bbbf2350dd5213cc56e3dbbe +oauthlib==3.2.2 ; python_version >= "3.12" and python_version < "4.0" \ --hash=sha256:8139f29aac13e25d502680e9e19963e83f16838d48a0d71c287fe40e7067fbca \ --hash=sha256:9859c40929662bec5d64f34d01c99e093149682a3f38915dc0655d5a633dd918 -packaging==23.2 ; python_version >= "3.9" and python_version < "4.0" \ +packaging==23.2 ; python_version >= "3.12" and python_version < "4.0" \ --hash=sha256:048fb0e9405036518eaaf48a55953c750c11e1a1b68e0dd1a9d62ed0c092cfc5 \ --hash=sha256:8c491190033a9af7e1d931d0b5dacc2ef47509b34dd0de67ed209b5203fc88c7 -passlib==1.7.4 ; python_version >= "3.9" and python_version < "4.0" \ +passlib==1.7.4 ; python_version >= "3.12" and python_version < "4.0" \ --hash=sha256:aa6bca462b8d8bda89c70b382f0c298a20b5560af6cbfa2dce410c0a2fb669f1 \ --hash=sha256:defd50f72b65c5402ab2c573830a6978e5f202ad0d984793c8dde2c4152ebe04 -pexpect==4.9.0 ; python_version >= "3.9" and python_version < "4.0" \ +pexpect==4.9.0 ; python_version >= "3.12" and python_version < "4.0" \ --hash=sha256:7236d1e080e4936be2dc3e326cec0af72acf9212a7e1d060210e70a47e253523 \ --hash=sha256:ee7d41123f3c9911050ea2c2dac107568dc43b2d3b0c7557a33212c398ead30f -psycopg2-binary==2.9.9 ; python_version >= "3.9" and python_version < "4.0" \ - --hash=sha256:03ef7df18daf2c4c07e2695e8cfd5ee7f748a1d54d802330985a78d2a5a6dca9 \ - --hash=sha256:0a602ea5aff39bb9fac6308e9c9d82b9a35c2bf288e184a816002c9fae930b77 \ - --hash=sha256:0c009475ee389757e6e34611d75f6e4f05f0cf5ebb76c6037508318e1a1e0d7e \ - --hash=sha256:0ef4854e82c09e84cc63084a9e4ccd6d9b154f1dbdd283efb92ecd0b5e2b8c84 \ - --hash=sha256:1236ed0952fbd919c100bc839eaa4a39ebc397ed1c08a97fc45fee2a595aa1b3 \ - --hash=sha256:143072318f793f53819048fdfe30c321890af0c3ec7cb1dfc9cc87aa88241de2 \ - --hash=sha256:15208be1c50b99203fe88d15695f22a5bed95ab3f84354c494bcb1d08557df67 \ - --hash=sha256:1873aade94b74715be2246321c8650cabf5a0d098a95bab81145ffffa4c13876 \ - --hash=sha256:18d0ef97766055fec15b5de2c06dd8e7654705ce3e5e5eed3b6651a1d2a9a152 \ - --hash=sha256:1ea665f8ce695bcc37a90ee52de7a7980be5161375d42a0b6c6abedbf0d81f0f \ - --hash=sha256:2293b001e319ab0d869d660a704942c9e2cce19745262a8aba2115ef41a0a42a \ - --hash=sha256:246b123cc54bb5361588acc54218c8c9fb73068bf227a4a531d8ed56fa3ca7d6 \ - --hash=sha256:275ff571376626195ab95a746e6a04c7df8ea34638b99fc11160de91f2fef503 \ - --hash=sha256:281309265596e388ef483250db3640e5f414168c5a67e9c665cafce9492eda2f \ - --hash=sha256:2d423c8d8a3c82d08fe8af900ad5b613ce3632a1249fd6a223941d0735fce493 \ - --hash=sha256:2e5afae772c00980525f6d6ecf7cbca55676296b580c0e6abb407f15f3706996 \ - --hash=sha256:30dcc86377618a4c8f3b72418df92e77be4254d8f89f14b8e8f57d6d43603c0f \ - --hash=sha256:31a34c508c003a4347d389a9e6fcc2307cc2150eb516462a7a17512130de109e \ - --hash=sha256:323ba25b92454adb36fa425dc5cf6f8f19f78948cbad2e7bc6cdf7b0d7982e59 \ - --hash=sha256:34eccd14566f8fe14b2b95bb13b11572f7c7d5c36da61caf414d23b91fcc5d94 \ - --hash=sha256:3a58c98a7e9c021f357348867f537017057c2ed7f77337fd914d0bedb35dace7 \ - --hash=sha256:3f78fd71c4f43a13d342be74ebbc0666fe1f555b8837eb113cb7416856c79682 \ - --hash=sha256:4154ad09dac630a0f13f37b583eae260c6aa885d67dfbccb5b02c33f31a6d420 \ - --hash=sha256:420f9bbf47a02616e8554e825208cb947969451978dceb77f95ad09c37791dae \ - --hash=sha256:4686818798f9194d03c9129a4d9a702d9e113a89cb03bffe08c6cf799e053291 \ - --hash=sha256:57fede879f08d23c85140a360c6a77709113efd1c993923c59fde17aa27599fe \ - --hash=sha256:60989127da422b74a04345096c10d416c2b41bd7bf2a380eb541059e4e999980 \ - --hash=sha256:64cf30263844fa208851ebb13b0732ce674d8ec6a0c86a4e160495d299ba3c93 \ - --hash=sha256:68fc1f1ba168724771e38bee37d940d2865cb0f562380a1fb1ffb428b75cb692 \ - --hash=sha256:6e6f98446430fdf41bd36d4faa6cb409f5140c1c2cf58ce0bbdaf16af7d3f119 \ - --hash=sha256:729177eaf0aefca0994ce4cffe96ad3c75e377c7b6f4efa59ebf003b6d398716 \ - --hash=sha256:72dffbd8b4194858d0941062a9766f8297e8868e1dd07a7b36212aaa90f49472 \ - --hash=sha256:75723c3c0fbbf34350b46a3199eb50638ab22a0228f93fb472ef4d9becc2382b \ - --hash=sha256:77853062a2c45be16fd6b8d6de2a99278ee1d985a7bd8b103e97e41c034006d2 \ - --hash=sha256:78151aa3ec21dccd5cdef6c74c3e73386dcdfaf19bced944169697d7ac7482fc \ - --hash=sha256:7f01846810177d829c7692f1f5ada8096762d9172af1b1a28d4ab5b77c923c1c \ - --hash=sha256:804d99b24ad523a1fe18cc707bf741670332f7c7412e9d49cb5eab67e886b9b5 \ - --hash=sha256:81ff62668af011f9a48787564ab7eded4e9fb17a4a6a74af5ffa6a457400d2ab \ - --hash=sha256:8359bf4791968c5a78c56103702000105501adb557f3cf772b2c207284273984 \ - --hash=sha256:83791a65b51ad6ee6cf0845634859d69a038ea9b03d7b26e703f94c7e93dbcf9 \ - --hash=sha256:8532fd6e6e2dc57bcb3bc90b079c60de896d2128c5d9d6f24a63875a95a088cf \ - --hash=sha256:876801744b0dee379e4e3c38b76fc89f88834bb15bf92ee07d94acd06ec890a0 \ - --hash=sha256:8dbf6d1bc73f1d04ec1734bae3b4fb0ee3cb2a493d35ede9badbeb901fb40f6f \ - --hash=sha256:8f8544b092a29a6ddd72f3556a9fcf249ec412e10ad28be6a0c0d948924f2212 \ - --hash=sha256:911dda9c487075abd54e644ccdf5e5c16773470a6a5d3826fda76699410066fb \ - --hash=sha256:977646e05232579d2e7b9c59e21dbe5261f403a88417f6a6512e70d3f8a046be \ - --hash=sha256:9dba73be7305b399924709b91682299794887cbbd88e38226ed9f6712eabee90 \ - --hash=sha256:a148c5d507bb9b4f2030a2025c545fccb0e1ef317393eaba42e7eabd28eb6041 \ - --hash=sha256:a6cdcc3ede532f4a4b96000b6362099591ab4a3e913d70bcbac2b56c872446f7 \ - --hash=sha256:ac05fb791acf5e1a3e39402641827780fe44d27e72567a000412c648a85ba860 \ - --hash=sha256:b0605eaed3eb239e87df0d5e3c6489daae3f7388d455d0c0b4df899519c6a38d \ - --hash=sha256:b58b4710c7f4161b5e9dcbe73bb7c62d65670a87df7bcce9e1faaad43e715245 \ - --hash=sha256:b6356793b84728d9d50ead16ab43c187673831e9d4019013f1402c41b1db9b27 \ - --hash=sha256:b76bedd166805480ab069612119ea636f5ab8f8771e640ae103e05a4aae3e417 \ - --hash=sha256:bc7bb56d04601d443f24094e9e31ae6deec9ccb23581f75343feebaf30423359 \ - --hash=sha256:c2470da5418b76232f02a2fcd2229537bb2d5a7096674ce61859c3229f2eb202 \ - --hash=sha256:c332c8d69fb64979ebf76613c66b985414927a40f8defa16cf1bc028b7b0a7b0 \ - --hash=sha256:c6af2a6d4b7ee9615cbb162b0738f6e1fd1f5c3eda7e5da17861eacf4c717ea7 \ - --hash=sha256:c77e3d1862452565875eb31bdb45ac62502feabbd53429fdc39a1cc341d681ba \ - --hash=sha256:ca08decd2697fdea0aea364b370b1249d47336aec935f87b8bbfd7da5b2ee9c1 \ - --hash=sha256:ca49a8119c6cbd77375ae303b0cfd8c11f011abbbd64601167ecca18a87e7cdd \ - --hash=sha256:cb16c65dcb648d0a43a2521f2f0a2300f40639f6f8c1ecbc662141e4e3e1ee07 \ - --hash=sha256:d2997c458c690ec2bc6b0b7ecbafd02b029b7b4283078d3b32a852a7ce3ddd98 \ - --hash=sha256:d3f82c171b4ccd83bbaf35aa05e44e690113bd4f3b7b6cc54d2219b132f3ae55 \ - --hash=sha256:dc4926288b2a3e9fd7b50dc6a1909a13bbdadfc67d93f3374d984e56f885579d \ - --hash=sha256:ead20f7913a9c1e894aebe47cccf9dc834e1618b7aa96155d2091a626e59c972 \ - --hash=sha256:ebdc36bea43063116f0486869652cb2ed7032dbc59fbcb4445c4862b5c1ecf7f \ - --hash=sha256:ed1184ab8f113e8d660ce49a56390ca181f2981066acc27cf637d5c1e10ce46e \ - --hash=sha256:ee825e70b1a209475622f7f7b776785bd68f34af6e7a46e2e42f27b659b5bc26 \ - --hash=sha256:f7ae5d65ccfbebdfa761585228eb4d0df3a8b15cfb53bd953e713e09fbb12957 \ - --hash=sha256:f7fc5a5acafb7d6ccca13bfa8c90f8c51f13d8fb87d95656d3950f0158d3ce53 \ - --hash=sha256:f9b5571d33660d5009a8b3c25dc1db560206e2d2f89d3df1cb32d72c0d117d52 -ptyprocess==0.7.0 ; python_version >= "3.9" and python_version < "4.0" \ +pluggy==1.5.0 ; python_version >= "3.12" and python_version < "4.0" \ + --hash=sha256:2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1 \ + --hash=sha256:44e1ad92c8ca002de6377e165f3e0f1be63266ab4d554740532335b9d75ea669 +propcache==0.2.0 ; python_version >= "3.12" and python_version < "4.0" \ + --hash=sha256:00181262b17e517df2cd85656fcd6b4e70946fe62cd625b9d74ac9977b64d8d9 \ + --hash=sha256:0e53cb83fdd61cbd67202735e6a6687a7b491c8742dfc39c9e01e80354956763 \ + --hash=sha256:1235c01ddaa80da8235741e80815ce381c5267f96cc49b1477fdcf8c047ef325 \ + --hash=sha256:140fbf08ab3588b3468932974a9331aff43c0ab8a2ec2c608b6d7d1756dbb6cb \ + --hash=sha256:191db28dc6dcd29d1a3e063c3be0b40688ed76434622c53a284e5427565bbd9b \ + --hash=sha256:1e41d67757ff4fbc8ef2af99b338bfb955010444b92929e9e55a6d4dcc3c4f09 \ + --hash=sha256:1ec43d76b9677637a89d6ab86e1fef70d739217fefa208c65352ecf0282be957 \ + --hash=sha256:20a617c776f520c3875cf4511e0d1db847a076d720714ae35ffe0df3e440be68 \ + --hash=sha256:218db2a3c297a3768c11a34812e63b3ac1c3234c3a086def9c0fee50d35add1f \ + --hash=sha256:22aa8f2272d81d9317ff5756bb108021a056805ce63dd3630e27d042c8092798 \ + --hash=sha256:25a1f88b471b3bc911d18b935ecb7115dff3a192b6fef46f0bfaf71ff4f12418 \ + --hash=sha256:25c8d773a62ce0451b020c7b29a35cfbc05de8b291163a7a0f3b7904f27253e6 \ + --hash=sha256:2a60ad3e2553a74168d275a0ef35e8c0a965448ffbc3b300ab3a5bb9956c2162 \ + --hash=sha256:2a66df3d4992bc1d725b9aa803e8c5a66c010c65c741ad901e260ece77f58d2f \ + --hash=sha256:2ccc28197af5313706511fab3a8b66dcd6da067a1331372c82ea1cb74285e036 \ + --hash=sha256:2e900bad2a8456d00a113cad8c13343f3b1f327534e3589acc2219729237a2e8 \ + --hash=sha256:2ee7606193fb267be4b2e3b32714f2d58cad27217638db98a60f9efb5efeccc2 \ + --hash=sha256:33ac8f098df0585c0b53009f039dfd913b38c1d2edafed0cedcc0c32a05aa110 \ + --hash=sha256:3444cdba6628accf384e349014084b1cacd866fbb88433cd9d279d90a54e0b23 \ + --hash=sha256:363ea8cd3c5cb6679f1c2f5f1f9669587361c062e4899fce56758efa928728f8 \ + --hash=sha256:375a12d7556d462dc64d70475a9ee5982465fbb3d2b364f16b86ba9135793638 \ + --hash=sha256:388f3217649d6d59292b722d940d4d2e1e6a7003259eb835724092a1cca0203a \ + --hash=sha256:3947483a381259c06921612550867b37d22e1df6d6d7e8361264b6d037595f44 \ + --hash=sha256:39e104da444a34830751715f45ef9fc537475ba21b7f1f5b0f4d71a3b60d7fe2 \ + --hash=sha256:3c997f8c44ec9b9b0bcbf2d422cc00a1d9b9c681f56efa6ca149a941e5560da2 \ + --hash=sha256:3dfafb44f7bb35c0c06eda6b2ab4bfd58f02729e7c4045e179f9a861b07c9850 \ + --hash=sha256:3ebbcf2a07621f29638799828b8d8668c421bfb94c6cb04269130d8de4fb7136 \ + --hash=sha256:3f88a4095e913f98988f5b338c1d4d5d07dbb0b6bad19892fd447484e483ba6b \ + --hash=sha256:439e76255daa0f8151d3cb325f6dd4a3e93043e6403e6491813bcaaaa8733887 \ + --hash=sha256:4569158070180c3855e9c0791c56be3ceeb192defa2cdf6a3f39e54319e56b89 \ + --hash=sha256:466c219deee4536fbc83c08d09115249db301550625c7fef1c5563a584c9bc87 \ + --hash=sha256:4a9d9b4d0a9b38d1c391bb4ad24aa65f306c6f01b512e10a8a34a2dc5675d348 \ + --hash=sha256:4c7dde9e533c0a49d802b4f3f218fa9ad0a1ce21f2c2eb80d5216565202acab4 \ + --hash=sha256:53d1bd3f979ed529f0805dd35ddaca330f80a9a6d90bc0121d2ff398f8ed8861 \ + --hash=sha256:55346705687dbd7ef0d77883ab4f6fabc48232f587925bdaf95219bae072491e \ + --hash=sha256:56295eb1e5f3aecd516d91b00cfd8bf3a13991de5a479df9e27dd569ea23959c \ + --hash=sha256:56bb5c98f058a41bb58eead194b4db8c05b088c93d94d5161728515bd52b052b \ + --hash=sha256:5a5b3bb545ead161be780ee85a2b54fdf7092815995661947812dde94a40f6fb \ + --hash=sha256:5f2564ec89058ee7c7989a7b719115bdfe2a2fb8e7a4543b8d1c0cc4cf6478c1 \ + --hash=sha256:608cce1da6f2672a56b24a015b42db4ac612ee709f3d29f27a00c943d9e851de \ + --hash=sha256:63f13bf09cc3336eb04a837490b8f332e0db41da66995c9fd1ba04552e516354 \ + --hash=sha256:662dd62358bdeaca0aee5761de8727cfd6861432e3bb828dc2a693aa0471a563 \ + --hash=sha256:676135dcf3262c9c5081cc8f19ad55c8a64e3f7282a21266d05544450bffc3a5 \ + --hash=sha256:67aeb72e0f482709991aa91345a831d0b707d16b0257e8ef88a2ad246a7280bf \ + --hash=sha256:67b69535c870670c9f9b14a75d28baa32221d06f6b6fa6f77a0a13c5a7b0a5b9 \ + --hash=sha256:682a7c79a2fbf40f5dbb1eb6bfe2cd865376deeac65acf9beb607505dced9e12 \ + --hash=sha256:6994984550eaf25dd7fc7bd1b700ff45c894149341725bb4edc67f0ffa94efa4 \ + --hash=sha256:69d3a98eebae99a420d4b28756c8ce6ea5a29291baf2dc9ff9414b42676f61d5 \ + --hash=sha256:6e2e54267980349b723cff366d1e29b138b9a60fa376664a157a342689553f71 \ + --hash=sha256:73e4b40ea0eda421b115248d7e79b59214411109a5bc47d0d48e4c73e3b8fcf9 \ + --hash=sha256:74acd6e291f885678631b7ebc85d2d4aec458dd849b8c841b57ef04047833bed \ + --hash=sha256:7665f04d0c7f26ff8bb534e1c65068409bf4687aa2534faf7104d7182debb336 \ + --hash=sha256:7735e82e3498c27bcb2d17cb65d62c14f1100b71723b68362872bca7d0913d90 \ + --hash=sha256:77a86c261679ea5f3896ec060be9dc8e365788248cc1e049632a1be682442063 \ + --hash=sha256:7cf18abf9764746b9c8704774d8b06714bcb0a63641518a3a89c7f85cc02c2ad \ + --hash=sha256:83928404adf8fb3d26793665633ea79b7361efa0287dfbd372a7e74311d51ee6 \ + --hash=sha256:8e40876731f99b6f3c897b66b803c9e1c07a989b366c6b5b475fafd1f7ba3fb8 \ + --hash=sha256:8f188cfcc64fb1266f4684206c9de0e80f54622c3f22a910cbd200478aeae61e \ + --hash=sha256:91997d9cb4a325b60d4e3f20967f8eb08dfcb32b22554d5ef78e6fd1dda743a2 \ + --hash=sha256:91ee8fc02ca52e24bcb77b234f22afc03288e1dafbb1f88fe24db308910c4ac7 \ + --hash=sha256:92fe151145a990c22cbccf9ae15cae8ae9eddabfc949a219c9f667877e40853d \ + --hash=sha256:945db8ee295d3af9dbdbb698cce9bbc5c59b5c3fe328bbc4387f59a8a35f998d \ + --hash=sha256:9517d5e9e0731957468c29dbfd0f976736a0e55afaea843726e887f36fe017df \ + --hash=sha256:952e0d9d07609d9c5be361f33b0d6d650cd2bae393aabb11d9b719364521984b \ + --hash=sha256:97a58a28bcf63284e8b4d7b460cbee1edaab24634e82059c7b8c09e65284f178 \ + --hash=sha256:97e48e8875e6c13909c800fa344cd54cc4b2b0db1d5f911f840458a500fde2c2 \ + --hash=sha256:9e0f07b42d2a50c7dd2d8675d50f7343d998c64008f1da5fef888396b7f84630 \ + --hash=sha256:a3dc1a4b165283bd865e8f8cb5f0c64c05001e0718ed06250d8cac9bec115b48 \ + --hash=sha256:a3ebe9a75be7ab0b7da2464a77bb27febcb4fab46a34f9288f39d74833db7f61 \ + --hash=sha256:a64e32f8bd94c105cc27f42d3b658902b5bcc947ece3c8fe7bc1b05982f60e89 \ + --hash=sha256:a6ed8db0a556343d566a5c124ee483ae113acc9a557a807d439bcecc44e7dfbb \ + --hash=sha256:ad9c9b99b05f163109466638bd30ada1722abb01bbb85c739c50b6dc11f92dc3 \ + --hash=sha256:b33d7a286c0dc1a15f5fc864cc48ae92a846df287ceac2dd499926c3801054a6 \ + --hash=sha256:bc092ba439d91df90aea38168e11f75c655880c12782facf5cf9c00f3d42b562 \ + --hash=sha256:c436130cc779806bdf5d5fae0d848713105472b8566b75ff70048c47d3961c5b \ + --hash=sha256:c5869b8fd70b81835a6f187c5fdbe67917a04d7e52b6e7cc4e5fe39d55c39d58 \ + --hash=sha256:c5ecca8f9bab618340c8e848d340baf68bcd8ad90a8ecd7a4524a81c1764b3db \ + --hash=sha256:cfac69017ef97db2438efb854edf24f5a29fd09a536ff3a992b75990720cdc99 \ + --hash=sha256:d2f0d0f976985f85dfb5f3d685697ef769faa6b71993b46b295cdbbd6be8cc37 \ + --hash=sha256:d5bed7f9805cc29c780f3aee05de3262ee7ce1f47083cfe9f77471e9d6777e83 \ + --hash=sha256:d6a21ef516d36909931a2967621eecb256018aeb11fc48656e3257e73e2e247a \ + --hash=sha256:d9b6ddac6408194e934002a69bcaadbc88c10b5f38fb9307779d1c629181815d \ + --hash=sha256:db47514ffdbd91ccdc7e6f8407aac4ee94cc871b15b577c1c324236b013ddd04 \ + --hash=sha256:df81779732feb9d01e5d513fad0122efb3d53bbc75f61b2a4f29a020bc985e70 \ + --hash=sha256:e4a91d44379f45f5e540971d41e4626dacd7f01004826a18cb048e7da7e96544 \ + --hash=sha256:e63e3e1e0271f374ed489ff5ee73d4b6e7c60710e1f76af5f0e1a6117cd26394 \ + --hash=sha256:e70fac33e8b4ac63dfc4c956fd7d85a0b1139adcfc0d964ce288b7c527537fea \ + --hash=sha256:ecddc221a077a8132cf7c747d5352a15ed763b674c0448d811f408bf803d9ad7 \ + --hash=sha256:f45eec587dafd4b2d41ac189c2156461ebd0c1082d2fe7013571598abb8505d1 \ + --hash=sha256:f52a68c21363c45297aca15561812d542f8fc683c85201df0bebe209e349f793 \ + --hash=sha256:f571aea50ba5623c308aa146eb650eebf7dbe0fd8c5d946e28343cb3b5aad577 \ + --hash=sha256:f60f0ac7005b9f5a6091009b09a419ace1610e163fa5deaba5ce3484341840e7 \ + --hash=sha256:f6475a1b2ecb310c98c28d271a30df74f9dd436ee46d09236a6b750a7599ce57 \ + --hash=sha256:f6d5749fdd33d90e34c2efb174c7e236829147a2713334d708746e94c4bde40d \ + --hash=sha256:f902804113e032e2cdf8c71015651c97af6418363bea8d78dc0911d56c335032 \ + --hash=sha256:fa1076244f54bb76e65e22cb6910365779d5c3d71d1f18b275f1dfc7b0d71b4d \ + --hash=sha256:fc2db02409338bf36590aa985a461b2c96fce91f8e7e0f14c50c5fcc4f229016 \ + --hash=sha256:ffcad6c564fe6b9b8916c1aefbb37a362deebf9394bd2974e9d84232e3e08504 +psycopg2-binary==2.9.10 ; python_version >= "3.12" and python_version < "4.0" \ + --hash=sha256:04392983d0bb89a8717772a193cfaac58871321e3ec69514e1c4e0d4957b5aff \ + --hash=sha256:056470c3dc57904bbf63d6f534988bafc4e970ffd50f6271fc4ee7daad9498a5 \ + --hash=sha256:0ea8e3d0ae83564f2fc554955d327fa081d065c8ca5cc6d2abb643e2c9c1200f \ + --hash=sha256:155e69561d54d02b3c3209545fb08938e27889ff5a10c19de8d23eb5a41be8a5 \ + --hash=sha256:18c5ee682b9c6dd3696dad6e54cc7ff3a1a9020df6a5c0f861ef8bfd338c3ca0 \ + --hash=sha256:19721ac03892001ee8fdd11507e6a2e01f4e37014def96379411ca99d78aeb2c \ + --hash=sha256:1a6784f0ce3fec4edc64e985865c17778514325074adf5ad8f80636cd029ef7c \ + --hash=sha256:2286791ececda3a723d1910441c793be44625d86d1a4e79942751197f4d30341 \ + --hash=sha256:230eeae2d71594103cd5b93fd29d1ace6420d0b86f4778739cb1a5a32f607d1f \ + --hash=sha256:245159e7ab20a71d989da00f280ca57da7641fa2cdcf71749c193cea540a74f7 \ + --hash=sha256:26540d4a9a4e2b096f1ff9cce51253d0504dca5a85872c7f7be23be5a53eb18d \ + --hash=sha256:270934a475a0e4b6925b5f804e3809dd5f90f8613621d062848dd82f9cd62007 \ + --hash=sha256:2ad26b467a405c798aaa1458ba09d7e2b6e5f96b1ce0ac15d82fd9f95dc38a92 \ + --hash=sha256:2b3d2491d4d78b6b14f76881905c7a8a8abcf974aad4a8a0b065273a0ed7a2cb \ + --hash=sha256:2ce3e21dc3437b1d960521eca599d57408a695a0d3c26797ea0f72e834c7ffe5 \ + --hash=sha256:30e34c4e97964805f715206c7b789d54a78b70f3ff19fbe590104b71c45600e5 \ + --hash=sha256:3216ccf953b3f267691c90c6fe742e45d890d8272326b4a8b20850a03d05b7b8 \ + --hash=sha256:32581b3020c72d7a421009ee1c6bf4a131ef5f0a968fab2e2de0c9d2bb4577f1 \ + --hash=sha256:35958ec9e46432d9076286dda67942ed6d968b9c3a6a2fd62b48939d1d78bf68 \ + --hash=sha256:3abb691ff9e57d4a93355f60d4f4c1dd2d68326c968e7db17ea96df3c023ef73 \ + --hash=sha256:3c18f74eb4386bf35e92ab2354a12c17e5eb4d9798e4c0ad3a00783eae7cd9f1 \ + --hash=sha256:3c4745a90b78e51d9ba06e2088a2fe0c693ae19cc8cb051ccda44e8df8a6eb53 \ + --hash=sha256:3c4ded1a24b20021ebe677b7b08ad10bf09aac197d6943bfe6fec70ac4e4690d \ + --hash=sha256:3e9c76f0ac6f92ecfc79516a8034a544926430f7b080ec5a0537bca389ee0906 \ + --hash=sha256:48b338f08d93e7be4ab2b5f1dbe69dc5e9ef07170fe1f86514422076d9c010d0 \ + --hash=sha256:4b3df0e6990aa98acda57d983942eff13d824135fe2250e6522edaa782a06de2 \ + --hash=sha256:512d29bb12608891e349af6a0cccedce51677725a921c07dba6342beaf576f9a \ + --hash=sha256:5a507320c58903967ef7384355a4da7ff3f28132d679aeb23572753cbf2ec10b \ + --hash=sha256:5c370b1e4975df846b0277b4deba86419ca77dbc25047f535b0bb03d1a544d44 \ + --hash=sha256:6b269105e59ac96aba877c1707c600ae55711d9dcd3fc4b5012e4af68e30c648 \ + --hash=sha256:6d4fa1079cab9018f4d0bd2db307beaa612b0d13ba73b5c6304b9fe2fb441ff7 \ + --hash=sha256:6dc08420625b5a20b53551c50deae6e231e6371194fa0651dbe0fb206452ae1f \ + --hash=sha256:73aa0e31fa4bb82578f3a6c74a73c273367727de397a7a0f07bd83cbea696baa \ + --hash=sha256:7559bce4b505762d737172556a4e6ea8a9998ecac1e39b5233465093e8cee697 \ + --hash=sha256:79625966e176dc97ddabc142351e0409e28acf4660b88d1cf6adb876d20c490d \ + --hash=sha256:7a813c8bdbaaaab1f078014b9b0b13f5de757e2b5d9be6403639b298a04d218b \ + --hash=sha256:7b2c956c028ea5de47ff3a8d6b3cc3330ab45cf0b7c3da35a2d6ff8420896526 \ + --hash=sha256:7f4152f8f76d2023aac16285576a9ecd2b11a9895373a1f10fd9db54b3ff06b4 \ + --hash=sha256:7f5d859928e635fa3ce3477704acee0f667b3a3d3e4bb109f2b18d4005f38287 \ + --hash=sha256:851485a42dbb0bdc1edcdabdb8557c09c9655dfa2ca0460ff210522e073e319e \ + --hash=sha256:8608c078134f0b3cbd9f89b34bd60a943b23fd33cc5f065e8d5f840061bd0673 \ + --hash=sha256:880845dfe1f85d9d5f7c412efea7a08946a46894537e4e5d091732eb1d34d9a0 \ + --hash=sha256:8aabf1c1a04584c168984ac678a668094d831f152859d06e055288fa515e4d30 \ + --hash=sha256:8aecc5e80c63f7459a1a2ab2c64df952051df196294d9f739933a9f6687e86b3 \ + --hash=sha256:8cd9b4f2cfab88ed4a9106192de509464b75a906462fb846b936eabe45c2063e \ + --hash=sha256:8de718c0e1c4b982a54b41779667242bc630b2197948405b7bd8ce16bcecac92 \ + --hash=sha256:9440fa522a79356aaa482aa4ba500b65f28e5d0e63b801abf6aa152a29bd842a \ + --hash=sha256:b5f86c56eeb91dc3135b3fd8a95dc7ae14c538a2f3ad77a19645cf55bab1799c \ + --hash=sha256:b73d6d7f0ccdad7bc43e6d34273f70d587ef62f824d7261c4ae9b8b1b6af90e8 \ + --hash=sha256:bb89f0a835bcfc1d42ccd5f41f04870c1b936d8507c6df12b7737febc40f0909 \ + --hash=sha256:c3cc28a6fd5a4a26224007712e79b81dbaee2ffb90ff406256158ec4d7b52b47 \ + --hash=sha256:ce5ab4bf46a211a8e924d307c1b1fcda82368586a19d0a24f8ae166f5c784864 \ + --hash=sha256:d00924255d7fc916ef66e4bf22f354a940c67179ad3fd7067d7a0a9c84d2fbfc \ + --hash=sha256:d7cd730dfa7c36dbe8724426bf5612798734bff2d3c3857f36f2733f5bfc7c00 \ + --hash=sha256:e217ce4d37667df0bc1c397fdcd8de5e81018ef305aed9415c3b093faaeb10fb \ + --hash=sha256:e3923c1d9870c49a2d44f795df0c889a22380d36ef92440ff618ec315757e539 \ + --hash=sha256:e5720a5d25e3b99cd0dc5c8a440570469ff82659bb09431c1439b92caf184d3b \ + --hash=sha256:e8b58f0a96e7a1e341fc894f62c1177a7c83febebb5ff9123b579418fdc8a481 \ + --hash=sha256:e984839e75e0b60cfe75e351db53d6db750b00de45644c5d1f7ee5d1f34a1ce5 \ + --hash=sha256:eb09aa7f9cecb45027683bb55aebaaf45a0df8bf6de68801a6afdc7947bb09d4 \ + --hash=sha256:ec8a77f521a17506a24a5f626cb2aee7850f9b69a0afe704586f63a464f3cd64 \ + --hash=sha256:ecced182e935529727401b24d76634a357c71c9275b356efafd8a2a91ec07392 \ + --hash=sha256:ee0e8c683a7ff25d23b55b11161c2663d4b099770f6085ff0a20d4505778d6b4 \ + --hash=sha256:f0c2d907a1e102526dd2986df638343388b94c33860ff3bbe1384130828714b1 \ + --hash=sha256:f758ed67cab30b9a8d2833609513ce4d3bd027641673d4ebc9c067e4d208eec1 \ + --hash=sha256:f8157bed2f51db683f31306aa497311b560f2265998122abe1dce6428bd86567 \ + --hash=sha256:ffe8ed017e4ed70f68b7b371d84b7d4a790368db9203dfc2d222febd3a9c8863 +ptyprocess==0.7.0 ; python_version >= "3.12" and python_version < "4.0" \ --hash=sha256:4b41f3967fce3af57cc7e94b888626c18bf37a083e3651ca8feeb66d492fef35 \ --hash=sha256:5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220 -pyasn1-modules==0.4.0 ; python_version >= "3.9" and python_version < "4.0" \ - --hash=sha256:831dbcea1b177b28c9baddf4c6d1013c24c3accd14a1873fffaa6a2e905f17b6 \ - --hash=sha256:be04f15b66c206eed667e0bb5ab27e2b1855ea54a842e5037738099e8ca4ae0b -pyasn1==0.6.0 ; python_version >= "3.9" and python_version < "4.0" \ - --hash=sha256:3a35ab2c4b5ef98e17dfdec8ab074046fbda76e281c5a706ccd82328cfc8f64c \ - --hash=sha256:cca4bb0f2df5504f02f6f8a775b6e416ff9b0b3b16f7ee80b5a3153d9b804473 -pycparser==2.22 ; python_version >= "3.9" and python_version < "4.0" \ +pyasn1-modules==0.4.1 ; python_version >= "3.12" and python_version < "4.0" \ + --hash=sha256:49bfa96b45a292b711e986f222502c1c9a5e1f4e568fc30e2574a6c7d07838fd \ + --hash=sha256:c28e2dbf9c06ad61c71a075c7e0f9fd0f1b0bb2d2ad4377f240d33ac2ab60a7c +pyasn1==0.6.1 ; python_version >= "3.12" and python_version < "4.0" \ + --hash=sha256:0d632f46f2ba09143da3a8afe9e33fb6f92fa2320ab7e886e2d0f7672af84629 \ + --hash=sha256:6f580d2bdd84365380830acf45550f2511469f673cb4a5ae3857a3170128b034 +pycparser==2.22 ; python_version >= "3.12" and python_version < "4.0" \ --hash=sha256:491c8be9c040f5390f5bf44a5b07752bd07f56edf992381b05c701439eec10f6 \ --hash=sha256:c3702b6d3dd8c7abc1afa565d7e63d53a1d0bd86cdc24edd75470f4de499cfcc -pygments==2.18.0 ; python_version >= "3.9" and python_version < "4.0" \ +pydantic-core==2.23.4 ; python_version >= "3.12" and python_version < "4" \ + --hash=sha256:0a7df63886be5e270da67e0966cf4afbae86069501d35c8c1b3b6c168f42cb36 \ + --hash=sha256:0cb3da3fd1b6a5d0279a01877713dbda118a2a4fc6f0d821a57da2e464793f05 \ + --hash=sha256:0dbd8dbed2085ed23b5c04afa29d8fd2771674223135dc9bc937f3c09284d071 \ + --hash=sha256:0dff76e0602ca7d4cdaacc1ac4c005e0ce0dcfe095d5b5259163a80d3a10d327 \ + --hash=sha256:1278e0d324f6908e872730c9102b0112477a7f7cf88b308e4fc36ce1bdb6d58c \ + --hash=sha256:128585782e5bfa515c590ccee4b727fb76925dd04a98864182b22e89a4e6ed36 \ + --hash=sha256:1498bec4c05c9c787bde9125cfdcc63a41004ff167f495063191b863399b1a29 \ + --hash=sha256:19442362866a753485ba5e4be408964644dd6a09123d9416c54cd49171f50744 \ + --hash=sha256:1b84d168f6c48fabd1f2027a3d1bdfe62f92cade1fb273a5d68e621da0e44e6d \ + --hash=sha256:1e90d2e3bd2c3863d48525d297cd143fe541be8bbf6f579504b9712cb6b643ec \ + --hash=sha256:20152074317d9bed6b7a95ade3b7d6054845d70584216160860425f4fbd5ee9e \ + --hash=sha256:216f9b2d7713eb98cb83c80b9c794de1f6b7e3145eef40400c62e86cee5f4e1e \ + --hash=sha256:233710f069d251feb12a56da21e14cca67994eab08362207785cf8c598e74577 \ + --hash=sha256:255a8ef062cbf6674450e668482456abac99a5583bbafb73f9ad469540a3a232 \ + --hash=sha256:2584f7cf844ac4d970fba483a717dbe10c1c1c96a969bf65d61ffe94df1b2863 \ + --hash=sha256:2971bb5ffe72cc0f555c13e19b23c85b654dd2a8f7ab493c262071377bfce9f6 \ + --hash=sha256:29d2c342c4bc01b88402d60189f3df065fb0dda3654744d5a165a5288a657368 \ + --hash=sha256:2e203fdf807ac7e12ab59ca2bfcabb38c7cf0b33c41efeb00f8e5da1d86af480 \ + --hash=sha256:33e3d65a85a2a4a0dc3b092b938a4062b1a05f3a9abde65ea93b233bca0e03f2 \ + --hash=sha256:374a5e5049eda9e0a44c696c7ade3ff355f06b1fe0bb945ea3cac2bc336478a2 \ + --hash=sha256:37b0fe330e4a58d3c58b24d91d1eb102aeec675a3db4c292ec3928ecd892a9a6 \ + --hash=sha256:3d5639516376dce1940ea36edf408c554475369f5da2abd45d44621cb616f769 \ + --hash=sha256:42c6dcb030aefb668a2b7009c85b27f90e51e6a3b4d5c9bc4c57631292015b0d \ + --hash=sha256:4a7cd62e831afe623fbb7aabbb4fe583212115b3ef38a9f6b71869ba644624a2 \ + --hash=sha256:4ba762ed58e8d68657fc1281e9bb72e1c3e79cc5d464be146e260c541ec12d84 \ + --hash=sha256:4fc714bdbfb534f94034efaa6eadd74e5b93c8fa6315565a222f7b6f42ca1166 \ + --hash=sha256:4ffa2ebd4c8530079140dd2d7f794a9d9a73cbb8e9d59ffe24c63436efa8f271 \ + --hash=sha256:5a1504ad17ba4210df3a045132a7baeeba5a200e930f57512ee02909fc5c4cb5 \ + --hash=sha256:5c364564d17da23db1106787675fc7af45f2f7b58b4173bfdd105564e132e6fb \ + --hash=sha256:5e11661ce0fd30a6790e8bcdf263b9ec5988e95e63cf901972107efc49218b13 \ + --hash=sha256:5f54b118ce5de9ac21c363d9b3caa6c800341e8c47a508787e5868c6b79c9323 \ + --hash=sha256:5f5ff8d839f4566a474a969508fe1c5e59c31c80d9e140566f9a37bba7b8d556 \ + --hash=sha256:61817945f2fe7d166e75fbfb28004034b48e44878177fc54d81688e7b85a3665 \ + --hash=sha256:624e278a7d29b6445e4e813af92af37820fafb6dcc55c012c834f9e26f9aaaef \ + --hash=sha256:63e46b3169866bd62849936de036f901a9356e36376079b05efa83caeaa02ceb \ + --hash=sha256:6531b7ca5f951d663c339002e91aaebda765ec7d61b7d1e3991051906ddde119 \ + --hash=sha256:68665f4c17edcceecc112dfed5dbe6f92261fb9d6054b47d01bf6371a6196126 \ + --hash=sha256:696dd8d674d6ce621ab9d45b205df149399e4bb9aa34102c970b721554828510 \ + --hash=sha256:6f783e0ec4803c787bcea93e13e9932edab72068f68ecffdf86a99fd5918878b \ + --hash=sha256:723314c1d51722ab28bfcd5240d858512ffd3116449c557a1336cbe3919beb87 \ + --hash=sha256:74b9127ffea03643e998e0c5ad9bd3811d3dac8c676e47db17b0ee7c3c3bf35f \ + --hash=sha256:7530e201d10d7d14abce4fb54cfe5b94a0aefc87da539d0346a484ead376c3cc \ + --hash=sha256:77733e3892bb0a7fa797826361ce8a9184d25c8dffaec60b7ffe928153680ba8 \ + --hash=sha256:78ddaaa81421a29574a682b3179d4cf9e6d405a09b99d93ddcf7e5239c742e21 \ + --hash=sha256:7c9129eb40958b3d4500fa2467e6a83356b3b61bfff1b414c7361d9220f9ae8f \ + --hash=sha256:7d32706badfe136888bdea71c0def994644e09fff0bfe47441deaed8e96fdbc6 \ + --hash=sha256:81965a16b675b35e1d09dd14df53f190f9129c0202356ed44ab2728b1c905658 \ + --hash=sha256:8394d940e5d400d04cad4f75c0598665cbb81aecefaca82ca85bd28264af7f9b \ + --hash=sha256:86d2f57d3e1379a9525c5ab067b27dbb8a0642fb5d454e17a9ac434f9ce523e3 \ + --hash=sha256:883a91b5dd7d26492ff2f04f40fbb652de40fcc0afe07e8129e8ae779c2110eb \ + --hash=sha256:88ad334a15b32a791ea935af224b9de1bf99bcd62fabf745d5f3442199d86d59 \ + --hash=sha256:9261d3ce84fa1d38ed649c3638feefeae23d32ba9182963e465d58d62203bd24 \ + --hash=sha256:97df63000f4fea395b2824da80e169731088656d1818a11b95f3b173747b6cd9 \ + --hash=sha256:98d134c954828488b153d88ba1f34e14259284f256180ce659e8d83e9c05eaa3 \ + --hash=sha256:996a38a83508c54c78a5f41456b0103c30508fed9abcad0a59b876d7398f25fd \ + --hash=sha256:9a5bce9d23aac8f0cf0836ecfc033896aa8443b501c58d0602dbfd5bd5b37753 \ + --hash=sha256:9a6b5099eeec78827553827f4c6b8615978bb4b6a88e5d9b93eddf8bb6790f55 \ + --hash=sha256:9d18368b137c6295db49ce7218b1a9ba15c5bc254c96d7c9f9e924a9bc7825ad \ + --hash=sha256:a4fa4fc04dff799089689f4fd502ce7d59de529fc2f40a2c8836886c03e0175a \ + --hash=sha256:a5c7ba8ffb6d6f8f2ab08743be203654bb1aaa8c9dcb09f82ddd34eadb695605 \ + --hash=sha256:aea443fffa9fbe3af1a9ba721a87f926fe548d32cab71d188a6ede77d0ff244e \ + --hash=sha256:b10bd51f823d891193d4717448fab065733958bdb6a6b351967bd349d48d5c9b \ + --hash=sha256:ba1a0996f6c2773bd83e63f18914c1de3c9dd26d55f4ac302a7efe93fb8e7433 \ + --hash=sha256:bb2802e667b7051a1bebbfe93684841cc9351004e2badbd6411bf357ab8d5ac8 \ + --hash=sha256:cfdd16ab5e59fc31b5e906d1a3f666571abc367598e3e02c83403acabc092e07 \ + --hash=sha256:d06b0c8da4f16d1d1e352134427cb194a0a6e19ad5db9161bf32b2113409e728 \ + --hash=sha256:d0776dea117cf5272382634bd2a5c1b6eb16767c223c6a5317cd3e2a757c61a0 \ + --hash=sha256:d18ca8148bebe1b0a382a27a8ee60350091a6ddaf475fa05ef50dc35b5df6327 \ + --hash=sha256:d4488a93b071c04dc20f5cecc3631fc78b9789dd72483ba15d423b5b3689b555 \ + --hash=sha256:d5f7a395a8cf1621939692dba2a6b6a830efa6b3cee787d82c7de1ad2930de64 \ + --hash=sha256:d7a80d21d613eec45e3d41eb22f8f94ddc758a6c4720842dc74c0581f54993d6 \ + --hash=sha256:d97683ddee4723ae8c95d1eddac7c192e8c552da0c73a925a89fa8649bf13eea \ + --hash=sha256:dcedcd19a557e182628afa1d553c3895a9f825b936415d0dbd3cd0bbcfd29b4b \ + --hash=sha256:de6d1d1b9e5101508cb37ab0d972357cac5235f5c6533d1071964c47139257df \ + --hash=sha256:df49e7a0861a8c36d089c1ed57d308623d60416dab2647a4a17fe050ba85de0e \ + --hash=sha256:df933278128ea1cd77772673c73954e53a1c95a4fdf41eef97c2b779271bd0bd \ + --hash=sha256:e08277a400de01bc72436a0ccd02bdf596631411f592ad985dcee21445bd0068 \ + --hash=sha256:e38e63e6f3d1cec5a27e0afe90a085af8b6806ee208b33030e65b6516353f1a3 \ + --hash=sha256:e55541f756f9b3ee346b840103f32779c695a19826a4c442b7954550a0972040 \ + --hash=sha256:ec4e55f79b1c4ffb2eecd8a0cfba9955a2588497d96851f4c8f99aa4a1d39b12 \ + --hash=sha256:ed1a53de42fbe34853ba90513cea21673481cd81ed1be739f7f2efb931b24916 \ + --hash=sha256:ed541d70698978a20eb63d8c5d72f2cc6d7079d9d90f6b50bad07826f1320f5f \ + --hash=sha256:f09e2ff1f17c2b51f2bc76d1cc33da96298f0a036a137f5440ab3ec5360b624f \ + --hash=sha256:f220b0eea5965dec25480b6333c788fb72ce5f9129e8759ef876a1d805d00801 \ + --hash=sha256:f3e0da4ebaef65158d4dfd7d3678aad692f7666877df0002b8a522cdf088f231 \ + --hash=sha256:f455ee30a9d61d3e1a15abd5068827773d6e4dc513e795f380cdd59932c782d5 \ + --hash=sha256:f5ef8f42bec47f21d07668a043f077d507e5bf4e668d5c6dfe6aaba89de1a5b8 \ + --hash=sha256:f69a8e0b033b747bb3e36a44e7732f0c99f7edd5cea723d45bc0d6e95377ffee \ + --hash=sha256:ff02b6d461a6de369f07ec15e465a88895f3223eb75073ffea56b84d9331f607 +pydantic==2.9.2 ; python_version >= "3.12" and python_version < "4" \ + --hash=sha256:d155cef71265d1e9807ed1c32b4c8deec042a44a50a4188b25ac67ecd81a9c0f \ + --hash=sha256:f048cec7b26778210e28a0459867920654d48e5e62db0958433636cde4254f12 +pygments==2.18.0 ; python_version >= "3.12" and python_version < "4.0" \ --hash=sha256:786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c5004f199 \ --hash=sha256:b8e6aca0523f3ab76fee51799c488e38782ac06eafcf95e7ba832985c8e7b13a -pynacl==1.5.0 ; python_version >= "3.9" and python_version < "4.0" \ +pyhelm3==0.4.0 ; python_version >= "3.12" and python_version < "4.0" \ + --hash=sha256:6f608891fbe8db9b8015b839f29524dccd6eade0da879820690d71de9c3f2f8d \ + --hash=sha256:7ce688cab8e12df5240641774c36acfd3cad6d9a6325781bc7b5a354e522c594 +pynacl==1.5.0 ; python_version >= "3.12" and python_version < "4.0" \ --hash=sha256:06b8f6fa7f5de8d5d2f7573fe8c863c051225a27b61e6860fd047b1775807858 \ --hash=sha256:0c84947a22519e013607c9be43706dd42513f9e6ae5d39d3613ca1e142fba44d \ --hash=sha256:20f42270d27e1b6a29f54032090b972d97f0a1b0948cc52392041ef7831fee93 \ @@ -444,95 +969,215 @@ pynacl==1.5.0 ; python_version >= "3.9" and python_version < "4.0" \ --hash=sha256:a36d4a9dda1f19ce6e03c9a784a2921a4b726b02e1c736600ca9c22029474394 \ --hash=sha256:a422368fc821589c228f4c49438a368831cb5bbc0eab5ebe1d7fac9dded6567b \ --hash=sha256:e46dae94e34b085175f8abb3b0aaa7da40767865ac82c928eeb9e57e1ea8a543 -python-daemon==3.0.1 ; python_version >= "3.9" and python_version < "4.0" \ +pytest-asyncio==0.24.0 ; python_version >= "3.12" and python_version < "4.0" \ + --hash=sha256:a811296ed596b69bf0b6f3dc40f83bcaf341b155a269052d82efa2b25ac7037b \ + --hash=sha256:d081d828e576d85f875399194281e92bf8a68d60d72d1a2faf2feddb6c46b276 +pytest-check==2.4.1 ; python_version >= "3.12" and python_version < "4.0" \ + --hash=sha256:5224efcef059bf7f0cda253f8d0f62704b4819ff48c93f51c675aea6a014f650 \ + --hash=sha256:74f38938183880d9921aeb85662437d2b13e1e053e1bed7d186d54613d3068c7 +pytest==8.3.3 ; python_version >= "3.12" and python_version < "4.0" \ + --hash=sha256:70b98107bd648308a7952b06e6ca9a50bc660be218d53c257cc1fc94fda10181 \ + --hash=sha256:a6853c7375b2663155079443d2e45de913a911a11d669df02a50814944db57b2 +python-daemon==3.0.1 ; python_version >= "3.12" and python_version < "4.0" \ --hash=sha256:42bb848a3260a027fa71ad47ecd959e471327cb34da5965962edd5926229f341 \ --hash=sha256:6c57452372f7eaff40934a1c03ad1826bf5e793558e87fef49131e6464b4dae5 -python-dateutil==2.9.0.post0 ; python_version >= "3.9" and python_version < "4.0" \ +python-dateutil==2.9.0.post0 ; python_version >= "3.12" and python_version < "4.0" \ --hash=sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3 \ --hash=sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427 -pytz==2024.1 ; python_version >= "3.9" and python_version < "4.0" \ - --hash=sha256:2a29735ea9c18baf14b448846bde5a48030ed267578472d8955cd0e7443a9812 \ - --hash=sha256:328171f4e3623139da4983451950b28e95ac706e13f3f2630a879749e7a8b319 -pyyaml==6.0.1 ; python_version >= "3.9" and python_version < "4.0" \ - --hash=sha256:062582fca9fabdd2c8b54a3ef1c978d786e0f6b3a1510e0ac93ef59e0ddae2bc \ - --hash=sha256:1635fd110e8d85d55237ab316b5b011de701ea0f29d07611174a1b42f1444741 \ - --hash=sha256:184c5108a2aca3c5b3d3bf9395d50893a7ab82a38004c8f61c258d4428e80206 \ - --hash=sha256:18aeb1bf9a78867dc38b259769503436b7c72f7a1f1f4c93ff9a17de54319b27 \ - --hash=sha256:1d4c7e777c441b20e32f52bd377e0c409713e8bb1386e1099c2415f26e479595 \ - --hash=sha256:1e2722cc9fbb45d9b87631ac70924c11d3a401b2d7f410cc0e3bbf249f2dca62 \ - --hash=sha256:1fe35611261b29bd1de0070f0b2f47cb6ff71fa6595c077e42bd0c419fa27b98 \ - --hash=sha256:28c119d996beec18c05208a8bd78cbe4007878c6dd15091efb73a30e90539696 \ - --hash=sha256:42f8152b8dbc4fe7d96729ec2b99c7097d656dc1213a3229ca5383f973a5ed6d \ - --hash=sha256:4fb147e7a67ef577a588a0e2c17b6db51dda102c71de36f8549b6816a96e1867 \ - --hash=sha256:50550eb667afee136e9a77d6dc71ae76a44df8b3e51e41b77f6de2932bfe0f47 \ - --hash=sha256:510c9deebc5c0225e8c96813043e62b680ba2f9c50a08d3724c7f28a747d1486 \ - --hash=sha256:5773183b6446b2c99bb77e77595dd486303b4faab2b086e7b17bc6bef28865f6 \ - --hash=sha256:596106435fa6ad000c2991a98fa58eeb8656ef2325d7e158344fb33864ed87e3 \ - --hash=sha256:6965a7bc3cf88e5a1c3bd2e0b5c22f8d677dc88a455344035f03399034eb3007 \ - --hash=sha256:69b023b2b4daa7548bcfbd4aa3da05b3a74b772db9e23b982788168117739938 \ - --hash=sha256:704219a11b772aea0d8ecd7058d0082713c3562b4e271b849ad7dc4a5c90c13c \ - --hash=sha256:7e07cbde391ba96ab58e532ff4803f79c4129397514e1413a7dc761ccd755735 \ - --hash=sha256:81e0b275a9ecc9c0c0c07b4b90ba548307583c125f54d5b6946cfee6360c733d \ - --hash=sha256:9046c58c4395dff28dd494285c82ba00b546adfc7ef001486fbf0324bc174fba \ - --hash=sha256:9eb6caa9a297fc2c2fb8862bc5370d0303ddba53ba97e71f08023b6cd73d16a8 \ - --hash=sha256:a0cd17c15d3bb3fa06978b4e8958dcdc6e0174ccea823003a106c7d4d7899ac5 \ - --hash=sha256:afd7e57eddb1a54f0f1a974bc4391af8bcce0b444685d936840f125cf046d5bd \ - --hash=sha256:b1275ad35a5d18c62a7220633c913e1b42d44b46ee12554e5fd39c70a243d6a3 \ - --hash=sha256:b786eecbdf8499b9ca1d697215862083bd6d2a99965554781d0d8d1ad31e13a0 \ - --hash=sha256:ba336e390cd8e4d1739f42dfe9bb83a3cc2e80f567d8805e11b46f4a943f5515 \ - --hash=sha256:baa90d3f661d43131ca170712d903e6295d1f7a0f595074f151c0aed377c9b9c \ - --hash=sha256:bc1bf2925a1ecd43da378f4db9e4f799775d6367bdb94671027b73b393a7c42c \ - --hash=sha256:bd4af7373a854424dabd882decdc5579653d7868b8fb26dc7d0e99f823aa5924 \ - --hash=sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34 \ - --hash=sha256:bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43 \ - --hash=sha256:c8098ddcc2a85b61647b2590f825f3db38891662cfc2fc776415143f599bb859 \ - --hash=sha256:d2b04aac4d386b172d5b9692e2d2da8de7bfb6c387fa4f801fbf6fb2e6ba4673 \ - --hash=sha256:d858aa552c999bc8a8d57426ed01e40bef403cd8ccdd0fc5f6f04a00414cac2a \ - --hash=sha256:f003ed9ad21d6a4713f0a9b5a7a0a79e08dd0f221aff4525a2be4c346ee60aab \ - --hash=sha256:f22ac1c3cac4dbc50079e965eba2c1058622631e526bd9afd45fedd49ba781fa \ - --hash=sha256:faca3bdcf85b2fc05d06ff3fbc1f83e1391b3e724afa3feba7d13eeab355484c \ - --hash=sha256:fca0e3a251908a499833aa292323f32437106001d436eca0e6e7833256674585 \ - --hash=sha256:fd1592b3fdf65fff2ad0004b5e363300ef59ced41c2e6b3a99d4089fa8c5435d \ - --hash=sha256:fd66fc5d0da6d9815ba2cebeb4205f95818ff4b79c3ebe268e75d961704af52f -requests-oauthlib==2.0.0 ; python_version >= "3.9" and python_version < "4.0" \ +python-on-whales==0.73.0 ; python_version >= "3.12" and python_version < "4" \ + --hash=sha256:66f31749c2544a0aacb4e3ba03772c2e9227235ea1aecd58aa7a4cdcf26f559a \ + --hash=sha256:c76bf3633550e5c948fb4215918364f45efaddb2e09df5ddd169132f7ffdc249 +pytz==2024.2 ; python_version >= "3.12" and python_version < "4.0" \ + --hash=sha256:2aa355083c50a0f93fa581709deac0c9ad65cca8a9e9beac660adcbd493c798a \ + --hash=sha256:31c7c1817eb7fae7ca4b8c7ee50c72f93aa2dd863de768e1ef4245d426aa0725 +pyyaml==6.0.2 ; python_version >= "3.12" and python_version < "4.0" \ + --hash=sha256:01179a4a8559ab5de078078f37e5c1a30d76bb88519906844fd7bdea1b7729ff \ + --hash=sha256:0833f8694549e586547b576dcfaba4a6b55b9e96098b36cdc7ebefe667dfed48 \ + --hash=sha256:0a9a2848a5b7feac301353437eb7d5957887edbf81d56e903999a75a3d743086 \ + --hash=sha256:0b69e4ce7a131fe56b7e4d770c67429700908fc0752af059838b1cfb41960e4e \ + --hash=sha256:0ffe8360bab4910ef1b9e87fb812d8bc0a308b0d0eef8c8f44e0254ab3b07133 \ + --hash=sha256:11d8f3dd2b9c1207dcaf2ee0bbbfd5991f571186ec9cc78427ba5bd32afae4b5 \ + --hash=sha256:17e311b6c678207928d649faa7cb0d7b4c26a0ba73d41e99c4fff6b6c3276484 \ + --hash=sha256:1e2120ef853f59c7419231f3bf4e7021f1b936f6ebd222406c3b60212205d2ee \ + --hash=sha256:1f71ea527786de97d1a0cc0eacd1defc0985dcf6b3f17bb77dcfc8c34bec4dc5 \ + --hash=sha256:23502f431948090f597378482b4812b0caae32c22213aecf3b55325e049a6c68 \ + --hash=sha256:24471b829b3bf607e04e88d79542a9d48bb037c2267d7927a874e6c205ca7e9a \ + --hash=sha256:29717114e51c84ddfba879543fb232a6ed60086602313ca38cce623c1d62cfbf \ + --hash=sha256:2e99c6826ffa974fe6e27cdb5ed0021786b03fc98e5ee3c5bfe1fd5015f42b99 \ + --hash=sha256:39693e1f8320ae4f43943590b49779ffb98acb81f788220ea932a6b6c51004d8 \ + --hash=sha256:3ad2a3decf9aaba3d29c8f537ac4b243e36bef957511b4766cb0057d32b0be85 \ + --hash=sha256:3b1fdb9dc17f5a7677423d508ab4f243a726dea51fa5e70992e59a7411c89d19 \ + --hash=sha256:41e4e3953a79407c794916fa277a82531dd93aad34e29c2a514c2c0c5fe971cc \ + --hash=sha256:43fa96a3ca0d6b1812e01ced1044a003533c47f6ee8aca31724f78e93ccc089a \ + --hash=sha256:50187695423ffe49e2deacb8cd10510bc361faac997de9efef88badc3bb9e2d1 \ + --hash=sha256:5ac9328ec4831237bec75defaf839f7d4564be1e6b25ac710bd1a96321cc8317 \ + --hash=sha256:5d225db5a45f21e78dd9358e58a98702a0302f2659a3c6cd320564b75b86f47c \ + --hash=sha256:6395c297d42274772abc367baaa79683958044e5d3835486c16da75d2a694631 \ + --hash=sha256:688ba32a1cffef67fd2e9398a2efebaea461578b0923624778664cc1c914db5d \ + --hash=sha256:68ccc6023a3400877818152ad9a1033e3db8625d899c72eacb5a668902e4d652 \ + --hash=sha256:70b189594dbe54f75ab3a1acec5f1e3faa7e8cf2f1e08d9b561cb41b845f69d5 \ + --hash=sha256:797b4f722ffa07cc8d62053e4cff1486fa6dc094105d13fea7b1de7d8bf71c9e \ + --hash=sha256:7c36280e6fb8385e520936c3cb3b8042851904eba0e58d277dca80a5cfed590b \ + --hash=sha256:7e7401d0de89a9a855c839bc697c079a4af81cf878373abd7dc625847d25cbd8 \ + --hash=sha256:80bab7bfc629882493af4aa31a4cfa43a4c57c83813253626916b8c7ada83476 \ + --hash=sha256:82d09873e40955485746739bcb8b4586983670466c23382c19cffecbf1fd8706 \ + --hash=sha256:8388ee1976c416731879ac16da0aff3f63b286ffdd57cdeb95f3f2e085687563 \ + --hash=sha256:8824b5a04a04a047e72eea5cec3bc266db09e35de6bdfe34c9436ac5ee27d237 \ + --hash=sha256:8b9c7197f7cb2738065c481a0461e50ad02f18c78cd75775628afb4d7137fb3b \ + --hash=sha256:9056c1ecd25795207ad294bcf39f2db3d845767be0ea6e6a34d856f006006083 \ + --hash=sha256:936d68689298c36b53b29f23c6dbb74de12b4ac12ca6cfe0e047bedceea56180 \ + --hash=sha256:9b22676e8097e9e22e36d6b7bda33190d0d400f345f23d4065d48f4ca7ae0425 \ + --hash=sha256:a4d3091415f010369ae4ed1fc6b79def9416358877534caf6a0fdd2146c87a3e \ + --hash=sha256:a8786accb172bd8afb8be14490a16625cbc387036876ab6ba70912730faf8e1f \ + --hash=sha256:a9f8c2e67970f13b16084e04f134610fd1d374bf477b17ec1599185cf611d725 \ + --hash=sha256:bc2fa7c6b47d6bc618dd7fb02ef6fdedb1090ec036abab80d4681424b84c1183 \ + --hash=sha256:c70c95198c015b85feafc136515252a261a84561b7b1d51e3384e0655ddf25ab \ + --hash=sha256:cc1c1159b3d456576af7a3e4d1ba7e6924cb39de8f67111c735f6fc832082774 \ + --hash=sha256:ce826d6ef20b1bc864f0a68340c8b3287705cae2f8b4b1d932177dcc76721725 \ + --hash=sha256:d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e \ + --hash=sha256:d7fded462629cfa4b685c5416b949ebad6cec74af5e2d42905d41e257e0869f5 \ + --hash=sha256:d84a1718ee396f54f3a086ea0a66d8e552b2ab2017ef8b420e92edbc841c352d \ + --hash=sha256:d8e03406cac8513435335dbab54c0d385e4a49e4945d2909a581c83647ca0290 \ + --hash=sha256:e10ce637b18caea04431ce14fabcf5c64a1c61ec9c56b071a4b7ca131ca52d44 \ + --hash=sha256:ec031d5d2feb36d1d1a24380e4db6d43695f3748343d99434e6f5f9156aaa2ed \ + --hash=sha256:ef6107725bd54b262d6dedcc2af448a266975032bc85ef0172c5f059da6325b4 \ + --hash=sha256:efdca5630322a10774e8e98e1af481aad470dd62c3170801852d752aa7a783ba \ + --hash=sha256:f753120cb8181e736c57ef7636e83f31b9c0d1722c516f7e86cf15b7aa57ff12 \ + --hash=sha256:ff3824dc5261f50c9b0dfb3be22b4567a6f938ccce4587b38952d85fd9e9afe4 +requests-oauthlib==2.0.0 ; python_version >= "3.12" and python_version < "4.0" \ --hash=sha256:7dd8a5c40426b779b0868c404bdef9768deccf22749cde15852df527e6269b36 \ --hash=sha256:b3dffaebd884d8cd778494369603a9e7b58d29111bf6b41bdc2dcd87203af4e9 -requests-unixsocket==0.3.0 ; python_version >= "3.9" and python_version < "4.0" \ +requests-unixsocket==0.3.0 ; python_version >= "3.12" and python_version < "4.0" \ --hash=sha256:28304283ea9357d45fff58ad5b11e47708cfbf5806817aa59b2a363228ee971e \ --hash=sha256:c685c680f0809e1b2955339b1e5afc3c0022b3066f4f7eb343f43a6065fc0e5d -requests==2.31.0 ; python_version >= "3.9" and python_version < "4.0" \ +requests==2.31.0 ; python_version >= "3.12" and python_version < "4.0" \ --hash=sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f \ --hash=sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1 -resolvelib==1.0.1 ; python_version >= "3.9" and python_version < "4.0" \ +resolvelib==1.0.1 ; python_version >= "3.12" and python_version < "4.0" \ --hash=sha256:04ce76cbd63fded2078ce224785da6ecd42b9564b1390793f64ddecbe997b309 \ --hash=sha256:d2da45d1a8dfee81bdd591647783e340ef3bcb104b54c383f70d422ef5cc7dbf -rsa==4.9 ; python_version >= "3.9" and python_version < "4" \ +rich==13.9.2 ; python_version >= "3.12" and python_version < "4" \ + --hash=sha256:51a2c62057461aaf7152b4d611168f93a9fc73068f8ded2790f29fe2b5366d0c \ + --hash=sha256:8c82a3d3f8dcfe9e734771313e606b39d8247bb6b826e196f4914b333b743cf1 +rsa==4.9 ; python_version >= "3.12" and python_version < "4" \ --hash=sha256:90260d9058e514786967344d0ef75fa8727eed8a7d2e43ce9f4bcf1b536174f7 \ --hash=sha256:e38464a49c6c85d7f1351b0126661487a7e0a14a50f1675ec50eb34d4f20ef21 -setuptools==72.1.0 ; python_version >= "3.9" and python_version < "4.0" \ - --hash=sha256:5a03e1860cf56bb6ef48ce186b0e557fdba433237481a9a625176c2831be15d1 \ - --hash=sha256:8d243eff56d095e5817f796ede6ae32941278f542e0f941867cc05ae52b162ec -signedjson==1.1.4 ; python_version >= "3.9" and python_version < "4.0" \ +setuptools==75.2.0 ; python_version >= "3.12" and python_version < "4.0" \ + --hash=sha256:753bb6ebf1f465a1912e19ed1d41f403a79173a9acf66a42e7e6aec45c3c16ec \ + --hash=sha256:a7fcb66f68b4d9e8e66b42f9876150a3371558f98fa32222ffaa5bced76406f8 +shellingham==1.5.4 ; python_version >= "3.12" and python_version < "4" \ + --hash=sha256:7ecfff8f2fd72616f7481040475a65b2bf8af90a56c89140852d1120324e8686 \ + --hash=sha256:8dbca0739d487e5bd35ab3ca4b36e11c4078f3a234bfce294b0a0291363404de +signedjson==1.1.4 ; python_version >= "3.12" and python_version < "4.0" \ --hash=sha256:45569ec54241c65d2403fe3faf7169be5322547706a231e884ca2b427f23d228 \ --hash=sha256:cd91c56af53f169ef032c62e9c4a3292dc158866933318d0592e3462db3d6492 -six==1.16.0 ; python_version >= "3.9" and python_version < "4.0" \ +six==1.16.0 ; python_version >= "3.12" and python_version < "4.0" \ --hash=sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926 \ --hash=sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254 -typing-extensions==4.12.2 ; python_version >= "3.9" and python_version < "4.0" \ +sniffio==1.3.1 ; python_version >= "3.12" and python_version < "4.0" \ + --hash=sha256:2f6da418d1f1e0fddd844478f41680e794e6051915791a034ff65e5f100525a2 \ + --hash=sha256:f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc +tqdm==4.66.5 ; python_version >= "3.12" and python_version < "4" \ + --hash=sha256:90279a3770753eafc9194a0364852159802111925aa30eb3f9d85b0e805ac7cd \ + --hash=sha256:e1020aef2e5096702d8a025ac7d16b1577279c9d63f8375b63083e9a5f0fcbad +typer==0.12.5 ; python_version >= "3.12" and python_version < "4" \ + --hash=sha256:62fe4e471711b147e3365034133904df3e235698399bc4de2b36c8579298d52b \ + --hash=sha256:f592f089bedcc8ec1b974125d64851029c3b1af145f04aca64d69410f0c9b722 +typing-extensions==4.12.2 ; python_version >= "3.12" and python_version < "4.0" \ --hash=sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d \ --hash=sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8 -typing-inspect==0.9.0 ; python_version >= "3.9" and python_version < "4.0" \ +typing-inspect==0.9.0 ; python_version >= "3.12" and python_version < "4.0" \ --hash=sha256:9ee6fc59062311ef8547596ab6b955e1b8aa46242d854bfc78f4f6b0eff35f9f \ --hash=sha256:b23fc42ff6f6ef6954e4852c1fb512cdd18dbea03134f91f856a95ccc9461f78 -unpaddedbase64==2.1.0 ; python_version >= "3.9" and python_version < "4.0" \ +unpaddedbase64==2.1.0 ; python_version >= "3.12" and python_version < "4.0" \ --hash=sha256:485eff129c30175d2cd6f0cd8d2310dff51e666f7f36175f738d75dfdbd0b1c6 \ --hash=sha256:7273c60c089de39d90f5d6d4a7883a79e319dc9d9b1c8924a7fab96178a5f005 -urllib3==1.26.19 ; python_version >= "3.9" and python_version < "4.0" \ - --hash=sha256:37a0344459b199fce0e80b0d3569837ec6b6937435c5244e7fd73fa6006830f3 \ - --hash=sha256:3e3d753a8618b86d7de333b4223005f68720bcd6a7d2bcb9fbd2229ec7c1e429 -websocket-client==1.8.0 ; python_version >= "3.9" and python_version < "4.0" \ +urllib3==1.26.20 ; python_version >= "3.12" and python_version < "4.0" \ + --hash=sha256:0ed14ccfbf1c30a9072c7ca157e4319b70d65f623e91e7b32fadb2853431016e \ + --hash=sha256:40c2dc0c681e47eb8f90e7e27bf6ff7df2e677421fd46756da1161c39ca70d32 +websocket-client==1.8.0 ; python_version >= "3.12" and python_version < "4.0" \ --hash=sha256:17b44cc997f5c498e809b22cdf2d9c7a9e71c02c8cc2b6c56e7c2d1239bfa526 \ --hash=sha256:3239df9f44da632f96012472805d40a23281a991027ce11d2f45a6f24ac4c3da -zipp==3.19.2 ; python_version >= "3.9" and python_version < "3.10" \ - --hash=sha256:bf1dcf6450f873a13e952a29504887c89e6de7506209e5b1bcc3460135d4de19 \ - --hash=sha256:f091755f667055f2d02b32c53771a7a6c8b47e1fdbc4b72a8b9072b3eef8015c +yarl==1.15.4 ; python_version >= "3.12" and python_version < "4.0" \ + --hash=sha256:07019a9de859c5a29916defd1e8c7557de6491a10bf50c49ff5284e6aedf5313 \ + --hash=sha256:0c96eaa30030e1cfafe533f3da8983812281235b7c50ef2a6c78ceca7aea1a0b \ + --hash=sha256:0d0f16c87c62b7a94b389ddf6a8c9d081265d788875c39f3a80108c4856eea7b \ + --hash=sha256:0e07e4b17b648c880e8e42bf1ac0a730bde114961646ae1c2ec4433f0c11ca94 \ + --hash=sha256:1005921b30f4f39bf893946df6173567ff650307babb5ec04bbf64342a1f62c1 \ + --hash=sha256:115346433fad2084ee3a1a925ccc0659990aa42e208ca54c278830a150a3caf3 \ + --hash=sha256:11b207061f28b4b6d980239b22ab0ecfadc47846b5a3b8e79f27fcc019d02cf9 \ + --hash=sha256:1ceb677fb583971351627eac70eec6763fbc889761828da7a276681b5e39742d \ + --hash=sha256:1e7468f31de61a82817f918743e5229fce774f73fad58487cdf88eef4f06d864 \ + --hash=sha256:20acf84bd1ce530065f8e957e4a5878fda4bc5f18cb02659828210e1519de54e \ + --hash=sha256:21fabe58042f3e567b4edc75b2cf44cea02f228e41ac09d73de126bf685fe883 \ + --hash=sha256:3198da7d7c34e29fc8c823e0c3ce6c7274aac35760de557c2017489c7d98fc5a \ + --hash=sha256:35a6b69cc44bda002705d6138346bf0a0234cbb7c26c3bf192513eb946aee6f9 \ + --hash=sha256:3896bf15284dd23acab1f2e7fceb350d8da6f6f2436b922f7ec6b3de685d34ca \ + --hash=sha256:3a79c0a8bbb046add85663af85e9993b691bf20c2a109518bd35e0ce77edfe42 \ + --hash=sha256:4076bfd8f1621449b19b9826848ed51bf0f2d1d38e82647c312c0730d8778903 \ + --hash=sha256:40c18f96696549e73b92dc12619f07019cbf5faefc1612608f967c144816e493 \ + --hash=sha256:46491b3e058de7b484e1c9fb20aa8441f06d6c9a18395d711c1c2a9ad6707d6a \ + --hash=sha256:48334a6c8afee93097eb17c0a094234dac2d88da076c8cf372e09e2a5dcc4b66 \ + --hash=sha256:4851618679ca70b863ba2e7109be5f09f8fd7715ec505bd42e5a947dcfde3a45 \ + --hash=sha256:49190eb2ece70313742b0ea51520340288a059674da1f39eefb589d598d9453e \ + --hash=sha256:49f886e8dcf591275c6e20915b516fd81647857566b0c0158c52df1e468849c9 \ + --hash=sha256:4a706db0c3b7e4578ff34ed2b1d2507b08fd491346ffc64468786fdf1151d938 \ + --hash=sha256:4ac85e760543129a1912a82438fc8075223e35eaa2d457d61cd83c27d00d17be \ + --hash=sha256:4f66a0eda48844508736e47ed476d8fdd7cdbf16a4053b5d439509a25f708504 \ + --hash=sha256:4feab2dcb725eb5b4835207ecf3d370ff7ce930b253cba5e681646cb80d64c2c \ + --hash=sha256:527c68f48a91d953691291d3bce0209293aa5ad13ff05286ddb506791c331818 \ + --hash=sha256:551205388d1da18a9975302c9a274ba24788f53bb9bb86187496ebf9e938916e \ + --hash=sha256:590e2d733a82ecf004c5c531cbef0d6be328e93adec960024eb213f10cb9503e \ + --hash=sha256:59db8e6888d5302b8dbca0c1026ddabe99d81d67cdc101941519e13ffc9050fe \ + --hash=sha256:60165b8bc260f453321004b193770a66cc1b1a5c57c07d4b8dcc96839e7ad578 \ + --hash=sha256:65a0168691373e08d869d48b62c8bed0af0cdaef19c76e11ad73b43901bbdb5a \ + --hash=sha256:65e0467f90f2acf3bc83bbfeedece8f1fd84df8add1a54e9600ed7b7b5debdb0 \ + --hash=sha256:691a3b498fdebef63308e8967bb598cfd326c56d628da82b799dd181bace4503 \ + --hash=sha256:69f628d2da1489b27959f4d63fdb326781fe484944dce94abbf919e416c54abe \ + --hash=sha256:6e100c6c7d9e9d469009fd55cc4d7ad168d67d40758865c50da713f7ada491e5 \ + --hash=sha256:6f8136bde8dfa4477c6a85c79a366581b4a505b51a52b669318fb631d3f4f638 \ + --hash=sha256:76259901cf1ac3db65e7e6dff04775b626d0715f9b51d92b447351144c756a82 \ + --hash=sha256:7694f109867ee428c21b85ae19fd31d164c691eb45cc95c561cfdeba237a12e3 \ + --hash=sha256:77390496f2f32437a721c854897f889abefae0f3009daf90a2f703508d96c920 \ + --hash=sha256:787532f00543a21b8f4ec3050b4e01b8fe437797903c0156a0b03dfca5e1ba6c \ + --hash=sha256:7d5226c70af3ad9569ccc4ccc04ab65be79eeb22c87d7ae789c89e62ef76bbd6 \ + --hash=sha256:83e7154aa0d17f5c93d27ac01088fd9ab6673e7bab1acbd07cd7a865b980c045 \ + --hash=sha256:84937d00e2ea03616c40977de20189fa13a9213e5744a3c6afa0e7dd9141d69c \ + --hash=sha256:8721f8bedaa722c3c483cc06a1399cbfdb280eadf443aa5d324b0203cef2a75f \ + --hash=sha256:8b569f4f511b59518ba6719feb5b8bf0a5d4115e6ac903c89e10a8a9ac656017 \ + --hash=sha256:8de5328d91859b461899497980d4cc8269e84e2d18640f6ac643886fda9000bf \ + --hash=sha256:9060589d0acad1fca048861fa9ee3e8ed060f67894fa885969648ab6e9e99a54 \ + --hash=sha256:98d8dc1e8133f86d916125deca9780d791b22645f0d62bafe1452d1cd5eac631 \ + --hash=sha256:9fe17744d60fc404ac61f824118e1e15ce3c2e92eced9b8e22f3c7847acafbf2 \ + --hash=sha256:a0c5e271058d148d730219ca4f33c5d841c6bd46e05b0da60fea7b516906ccd3 \ + --hash=sha256:ab79cc13307065a0b3ef087f09f0509996fc605d35d6642bb28e5d85b2648e1e \ + --hash=sha256:ab9ccf26cb3fa32747ba2a637a189d2d42386a2fc4afc10dbc7f85922dd23b0f \ + --hash=sha256:adb6b5d07d17c32f9d34c9dd4a693637a72323cfcb1f8a52d57033ab2dd21e99 \ + --hash=sha256:b2bdb038b3f5c284e3919218c580dedc95f592c417a358361450b9519b22f7a8 \ + --hash=sha256:c23a442973dba3646811c284fce3dddd7fe5c2bd674ac73a122198e8218d6115 \ + --hash=sha256:c30115cecaf25fdcb67cc71c669d08425207f62d7a2f6d5416057c1460529216 \ + --hash=sha256:c33ea7c55a73be343f02361795caf52a187357ea07708fb1cae6661ee1d689c8 \ + --hash=sha256:ccbeaf5b18b173b9d78e332e017b30ba8bedcf03cdce1d13490b82a3f421bc98 \ + --hash=sha256:ccd6774aa7bebdf9ca608bb0839318757a71b8e0d2cf7b10c002bc8790bd343e \ + --hash=sha256:d886de2ea81f513ba2d6820451d33b767a97c37867ba688d42e164b2dbca1362 \ + --hash=sha256:db64a20e78969fc66665d2e5fc96cb4f4dc80f2137d8fed4b5a650ad569bb60f \ + --hash=sha256:db818e33599f7b2e4c6507f2b2c24f45ff539a1b6e4e09163bb6f3cfb4616ca7 \ + --hash=sha256:dce1c56beef74d9c799a6ed94001693232a1402138292353a8ce302b64f457d9 \ + --hash=sha256:de38b0b5b86e57efb129d179854e78b65cb8e294a8c75560877869c43aa2415a \ + --hash=sha256:de479e30abd2dfd49fdad3bd6953f2d930a45380be5143c0c9f7a1215cffc8cc \ + --hash=sha256:df09c80f4bc2bc2efde309af383c3fe8fd8c51fe0519edb350b9c9e0af43ffa4 \ + --hash=sha256:df6b254e55c8ac2362afaa651e3e53453aa19a095570792346245773b434176e \ + --hash=sha256:e58c5d07b1f78dd4cb180c5b3b82465cd281aaeee8aafea0e5d72a4b97922cb1 \ + --hash=sha256:e5cc288111c450c0a54a74475591b206d3b1cb47dc71bb6200f6be8b1337184c \ + --hash=sha256:eee724176b5bc50ee64905f559345448119b860a30b9489bd7a073f61baf925f \ + --hash=sha256:f16d1940c0cbc342f1d29d6212a006d172be616d2942c5c41966e8a3ce4c3be1 \ + --hash=sha256:f25906e4a72d9833e81717c39a39dee7297ff5cb44957d06d177a2ab8ef2ef7f \ + --hash=sha256:f3294ce265011547630a59c20085fcb6af8cc5fa1fa44a203251f7d86cd5d913 \ + --hash=sha256:f337486742c700b102d640830aab3faf2848bed966b479a39e6783edd4ab1c6c \ + --hash=sha256:f51c9d173e5fa4b12d06ddca09a41cabbdeb660471dbe55432423eec095709ab \ + --hash=sha256:f68025d6ba1816428b7de615c80f61cb03d5b7061158d4ced7696657a64aa59c \ + --hash=sha256:f74f6ffdc633aefecbc80282242a5395058db9d1247fa7dd2f070ef84dc82583 \ + --hash=sha256:f864b412557e69a6b953d62c01a0ed0ee342666298aa7f2a29af526bfa80f6e9 \ + --hash=sha256:f923e94e93a37fd990e8336e0b9bedea533e7cbed14e0c572bf9357ef2a70681 \ + --hash=sha256:faa3dd7f4620ab5e5da7a0789d0aac78a9ad0376f102409d442ec5a4179e200a \ + --hash=sha256:fd2bb86f40962d53a91def15a2f7684c62e081a7b96ec74ed0259c34b15973b9 diff --git a/requirements.yml b/requirements.yml index e7fcf3a..b476bf1 100644 --- a/requirements.yml +++ b/requirements.yml @@ -19,19 +19,19 @@ collections: - name: community.postgresql source: https://github.com/ansible-collections/community.postgresql.git type: git - version: "3.4.0" + version: "3.6.1" - name: community.general source: https://github.com/ansible-collections/community.general.git type: git - version: "8.3.0" + version: "9.4.0" - name: ansible.utils - source: https://github.com/ansible-collections/ansible.utils.git,v3.1.0 + source: https://github.com/element-hq/ansible.utils,gaelg/fix-keep-keys-keeping-wrong-lists type: git - name: ansible.posix source: https://github.com/ansible-collections/ansible.posix.git type: git - version: "1.5.4" + version: "1.6.0" - name: community.crypto source: https://github.com/ansible-collections/community.crypto type: git - version: "2.17.1" + version: "2.22.1" diff --git a/roles/elementdeployment/defaults/main/images.yml b/roles/elementdeployment/defaults/main/images.yml index ea555c9..d7218a2 100644 --- a/roles/elementdeployment/defaults/main/images.yml +++ b/roles/elementdeployment/defaults/main/images.yml @@ -7,30 +7,17 @@ default_images_digests: element_web: image_repository_server: docker.io image_repository_path: vectorim/element-web - image_tag: v1.11.81 + image_tag: v1.11.82 kube_rbac_proxy: kube_rbac_proxy: image_repository_server: quay.io image_repository_path: brancz/kube-rbac-proxy image_tag: v0.18.0 - matrix_content_scanner: - icap: - image_repository_server: ghcr.io - image_repository_path: element-hq/docker-icap - image_tag: core-0.6.3-modules-0.5.7 - clam_anti_virus: - image_repository_server: ghcr.io - image_repository_path: element-hq/docker-clamav - image_tag: "1.3.1-60" - matrix_content_scanner: - image_repository_server: docker.io - image_repository_path: vectorim/matrix-content-scanner - image_tag: v1.1.0 synapse: haproxy: image_repository_server: docker.io image_repository_path: library/haproxy - image_tag: '3.0-alpine' + image_tag: 3.0-alpine redis: image_repository_server: docker.io image_repository_path: library/redis @@ -38,7 +25,7 @@ default_images_digests: synapse: image_repository_server: docker.io image_repository_path: matrixdotorg/synapse - image_tag: v1.114.0 + image_tag: v1.116.0 well_known_delegation: well_known_delegation: image_repository_server: docker.io diff --git a/roles/elementdeployment/templates/any/k8s-image.yaml.j2 b/roles/elementdeployment/templates/any/k8s-image.yaml.j2 index 09b54c4..42eb523 100644 --- a/roles/elementdeployment/templates/any/k8s-image.yaml.j2 +++ b/roles/elementdeployment/templates/any/k8s-image.yaml.j2 @@ -8,22 +8,38 @@ SPDX-License-Identifier: AGPL-3.0-or-later # If we have a _subcomponent, we use it for the image details and the workload docker secret # If we have a _subcontainer, we use it only for the image details # Note : in this pattern, a component cannot have a subcomponent with multiple subcontainers. + +# We allow a variety of scenarios: +# - The imported_images_digests (the ConfigMap) isn't set at all/populated for a given component/subcomponent/subcontainer. +# All details (server, path, tag & digest) are in default_images_digests +# - The imported_images_digests is set for a given component/subcomponent/subcontainer. +# - The server, path and tag can all simply fall back to default_images_digests. This allows for either: +# - changing just the version from our registry that is pointed to (server & path fall back) +# - changing just the server that is pointed to, e.g. if there's a pull-through cache (tag falls back) +# - The digest only falls back to default_images_digests in the situation that the tag isn't overridden +# as otherwise changing the tag in the ConfigMap isn't enough to change the image used and you'd always +# need to also provide an updated digest + {%- set images_digests = imported_images_digests if ( _component_item in (imported_images_digests | default({})) and (_subcomponent | default(_subcontainer) | default(_component_item)) in (imported_images_digests[_component_item] | default({})) ) else default_images_digests %} {%- set image_details = images_digests[_component_item][_subcomponent | default(_subcontainer) | default(_component_item)] %} +{%- set default_image_details = default_images_digests[_component_item][_subcomponent | default(_subcontainer) | default(_component_item)] %} +{%- set image_repository_server = image_details.image_repository_server | default(default_image_details.image_repository_server) %} +{%- set image_repository_path = image_details.image_repository_path | default(default_image_details.image_repository_path) %} +{%- set image_tag = image_details.image_tag | default(default_image_details.image_tag) %} image: - repository: "{{ image_details.image_repository_server }}/{{ image_details.image_repository_path }}" - tag: "{{ image_details.image_tag }}" -{% if 'image_digest' in image_details %} - digest: "{{ image_details.image_digest }}" + repository: "{{ image_repository_server }}/{{ image_repository_path }}" + tag: "{{ image_tag }}" +{% if 'image_digest' in image_details or 'image_tag' not in image_details %} + digest: "{{ image_details.image_digest | default(default_image_details.image_digest) }}" {% endif %} {% if components_k8s_properties.workloads.docker_secrets | default(_global.k8s.workloads.docker_secrets) | default([]) - | selectattr('url', '==', image_details.image_repository_server) | list | length > 0 %} + | selectattr('url', '==', image_repository_server) | list | length > 0 %} pullSecrets: - name: {{ (components_k8s_properties.workloads.docker_secrets | default(_global.k8s.workloads.docker_secrets) - | selectattr('url', '==', image_details.image_repository_server) | first).name + | selectattr('url', '==', image_repository_server) | first).name }} {% endif %} diff --git a/roles/elementdeployment/templates/any/k8s-synapse-services.yaml.j2 b/roles/elementdeployment/templates/any/k8s-synapse-services.yaml.j2 deleted file mode 100644 index e15058a..0000000 --- a/roles/elementdeployment/templates/any/k8s-synapse-services.yaml.j2 +++ /dev/null @@ -1,11 +0,0 @@ -{# -Copyright 2024 New Vector Ltd - -SPDX-License-Identifier: AGPL-3.0-or-later - - -This template if for the case where the component itself doesn't have an ingress but -does expose itself behind Synapse's ingress. -#} - -type: {{ components.synapse.k8s.ingress.services.type | default(_global.k8s.ingresses.services.type) }} diff --git a/roles/elementdeployment/templates/element_web/config/25-contentScanner.json.j2 b/roles/elementdeployment/templates/element_web/config/25-contentScanner.json.j2 deleted file mode 100644 index 0af9238..0000000 --- a/roles/elementdeployment/templates/element_web/config/25-contentScanner.json.j2 +++ /dev/null @@ -1,14 +0,0 @@ -{# -Copyright 2023 New Vector Ltd - -SPDX-License-Identifier: AGPL-3.0-or-later - -#} - -{% if components.matrix_content_scanner | default(false) %} -{ - "content_scanner": { - "enabled": true - } -} -{% endif %} diff --git a/roles/elementdeployment/templates/matrix_content_scanner/matrix_content_scanner.yaml.j2 b/roles/elementdeployment/templates/matrix_content_scanner/matrix_content_scanner.yaml.j2 deleted file mode 100644 index d1ee932..0000000 --- a/roles/elementdeployment/templates/matrix_content_scanner/matrix_content_scanner.yaml.j2 +++ /dev/null @@ -1,74 +0,0 @@ -{# -Copyright 2023-2024 New Vector Ltd - -SPDX-License-Identifier: AGPL-3.0-or-later - -#} - -apiVersion: matrix.element.io/v1alpha1 -kind: MatrixContentScanner -metadata: - name: "{{ ansible_operator_meta.name }}" - namespace: "{{ ansible_operator_meta.namespace }}" - annotations: - k8s.element.io/secretshash: "{{ lookup('template', 'matrix_content_scanner/secrets.yaml.j2', template_vars={'_component_item': _component_item}) | hash('sha1') }}" -spec: - image: - {{ lookup('template', 'templates/any/k8s-image.yaml.j2', template_vars={'_component_item': _component_item, '_subcomponent':'matrix_content_scanner'}) - | regex_replace('image:', 'matrixContentScanner:') | indent(4) }} - {{ lookup('template', 'templates/any/k8s-image.yaml.j2', template_vars={'_component_item': _component_item, '_subcomponent':'clam_anti_virus'}) - | regex_replace('image:', 'clamAntiVirus:') | indent(4) }} - {{ lookup('template', 'templates/any/k8s-image.yaml.j2', template_vars={'_component_item': _component_item, '_subcomponent':'icap'}) - | regex_replace('image:', 'icap:') | indent(4) }} - workloads: - {{ lookup('template', 'templates/any/k8s-workloads.yaml.j2', template_vars={'_component_item': _component_item, '_subcomponent':'matrix_content_scanner'}) - | regex_replace('workloads:', 'matrixContentScanner:') | indent(4) }} - {{ lookup('template', 'templates/any/k8s-workloads.yaml.j2', template_vars={'_component_item': _component_item, '_subcomponent':'clam_anti_virus'}) - | regex_replace('workloads:', 'clamAntiVirus:') | indent(4) }} - service: - {{ lookup('template', 'templates/any/k8s-synapse-services.yaml.j2', template_vars={'_component_item': _component_item}) | indent(4) }} - config: - matrixContentScanner: - {{ lookup('template', 'templates/any/k8s-config.yaml.j2', template_vars={'_component_item': _component_item, '_subcomponent':'matrix_content_scanner'}) | indent(6) }} - clamAntiVirus: - {{ lookup('template', 'templates/any/k8s-config.yaml.j2', template_vars={'_component_item': _component_item, '_subcomponent':'clam_anti_virus'}) - | from_yaml - | ansible.utils.remove_keys(target=['replicas']) - | combine({'replicas': 1}) - | to_nice_yaml(indent=2) - | indent(6) }} - {{ lookup('template', 'templates/any/k8s-volume-claim.yaml.j2', template_vars={'_component_item': _component_item, '_subcomponent':'clam_anti_virus', '_claim_name': 'clamav'}) | indent(6) }} - icap: - {{ lookup('template', 'templates/any/k8s-config.yaml.j2', template_vars={'_component_item': _component_item, '_subcomponent':'icap'}) - | from_yaml - | ansible.utils.remove_keys(target=['podSecurityContext']) - | to_nice_yaml(indent=2) - | indent(6) }} - {{ lookup('template', 'templates/any/k8s-host-aliases.yaml.j2', template_vars={'_component_item': _component_item}) | indent(4) }} - externalSecret: - name: {{ ansible_operator_meta.name }}-matrix-content-scanner-secrets - matrixServer: - baseUrl: {{ synapse_internal_url }} - serverName: {{ _global.config.domain_name }} -{% if 'allowed_mimetypes' in components.matrix_content_scanner.config.scanning %} - scanning: - allowedMimetypes: {{ components.matrix_content_scanner.config.scanning.allowed_mimetypes | to_json }} -{% endif %} - caching: - maxSize: {{ components.matrix_content_scanner.config.caching.cache_size }} - ttl: "{{ components.matrix_content_scanner.config.caching.ttl }}" -{% if components.matrix_content_scanner.config.caching.max_file_size | default(false) %} - maxFileSize: "{{ components.matrix_content_scanner.config.caching.max_file_size }}" -{% endif %} - persistentVolumeClaimTemplate: - size: {{ components_k8s_properties.matrix_content_scanner.storage.size }} -{% if components_k8s_properties.matrix_content_scanner.storage.storage_class_name | default(_global.k8s.storage.storage_class_name) | default(false) %} - storageClassName: "{{ components_k8s_properties.matrix_content_scanner.storage.storage_class_name | default(_global.k8s.storage.storage_class_name) }}" -{% endif %} -{% if 'selector' in components_k8s_properties.matrix_content_scanner.storage %} - selector: - {{ components_k8s_properties_camelled.matrixContentScanner.storage.selector | to_nice_yaml(indent=2) | indent(10) }} -{% endif %} - download: - additionalHeaders: - user-agent: "matrix-content-scanner" diff --git a/roles/elementdeployment/templates/matrix_content_scanner/pvc.yaml.j2 b/roles/elementdeployment/templates/matrix_content_scanner/pvc.yaml.j2 deleted file mode 100644 index 1ee3023..0000000 --- a/roles/elementdeployment/templates/matrix_content_scanner/pvc.yaml.j2 +++ /dev/null @@ -1,8 +0,0 @@ -{# -Copyright 2023-2024 New Vector Ltd - -SPDX-License-Identifier: AGPL-3.0-or-later - -#} - -{{ lookup('template', 'templates/any/pvc.yaml.j2', template_vars={'_component_item': _component_item, '_subcomponent': 'clam_anti_virus', '_claim_name': 'clamav'}) }} diff --git a/roles/elementdeployment/templates/matrix_content_scanner/secrets.yaml.j2 b/roles/elementdeployment/templates/matrix_content_scanner/secrets.yaml.j2 deleted file mode 100644 index 281cb7d..0000000 --- a/roles/elementdeployment/templates/matrix_content_scanner/secrets.yaml.j2 +++ /dev/null @@ -1,14 +0,0 @@ -{# -Copyright 2023-2024 New Vector Ltd - -SPDX-License-Identifier: AGPL-3.0-or-later - -#} - -apiVersion: v1 -kind: Secret -metadata: - name: {{ ansible_operator_meta.name }}-matrix-content-scanner-secrets - namespace: "{{ ansible_operator_meta.namespace }}" -data: - pickleKeyPassword: {{ (generic_shared_secret ~ '.mcs.pickle') | to_uuid | b64encode }} diff --git a/roles/elementdeployment/templates/matrix_content_scanner/tls-secrets.yaml.j2 b/roles/elementdeployment/templates/matrix_content_scanner/tls-secrets.yaml.j2 deleted file mode 100644 index 6426995..0000000 --- a/roles/elementdeployment/templates/matrix_content_scanner/tls-secrets.yaml.j2 +++ /dev/null @@ -1,8 +0,0 @@ -{# -Copyright 2023-2024 New Vector Ltd - -SPDX-License-Identifier: AGPL-3.0-or-later - -#} - -{{ lookup('template', 'templates/any/tls-secrets.yaml.j2', template_vars={'_component_item': _component_item, '_tls_secret': 'matrix-content-scanner-tls-secret'}) }} diff --git a/roles/elementdeployment/templates/synapse/config/25-authenticated-media.yml.j2 b/roles/elementdeployment/templates/synapse/config/25-authenticated-media.yml.j2 new file mode 100644 index 0000000..87e326f --- /dev/null +++ b/roles/elementdeployment/templates/synapse/config/25-authenticated-media.yml.j2 @@ -0,0 +1,8 @@ +{# +Copyright 2024 New Vector Ltd + +SPDX-License-Identifier: AGPL-3.0-or-later + +#} + +enable_authenticated_media: true \ No newline at end of file diff --git a/roles/elementdeployment/templates/synapse/synapse.yaml.j2 b/roles/elementdeployment/templates/synapse/synapse.yaml.j2 index 13f59d7..7c579be 100644 --- a/roles/elementdeployment/templates/synapse/synapse.yaml.j2 +++ b/roles/elementdeployment/templates/synapse/synapse.yaml.j2 @@ -137,9 +137,9 @@ spec: {% if (selected_components_with_appservices + components.synapse.config.external_appservices.config_maps + components.synapse.config.external_appservices.files.keys() | list) | length > 0 - or components.synapse.config.workers | length > 0 %} + or _matrix_element_io_elementdeployment_spec.components.synapse.config.workers | length > 0 %} workers: -{% for worker in components.synapse.config.workers | default([]) %} +{% for worker in _matrix_element_io_elementdeployment_spec.components.synapse.config.workers | default([]) %} - type: {{ worker.type }} instances: {{ worker.instances }} resources: diff --git a/roles/elementdeployment/vars/main/matrix_content_scanner.yml b/roles/elementdeployment/vars/main/matrix_content_scanner.yml deleted file mode 100644 index 74756de..0000000 --- a/roles/elementdeployment/vars/main/matrix_content_scanner.yml +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 2023-2024 New Vector Ltd -# -# SPDX-License-Identifier: AGPL-3.0-or-later - - -component_info_matrix_content_scanner: -- id: matrix_content_scanner - application_services: false - secret_name_is_optional: true - synapse_additional_ingress_paths: "{{ _matrix_content_scanner_basic_paths + (_matrix_content_scanner_additional_paths | default([])) }}" - -_matrix_content_scanner_basic_paths: -- path: /_matrix/media_proxy - matchHostname: '{{ components.synapse.k8s.ingress.fqdn }}' - availability: internally_and_externally # /_matrix/media_proxy should also be available when hitting Synapse's HAProxy Service directly - service: - name: '{{ ansible_operator_meta.name }}-matrix-content-scanner' - port: - name: web diff --git a/roles/elementdeployment/vars/main/replicas.yaml b/roles/elementdeployment/vars/main/replicas.yaml index d9901ce..4156319 100644 --- a/roles/elementdeployment/vars/main/replicas.yaml +++ b/roles/elementdeployment/vars/main/replicas.yaml @@ -5,10 +5,6 @@ schema_has_replicas: elementWeb: main: true - matrixContentScanner: - clamAntiVirus: true - icap: false - matrixContentScanner: true synapse: haproxy: true redis: false diff --git a/roles/matrixcontentscanner/defaults/main/main.yml b/roles/matrixcontentscanner/defaults/main/main.yml deleted file mode 100644 index d7ccb3a..0000000 --- a/roles/matrixcontentscanner/defaults/main/main.yml +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 2023-2024 New Vector Ltd -# -# SPDX-License-Identifier: AGPL-3.0-or-later - - ---- -# defaults file for MatrixContentScanner -_matrix_content_scanner_web_port: 8080 -_clamav_icap_port: 1344 -_clamav_port: 3310 - -_freshclam_config: "{{ lookup('template', 'templates/freshclam.conf.j2') }}" -_clamd_config: "{{ lookup('template', 'templates/clamd.conf.j2') }}" -_c_icap_config: "{{ lookup('template', 'templates/c-icap.conf.j2') }}" -_c_icap_clamd_mod_config: "{{ lookup('template', 'templates/clamd_mod.conf.j2') }}" -_c_icap_virus_scan_config: "{{ lookup('template', 'templates/virus_scan.conf.j2') }}" - -image_matrixcontentscanner_repository: docker.io/vectorim/matrix-content-scanner -image_clamav_repository: docker.io/clamav/clamav -image_icap_repository: ghcr.io/element-hq/docker-icap -image_pull_secrets: [] -_merged_image_pull_secrets_names: >- - {{ - (image.clam_anti_virus.pull_secrets | default(image_pull_secrets) - + image.icap.pull_secrets | default(image_pull_secrets)) - | map(attribute='name') - | unique - | list - }} - -env_matrixcontentscanner_overrides: -- name: ICAP_HOST - value: "{{ ansible_operator_meta.name }}-clamav" -- name: ICAP_PORT - value: "1344" -- name: ICAP_SVC - value: "avscan" -- name: DETECTION_KEYWORD - value: X-Infection-Found -env_matrixcontentscanner_user: "{{ workloads.matrix_content_scanner.extra_env | default([]) }}" -env_matrixcontentscanner_underrides: [] - -# We convert all the items to dicts, merge them (removing duplicates), and extract them out to items again -env_matrixcontentscanner: >- - {{ {} | combine([env_matrixcontentscanner_underrides, - env_matrixcontentscanner_user, - env_matrixcontentscanner_overrides] | map('items2dict', key_name='name')) - | dict2items(key_name='name') }} - - -env_clamav: "{{ workloads.clam_anti_virus.extra_env | default([]) }}" - - -image_matrixcontentscanner_has_digest: "{{ (image.matrix_content_scanner.digest | default('')) | length > 0 }}" -image_matrixcontentscanner_pull_policy: "{{ image_matrixcontentscanner_has_digest | ternary('IfNotPresent', 'Always') }}" -image_clamav_has_digest: "{{ (image.clam_anti_virus.digest | default('')) | length > 0 }}" -image_clamav_pull_policy: "{{ image_clamav_has_digest | ternary('IfNotPresent', 'Always') }}" -image_icap_has_digest: "{{ (image.icap.digest | default('')) | length > 0 }}" -image_icap_pull_policy: "{{ image_icap_has_digest | ternary('IfNotPresent', 'Always') }}" - - -replicas: 2 diff --git a/roles/matrixcontentscanner/files/virusScan.sh b/roles/matrixcontentscanner/files/virusScan.sh deleted file mode 100644 index 341f8c3..0000000 --- a/roles/matrixcontentscanner/files/virusScan.sh +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/bash - -# Copyright 2023-2024 New Vector Ltd -# -# SPDX-License-Identifier: AGPL-3.0-or-later - - -res=`c-icap-client -i $ICAP_HOST -p $ICAP_PORT -s $ICAP_SVC -f $1 -v 2>&1` -if [[ $? -ne 0 ]]; then - exit 1 # c-icap-client exited with error -fi - -if [[ ! $(echo $res | grep "ICAP HEADERS") ]]; then - exit 21 # c-icap-client did not receive an icap answer -fi - -if [[ ! $(echo $res | grep -E "ICAP/[^ ]+ 2[0-9]{2} [a-zA-Z]+") ]]; then - exit 22 # c-icap-client received an invalid status code -fi - -if [[ $(echo $res | grep "$DETECTION_KEYWORD") ]]; then - exit 30 # file is infected -fi - -exit 0 diff --git a/roles/matrixcontentscanner/tasks/main.yml b/roles/matrixcontentscanner/tasks/main.yml deleted file mode 100644 index 4c9394d..0000000 --- a/roles/matrixcontentscanner/tasks/main.yml +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 2023-2024 New Vector Ltd -# -# SPDX-License-Identifier: AGPL-3.0-or-later - - ---- -- name: "Fetch Matrix Content Scanner secrets" - kubernetes.core.k8s_info: - api_version: v1 - kind: Secret - namespace: "{{ ansible_operator_meta.namespace }}" - name: "{{ config.external_secret.name }}" - register: _fetched_matrix_content_scanner_secrets - failed_when: _fetched_matrix_content_scanner_secrets.resources | length != 1 - -- name: "Manage manifests" - ansible.builtin.include_role: - name: "generic_apply" - vars: - _manifest_template_filenames: "{{ query('fileglob', 'templates/manifests/*.yaml.j2') }}" diff --git a/roles/matrixcontentscanner/templates/c-icap.conf.j2 b/roles/matrixcontentscanner/templates/c-icap.conf.j2 deleted file mode 100644 index 5059901..0000000 --- a/roles/matrixcontentscanner/templates/c-icap.conf.j2 +++ /dev/null @@ -1,33 +0,0 @@ -{# -Copyright 2023-2024 New Vector Ltd - -SPDX-License-Identifier: AGPL-3.0-or-later - -#} - -PidFile /var/run/c-icap/c-icap.pid -CommandsSocket /var/run/c-icap/c-icap.ctl -Timeout 300 -MaxKeepAliveRequests 100 -KeepAliveTimeout 600 -StartServers 3 -MaxServers 10 -MinSpareThreads 10 -MaxSpareThreads 20 -ThreadsPerChild 10 -MaxRequestsPerChild 0 - -Port 1344 - -ServerName ElementIcapServer - -TmpDir /var/tmp -MaxMemObject 131072 -DebugLevel 1 -Pipelining on -SupportBuggyClients off - -ServerLog /dev/stdout -AccessLog /dev/stdout - -Include virus_scan.conf diff --git a/roles/matrixcontentscanner/templates/clamd.conf.j2 b/roles/matrixcontentscanner/templates/clamd.conf.j2 deleted file mode 100644 index 9e33e30..0000000 --- a/roles/matrixcontentscanner/templates/clamd.conf.j2 +++ /dev/null @@ -1,13 +0,0 @@ -{# -Copyright 2023-2024 New Vector Ltd - -SPDX-License-Identifier: AGPL-3.0-or-later - -#} - -LogVerbose yes -LogClean yes -LogTime yes -PidFile /run/clamav/clamd.pid -TCPSocket 3310 -LocalSocket /tmp/clamd.sock diff --git a/roles/matrixcontentscanner/templates/clamd_mod.conf.j2 b/roles/matrixcontentscanner/templates/clamd_mod.conf.j2 deleted file mode 100644 index a25d30d..0000000 --- a/roles/matrixcontentscanner/templates/clamd_mod.conf.j2 +++ /dev/null @@ -1,10 +0,0 @@ -{# -Copyright 2023 New Vector Ltd - -SPDX-License-Identifier: AGPL-3.0-or-later - -#} - -Module common clamd_mod.so -clamd_mod.ClamdHost 127.0.0.1 -clamd_mod.ClamdPort 3310 diff --git a/roles/matrixcontentscanner/templates/config.yaml.j2 b/roles/matrixcontentscanner/templates/config.yaml.j2 deleted file mode 100644 index bc097b7..0000000 --- a/roles/matrixcontentscanner/templates/config.yaml.j2 +++ /dev/null @@ -1,41 +0,0 @@ -{# -Copyright 2023 New Vector Ltd - -SPDX-License-Identifier: AGPL-3.0-or-later - -#} - -web: - host: 0.0.0.0 - port: {{ _matrix_content_scanner_web_port }} - -scan: - script: "/data/virusScan.sh" - temp_directory: "/tmp" -{% if 'allowed_mimetypes' in config.scanning | default({}) %} - allowed_mimetypes: {{ config.scanning.allowed_mimetypes | to_json }} -{% endif %} - -{% if 'caching' in config %} -result_cache: -{% if 'max_size' in config.caching %} - max_size: {{ config.caching.max_size }} -{% endif %} -{% if 'ttl' in config.caching %} - ttl: {{ config.caching.ttl }} -{% endif %} -{% if 'max_file_size' in config.caching %} - max_file_size: {{ config.caching.max_file_size }} -{% endif %} -{% endif %} - -download: - base_homeserver_url: {{ config.matrix_server.base_url }} -{% if config.download.additional_headers | default({}) | length > 0 %} - additional_headers: - {{ config.download.additional_headers | to_nice_yaml(indent=2) | indent(6) }} -{% endif %} - -crypto: - pickle_path: "/pickle/key" - pickle_key: "/secrets/pickleKeyPassword" diff --git a/roles/matrixcontentscanner/templates/freshclam.conf.j2 b/roles/matrixcontentscanner/templates/freshclam.conf.j2 deleted file mode 100644 index bf36d0a..0000000 --- a/roles/matrixcontentscanner/templates/freshclam.conf.j2 +++ /dev/null @@ -1,38 +0,0 @@ -{# -Copyright 2023-2024 New Vector Ltd - -SPDX-License-Identifier: AGPL-3.0-or-later - -#} - -DatabaseOwner clamav -LogVerbose true -LogSyslog false -LogFileMaxSize 0 -LogTime true -Foreground false -Debug false -MaxAttempts 5 -DatabaseDirectory /var/lib/clamav -DNSDatabaseInfo "{{ config.clam_anti_virus.freshclam.dns_database_info }}" -ConnectTimeout 30 -ReceiveTimeout 0 -TestDatabases yes -ScriptedUpdates yes -CompressLocalDatabase no -Bytecode true -NotifyClamd /etc/clamav/clamd.conf -# Check for new database 24 times a day -Checks 24 -{% for mirror in config.clam_anti_virus.freshclam.database_mirrors %} -DatabaseMirror {{ mirror }} -{% endfor %} - -{% if config.clam_anti_virus.freshclam.proxy | default(false) %} -{% if config.clam_anti_virus.freshclam.proxy.username | default(false) %} -HTTPProxyUsername {{ config.clam_anti_virus.freshclam.proxy.username }} -HTTPProxyPassword {{ _fetched_matrix_content_scanner_secrets.resources[0].data['proxyPassword'] | b64decode }} -HTTPProxyServer {{ config.clam_anti_virus.freshclam.proxy.server }} -HTTPProxyPort {{ config.clam_anti_virus.freshclam.proxy.port }} -{% endif %} -{% endif %} diff --git a/roles/matrixcontentscanner/templates/manifests/matrixcontentscanner_clamav_configmap.yaml.j2 b/roles/matrixcontentscanner/templates/manifests/matrixcontentscanner_clamav_configmap.yaml.j2 deleted file mode 100644 index 5dac511..0000000 --- a/roles/matrixcontentscanner/templates/manifests/matrixcontentscanner_clamav_configmap.yaml.j2 +++ /dev/null @@ -1,30 +0,0 @@ -{# -Copyright 2023-2024 New Vector Ltd - -SPDX-License-Identifier: AGPL-3.0-or-later - -#} - -apiVersion: v1 -kind: ConfigMap -metadata: - name: "{{ ansible_operator_meta.name }}-clamav-config" - namespace: "{{ ansible_operator_meta.namespace }}" - labels: - app.kubernetes.io/name: clamav - app.kubernetes.io/instance: "{{ ansible_operator_meta.name }}-clamav" - app.kubernetes.io/version: "{{ image.clam_anti_virus.tag }}" - app.kubernetes.io/part-of: matrix-stack - app.kubernetes.io/component: matrix-content-scanner -data: - freshclam.conf: | - {{ _freshclam_config | indent(4) }} - clamd.conf: | - {{ _clamd_config | indent(4) }} - c-icap.conf: | - {{ _c_icap_config | indent(4) }} - clamd_mod.conf: | - {{ _c_icap_clamd_mod_config | indent(4) }} - virus_scan.conf: | - {{ _c_icap_virus_scan_config | indent(4) }} - diff --git a/roles/matrixcontentscanner/templates/manifests/matrixcontentscanner_clamav_service.yaml.j2 b/roles/matrixcontentscanner/templates/manifests/matrixcontentscanner_clamav_service.yaml.j2 deleted file mode 100644 index c59cafe..0000000 --- a/roles/matrixcontentscanner/templates/manifests/matrixcontentscanner_clamav_service.yaml.j2 +++ /dev/null @@ -1,27 +0,0 @@ -{# -Copyright 2023-2024 New Vector Ltd - -SPDX-License-Identifier: AGPL-3.0-or-later - -#} - - -apiVersion: v1 -kind: Service -metadata: - name: "{{ ansible_operator_meta.name }}-clamav" - namespace: "{{ ansible_operator_meta.namespace }}" - labels: - app.kubernetes.io/name: clamav - app.kubernetes.io/instance: "{{ ansible_operator_meta.name }}-clamav" - app.kubernetes.io/part-of: matrix-stack - app.kubernetes.io/component: matrix-content-scanner - app.kubernetes.io/version: "{{ image.clam_anti_virus.tag }}" -spec: - clusterIP: None - ports: - - port: {{ _clamav_icap_port }} - name: clamav - protocol: TCP - selector: - app.kubernetes.io/instance: "{{ ansible_operator_meta.name }}-clamav" diff --git a/roles/matrixcontentscanner/templates/manifests/matrixcontentscanner_clamav_statefulset.yaml.j2 b/roles/matrixcontentscanner/templates/manifests/matrixcontentscanner_clamav_statefulset.yaml.j2 deleted file mode 100644 index cbc2a39..0000000 --- a/roles/matrixcontentscanner/templates/manifests/matrixcontentscanner_clamav_statefulset.yaml.j2 +++ /dev/null @@ -1,205 +0,0 @@ -{# -Copyright 2023-2024 New Vector Ltd - -SPDX-License-Identifier: AGPL-3.0-or-later - -#} - -apiVersion: apps/v1 -kind: StatefulSet -metadata: - labels: - app.kubernetes.io/part-of: matrix-stack - app.kubernetes.io/component: matrix-content-scanner - app.kubernetes.io/name: clamav - app.kubernetes.io/instance: "{{ ansible_operator_meta.name }}-clamav" - app.kubernetes.io/version: "{{ image.clam_anti_virus.tag }}" - annotations: - k8s.element.io/confighash: "{{ lookup('template', 'manifests/matrixcontentscanner_clamav_configmap.yaml.j2') | hash('sha1') }}" - k8s.element.io/secretshash: "{{ _fetched_matrix_content_scanner_secrets | to_yaml | hash('sha1') }}" -{% if workloads.clam_anti_virus.annotations | default({}) %} - {{ _matrix_element_io_matrixcontentscanner_spec.workloads.clamAntiVirus.annotations | to_nice_yaml(indent=2) | indent(4) }} -{% endif %} - name: "{{ ansible_operator_meta.name }}-clamav" - namespace: "{{ ansible_operator_meta.namespace }}" -spec: - replicas: 1 - selector: - matchLabels: - app.kubernetes.io/instance: "{{ ansible_operator_meta.name }}-clamav" - serviceName: "{{ ansible_operator_meta.name }}-clamav" - updateStrategy: - type: RollingUpdate - # Without this CrashLoopBackoffs due to config failures block pod recreation - podManagementPolicy: Parallel - template: - metadata: - labels: - app.kubernetes.io/part-of: matrix-stack - app.kubernetes.io/component: matrix-content-scanner - app.kubernetes.io/name: clamav - app.kubernetes.io/instance: "{{ ansible_operator_meta.name }}-clamav" - app.kubernetes.io/version: "{{ image.clam_anti_virus.tag }}" - annotations: - k8s.element.io/confighash: "{{ lookup('template', 'manifests/matrixcontentscanner_clamav_configmap.yaml.j2') | hash('sha1') }}" - k8s.element.io/secretshash: "{{ _fetched_matrix_content_scanner_secrets | to_yaml | hash('sha1') }}" -{% if workloads.clam_anti_virus.annotations | default({}) %} - {{ _matrix_element_io_matrixcontentscanner_spec.workloads.clamAntiVirus.annotations | to_nice_yaml(indent=2) | indent(8) }} -{% endif %} - spec: - automountServiceAccountToken: false -{% if _merged_image_pull_secrets_names | length > 0 %} - imagePullSecrets: -{% for _secret_name in _merged_image_pull_secrets_names %} - - name: {{ _secret_name }} -{% endfor %} -{% endif %} -{% if (_matrix_element_io_matrixcontentscanner_spec.config.clamAntiVirus.podSecurityContext | default({})) | length > 0 %} - securityContext: - {{ _matrix_element_io_matrixcontentscanner_spec.config.clamAntiVirus.podSecurityContext | to_nice_yaml(indent=2) | indent(8) }} -{% endif %} -{% if (_matrix_element_io_matrixcontentscanner_spec.config.hostAliases | default([])) | length > 0 %} - hostAliases: - {{ _matrix_element_io_matrixcontentscanner_spec.config.hostAliases | to_nice_yaml(indent=2) | indent(8) }} -{% endif %} -{% if (_matrix_element_io_matrixcontentscanner_spec.workloads.clamAntiVirus.nodeSelector | default({})) | length > 0 %} - nodeSelector: - {{ _matrix_element_io_matrixcontentscanner_spec.workloads.clamAntiVirus.nodeSelector | to_nice_yaml(indent=2) | indent(8) }} -{% endif %} -{% if (_matrix_element_io_matrixcontentscanner_spec.workloads.clamAntiVirus.tolerations | default({})) | length > 0 %} - tolerations: - {{ _matrix_element_io_matrixcontentscanner_spec.workloads.clamAntiVirus.tolerations | to_nice_yaml(indent=2) | indent(8) }} -{% endif %} - containers: - - name: clamav -{% if image_clamav_has_digest %} - image: "{{ image.clam_anti_virus.repository | default(image_clamav_repository) }}@{{ image.clam_anti_virus.digest }}" -{% else %} - image: "{{ image.clam_anti_virus.repository | default(image_clamav_repository) }}:{{ image.clam_anti_virus.tag }}" -{% endif %} - imagePullPolicy: "{{ image.pull_policy | default(image_clamav_pull_policy) }}" -{% if (_matrix_element_io_matrixcontentscanner_spec.config.clamAntiVirus.containersSecurityContext | default({})) | length > 0 %} - securityContext: - {{ _matrix_element_io_matrixcontentscanner_spec.config.clamAntiVirus.containersSecurityContext | to_nice_yaml(indent=2) | indent(10) }} -{% endif %} -{% if env_clamav | length > 0 %} - env: - {{ env_clamav | to_nice_yaml(indent=2) | indent(8) }} -{% endif %} - ports: - - containerPort: {{ _clamav_port }} - name: clamav - protocol: TCP - resources: - {{ config.clam_anti_virus.resources | to_nice_yaml(indent=2) | indent(10) }} - livenessProbe: - tcpSocket: - port: 3310 - readinessProbe: - tcpSocket: - port: 3310 - startupProbe: - tcpSocket: - port: 3310 - failureThreshold: 24 - volumeMounts: - - mountPath: "/etc/clamav/freshclam.conf" - name: clamav-config - readOnly: true - subPath: freshclam.conf - - mountPath: "/etc/clamav/clamd.conf" - name: clamav-config - readOnly: true - subPath: clamd.conf - - mountPath: "/var/lib/clamav" - name: clamav-data - - mountPath: /run/clamav - name: clamav-run - - mountPath: /tmp - name: clamav-tmp - - mountPath: /var/tmp - name: shared-tmp - - name: icap -{% if image_icap_has_digest %} - image: "{{ image.icap.repository | default(image_icap_repository) }}@{{ image.icap.digest }}" -{% else %} - image: "{{ image.icap.repository | default(image_icap_repository) }}:{{ image.icap.tag }}" -{% endif %} - imagePullPolicy: "{{ image.pull_policy | default(image_icap_pull_policy) }}" -{% if (_matrix_element_io_matrixcontentscanner_spec.config.icap.containersSecurityContext | default({})) | length > 0 %} - securityContext: - {{ _matrix_element_io_matrixcontentscanner_spec.config.icap.containersSecurityContext | to_nice_yaml(indent=2) | indent(10) }} -{% endif %} - command: - - sh - - -xc - - | - echo "Waiting for ClamAV to start before starting c-icap" - while ! nc -z localhost 3310; do - sleep 1 - done - - echo "ClamAV started. Now starting c-icap" - /usr/local/c-icap/bin/c-icap -N -D -{% if env_clamav | length > 0 %} - env: - {{ env_clamav | to_nice_yaml(indent=2) | indent(8) }} -{% endif %} - ports: - - containerPort: {{ _clamav_icap_port }} - name: icap - protocol: TCP - resources: - {{ config.icap.resources | to_nice_yaml(indent=2) | indent(10) }} - livenessProbe: - tcpSocket: - port: 1344 - readinessProbe: - tcpSocket: - port: 1344 - startupProbe: - tcpSocket: - port: 1344 - failureThreshold: 24 - volumeMounts: - - mountPath: "/usr/local/c-icap/etc/c-icap.conf" - name: clamav-config - readOnly: true - subPath: c-icap.conf - - mountPath: "/usr/local/c-icap/etc/virus_scan.conf" - name: clamav-config - readOnly: true - subPath: virus_scan.conf - - mountPath: "/usr/local/c-icap/etc/clamd_mod.conf" - name: clamav-config - readOnly: true - subPath: clamd_mod.conf - - mountPath: /tmp - name: icap-tmp - - mountPath: /var/run/c-icap - name: icap-var-run - - mountPath: /var/tmp - name: shared-tmp - volumes: - - configMap: - defaultMode: 420 - name: "{{ ansible_operator_meta.name }}-clamav-config" - name: clamav-config - - persistentVolumeClaim: - claimName: "{{ config.clam_anti_virus.volume_claim }}" - name: "clamav-data" - - name: icap-tmp - emptyDir: - medium: Memory - - name: icap-var-run - emptyDir: - medium: Memory - - name: clamav-run - emptyDir: - medium: Memory - - name: clamav-tmp - emptyDir: - medium: Memory - - name: shared-tmp - emptyDir: - medium: Memory diff --git a/roles/matrixcontentscanner/templates/manifests/matrixcontentscanner_configmap.yaml.j2 b/roles/matrixcontentscanner/templates/manifests/matrixcontentscanner_configmap.yaml.j2 deleted file mode 100644 index 99af008..0000000 --- a/roles/matrixcontentscanner/templates/manifests/matrixcontentscanner_configmap.yaml.j2 +++ /dev/null @@ -1,23 +0,0 @@ -{# -Copyright 2023-2024 New Vector Ltd - -SPDX-License-Identifier: AGPL-3.0-or-later - -#} - -apiVersion: v1 -kind: ConfigMap -metadata: - name: "{{ ansible_operator_meta.name }}-matrix-content-scanner-config" - namespace: "{{ ansible_operator_meta.namespace }}" - labels: - app.kubernetes.io/name: matrix-content-scanner - app.kubernetes.io/instance: "{{ ansible_operator_meta.name }}-matrix-content-scanner" - app.kubernetes.io/version: "{{ image.matrix_content_scanner.tag }}" - app.kubernetes.io/part-of: matrix-stack - app.kubernetes.io/component: matrix-content-scanner -data: - config.yaml: | - {{ lookup('template', 'templates/config.yaml.j2') | indent(4) }} - virusScan.sh: | - {{ lookup('file', 'files/virusScan.sh') | indent(4) }} diff --git a/roles/matrixcontentscanner/templates/manifests/matrixcontentscanner_service.yaml.j2 b/roles/matrixcontentscanner/templates/manifests/matrixcontentscanner_service.yaml.j2 deleted file mode 100644 index ae2f114..0000000 --- a/roles/matrixcontentscanner/templates/manifests/matrixcontentscanner_service.yaml.j2 +++ /dev/null @@ -1,30 +0,0 @@ -{# -Copyright 2023-2024 New Vector Ltd - -SPDX-License-Identifier: AGPL-3.0-or-later - -#} - -apiVersion: v1 -kind: Service -metadata: - name: "{{ ansible_operator_meta.name }}-matrix-content-scanner" - namespace: "{{ ansible_operator_meta.namespace }}" - labels: - app.kubernetes.io/name: matrix-content-scanner - app.kubernetes.io/instance: "{{ ansible_operator_meta.name }}-matrix-content-scanner" - app.kubernetes.io/part-of: matrix-stack - app.kubernetes.io/component: matrix-content-scanner - app.kubernetes.io/version: "{{ image.matrix_content_scanner.tag }}" -spec: -{% if (service.type | default('ClusterIP', true)) != 'ClusterIP' %} - type: "{{ service.type }}" -{% else %} - clusterIP: None -{% endif %} - ports: - - port: {{ _matrix_content_scanner_web_port }} - name: web - protocol: TCP - selector: - app.kubernetes.io/instance: "{{ ansible_operator_meta.name }}-matrix-content-scanner" diff --git a/roles/matrixcontentscanner/templates/manifests/matrixcontentscanner_statefulset.yaml.j2 b/roles/matrixcontentscanner/templates/manifests/matrixcontentscanner_statefulset.yaml.j2 deleted file mode 100644 index b2bed25..0000000 --- a/roles/matrixcontentscanner/templates/manifests/matrixcontentscanner_statefulset.yaml.j2 +++ /dev/null @@ -1,146 +0,0 @@ -{# -Copyright 2023-2024 New Vector Ltd - -SPDX-License-Identifier: AGPL-3.0-or-later - -#} - -apiVersion: apps/v1 -kind: StatefulSet -metadata: - labels: - app.kubernetes.io/part-of: matrix-stack - app.kubernetes.io/component: matrix-content-scanner - app.kubernetes.io/name: matrix-content-scanner - app.kubernetes.io/instance: "{{ ansible_operator_meta.name }}-matrix-content-scanner" - app.kubernetes.io/version: "{{ image.matrix_content_scanner.tag }}" - annotations: - k8s.element.io/confighash: "{{ lookup('template', 'manifests/matrixcontentscanner_configmap.yaml.j2') | hash('sha1') }}" - k8s.element.io/secretshash: "{{ _fetched_matrix_content_scanner_secrets | to_yaml | hash('sha1') }}" -{% if workloads.matrix_content_scanner.annotations | default({}) %} - {{ _matrix_element_io_matrixcontentscanner_spec.workloads.matrixContentScanner.annotations | to_nice_yaml(indent=2) | indent(4) }} -{% endif %} - name: "{{ ansible_operator_meta.name }}-matrix-content-scanner" - namespace: "{{ ansible_operator_meta.namespace }}" -spec: - replicas: {{ config.matrix_content_scanner.replicas | default(replicas) }} - selector: - matchLabels: - app.kubernetes.io/instance: "{{ ansible_operator_meta.name }}-matrix-content-scanner" - serviceName: "{{ ansible_operator_meta.name }}-matrix-content-scanner" - updateStrategy: - type: RollingUpdate - # Without this CrashLoopBackoffs due to config failures block pod recreation - podManagementPolicy: Parallel - template: - metadata: - labels: - app.kubernetes.io/part-of: matrix-stack - app.kubernetes.io/component: matrix-content-scanner - app.kubernetes.io/name: matrix-content-scanner - app.kubernetes.io/instance: "{{ ansible_operator_meta.name }}-matrix-content-scanner" - app.kubernetes.io/version: "{{ image.matrix_content_scanner.tag }}" - annotations: - k8s.element.io/confighash: "{{ lookup('template', 'manifests/matrixcontentscanner_configmap.yaml.j2') | hash('sha1') }}" - k8s.element.io/secretshash: "{{ _fetched_matrix_content_scanner_secrets | to_yaml | hash('sha1') }}" -{% if workloads.matrix_content_scanner.annotations | default({}) %} - {{ _matrix_element_io_matrixcontentscanner_spec.workloads.matrixContentScanner.annotations | to_nice_yaml(indent=2) | indent(8) }} -{% endif %} - spec: - automountServiceAccountToken: false -{% if (image.matrix_content_scanner.pull_secrets | default(image_pull_secrets)) | length > 0 %} - imagePullSecrets: - {{ (image.matrix_content_scanner.pull_secrets | default(image_pull_secrets)) | to_nice_yaml(indent=2) | indent(6) }} -{% endif %} -{% if (_matrix_element_io_matrixcontentscanner_spec.config.matrixContentScanner.podSecurityContext | default({})) | length > 0 %} - securityContext: - {{ _matrix_element_io_matrixcontentscanner_spec.config.matrixContentScanner.podSecurityContext | to_nice_yaml(indent=2) | indent(8) }} -{% endif %} -{% if (_matrix_element_io_matrixcontentscanner_spec.config.hostAliases | default([])) | length > 0 %} - hostAliases: - {{ _matrix_element_io_matrixcontentscanner_spec.config.hostAliases | to_nice_yaml(indent=2) | indent(8) }} -{% endif %} -{% if (_matrix_element_io_matrixcontentscanner_spec.workloads.matrixContentScanner.nodeSelector | default({})) | length > 0 %} - nodeSelector: - {{ _matrix_element_io_matrixcontentscanner_spec.workloads.matrixContentScanner.nodeSelector | to_nice_yaml(indent=2) | indent(8) }} -{% endif %} -{% if (_matrix_element_io_matrixcontentscanner_spec.workloads.matrixContentScanner.tolerations | default({})) | length > 0 %} - tolerations: - {{ _matrix_element_io_matrixcontentscanner_spec.workloads.matrixContentScanner.tolerations | to_nice_yaml(indent=2) | indent(8) }} -{% endif %} - containers: - - name: matrix-content-scanner -{% if image_matrixcontentscanner_has_digest %} - image: "{{ image.matrix_content_scanner.repository | default(image_matrixcontentscanner_repository) }}@{{ image.matrix_content_scanner.digest }}" -{% else %} - image: "{{ image.matrix_content_scanner.repository | default(image_matrixcontentscanner_repository) }}:{{ image.matrix_content_scanner.tag }}" -{% endif %} - imagePullPolicy: "{{ image.matrix_content_scanner.pull_policy | default(image_matrixcontentscanner_pull_policy) }}" -{% if (_matrix_element_io_matrixcontentscanner_spec.config.matrixContentScanner.containersSecurityContext | default({})) | length > 0 %} - securityContext: - {{ _matrix_element_io_matrixcontentscanner_spec.config.matrixContentScanner.containersSecurityContext | to_nice_yaml(indent=2) | indent(10) }} -{% endif %} -{% if env_matrixcontentscanner | length > 0 %} - env: - {{ env_matrixcontentscanner | to_nice_yaml(indent=2) | indent(8) }} -{% endif %} - ports: - - containerPort: {{ _matrix_content_scanner_web_port }} - name: web - protocol: TCP - resources: - {{ config.matrix_content_scanner.resources | to_nice_yaml(indent=2) | indent(10) }} - livenessProbe: - httpGet: - path: /_matrix/media_proxy/unstable/public_key - port: web - readinessProbe: - httpGet: - path: /_matrix/media_proxy/unstable/public_key - port: web - startupProbe: - httpGet: - path: /_matrix/media_proxy/unstable/public_key - port: web - volumeMounts: - - mountPath: "/data/config.yaml" - name: config - readOnly: true - subPath: config.yaml - - mountPath: "/data/virusScan.sh" - name: config - readOnly: true - subPath: virusScan.sh - - name: secrets - readOnly: true - mountPath: "/secrets" - - mountPath: "/tmp" - name: temp - - mountPath: "/pickle" - name: pickle - volumes: - - name: secrets - secret: - secretName: {{ config.external_secret.name }} - - name: config - configMap: - defaultMode: 360 - name: {{ ansible_operator_meta.name }}-matrix-content-scanner-config - - emptyDir: - medium: Memory - name: pickle - volumeClaimTemplates: - - metadata: - name: temp - spec: - accessModes: [ "ReadWriteOnce" ] -{% if "storage_class_name" in config.caching.persistent_volume_claim_template %} - storageClassName: "{{ config.caching.persistent_volume_claim_template.storage_class_name }}" -{% endif %} - resources: - requests: - storage: {{ config.caching.persistent_volume_claim_template.size }} -{% if "selector" in config.caching.persistent_volume_claim_template %} - selector: - {{ _matrix_element_io_matrixcontentscanner_spec.config.caching.persistentVolumeClaimTemplate.selector | to_nice_yaml(indent=2) | indent(8) }} -{% endif %} diff --git a/roles/matrixcontentscanner/templates/virus_scan.conf.j2 b/roles/matrixcontentscanner/templates/virus_scan.conf.j2 deleted file mode 100644 index a76e86f..0000000 --- a/roles/matrixcontentscanner/templates/virus_scan.conf.j2 +++ /dev/null @@ -1,18 +0,0 @@ -{# -Copyright 2023-2024 New Vector Ltd - -SPDX-License-Identifier: AGPL-3.0-or-later - -#} - -Service antivirus_module virus_scan.so -ServiceAlias avscan virus_scan?allow204=on&sizelimit=off&mode=simple - -virus_scan.ScanFileTypes {{ config.icap.virus_scan.scan_file_types | join(' ') }} -virus_scan.SendPercentData {{ config.icap.virus_scan.send_percent_data }} -virus_scan.StartSendPercentDataAfter {{ config.icap.virus_scan.start_send_percent_data_after }} -virus_scan.MaxObjectSize {{ config.icap.virus_scan.max_object_size }} - - -virus_scan.DefaultEngine clamd -Include clamd_mod.conf diff --git a/roles/synapse/tasks/main.yml b/roles/synapse/tasks/main.yml index 4516a62..18905c1 100644 --- a/roles/synapse/tasks/main.yml +++ b/roles/synapse/tasks/main.yml @@ -43,7 +43,7 @@ has_replication: "{{ synapse_available_worker_types[worker.key].stream_writers | default([]) | length > 0 }}" has_http: "{{ synapse_available_worker_types[worker.key].paths | default([]) | length > 0 }}" has_media: "{{ worker.key == 'media-repository' }}" - num_instances: "{{ worker.value.instances }}" + num_instances: "{{ worker.value.instances | default(0) }}" can_only_have_one: "{{ synapse_available_worker_types[worker.key].single }}" - name: Ingress diff --git a/roles/synapse/tasks/validation.yml b/roles/synapse/tasks/validation.yml index 5cec66f..5ee61ab 100644 --- a/roles/synapse/tasks/validation.yml +++ b/roles/synapse/tasks/validation.yml @@ -70,15 +70,17 @@ - name: "Assert supporter number of workers" ansible.builtin.assert: that: - - "item.instances is defined" - "item.instances > 0" - - "(synapse_available_worker_types[item.type].single and item.instances == 1) or not synapse_available_worker_types[item.type].single" - fail_msg: "spec.config.workers of type={{ item.type }} must correctly set instances number. \ + # If instances, ensure if single we have only one instance + - (not synapse_available_worker_types[item.type].single or + (synapse_available_worker_types[item.type].single and item.instances == 1)) + fail_msg: "spec.config.workers of type={{ item.type }} must correctly set instances. \ single={{ synapse_available_worker_types[item.type].single }} for type={{ item.type }}" + when: "item.instances is defined" loop: "{{ synapse_workers }}" register: assertions rescue: - - name: "Assert supporter number of workers failed" + - name: "Assert supported number of workers failed" ansible.builtin.fail: msg: "{{ assertions.results | selectattr('failed', 'eq', true) | map(attribute='msg') | join('\n') }}" diff --git a/roles/synapse/templates/haproxy.cfg.j2 b/roles/synapse/templates/haproxy.cfg.j2 index b585b17..b25b504 100644 --- a/roles/synapse/templates/haproxy.cfg.j2 +++ b/roles/synapse/templates/haproxy.cfg.j2 @@ -13,6 +13,9 @@ global # https://github.com/haproxy/haproxy/issues/1743 tune.maxrewrite 4096 + # Allow HAProxy Stats sockets + stats socket ipv4@127.0.0.1:1999 level admin + defaults mode http fullconn 20000 @@ -73,6 +76,10 @@ defaults # errorfile 503 /usr/local/etc/haproxy/429.http + # Use a consistent hashing scheme so that worker with balancing going down doesn't cause + # the traffic for all others to be shuffled around. + hash-type consistent sdbm + resolvers kubedns parse-resolv-conf hold timeout 600s @@ -201,21 +208,7 @@ backend {{ type }} # return the initial sync. timeout server 180s - # limit the frequency with which users can do initial syncs - # - # this is essentially a workaround for the fact that huge initialsyncs take - # ages to serialise (https://github.com/matrix-org/synapse/issues/6998), - # causing replication to be starved of CPU. - # - stick-table type string len 180 size 10k expire 10m store http_req_rate(10m) - - # Track only for full initalsyncs, room based syncs can go through. - # note the match is for a substring, not a regex, despite the /regex/ style format. - http-request track-sc0 hdr(X-Access-Token) if !{ path_sub "/rooms/" } !{ sc_http_req_rate(0) gt 5 } - - # If header doesn't exist it will round robin requests, - # though in that case they should all just be 4xx'd due - # to lack of access token. + # Balance on hash of access token balance hdr(X-Access-Token) # limit the number of concurrent requests to each synchrotron, @@ -223,9 +216,20 @@ backend {{ type }} default-server maxconn 50 {% elif type in ["sliding-sync", "synchrotron"] %} - stick-table type string len 180 size 50k expire 30m - stick on hdr(X-Access-Token) - balance leastconn + # Balance on the hash of the access token. + # When using stick tables, the stickiness only takes effect once the backend + # has responded at least once. If a user keeps timing out on their first + # incremental sync in a while, then they will keep 'bouncing' around + # different synchrotrons, preventing their sync from making progress. + # + # We can still use stick tables to ensure that once a client gets assigned + # to a Synchrotron it stays on that worker, allowing us to rebalance the + # pool without moving existing sessions. + # + # If the header doesn't exist it will round robin requests, + # though in that case they should all just be 4xx'd due + # to lack of an access token. + balance hdr(X-Access-Token) # synchrotrons are long-polled, so we need to allow many # concurrent connections. diff --git a/roles/synapse/vars/main/main.yml b/roles/synapse/vars/main/main.yml index 30071ef..759b9c4 100644 --- a/roles/synapse/vars/main/main.yml +++ b/roles/synapse/vars/main/main.yml @@ -6,12 +6,10 @@ --- synapse_workers: "{{ config.workers | default([]) }}" synapse_appservices_registrations: "{{ config.application_services_registrations | default([]) }}" -synapse_configured_workers: "{{ dict(synapse_workers | selectattr('instances', 'defined') - | selectattr('instances', '>', 0) - | groupby('type') +synapse_configured_workers: "{{ dict(synapse_workers | groupby('type') | rejectattr('1.1', 'defined') | map('flatten')) }}" # The rejectattr removes all types where there's more than 1 item in the list -has_any_workers: "{{ (synapse_configured_workers.values() | sum(attribute='instances')) > 0 }}" +has_any_workers: "{{ (synapse_configured_workers.keys() | length) > 0 }}" # Create a dict of each worker type: false # Create a dict of present worker types: true @@ -28,6 +26,8 @@ synapse_stream_writer_worker_types: >- # static workers config that can't be tweaked by the user. # user-controllable config like caches should be specified by the # user in the main or worker config of the CustomResource. +# +# please keep that in sync with changes done here. synapse_available_worker_types: appservice: app: generic_worker diff --git a/sboms/docker.io_library_haproxy:3.0-alpine.json b/sboms/docker.io_library_haproxy:3.0-alpine.json index dcbea40..31feb87 100644 --- a/sboms/docker.io_library_haproxy:3.0-alpine.json +++ b/sboms/docker.io_library_haproxy:3.0-alpine.json @@ -2,10 +2,10 @@ "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json", "bomFormat": "CycloneDX", "specVersion": "1.6", - "serialNumber": "urn:uuid:fc4a61ec-397e-496f-a1f3-3749691cb63f", + "serialNumber": "urn:uuid:6639f93b-bf90-4cfa-bc93-06f643f89578", "version": 1, "metadata": { - "timestamp": "2024-10-15T16:29:16Z", + "timestamp": "2024-11-06T12:35:59Z", "tools": { "components": [ { @@ -1959,7 +1959,7 @@ ], "vulnerabilities": [ { - "bom-ref": "urn:uuid:07d27382-8209-404d-9e55-d25ce291e789", + "bom-ref": "urn:uuid:876cab33-324f-4ad4-9fcd-c41514c780f4", "id": "CVE-2016-2102", "source": { "name": "nvd-cpe", @@ -2001,7 +2001,7 @@ ] }, { - "bom-ref": "urn:uuid:0c9d51bf-89f7-4028-a1c2-7d4b94092fed", + "bom-ref": "urn:uuid:13552fd3-2372-4384-8fdf-4f3d6cb2a5f6", "id": "CVE-2023-0056", "source": { "name": "nvd-cpe", @@ -2035,6 +2035,70 @@ "ref": "pkg:generic/haproxy@3.0.5?package-id=72843505ca23c788" } ] + }, + { + "bom-ref": "urn:uuid:cb1b89f7-b7e2-42fd-a135-a56de590fc05", + "id": "CVE-2024-9143", + "source": { + "name": "alpine-distro-alpine-3.20", + "url": "https://www.cve.org/CVERecord?id=CVE-2024-9143" + }, + "references": [ + { + "id": "CVE-2024-9143", + "source": { + "name": "alpine-distro-alpine-3.20", + "url": "https://www.cve.org/CVERecord?id=CVE-2024-9143" + } + } + ], + "ratings": [ + { + "severity": "unknown" + } + ], + "advisories": [ + { + "url": "https://www.cve.org/CVERecord?id=CVE-2024-9143" + } + ], + "affects": [ + { + "ref": "pkg:apk/alpine/libcrypto3@3.3.2-r0?arch=x86_64&upstream=openssl&distro=alpine-3.20.3&package-id=0bd67c24de5c4187" + } + ] + }, + { + "bom-ref": "urn:uuid:b6090ff7-829f-49cd-bcbb-3feb5f0fe8e9", + "id": "CVE-2024-9143", + "source": { + "name": "alpine-distro-alpine-3.20", + "url": "https://www.cve.org/CVERecord?id=CVE-2024-9143" + }, + "references": [ + { + "id": "CVE-2024-9143", + "source": { + "name": "alpine-distro-alpine-3.20", + "url": "https://www.cve.org/CVERecord?id=CVE-2024-9143" + } + } + ], + "ratings": [ + { + "severity": "unknown" + } + ], + "advisories": [ + { + "url": "https://www.cve.org/CVERecord?id=CVE-2024-9143" + } + ], + "affects": [ + { + "ref": "pkg:apk/alpine/libssl3@3.3.2-r0?arch=x86_64&upstream=openssl&distro=alpine-3.20.3&package-id=409f5b93e7b861be" + } + ] } ] } diff --git a/sboms/docker.io_library_nginx:1.26-alpine-slim.json b/sboms/docker.io_library_nginx:1.26-alpine-slim.json index ed9ee78..ea9b2e5 100644 --- a/sboms/docker.io_library_nginx:1.26-alpine-slim.json +++ b/sboms/docker.io_library_nginx:1.26-alpine-slim.json @@ -2,10 +2,10 @@ "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json", "bomFormat": "CycloneDX", "specVersion": "1.6", - "serialNumber": "urn:uuid:f30006f1-2574-424e-8164-5037d16a0af7", + "serialNumber": "urn:uuid:8f92b579-e9de-4de9-a41e-35d086421f57", "version": 1, "metadata": { - "timestamp": "2024-10-15T16:29:19Z", + "timestamp": "2024-11-06T12:36:02Z", "tools": { "components": [ { @@ -1801,5 +1801,70 @@ ] } ], - "vulnerabilities": [] + "vulnerabilities": [ + { + "bom-ref": "urn:uuid:a201bfa3-9186-431a-a685-1a5296fe1999", + "id": "CVE-2024-9143", + "source": { + "name": "alpine-distro-alpine-3.20", + "url": "https://www.cve.org/CVERecord?id=CVE-2024-9143" + }, + "references": [ + { + "id": "CVE-2024-9143", + "source": { + "name": "alpine-distro-alpine-3.20", + "url": "https://www.cve.org/CVERecord?id=CVE-2024-9143" + } + } + ], + "ratings": [ + { + "severity": "unknown" + } + ], + "advisories": [ + { + "url": "https://www.cve.org/CVERecord?id=CVE-2024-9143" + } + ], + "affects": [ + { + "ref": "pkg:apk/alpine/libcrypto3@3.3.2-r0?arch=x86_64&upstream=openssl&distro=alpine-3.20.3&package-id=0bd67c24de5c4187" + } + ] + }, + { + "bom-ref": "urn:uuid:d0725e44-702d-4713-9b23-407d2060828a", + "id": "CVE-2024-9143", + "source": { + "name": "alpine-distro-alpine-3.20", + "url": "https://www.cve.org/CVERecord?id=CVE-2024-9143" + }, + "references": [ + { + "id": "CVE-2024-9143", + "source": { + "name": "alpine-distro-alpine-3.20", + "url": "https://www.cve.org/CVERecord?id=CVE-2024-9143" + } + } + ], + "ratings": [ + { + "severity": "unknown" + } + ], + "advisories": [ + { + "url": "https://www.cve.org/CVERecord?id=CVE-2024-9143" + } + ], + "affects": [ + { + "ref": "pkg:apk/alpine/libssl3@3.3.2-r0?arch=x86_64&upstream=openssl&distro=alpine-3.20.3&package-id=409f5b93e7b861be" + } + ] + } + ] } diff --git a/sboms/docker.io_library_redis:7.4-alpine.json b/sboms/docker.io_library_redis:7.4-alpine.json index 5303031..2b3f1ba 100644 --- a/sboms/docker.io_library_redis:7.4-alpine.json +++ b/sboms/docker.io_library_redis:7.4-alpine.json @@ -2,10 +2,10 @@ "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json", "bomFormat": "CycloneDX", "specVersion": "1.6", - "serialNumber": "urn:uuid:bcbbd573-2549-4163-a7a4-8d82fd4c7a93", + "serialNumber": "urn:uuid:d8cdf6df-3046-4d7f-afec-f8d556b3ebfb", "version": 1, "metadata": { - "timestamp": "2024-10-15T16:29:23Z", + "timestamp": "2024-11-06T12:36:08Z", "tools": { "components": [ { @@ -1822,7 +1822,7 @@ ], "vulnerabilities": [ { - "bom-ref": "urn:uuid:bb74ac7b-18ef-4bc8-90a6-57f8225f5cfc", + "bom-ref": "urn:uuid:b743ba75-1b57-4212-8ada-b19c870709c4", "id": "CVE-2022-1705", "source": { "name": "nvd-cpe", @@ -1873,7 +1873,7 @@ ] }, { - "bom-ref": "urn:uuid:cb1b1ec8-f43b-4ece-a53b-2fe9fc001d06", + "bom-ref": "urn:uuid:d5c360f4-138b-4416-931d-787830c7966a", "id": "CVE-2022-1962", "source": { "name": "nvd-cpe", @@ -1921,7 +1921,7 @@ ] }, { - "bom-ref": "urn:uuid:6153721d-0e9e-4665-834d-132f32126af0", + "bom-ref": "urn:uuid:9093fa94-59e6-48bb-b759-c5af5dce38aa", "id": "CVE-2022-27664", "source": { "name": "nvd-cpe", @@ -1972,7 +1972,7 @@ ] }, { - "bom-ref": "urn:uuid:63490376-af7c-425d-8c85-4cfa917870e3", + "bom-ref": "urn:uuid:17a8fe8c-f349-473d-a9ed-3ea9847d61d8", "id": "CVE-2022-28131", "source": { "name": "nvd-cpe", @@ -2020,7 +2020,7 @@ ] }, { - "bom-ref": "urn:uuid:880d8336-5e3b-45a0-baf6-c7e022adcf10", + "bom-ref": "urn:uuid:445099cb-ca81-479a-8d0b-f9303bb08ba9", "id": "CVE-2022-2879", "source": { "name": "nvd-cpe", @@ -2068,7 +2068,7 @@ ] }, { - "bom-ref": "urn:uuid:c4698604-9e38-4410-8c11-a6baab801eec", + "bom-ref": "urn:uuid:c7e95d3e-bd90-42fd-8d19-c104eafb40ac", "id": "CVE-2022-2880", "source": { "name": "nvd-cpe", @@ -2116,7 +2116,7 @@ ] }, { - "bom-ref": "urn:uuid:ed788292-3028-4590-9b09-c85f263d4618", + "bom-ref": "urn:uuid:cce078c1-0600-4521-9fcc-44c05912edb6", "id": "CVE-2022-30580", "source": { "name": "nvd-cpe", @@ -2164,7 +2164,7 @@ ] }, { - "bom-ref": "urn:uuid:d769b701-bc12-46d3-99f0-06524820db7a", + "bom-ref": "urn:uuid:fe1babc7-d48f-4195-b9ce-d60535b72879", "id": "CVE-2022-30629", "source": { "name": "nvd-cpe", @@ -2212,7 +2212,7 @@ ] }, { - "bom-ref": "urn:uuid:52547b8f-9ec4-47ad-b4b9-7eb7dd9353fa", + "bom-ref": "urn:uuid:905d4ccc-39b3-47fa-ba50-a8457c79ec65", "id": "CVE-2022-30630", "source": { "name": "nvd-cpe", @@ -2260,7 +2260,7 @@ ] }, { - "bom-ref": "urn:uuid:2106ed5b-8221-4928-a9ab-85c13921fd27", + "bom-ref": "urn:uuid:63ccd7c2-7e1a-46e2-889a-b41fd222d470", "id": "CVE-2022-30631", "source": { "name": "nvd-cpe", @@ -2308,7 +2308,7 @@ ] }, { - "bom-ref": "urn:uuid:e127ffc6-b66c-45ed-9283-da33489d591b", + "bom-ref": "urn:uuid:dfe81bb7-cebb-420e-8e86-f79d8d9709b3", "id": "CVE-2022-30632", "source": { "name": "nvd-cpe", @@ -2356,7 +2356,7 @@ ] }, { - "bom-ref": "urn:uuid:0101b234-0290-4023-bd2a-ae98afd9db76", + "bom-ref": "urn:uuid:21b5b85a-0dd8-485a-8bfb-7dc424874266", "id": "CVE-2022-30633", "source": { "name": "nvd-cpe", @@ -2404,7 +2404,7 @@ ] }, { - "bom-ref": "urn:uuid:4c74e2b8-6e76-48cd-bdc0-084f72ba3db7", + "bom-ref": "urn:uuid:ca87562f-f598-4024-a242-d9deb55aa357", "id": "CVE-2022-30635", "source": { "name": "nvd-cpe", @@ -2452,7 +2452,7 @@ ] }, { - "bom-ref": "urn:uuid:e7bcdb66-fa4f-445e-9595-e65b09723bc7", + "bom-ref": "urn:uuid:b76b00ce-1b17-42d8-ae54-0168863536f8", "id": "CVE-2022-32148", "source": { "name": "nvd-cpe", @@ -2500,7 +2500,7 @@ ] }, { - "bom-ref": "urn:uuid:eb1d3ccd-6e9d-46af-9ef3-4c712cb2bf71", + "bom-ref": "urn:uuid:a7d43f52-8870-4d5a-ab8d-8dd977779e8c", "id": "CVE-2022-32189", "source": { "name": "nvd-cpe", @@ -2548,7 +2548,7 @@ ] }, { - "bom-ref": "urn:uuid:14988f11-1b4d-4bdc-974f-f6d93aa38ff6", + "bom-ref": "urn:uuid:ad15e19d-c5b1-4bce-acff-21af306328eb", "id": "CVE-2022-41715", "source": { "name": "nvd-cpe", @@ -2596,7 +2596,7 @@ ] }, { - "bom-ref": "urn:uuid:143f015f-e546-49fa-a8fb-8dbd8a7ed373", + "bom-ref": "urn:uuid:0a0f6464-bd29-4816-9ba1-6b56ef43d2a6", "id": "CVE-2022-41717", "source": { "name": "nvd-cpe", @@ -2698,7 +2698,7 @@ ] }, { - "bom-ref": "urn:uuid:0696313f-15ed-4247-a59f-89781a862005", + "bom-ref": "urn:uuid:527a87c0-5812-4624-98ef-96467131ff9b", "id": "CVE-2022-41723", "source": { "name": "nvd-cpe", @@ -2773,7 +2773,7 @@ ] }, { - "bom-ref": "urn:uuid:8c9d93fb-aed2-41e5-bb0f-c5e9bb286b8d", + "bom-ref": "urn:uuid:ab299c45-73ba-431b-993f-7cf9489022b6", "id": "CVE-2022-41724", "source": { "name": "nvd-cpe", @@ -2821,7 +2821,7 @@ ] }, { - "bom-ref": "urn:uuid:21fc2769-a33b-445b-9f75-ac1f81ddba40", + "bom-ref": "urn:uuid:567948e8-24ea-45e2-90ec-ac40373eb252", "id": "CVE-2022-41725", "source": { "name": "nvd-cpe", @@ -2869,7 +2869,7 @@ ] }, { - "bom-ref": "urn:uuid:365cb402-9a1a-4536-adde-cacf0b7cf2ab", + "bom-ref": "urn:uuid:3049da18-5873-4ce8-b34b-c9e2fd6c56a3", "id": "CVE-2023-24531", "source": { "name": "nvd-cpe", @@ -2917,7 +2917,7 @@ ] }, { - "bom-ref": "urn:uuid:06ff6292-365a-4aaa-a109-7af8a746521c", + "bom-ref": "urn:uuid:5b26fd05-6c9f-4761-9b19-4486b9f5fb88", "id": "CVE-2023-24532", "source": { "name": "nvd-cpe", @@ -2962,7 +2962,7 @@ ] }, { - "bom-ref": "urn:uuid:487a1ccb-f1a8-405a-b4aa-118a00dde89c", + "bom-ref": "urn:uuid:33407356-70c3-43c4-9183-c930bcae20ec", "id": "CVE-2023-24534", "source": { "name": "nvd-cpe", @@ -3013,7 +3013,7 @@ ] }, { - "bom-ref": "urn:uuid:59ff5d54-6f79-4d2c-a202-73a87cce4763", + "bom-ref": "urn:uuid:471fe8b9-df0c-4ea6-b8b3-484f5b513537", "id": "CVE-2023-24536", "source": { "name": "nvd-cpe", @@ -3070,7 +3070,7 @@ ] }, { - "bom-ref": "urn:uuid:64d819be-764c-4f78-a8c8-a2d5ab703bf3", + "bom-ref": "urn:uuid:76223f98-2fcd-48a5-aaf1-514d1b8999fa", "id": "CVE-2023-24537", "source": { "name": "nvd-cpe", @@ -3118,7 +3118,7 @@ ] }, { - "bom-ref": "urn:uuid:f688255d-1009-415c-ba80-a2ac3443a774", + "bom-ref": "urn:uuid:9f8836ed-e18d-45f4-89a4-f95cc91d937d", "id": "CVE-2023-24538", "source": { "name": "nvd-cpe", @@ -3166,7 +3166,7 @@ ] }, { - "bom-ref": "urn:uuid:9eedb1f9-0148-41f5-8e56-a7d306615bd0", + "bom-ref": "urn:uuid:d574008d-db55-43cc-976e-edc182e2b420", "id": "CVE-2023-24539", "source": { "name": "nvd-cpe", @@ -3211,7 +3211,7 @@ ] }, { - "bom-ref": "urn:uuid:b421fcdb-5841-4315-ae50-80e4a5c4be22", + "bom-ref": "urn:uuid:02a45473-c81f-4cbe-a254-7a1517fe29d7", "id": "CVE-2023-24540", "source": { "name": "nvd-cpe", @@ -3256,7 +3256,7 @@ ] }, { - "bom-ref": "urn:uuid:58b56426-a96c-4bcc-bda7-f9d5624df616", + "bom-ref": "urn:uuid:c799a897-b305-4a2b-bd67-2ed201a72801", "id": "CVE-2023-29400", "source": { "name": "nvd-cpe", @@ -3301,7 +3301,7 @@ ] }, { - "bom-ref": "urn:uuid:148e3c9c-7fdb-44b6-8095-0e9cf57c8a28", + "bom-ref": "urn:uuid:870c1c02-81e0-4b59-9631-28b6f2a004ad", "id": "CVE-2023-29402", "source": { "name": "nvd-cpe", @@ -3355,7 +3355,7 @@ ] }, { - "bom-ref": "urn:uuid:148f2eed-1c37-41c2-a313-6f88e08787c9", + "bom-ref": "urn:uuid:a57e833f-2fa7-4150-ba02-6db4294a7324", "id": "CVE-2023-29403", "source": { "name": "nvd-cpe", @@ -3409,7 +3409,7 @@ ] }, { - "bom-ref": "urn:uuid:6beb6a24-2e06-4b7e-8aa4-ba55c5add541", + "bom-ref": "urn:uuid:ceda0726-f042-4d0b-82e1-e3263de38527", "id": "CVE-2023-29404", "source": { "name": "nvd-cpe", @@ -3463,7 +3463,7 @@ ] }, { - "bom-ref": "urn:uuid:8d486712-4c06-4836-a3c0-a5fa23badd45", + "bom-ref": "urn:uuid:1fbb809e-bfd6-41eb-9ca1-e15557aa5371", "id": "CVE-2023-29405", "source": { "name": "nvd-cpe", @@ -3517,7 +3517,7 @@ ] }, { - "bom-ref": "urn:uuid:9d4209f8-d7f8-4bc5-be34-7967c30a0416", + "bom-ref": "urn:uuid:573b5e21-177a-48f9-acac-8e8648a8f798", "id": "CVE-2023-29406", "source": { "name": "nvd-cpe", @@ -3568,7 +3568,7 @@ ] }, { - "bom-ref": "urn:uuid:6d3347e4-c132-4b2b-8953-0da736999967", + "bom-ref": "urn:uuid:4915c1b1-5bb1-44c8-bdce-dcd096a31ea1", "id": "CVE-2023-29409", "source": { "name": "nvd-cpe", @@ -3619,7 +3619,7 @@ ] }, { - "bom-ref": "urn:uuid:941a4247-1230-4f53-b4dc-8ed4e6282747", + "bom-ref": "urn:uuid:9e626479-fbbd-4086-83a2-8b50f583eec4", "id": "CVE-2023-39318", "source": { "name": "nvd-cpe", @@ -3670,7 +3670,7 @@ ] }, { - "bom-ref": "urn:uuid:b25189e9-044c-48e1-afc1-554707962f7c", + "bom-ref": "urn:uuid:9dc89e1f-9437-4f28-862a-f648ad0e2add", "id": "CVE-2023-39319", "source": { "name": "nvd-cpe", @@ -3721,7 +3721,7 @@ ] }, { - "bom-ref": "urn:uuid:75e78a93-f1cf-4381-b8af-1e27efc851f7", + "bom-ref": "urn:uuid:0134cb42-1944-422f-97d6-d037825dcc15", "id": "CVE-2023-39323", "source": { "name": "nvd-cpe", @@ -3781,7 +3781,7 @@ ] }, { - "bom-ref": "urn:uuid:17ca07fa-53bf-4047-a205-cf04f967b564", + "bom-ref": "urn:uuid:74064a29-c7f9-4aaa-bc3e-92d6c0cb7a5f", "id": "CVE-2023-39326", "source": { "name": "nvd-cpe", @@ -3829,7 +3829,7 @@ ] }, { - "bom-ref": "urn:uuid:d6c950c1-e567-4983-b9ee-426e9d99d5db", + "bom-ref": "urn:uuid:32578030-86de-4381-8046-7e4e3c8dd327", "id": "CVE-2023-44487", "source": { "name": "nvd-cpe", @@ -4288,7 +4288,7 @@ ] }, { - "bom-ref": "urn:uuid:cac113f7-d232-4525-a93e-0568f88fbdb2", + "bom-ref": "urn:uuid:4c09ca66-4df7-4ab4-b0c7-ebb3e6523621", "id": "CVE-2023-45285", "source": { "name": "nvd-cpe", @@ -4336,7 +4336,7 @@ ] }, { - "bom-ref": "urn:uuid:01d4c33c-bcc7-4a28-aa29-746b126c6913", + "bom-ref": "urn:uuid:67d5518c-35f7-4416-9d18-4b5acae2dcd0", "id": "CVE-2023-45287", "source": { "name": "nvd-cpe", @@ -4387,7 +4387,7 @@ ] }, { - "bom-ref": "urn:uuid:9311d401-25ba-4135-8689-b0db5d4f9ef4", + "bom-ref": "urn:uuid:9e2cbd3a-b4f5-46a0-a833-e41fa435e441", "id": "CVE-2023-45288", "source": { "name": "nvd-cpe", @@ -4444,7 +4444,7 @@ ] }, { - "bom-ref": "urn:uuid:989d77ac-a691-49c7-acd6-a6bb93d129d8", + "bom-ref": "urn:uuid:8fb46e2f-7c96-41f6-9471-4a159bca9f60", "id": "CVE-2023-45289", "source": { "name": "nvd-cpe", @@ -4461,7 +4461,10 @@ ], "ratings": [ { - "severity": "unknown" + "score": 4.3, + "severity": "medium", + "method": "CVSSv31", + "vector": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], "description": "When following an HTTP redirect to a domain which is not a subdomain match or exact match of the initial domain, an http.Client does not forward sensitive headers such as \"Authorization\" or \"Cookie\". For example, a redirect from foo.com to www.foo.com will forward the Authorization header, but a redirect to bar.com will not. A maliciously crafted HTTP redirect could cause sensitive headers to be unexpectedly forwarded.", @@ -4492,7 +4495,7 @@ ] }, { - "bom-ref": "urn:uuid:02a9c538-c969-47fe-9d2e-91caf8ba60ff", + "bom-ref": "urn:uuid:57cb78f4-73a2-4220-82a5-5ea4bfba7b1c", "id": "CVE-2023-45290", "source": { "name": "nvd-cpe", @@ -4540,7 +4543,7 @@ ] }, { - "bom-ref": "urn:uuid:959321d4-55b1-42ae-8cfc-cc6fa54528bf", + "bom-ref": "urn:uuid:9d6e1368-61ee-4082-9e5b-e5109749f922", "id": "CVE-2024-24783", "source": { "name": "nvd-cpe", @@ -4557,7 +4560,10 @@ ], "ratings": [ { - "severity": "unknown" + "score": 5.9, + "severity": "medium", + "method": "CVSSv31", + "vector": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], "description": "Verifying a certificate chain which contains a certificate with an unknown public key algorithm will cause Certificate.Verify to panic. This affects all crypto/tls clients, and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert. The default behavior is for TLS servers to not verify client certificates.", @@ -4588,7 +4594,7 @@ ] }, { - "bom-ref": "urn:uuid:8f52574f-27a5-4df6-8f37-cc2d4bd54d65", + "bom-ref": "urn:uuid:0d3b8cc7-8b07-4348-97fa-9857d4d3dfe6", "id": "CVE-2024-24784", "source": { "name": "nvd-cpe", @@ -4639,7 +4645,7 @@ ] }, { - "bom-ref": "urn:uuid:8b2d284f-cb23-4c16-aaea-fd5f3b6d1032", + "bom-ref": "urn:uuid:568dc15f-1be9-4168-85f0-5df804880d7c", "id": "CVE-2024-24785", "source": { "name": "nvd-cpe", @@ -4687,7 +4693,7 @@ ] }, { - "bom-ref": "urn:uuid:058fb6ed-034f-4fed-82a5-faf476810177", + "bom-ref": "urn:uuid:3b59426d-0a1c-405c-bb90-e8d3aebee6fe", "id": "CVE-2024-24787", "source": { "name": "nvd-cpe", @@ -4738,7 +4744,7 @@ ] }, { - "bom-ref": "urn:uuid:9ebe0a74-7e0a-425e-a331-fadc9ecf2447", + "bom-ref": "urn:uuid:6469eb2a-57bb-41d8-97a5-ae6f88a2ba60", "id": "CVE-2024-24789", "source": { "name": "nvd-cpe", @@ -4795,7 +4801,7 @@ ] }, { - "bom-ref": "urn:uuid:e8135ba7-3459-4816-9924-5194f2a09a30", + "bom-ref": "urn:uuid:0c474a51-61f6-411a-8f1c-e5cdce615ffb", "id": "CVE-2024-24790", "source": { "name": "nvd-cpe", @@ -4849,7 +4855,7 @@ ] }, { - "bom-ref": "urn:uuid:515458be-6a52-4214-90b4-3045f2f60e9a", + "bom-ref": "urn:uuid:0e7f68b8-63b6-483a-89dd-7df44211a56e", "id": "CVE-2024-24791", "source": { "name": "nvd-cpe", @@ -4894,7 +4900,7 @@ ] }, { - "bom-ref": "urn:uuid:995b69e2-edff-4d64-8bdf-e22bfc339490", + "bom-ref": "urn:uuid:2b45b73a-cc03-4491-ac81-b40c21cfcd98", "id": "CVE-2024-34155", "source": { "name": "nvd-cpe", @@ -4911,7 +4917,10 @@ ], "ratings": [ { - "severity": "unknown" + "score": 4.3, + "severity": "medium", + "method": "CVSSv31", + "vector": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L" } ], "description": "Calling any of the Parse functions on Go source code which contains deeply nested literals can cause a panic due to stack exhaustion.", @@ -4936,7 +4945,7 @@ ] }, { - "bom-ref": "urn:uuid:1c243f10-b744-4f4c-995f-cb7bb7605e87", + "bom-ref": "urn:uuid:8e893773-0084-4f29-872f-a753fe737a72", "id": "CVE-2024-34156", "source": { "name": "nvd-cpe", @@ -4981,7 +4990,7 @@ ] }, { - "bom-ref": "urn:uuid:7eb12216-a8f6-4dcb-8f59-3a27e8d05cdb", + "bom-ref": "urn:uuid:7b9dc4e0-b1cb-416f-b945-c39ebc2c1e17", "id": "CVE-2024-34158", "source": { "name": "nvd-cpe", @@ -5024,6 +5033,70 @@ "ref": "pkg:golang/stdlib@1.18.2?package-id=bd0350174db7828f" } ] + }, + { + "bom-ref": "urn:uuid:87235f51-b553-44b5-949a-da7c9dc3b517", + "id": "CVE-2024-9143", + "source": { + "name": "alpine-distro-alpine-3.20", + "url": "https://www.cve.org/CVERecord?id=CVE-2024-9143" + }, + "references": [ + { + "id": "CVE-2024-9143", + "source": { + "name": "alpine-distro-alpine-3.20", + "url": "https://www.cve.org/CVERecord?id=CVE-2024-9143" + } + } + ], + "ratings": [ + { + "severity": "unknown" + } + ], + "advisories": [ + { + "url": "https://www.cve.org/CVERecord?id=CVE-2024-9143" + } + ], + "affects": [ + { + "ref": "pkg:apk/alpine/libcrypto3@3.3.2-r0?arch=x86_64&upstream=openssl&distro=alpine-3.20.3&package-id=0bd67c24de5c4187" + } + ] + }, + { + "bom-ref": "urn:uuid:72df5e46-a82b-4a37-b484-7bd11ba1f9b6", + "id": "CVE-2024-9143", + "source": { + "name": "alpine-distro-alpine-3.20", + "url": "https://www.cve.org/CVERecord?id=CVE-2024-9143" + }, + "references": [ + { + "id": "CVE-2024-9143", + "source": { + "name": "alpine-distro-alpine-3.20", + "url": "https://www.cve.org/CVERecord?id=CVE-2024-9143" + } + } + ], + "ratings": [ + { + "severity": "unknown" + } + ], + "advisories": [ + { + "url": "https://www.cve.org/CVERecord?id=CVE-2024-9143" + } + ], + "affects": [ + { + "ref": "pkg:apk/alpine/libssl3@3.3.2-r0?arch=x86_64&upstream=openssl&distro=alpine-3.20.3&package-id=409f5b93e7b861be" + } + ] } ] } diff --git a/sboms/docker.io_matrixdotorg_synapse:v1.114.0.json b/sboms/docker.io_matrixdotorg_synapse:v1.116.0.json similarity index 87% rename from sboms/docker.io_matrixdotorg_synapse:v1.114.0.json rename to sboms/docker.io_matrixdotorg_synapse:v1.116.0.json index 73fd7dd..228f259 100644 --- a/sboms/docker.io_matrixdotorg_synapse:v1.114.0.json +++ b/sboms/docker.io_matrixdotorg_synapse:v1.116.0.json @@ -2,10 +2,10 @@ "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json", "bomFormat": "CycloneDX", "specVersion": "1.6", - "serialNumber": "urn:uuid:6e1126da-d05b-4b13-b808-43f06989d2ca", + "serialNumber": "urn:uuid:f2f75a83-294f-4b69-904f-392dc57693b0", "version": 1, "metadata": { - "timestamp": "2024-10-15T16:29:39Z", + "timestamp": "2024-11-06T12:36:25Z", "tools": { "components": [ { @@ -17,15 +17,15 @@ ] }, "component": { - "bom-ref": "7da5726b6c09f48c", + "bom-ref": "44fa964f1341657c", "type": "container", - "name": "docker.io/matrixdotorg/synapse:v1.114.0", - "version": "v1.114.0" + "name": "docker.io/matrixdotorg/synapse:v1.116.0", + "version": "v1.116.0" }, "properties": [ { "name": "syft:image:labels:gitsha1", - "value": "5eec67b6ef4b76caa2324a80e01e361bfa84a929" + "value": "55c0391cc821170706d656bd8a2252627865bedc" }, { "name": "syft:image:labels:org.opencontainers.image.documentation", @@ -45,17 +45,17 @@ }, { "name": "syft:image:labels:org.opencontainers.image.version", - "value": "1.114.0" + "value": "1.116.0" } ] }, "components": [ { - "bom-ref": "pkg:pypi/authlib@1.3.1?package-id=4b098fcc867931cf", + "bom-ref": "pkg:pypi/authlib@1.3.2?package-id=ff48253512d7ce39", "type": "library", "author": "Hsiaoming Yang ", "name": "Authlib", - "version": "1.3.1", + "version": "1.3.2", "licenses": [ { "license": { @@ -63,8 +63,8 @@ } } ], - "cpe": "cpe:2.3:a:hsiaoming_yang_\\", "name": "Automat", @@ -314,7 +314,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -322,7 +322,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -330,7 +330,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:2:path", @@ -408,7 +408,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -416,7 +416,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -550,7 +550,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -558,7 +558,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -566,7 +566,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:2:path", @@ -575,7 +575,7 @@ ] }, { - "bom-ref": "pkg:pypi/pyicu@2.13.1?package-id=4b35c112d1cae6c8", + "bom-ref": "pkg:pypi/pyicu@2.13.1?package-id=b3859aa7bfaca7fd", "type": "library", "author": "Andi Vajda ", "name": "PyICU", @@ -724,7 +724,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -732,7 +732,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -740,7 +740,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:2:path", @@ -910,7 +910,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -918,7 +918,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -926,7 +926,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:2:path", @@ -1084,7 +1084,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -1092,7 +1092,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -1100,7 +1100,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:2:path", @@ -1222,7 +1222,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -1230,7 +1230,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -1238,7 +1238,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:2:path", @@ -1272,7 +1272,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3db20f592cb9c77fd7699b9c3c5ddf0e4439c38705ad1be1838e80cc19eb33ef" + "value": "sha256:5b2bbb7d3a14a5b80c6aac1ff9fed365b9971aa1411e25c14626eb9561808370" }, { "name": "syft:location:0:path", @@ -1306,7 +1306,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3db20f592cb9c77fd7699b9c3c5ddf0e4439c38705ad1be1838e80cc19eb33ef" + "value": "sha256:5b2bbb7d3a14a5b80c6aac1ff9fed365b9971aa1411e25c14626eb9561808370" }, { "name": "syft:location:0:path", @@ -1340,7 +1340,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3db20f592cb9c77fd7699b9c3c5ddf0e4439c38705ad1be1838e80cc19eb33ef" + "value": "sha256:5b2bbb7d3a14a5b80c6aac1ff9fed365b9971aa1411e25c14626eb9561808370" }, { "name": "syft:location:0:path", @@ -1374,7 +1374,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3db20f592cb9c77fd7699b9c3c5ddf0e4439c38705ad1be1838e80cc19eb33ef" + "value": "sha256:5b2bbb7d3a14a5b80c6aac1ff9fed365b9971aa1411e25c14626eb9561808370" }, { "name": "syft:location:0:path", @@ -1408,7 +1408,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3db20f592cb9c77fd7699b9c3c5ddf0e4439c38705ad1be1838e80cc19eb33ef" + "value": "sha256:5b2bbb7d3a14a5b80c6aac1ff9fed365b9971aa1411e25c14626eb9561808370" }, { "name": "syft:location:0:path", @@ -1442,7 +1442,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3db20f592cb9c77fd7699b9c3c5ddf0e4439c38705ad1be1838e80cc19eb33ef" + "value": "sha256:5b2bbb7d3a14a5b80c6aac1ff9fed365b9971aa1411e25c14626eb9561808370" }, { "name": "syft:location:0:path", @@ -1451,11 +1451,11 @@ ] }, { - "bom-ref": "pkg:pypi/twisted@24.7.0rc1?package-id=b5e60d2a6f15cf28", + "bom-ref": "pkg:pypi/twisted@24.7.0?package-id=01f25ac2e40d6041", "type": "library", "author": "Twisted Matrix Laboratories ", "name": "Twisted", - "version": "24.7.0rc1", + "version": "24.7.0", "licenses": [ { "license": { @@ -1463,8 +1463,8 @@ } } ], - "cpe": "cpe:2.3:a:twisted_matrix_laboratories_\\, Adrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com>, Zac Hatfield-Dodds ", + "author": "Adrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com>, Samuel Colvin , Zac Hatfield-Dodds ", "name": "annotated-types", - "version": "0.5.0", - "cpe": "cpe:2.3:a:samuel_colvin_\\", "name": "base-files", - "version": "12.4+deb12u6", + "version": "12.4+deb12u7", "licenses": [ { "license": { @@ -2418,8 +2418,8 @@ } } ], - "cpe": "cpe:2.3:a:base-files:base-files:12.4\\+deb12u6:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/base-files@12.4%2Bdeb12u6?arch=amd64&distro=debian-12", + "cpe": "cpe:2.3:a:base-files:base-files:12.4\\+deb12u7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/base-files@12.4%2Bdeb12u7?arch=amd64&distro=debian-12", "properties": [ { "name": "syft:package:foundBy", @@ -2435,27 +2435,27 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:base-files:base_files:12.4\\+deb12u6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:base-files:base_files:12.4\\+deb12u7:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:base_files:base-files:12.4\\+deb12u6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:base_files:base-files:12.4\\+deb12u7:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:base_files:base_files:12.4\\+deb12u6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:base_files:base_files:12.4\\+deb12u7:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:base:base-files:12.4\\+deb12u6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:base:base-files:12.4\\+deb12u7:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:base:base_files:12.4\\+deb12u6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:base:base_files:12.4\\+deb12u7:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -2463,7 +2463,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -2471,7 +2471,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:2:path", @@ -2479,7 +2479,7 @@ }, { "name": "syft:location:3:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:3:path", @@ -2546,7 +2546,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -2554,7 +2554,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -2562,7 +2562,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -2649,7 +2649,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -2657,7 +2657,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -2665,7 +2665,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:2:path", @@ -2673,7 +2673,7 @@ }, { "name": "syft:location:3:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:3:path", @@ -2819,7 +2819,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -2827,7 +2827,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -2835,7 +2835,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:2:path", @@ -2920,7 +2920,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -2928,7 +2928,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -2936,7 +2936,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:2:path", @@ -3049,7 +3049,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -3057,7 +3057,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -3065,7 +3065,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -3145,7 +3145,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c897e89524533bef559ab9e566ef5ed6df162e8391cd450f0acfca4f124b5d3a" + "value": "sha256:1eae3090c894bdd0f65111e623739bffb086c52e0e648ef32b0a0ba83397d061" }, { "name": "syft:location:0:path", @@ -3153,7 +3153,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:c897e89524533bef559ab9e566ef5ed6df162e8391cd450f0acfca4f124b5d3a" + "value": "sha256:1eae3090c894bdd0f65111e623739bffb086c52e0e648ef32b0a0ba83397d061" }, { "name": "syft:location:1:path", @@ -3161,7 +3161,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -3323,7 +3323,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -3331,7 +3331,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -3339,7 +3339,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:2:path", @@ -3381,7 +3381,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -3389,7 +3389,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -3397,7 +3397,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:2:path", @@ -3543,7 +3543,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -3551,7 +3551,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -3559,7 +3559,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:2:path", @@ -3568,7 +3568,7 @@ ] }, { - "bom-ref": "pkg:pypi/charset-normalizer@3.1.0?package-id=d51d0e727c1326bb", + "bom-ref": "pkg:pypi/charset-normalizer@3.1.0?package-id=81b3eead77ed14e7", "type": "library", "author": "Ahmed TAHRI ", "name": "charset-normalizer", @@ -3789,7 +3789,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -3797,7 +3797,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -3805,7 +3805,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:2:path", @@ -3963,7 +3963,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -3971,7 +3971,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -3979,7 +3979,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:2:path", @@ -4047,7 +4047,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -4055,7 +4055,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -4063,7 +4063,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -4076,18 +4076,18 @@ ] }, { - "bom-ref": "pkg:pypi/cryptography@43.0.0?package-id=421baa05e84a195d", + "bom-ref": "pkg:pypi/cryptography@43.0.1?package-id=8c5e30e2a7eb9882", "type": "library", "author": "The cryptography developers >", "name": "cryptography", - "version": "43.0.0", + "version": "43.0.1", "licenses": [ { "expression": "Apache-2.0 OR BSD-3-Clause" } ], - "cpe": "cpe:2.3:a:cryptography_project:cryptography:43.0.0:*:*:*:*:python:*:*", - "purl": "pkg:pypi/cryptography@43.0.0", + "cpe": "cpe:2.3:a:cryptography_project:cryptography:43.0.1:*:*:*:*:python:*:*", + "purl": "pkg:pypi/cryptography@43.0.1", "properties": [ { "name": "syft:package:foundBy", @@ -4107,23 +4107,23 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-cryptography_project:python-cryptography:43.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-cryptography_project:python-cryptography:43.0.1:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/cryptography-43.0.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.11/site-packages/cryptography-43.0.1.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/cryptography-43.0.0.dist-info/RECORD" + "value": "/usr/local/lib/python3.11/site-packages/cryptography-43.0.1.dist-info/RECORD" } ] }, @@ -4202,7 +4202,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:0:path", @@ -4210,7 +4210,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:1:path", @@ -4218,7 +4218,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -4275,7 +4275,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -4283,7 +4283,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -4291,7 +4291,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -4333,7 +4333,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -4341,7 +4341,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -4349,7 +4349,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:2:path", @@ -4357,7 +4357,7 @@ }, { "name": "syft:location:3:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:3:path", @@ -4435,7 +4435,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -4443,7 +4443,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -4451,7 +4451,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:2:path", @@ -4459,7 +4459,7 @@ }, { "name": "syft:location:3:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:3:path", @@ -4516,7 +4516,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -4524,7 +4524,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -4532,7 +4532,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -4694,7 +4694,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -4702,7 +4702,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -4710,7 +4710,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:2:path", @@ -4823,7 +4823,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -4831,7 +4831,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -4839,7 +4839,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -4896,7 +4896,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -4904,7 +4904,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -4912,7 +4912,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:2:path", @@ -4920,7 +4920,7 @@ }, { "name": "syft:location:3:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:3:path", @@ -5002,7 +5002,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -5010,7 +5010,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -5018,7 +5018,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:2:path", @@ -5026,7 +5026,7 @@ }, { "name": "syft:location:3:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:3:path", @@ -5188,7 +5188,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -5196,7 +5196,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -5204,7 +5204,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:2:path", @@ -5332,7 +5332,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -5340,7 +5340,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -5348,7 +5348,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -5451,7 +5451,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -5459,7 +5459,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -5467,7 +5467,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -5509,7 +5509,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:0:path", @@ -5569,7 +5569,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:0:path", @@ -5577,7 +5577,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:1:path", @@ -5585,7 +5585,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -5690,7 +5690,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -5698,7 +5698,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -5706,7 +5706,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -5757,7 +5757,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -5765,7 +5765,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -5773,7 +5773,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -5835,7 +5835,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -5843,7 +5843,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -5851,7 +5851,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -6013,7 +6013,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -6021,7 +6021,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -6029,7 +6029,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:2:path", @@ -6067,7 +6067,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -6075,7 +6075,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -6083,7 +6083,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -6172,7 +6172,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -6180,7 +6180,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -6188,7 +6188,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:2:path", @@ -6346,7 +6346,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -6354,7 +6354,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -6362,7 +6362,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:2:path", @@ -6371,13 +6371,13 @@ ] }, { - "bom-ref": "pkg:pypi/idna@3.7?package-id=48c70e4ccf175e39", + "bom-ref": "pkg:pypi/idna@3.10?package-id=f08f1b658dc9e368", "type": "library", "author": "Kim Davies ", "name": "idna", - "version": "3.7", - "cpe": "cpe:2.3:a:kim_davies_\\", "name": "jsonschema", @@ -8739,7 +8739,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -8747,7 +8747,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -9025,7 +9025,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -9033,7 +9033,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -9191,7 +9191,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -9199,7 +9199,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -9207,7 +9207,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:2:path", @@ -9260,7 +9260,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -9268,7 +9268,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -9276,7 +9276,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -9357,7 +9357,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -9365,7 +9365,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -9373,7 +9373,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -9434,7 +9434,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -9442,7 +9442,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -9450,7 +9450,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:2:path", @@ -9458,7 +9458,7 @@ }, { "name": "syft:location:3:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:3:path", @@ -9534,7 +9534,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -9542,7 +9542,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -9550,7 +9550,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:2:path", @@ -9558,7 +9558,7 @@ }, { "name": "syft:location:3:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:3:path", @@ -9614,7 +9614,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -9622,7 +9622,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -9630,7 +9630,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -9751,7 +9751,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -9759,7 +9759,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -9767,7 +9767,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -9813,7 +9813,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:0:path", @@ -9821,7 +9821,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:1:path", @@ -9829,7 +9829,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -9904,7 +9904,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -9912,7 +9912,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -9920,7 +9920,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -9941,11 +9941,11 @@ ] }, { - "bom-ref": "pkg:deb/debian/libc-bin@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=a9bedc790c491b0d", + "bom-ref": "pkg:deb/debian/libc-bin@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=ce9249bb3f1e8686", "type": "library", "publisher": "GNU Libc Maintainers ", "name": "libc-bin", - "version": "2.36-9+deb12u7", + "version": "2.36-9+deb12u8", "licenses": [ { "license": { @@ -9958,8 +9958,8 @@ } } ], - "cpe": "cpe:2.3:a:libc-bin:libc-bin:2.36-9\\+deb12u7:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libc-bin@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12", + "cpe": "cpe:2.3:a:libc-bin:libc-bin:2.36-9\\+deb12u8:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libc-bin@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12", "properties": [ { "name": "syft:package:foundBy", @@ -9975,27 +9975,27 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libc-bin:libc_bin:2.36-9\\+deb12u7:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:libc-bin:libc_bin:2.36-9\\+deb12u8:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libc_bin:libc-bin:2.36-9\\+deb12u7:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:libc_bin:libc-bin:2.36-9\\+deb12u8:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libc_bin:libc_bin:2.36-9\\+deb12u7:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:libc_bin:libc_bin:2.36-9\\+deb12u8:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libc:libc-bin:2.36-9\\+deb12u7:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:libc:libc-bin:2.36-9\\+deb12u8:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libc:libc_bin:2.36-9\\+deb12u7:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:libc:libc_bin:2.36-9\\+deb12u8:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -10003,7 +10003,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -10011,7 +10011,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:2:path", @@ -10019,7 +10019,7 @@ }, { "name": "syft:location:3:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:3:path", @@ -10027,7 +10027,7 @@ }, { "name": "syft:metadata:installedSize", - "value": "2039" + "value": "2040" }, { "name": "syft:metadata:source", @@ -10036,11 +10036,11 @@ ] }, { - "bom-ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "bom-ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "type": "library", "publisher": "GNU Libc Maintainers ", "name": "libc6", - "version": "2.36-9+deb12u7", + "version": "2.36-9+deb12u8", "licenses": [ { "license": { @@ -10053,8 +10053,8 @@ } } ], - "cpe": "cpe:2.3:a:libc6:libc6:2.36-9\\+deb12u7:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12", + "cpe": "cpe:2.3:a:libc6:libc6:2.36-9\\+deb12u8:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12", "properties": [ { "name": "syft:package:foundBy", @@ -10070,7 +10070,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -10078,7 +10078,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -10086,7 +10086,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:2:path", @@ -10094,7 +10094,7 @@ }, { "name": "syft:location:3:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:3:path", @@ -10180,7 +10180,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -10188,7 +10188,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -10196,7 +10196,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -10256,7 +10256,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -10264,7 +10264,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -10272,7 +10272,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -10374,7 +10374,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -10382,7 +10382,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -10390,7 +10390,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -10429,7 +10429,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -10437,7 +10437,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -10445,7 +10445,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -10536,7 +10536,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:0:path", @@ -10544,7 +10544,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:1:path", @@ -10552,7 +10552,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -10648,7 +10648,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -10656,7 +10656,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -10664,7 +10664,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -10720,7 +10720,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -10728,7 +10728,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -10736,7 +10736,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -10753,11 +10753,11 @@ ] }, { - "bom-ref": "pkg:deb/debian/libexpat1@2.5.0-1?arch=amd64&upstream=expat&distro=debian-12&package-id=647da6a471c14b1e", + "bom-ref": "pkg:deb/debian/libexpat1@2.5.0-1%2Bdeb12u1?arch=amd64&upstream=expat&distro=debian-12&package-id=212bce1710b5fa29", "type": "library", "publisher": "Laszlo Boszormenyi (GCS) ", "name": "libexpat1", - "version": "2.5.0-1", + "version": "2.5.0-1+deb12u1", "licenses": [ { "license": { @@ -10765,8 +10765,8 @@ } } ], - "cpe": "cpe:2.3:a:libexpat1:libexpat1:2.5.0-1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libexpat1@2.5.0-1?arch=amd64&upstream=expat&distro=debian-12", + "cpe": "cpe:2.3:a:libexpat1:libexpat1:2.5.0-1\\+deb12u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libexpat1@2.5.0-1%2Bdeb12u1?arch=amd64&upstream=expat&distro=debian-12", "properties": [ { "name": "syft:package:foundBy", @@ -10782,7 +10782,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" + "value": "sha256:5b2bbb7d3a14a5b80c6aac1ff9fed365b9971aa1411e25c14626eb9561808370" }, { "name": "syft:location:0:path", @@ -10790,7 +10790,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" + "value": "sha256:5b2bbb7d3a14a5b80c6aac1ff9fed365b9971aa1411e25c14626eb9561808370" }, { "name": "syft:location:1:path", @@ -10798,7 +10798,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -10884,7 +10884,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -10892,7 +10892,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -10900,7 +10900,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -10976,7 +10976,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -10984,7 +10984,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -10992,7 +10992,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -11083,7 +11083,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -11091,7 +11091,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -11099,7 +11099,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -11150,7 +11150,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -11158,7 +11158,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -11166,7 +11166,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -11228,7 +11228,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" + "value": "sha256:5b2bbb7d3a14a5b80c6aac1ff9fed365b9971aa1411e25c14626eb9561808370" }, { "name": "syft:location:0:path", @@ -11236,7 +11236,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" + "value": "sha256:5b2bbb7d3a14a5b80c6aac1ff9fed365b9971aa1411e25c14626eb9561808370" }, { "name": "syft:location:1:path", @@ -11244,7 +11244,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -11315,7 +11315,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -11323,7 +11323,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -11331,7 +11331,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -11437,7 +11437,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -11445,7 +11445,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -11453,7 +11453,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -11544,7 +11544,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -11552,7 +11552,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -11560,7 +11560,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -11642,7 +11642,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" + "value": "sha256:5b2bbb7d3a14a5b80c6aac1ff9fed365b9971aa1411e25c14626eb9561808370" }, { "name": "syft:location:0:path", @@ -11650,7 +11650,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" + "value": "sha256:5b2bbb7d3a14a5b80c6aac1ff9fed365b9971aa1411e25c14626eb9561808370" }, { "name": "syft:location:1:path", @@ -11658,7 +11658,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -11754,7 +11754,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -11762,7 +11762,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -11770,7 +11770,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -11821,7 +11821,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:0:path", @@ -11829,7 +11829,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:1:path", @@ -11837,7 +11837,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -11933,7 +11933,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -11941,7 +11941,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -11949,7 +11949,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -12024,7 +12024,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:0:path", @@ -12032,7 +12032,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:1:path", @@ -12040,7 +12040,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -12126,7 +12126,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:0:path", @@ -12134,7 +12134,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:1:path", @@ -12142,7 +12142,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -12188,7 +12188,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" + "value": "sha256:5b2bbb7d3a14a5b80c6aac1ff9fed365b9971aa1411e25c14626eb9561808370" }, { "name": "syft:location:0:path", @@ -12196,7 +12196,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" + "value": "sha256:5b2bbb7d3a14a5b80c6aac1ff9fed365b9971aa1411e25c14626eb9561808370" }, { "name": "syft:location:1:path", @@ -12204,7 +12204,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -12265,7 +12265,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" + "value": "sha256:5b2bbb7d3a14a5b80c6aac1ff9fed365b9971aa1411e25c14626eb9561808370" }, { "name": "syft:location:0:path", @@ -12273,7 +12273,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" + "value": "sha256:5b2bbb7d3a14a5b80c6aac1ff9fed365b9971aa1411e25c14626eb9561808370" }, { "name": "syft:location:1:path", @@ -12281,7 +12281,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -12347,7 +12347,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" + "value": "sha256:5b2bbb7d3a14a5b80c6aac1ff9fed365b9971aa1411e25c14626eb9561808370" }, { "name": "syft:location:0:path", @@ -12355,7 +12355,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" + "value": "sha256:5b2bbb7d3a14a5b80c6aac1ff9fed365b9971aa1411e25c14626eb9561808370" }, { "name": "syft:location:1:path", @@ -12363,7 +12363,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -12409,7 +12409,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" + "value": "sha256:5b2bbb7d3a14a5b80c6aac1ff9fed365b9971aa1411e25c14626eb9561808370" }, { "name": "syft:location:0:path", @@ -12417,7 +12417,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" + "value": "sha256:5b2bbb7d3a14a5b80c6aac1ff9fed365b9971aa1411e25c14626eb9561808370" }, { "name": "syft:location:1:path", @@ -12425,7 +12425,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -12602,7 +12602,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:0:path", @@ -12610,7 +12610,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:1:path", @@ -12618,7 +12618,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -12779,7 +12779,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:0:path", @@ -12787,7 +12787,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:1:path", @@ -12795,7 +12795,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -12803,7 +12803,7 @@ }, { "name": "syft:location:3:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:3:path", @@ -12879,7 +12879,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -12887,7 +12887,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -12895,7 +12895,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -13006,7 +13006,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -13014,7 +13014,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -13022,7 +13022,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -13103,7 +13103,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -13111,7 +13111,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -13119,7 +13119,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -13240,7 +13240,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -13248,7 +13248,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -13256,7 +13256,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -13312,7 +13312,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -13320,7 +13320,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" + "value": "sha256:5b2bbb7d3a14a5b80c6aac1ff9fed365b9971aa1411e25c14626eb9561808370" }, { "name": "syft:location:1:path", @@ -13328,7 +13328,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -13424,7 +13424,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -13432,7 +13432,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -13440,7 +13440,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -13531,7 +13531,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:0:path", @@ -13539,7 +13539,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:1:path", @@ -13547,7 +13547,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -13658,7 +13658,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" + "value": "sha256:5b2bbb7d3a14a5b80c6aac1ff9fed365b9971aa1411e25c14626eb9561808370" }, { "name": "syft:location:0:path", @@ -13666,7 +13666,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" + "value": "sha256:5b2bbb7d3a14a5b80c6aac1ff9fed365b9971aa1411e25c14626eb9561808370" }, { "name": "syft:location:1:path", @@ -13674,7 +13674,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -13775,7 +13775,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -13783,7 +13783,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -13791,7 +13791,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -13907,7 +13907,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -13915,7 +13915,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -13923,7 +13923,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:2:path", @@ -13931,7 +13931,7 @@ }, { "name": "syft:location:3:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:3:path", @@ -14063,7 +14063,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -14071,7 +14071,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -14079,7 +14079,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -14195,7 +14195,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -14203,7 +14203,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -14211,7 +14211,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:2:path", @@ -14219,7 +14219,7 @@ }, { "name": "syft:location:3:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:3:path", @@ -14315,7 +14315,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -14323,7 +14323,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -14331,7 +14331,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -14433,7 +14433,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -14441,7 +14441,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -14449,7 +14449,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -14545,7 +14545,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:0:path", @@ -14553,7 +14553,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:1:path", @@ -14561,7 +14561,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -14617,7 +14617,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:0:path", @@ -14625,7 +14625,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:1:path", @@ -14633,7 +14633,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -14709,7 +14709,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" + "value": "sha256:5b2bbb7d3a14a5b80c6aac1ff9fed365b9971aa1411e25c14626eb9561808370" }, { "name": "syft:location:0:path", @@ -14717,7 +14717,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" + "value": "sha256:5b2bbb7d3a14a5b80c6aac1ff9fed365b9971aa1411e25c14626eb9561808370" }, { "name": "syft:location:1:path", @@ -14725,7 +14725,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -14776,7 +14776,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:0:path", @@ -14784,7 +14784,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:1:path", @@ -14792,7 +14792,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -14952,7 +14952,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:0:path", @@ -14960,7 +14960,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:1:path", @@ -14968,7 +14968,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -15124,7 +15124,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:0:path", @@ -15132,7 +15132,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:1:path", @@ -15140,7 +15140,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -15312,7 +15312,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:0:path", @@ -15320,7 +15320,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:1:path", @@ -15328,7 +15328,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -15374,7 +15374,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -15382,7 +15382,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -15390,7 +15390,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -15441,7 +15441,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -15449,7 +15449,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -15457,7 +15457,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -15532,7 +15532,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -15540,7 +15540,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -15548,7 +15548,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:2:path", @@ -15556,7 +15556,7 @@ }, { "name": "syft:location:3:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:3:path", @@ -15607,7 +15607,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -15615,7 +15615,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -15623,7 +15623,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -15693,7 +15693,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -15701,7 +15701,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -15709,7 +15709,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -15830,7 +15830,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -15838,7 +15838,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -15846,7 +15846,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -15922,7 +15922,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" + "value": "sha256:5b2bbb7d3a14a5b80c6aac1ff9fed365b9971aa1411e25c14626eb9561808370" }, { "name": "syft:location:0:path", @@ -15930,7 +15930,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" + "value": "sha256:5b2bbb7d3a14a5b80c6aac1ff9fed365b9971aa1411e25c14626eb9561808370" }, { "name": "syft:location:1:path", @@ -15938,7 +15938,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -16024,7 +16024,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -16032,7 +16032,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -16040,7 +16040,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -16106,7 +16106,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:0:path", @@ -16114,7 +16114,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:1:path", @@ -16122,7 +16122,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -16143,11 +16143,11 @@ ] }, { - "bom-ref": "pkg:deb/debian/libssl-dev@3.0.14-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12&package-id=dde6433f19317698", + "bom-ref": "pkg:deb/debian/libssl-dev@3.0.14-1~deb12u2?arch=amd64&upstream=openssl&distro=debian-12&package-id=069b00280a0295d7", "type": "library", "publisher": "Debian OpenSSL Team ", "name": "libssl-dev", - "version": "3.0.14-1~deb12u1", + "version": "3.0.14-1~deb12u2", "licenses": [ { "license": { @@ -16170,8 +16170,8 @@ } } ], - "cpe": "cpe:2.3:a:libssl-dev:libssl-dev:3.0.14-1\\~deb12u1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libssl-dev@3.0.14-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12", + "cpe": "cpe:2.3:a:libssl-dev:libssl-dev:3.0.14-1\\~deb12u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libssl-dev@3.0.14-1~deb12u2?arch=amd64&upstream=openssl&distro=debian-12", "properties": [ { "name": "syft:package:foundBy", @@ -16187,27 +16187,27 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libssl-dev:libssl_dev:3.0.14-1\\~deb12u1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:libssl-dev:libssl_dev:3.0.14-1\\~deb12u2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libssl_dev:libssl-dev:3.0.14-1\\~deb12u1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:libssl_dev:libssl-dev:3.0.14-1\\~deb12u2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libssl_dev:libssl_dev:3.0.14-1\\~deb12u1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:libssl_dev:libssl_dev:3.0.14-1\\~deb12u2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libssl:libssl-dev:3.0.14-1\\~deb12u1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:libssl:libssl-dev:3.0.14-1\\~deb12u2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libssl:libssl_dev:3.0.14-1\\~deb12u1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:libssl:libssl_dev:3.0.14-1\\~deb12u2:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:0:path", @@ -16215,7 +16215,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:1:path", @@ -16223,7 +16223,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -16240,11 +16240,11 @@ ] }, { - "bom-ref": "pkg:deb/debian/libssl3@3.0.14-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12&package-id=3932277dadc517ca", + "bom-ref": "pkg:deb/debian/libssl3@3.0.14-1~deb12u2?arch=amd64&upstream=openssl&distro=debian-12&package-id=77220972544ed1ad", "type": "library", "publisher": "Debian OpenSSL Team ", "name": "libssl3", - "version": "3.0.14-1~deb12u1", + "version": "3.0.14-1~deb12u2", "licenses": [ { "license": { @@ -16267,8 +16267,8 @@ } } ], - "cpe": "cpe:2.3:a:libssl3:libssl3:3.0.14-1\\~deb12u1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libssl3@3.0.14-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12", + "cpe": "cpe:2.3:a:libssl3:libssl3:3.0.14-1\\~deb12u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libssl3@3.0.14-1~deb12u2?arch=amd64&upstream=openssl&distro=debian-12", "properties": [ { "name": "syft:package:foundBy", @@ -16284,7 +16284,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:1eae3090c894bdd0f65111e623739bffb086c52e0e648ef32b0a0ba83397d061" }, { "name": "syft:location:0:path", @@ -16292,7 +16292,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:1eae3090c894bdd0f65111e623739bffb086c52e0e648ef32b0a0ba83397d061" }, { "name": "syft:location:1:path", @@ -16300,7 +16300,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -16371,7 +16371,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -16379,7 +16379,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -16387,7 +16387,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -16404,11 +16404,11 @@ ] }, { - "bom-ref": "pkg:deb/debian/libsystemd0@252.26-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=feb617e488eec05e", + "bom-ref": "pkg:deb/debian/libsystemd0@252.30-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=25bbd8d336cce5f6", "type": "library", "publisher": "Debian systemd Maintainers ", "name": "libsystemd0", - "version": "252.26-1~deb12u2", + "version": "252.30-1~deb12u2", "licenses": [ { "license": { @@ -16446,8 +16446,8 @@ } } ], - "cpe": "cpe:2.3:a:libsystemd0:libsystemd0:252.26-1\\~deb12u2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libsystemd0@252.26-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12", + "cpe": "cpe:2.3:a:libsystemd0:libsystemd0:252.30-1\\~deb12u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsystemd0@252.30-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12", "properties": [ { "name": "syft:package:foundBy", @@ -16463,7 +16463,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -16471,7 +16471,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -16479,7 +16479,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -16560,7 +16560,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -16568,7 +16568,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -16576,7 +16576,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -16628,7 +16628,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -16636,7 +16636,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -16644,7 +16644,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -16720,7 +16720,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" + "value": "sha256:5b2bbb7d3a14a5b80c6aac1ff9fed365b9971aa1411e25c14626eb9561808370" }, { "name": "syft:location:0:path", @@ -16728,7 +16728,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" + "value": "sha256:5b2bbb7d3a14a5b80c6aac1ff9fed365b9971aa1411e25c14626eb9561808370" }, { "name": "syft:location:1:path", @@ -16736,7 +16736,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" + "value": "sha256:5b2bbb7d3a14a5b80c6aac1ff9fed365b9971aa1411e25c14626eb9561808370" }, { "name": "syft:location:2:path", @@ -16744,7 +16744,7 @@ }, { "name": "syft:location:3:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:3:path", @@ -16800,7 +16800,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" + "value": "sha256:5b2bbb7d3a14a5b80c6aac1ff9fed365b9971aa1411e25c14626eb9561808370" }, { "name": "syft:location:0:path", @@ -16808,7 +16808,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" + "value": "sha256:5b2bbb7d3a14a5b80c6aac1ff9fed365b9971aa1411e25c14626eb9561808370" }, { "name": "syft:location:1:path", @@ -16816,7 +16816,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -16833,11 +16833,11 @@ ] }, { - "bom-ref": "pkg:deb/debian/libudev1@252.26-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=aa55696d3d1d7cba", + "bom-ref": "pkg:deb/debian/libudev1@252.30-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=07461553a840f601", "type": "library", "publisher": "Debian systemd Maintainers ", "name": "libudev1", - "version": "252.26-1~deb12u2", + "version": "252.30-1~deb12u2", "licenses": [ { "license": { @@ -16875,8 +16875,8 @@ } } ], - "cpe": "cpe:2.3:a:libudev1:libudev1:252.26-1\\~deb12u2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libudev1@252.26-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12", + "cpe": "cpe:2.3:a:libudev1:libudev1:252.30-1\\~deb12u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libudev1@252.30-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12", "properties": [ { "name": "syft:package:foundBy", @@ -16892,7 +16892,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -16900,7 +16900,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -16908,7 +16908,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -16999,7 +16999,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -17007,7 +17007,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -17015,7 +17015,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -17136,7 +17136,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -17144,7 +17144,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -17152,7 +17152,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -17198,7 +17198,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:0:path", @@ -17206,7 +17206,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:1:path", @@ -17214,7 +17214,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -17265,7 +17265,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:0:path", @@ -17273,7 +17273,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:1:path", @@ -17281,7 +17281,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -17316,7 +17316,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:0:path", @@ -17324,7 +17324,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:1:path", @@ -17332,7 +17332,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -17391,7 +17391,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:0:path", @@ -17399,7 +17399,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:1:path", @@ -17407,7 +17407,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -17446,7 +17446,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:0:path", @@ -17454,7 +17454,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:1:path", @@ -17462,7 +17462,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -17513,7 +17513,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -17521,7 +17521,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -17529,7 +17529,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -17590,7 +17590,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -17598,7 +17598,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -17606,7 +17606,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -17672,7 +17672,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -17680,7 +17680,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -17688,7 +17688,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:2:path", @@ -17696,7 +17696,7 @@ }, { "name": "syft:location:3:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:3:path", @@ -17786,7 +17786,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -17794,7 +17794,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -17802,7 +17802,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -17852,7 +17852,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -17860,7 +17860,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -17868,7 +17868,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:2:path", @@ -18033,7 +18033,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -18041,7 +18041,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -18049,7 +18049,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:2:path", @@ -18058,11 +18058,11 @@ ] }, { - "bom-ref": "pkg:pypi/matrix-synapse@1.114.0?package-id=dabb6e0b6d7b3cbc", + "bom-ref": "pkg:pypi/matrix-synapse@1.116.0?package-id=d1832dfbb11e72da", "type": "library", "author": "Matrix.org Team and Contributors ", "name": "matrix-synapse", - "version": "1.114.0", + "version": "1.116.0", "licenses": [ { "license": { @@ -18070,8 +18070,8 @@ } } ], - "cpe": "cpe:2.3:a:matrix_org_team_and_contributors_project:python-matrix-synapse:1.114.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/matrix-synapse@1.114.0", + "cpe": "cpe:2.3:a:matrix_org_team_and_contributors_project:python-matrix-synapse:1.116.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/matrix-synapse@1.116.0", "externalReferences": [ { "url": "file:///synapse", @@ -18097,247 +18097,247 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_org_team_and_contributors_project:python_matrix_synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix_org_team_and_contributors_project:python_matrix_synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_org_team_and_contributorsproject:python-matrix-synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix_org_team_and_contributorsproject:python-matrix-synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_org_team_and_contributorsproject:python_matrix_synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix_org_team_and_contributorsproject:python_matrix_synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_org_team_and_contributors_project:matrix-synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix_org_team_and_contributors_project:matrix-synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_org_team_and_contributors_project:matrix_synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix_org_team_and_contributors_project:matrix_synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_org_team_and_contributors:python-matrix-synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix_org_team_and_contributors:python-matrix-synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_org_team_and_contributors:python_matrix_synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix_org_team_and_contributors:python_matrix_synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_org_team_and_contributorsproject:matrix-synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix_org_team_and_contributorsproject:matrix-synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_org_team_and_contributorsproject:matrix_synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix_org_team_and_contributorsproject:matrix_synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_org_team_and_contributors:matrix-synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix_org_team_and_contributors:matrix-synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_org_team_and_contributors:matrix_synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix_org_team_and_contributors:matrix_synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-matrix-synapse:python-matrix-synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-matrix-synapse:python-matrix-synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-matrix-synapse:python_matrix_synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-matrix-synapse:python_matrix_synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_matrix_synapse:python-matrix-synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_matrix_synapse:python-matrix-synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_matrix_synapse:python_matrix_synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_matrix_synapse:python_matrix_synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:packages_project:python-matrix-synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:packages_project:python-matrix-synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:packages_project:python_matrix_synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:packages_project:python_matrix_synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:packagesproject:python-matrix-synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:packagesproject:python-matrix-synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:packagesproject:python_matrix_synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:packagesproject:python_matrix_synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix-synapse:python-matrix-synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix-synapse:python-matrix-synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix-synapse:python_matrix_synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix-synapse:python_matrix_synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_synapse:python-matrix-synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix_synapse:python-matrix-synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_synapse:python_matrix_synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix_synapse:python_matrix_synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-matrix-synapse:matrix-synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-matrix-synapse:matrix-synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-matrix-synapse:matrix_synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-matrix-synapse:matrix_synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_matrix_synapse:matrix-synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_matrix_synapse:matrix-synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_matrix_synapse:matrix_synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_matrix_synapse:matrix_synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-matrix:python-matrix-synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-matrix:python-matrix-synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-matrix:python_matrix_synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-matrix:python_matrix_synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_matrix:python-matrix-synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_matrix:python-matrix-synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_matrix:python_matrix_synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_matrix:python_matrix_synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:packages_project:matrix-synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:packages_project:matrix-synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:packages_project:matrix_synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:packages_project:matrix_synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:packages:python-matrix-synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:packages:python-matrix-synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:packages:python_matrix_synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:packages:python_matrix_synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:packagesproject:matrix-synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:packagesproject:matrix-synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:packagesproject:matrix_synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:packagesproject:matrix_synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix-synapse:matrix-synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix-synapse:matrix-synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix-synapse:matrix_synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix-synapse:matrix_synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_synapse:matrix-synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix_synapse:matrix-synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_synapse:matrix_synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix_synapse:matrix_synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix:python-matrix-synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix:python-matrix-synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix:python_matrix_synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix:python_matrix_synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-matrix:matrix-synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-matrix:matrix-synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-matrix:matrix_synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-matrix:matrix_synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-matrix-synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-matrix-synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_matrix_synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_matrix_synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_matrix:matrix-synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_matrix:matrix-synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_matrix:matrix_synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_matrix:matrix_synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:packages:matrix-synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:packages:matrix-synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:packages:matrix_synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:packages:matrix_synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix:matrix-synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix:matrix-synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix:matrix_synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix:matrix_synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:matrix-synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:matrix-synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:matrix_synapse:1.114.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:matrix_synapse:1.116.0:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/matrix_synapse-1.114.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.11/site-packages/matrix_synapse-1.116.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/matrix_synapse-1.114.0.dist-info/RECORD" + "value": "/usr/local/lib/python3.11/site-packages/matrix_synapse-1.116.0.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/matrix_synapse-1.114.0.dist-info/direct_url.json" + "value": "/usr/local/lib/python3.11/site-packages/matrix_synapse-1.116.0.dist-info/direct_url.json" } ] }, @@ -18562,7 +18562,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -18570,7 +18570,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -18578,7 +18578,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:2:path", @@ -18626,7 +18626,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -18634,7 +18634,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -18642,7 +18642,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -18869,7 +18869,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -18877,7 +18877,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -18990,7 +18990,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -18998,7 +18998,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -19006,7 +19006,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -19023,11 +19023,11 @@ ] }, { - "bom-ref": "pkg:pypi/msgpack@1.0.8?package-id=fa44af608fd85080", + "bom-ref": "pkg:pypi/msgpack@1.1.0?package-id=76d02f8a4bc66fef", "type": "library", "author": "Inada Naoki ", "name": "msgpack", - "version": "1.0.8", + "version": "1.1.0", "licenses": [ { "license": { @@ -19035,8 +19035,8 @@ } } ], - "cpe": "cpe:2.3:a:inada_naoki_\\, Stefan Nordhausen ", "name": "netaddr", @@ -19776,7 +19776,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -19784,7 +19784,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -19792,7 +19792,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:2:path", @@ -19830,7 +19830,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c897e89524533bef559ab9e566ef5ed6df162e8391cd450f0acfca4f124b5d3a" + "value": "sha256:1eae3090c894bdd0f65111e623739bffb086c52e0e648ef32b0a0ba83397d061" }, { "name": "syft:location:0:path", @@ -19838,7 +19838,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:c897e89524533bef559ab9e566ef5ed6df162e8391cd450f0acfca4f124b5d3a" + "value": "sha256:1eae3090c894bdd0f65111e623739bffb086c52e0e648ef32b0a0ba83397d061" }, { "name": "syft:location:1:path", @@ -19846,7 +19846,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:c897e89524533bef559ab9e566ef5ed6df162e8391cd450f0acfca4f124b5d3a" + "value": "sha256:1eae3090c894bdd0f65111e623739bffb086c52e0e648ef32b0a0ba83397d061" }, { "name": "syft:location:2:path", @@ -19854,7 +19854,7 @@ }, { "name": "syft:location:3:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:3:path", @@ -19867,11 +19867,11 @@ ] }, { - "bom-ref": "pkg:deb/debian/openssl@3.0.14-1~deb12u1?arch=amd64&distro=debian-12&package-id=a819b20016a18d2e", + "bom-ref": "pkg:deb/debian/openssl@3.0.14-1~deb12u2?arch=amd64&distro=debian-12&package-id=cafda1da0edb1e01", "type": "library", "publisher": "Debian OpenSSL Team ", "name": "openssl", - "version": "3.0.14-1~deb12u1", + "version": "3.0.14-1~deb12u2", "licenses": [ { "license": { @@ -19894,8 +19894,8 @@ } } ], - "cpe": "cpe:2.3:a:openssl:openssl:3.0.14-1\\~deb12u1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/openssl@3.0.14-1~deb12u1?arch=amd64&distro=debian-12", + "cpe": "cpe:2.3:a:openssl:openssl:3.0.14-1\\~deb12u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/openssl@3.0.14-1~deb12u2?arch=amd64&distro=debian-12", "properties": [ { "name": "syft:package:foundBy", @@ -19911,7 +19911,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:1eae3090c894bdd0f65111e623739bffb086c52e0e648ef32b0a0ba83397d061" }, { "name": "syft:location:0:path", @@ -19919,7 +19919,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:1eae3090c894bdd0f65111e623739bffb086c52e0e648ef32b0a0ba83397d061" }, { "name": "syft:location:1:path", @@ -19927,7 +19927,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:1eae3090c894bdd0f65111e623739bffb086c52e0e648ef32b0a0ba83397d061" }, { "name": "syft:location:2:path", @@ -19935,7 +19935,7 @@ }, { "name": "syft:location:3:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:3:path", @@ -20085,7 +20085,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -20093,7 +20093,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -20101,7 +20101,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:2:path", @@ -20324,7 +20324,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -20332,7 +20332,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -20459,7 +20459,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -20467,7 +20467,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -20594,7 +20594,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -20602,7 +20602,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -20736,7 +20736,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -20744,7 +20744,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -20752,7 +20752,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:2:path", @@ -20810,7 +20810,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -20818,7 +20818,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -20826,7 +20826,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:2:path", @@ -20834,7 +20834,7 @@ }, { "name": "syft:location:3:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:3:path", @@ -21024,7 +21024,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -21032,7 +21032,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -21040,7 +21040,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -21057,11 +21057,11 @@ ] }, { - "bom-ref": "pkg:pypi/phonenumbers@8.13.44?package-id=24fdc935dbe22e51", + "bom-ref": "pkg:pypi/phonenumbers@8.13.45?package-id=51b928e7373fa787", "type": "library", "author": "David Drysdale ", "name": "phonenumbers", - "version": "8.13.44", + "version": "8.13.45", "licenses": [ { "license": { @@ -21069,8 +21069,8 @@ } } ], - "cpe": "cpe:2.3:a:david_drysdale_project:python-phonenumbers:8.13.44:*:*:*:*:*:*:*", - "purl": "pkg:pypi/phonenumbers@8.13.44", + "cpe": "cpe:2.3:a:david_drysdale_project:python-phonenumbers:8.13.45:*:*:*:*:*:*:*", + "purl": "pkg:pypi/phonenumbers@8.13.45", "properties": [ { "name": "syft:package:foundBy", @@ -21090,143 +21090,143 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:david_drysdale_project:python_phonenumbers:8.13.44:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:david_drysdale_project:python_phonenumbers:8.13.45:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:david_drysdaleproject:python-phonenumbers:8.13.44:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:david_drysdaleproject:python-phonenumbers:8.13.45:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:david_drysdaleproject:python_phonenumbers:8.13.44:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:david_drysdaleproject:python_phonenumbers:8.13.45:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-phonenumbers:python-phonenumbers:8.13.44:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-phonenumbers:python-phonenumbers:8.13.45:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-phonenumbers:python_phonenumbers:8.13.44:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-phonenumbers:python_phonenumbers:8.13.45:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_phonenumbers:python-phonenumbers:8.13.44:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_phonenumbers:python-phonenumbers:8.13.45:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_phonenumbers:python_phonenumbers:8.13.44:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_phonenumbers:python_phonenumbers:8.13.45:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:david_drysdale_project:phonenumbers:8.13.44:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:david_drysdale_project:phonenumbers:8.13.45:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:david_drysdale:python-phonenumbers:8.13.44:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:david_drysdale:python-phonenumbers:8.13.45:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:david_drysdale:python_phonenumbers:8.13.44:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:david_drysdale:python_phonenumbers:8.13.45:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:david_drysdaleproject:phonenumbers:8.13.44:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:david_drysdaleproject:phonenumbers:8.13.45:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:phonenumbers:python-phonenumbers:8.13.44:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:phonenumbers:python-phonenumbers:8.13.45:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:phonenumbers:python_phonenumbers:8.13.44:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:phonenumbers:python_phonenumbers:8.13.45:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-phonenumbers:phonenumbers:8.13.44:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-phonenumbers:phonenumbers:8.13.45:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_phonenumbers:phonenumbers:8.13.44:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_phonenumbers:phonenumbers:8.13.45:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dmd_project:python-phonenumbers:8.13.44:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:dmd_project:python-phonenumbers:8.13.45:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dmd_project:python_phonenumbers:8.13.44:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:dmd_project:python_phonenumbers:8.13.45:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dmdproject:python-phonenumbers:8.13.44:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:dmdproject:python-phonenumbers:8.13.45:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dmdproject:python_phonenumbers:8.13.44:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:dmdproject:python_phonenumbers:8.13.45:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:david_drysdale:phonenumbers:8.13.44:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:david_drysdale:phonenumbers:8.13.45:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-phonenumbers:8.13.44:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-phonenumbers:8.13.45:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_phonenumbers:8.13.44:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_phonenumbers:8.13.45:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:phonenumbers:phonenumbers:8.13.44:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:phonenumbers:phonenumbers:8.13.45:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dmd_project:phonenumbers:8.13.44:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:dmd_project:phonenumbers:8.13.45:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dmd:python-phonenumbers:8.13.44:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:dmd:python-phonenumbers:8.13.45:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dmd:python_phonenumbers:8.13.44:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:dmd:python_phonenumbers:8.13.45:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dmdproject:phonenumbers:8.13.44:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:dmdproject:phonenumbers:8.13.45:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:phonenumbers:8.13.44:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:phonenumbers:8.13.45:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dmd:phonenumbers:8.13.44:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:dmd:phonenumbers:8.13.45:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/phonenumbers-8.13.44.dist-info/METADATA" + "value": "/usr/local/lib/python3.11/site-packages/phonenumbers-8.13.45.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/phonenumbers-8.13.44.dist-info/RECORD" + "value": "/usr/local/lib/python3.11/site-packages/phonenumbers-8.13.45.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/phonenumbers-8.13.44.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.11/site-packages/phonenumbers-8.13.45.dist-info/top_level.txt" } ] }, @@ -21356,7 +21356,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -21364,7 +21364,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -21372,7 +21372,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:2:path", @@ -21381,7 +21381,7 @@ ] }, { - "bom-ref": "pkg:pypi/pip@24.0?package-id=bd48c1e11214215a", + "bom-ref": "pkg:pypi/pip@24.0?package-id=2dd1e537b61bbb6a", "type": "library", "author": "The pip developers ", "name": "pip", @@ -21518,7 +21518,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3db20f592cb9c77fd7699b9c3c5ddf0e4439c38705ad1be1838e80cc19eb33ef" + "value": "sha256:5b2bbb7d3a14a5b80c6aac1ff9fed365b9971aa1411e25c14626eb9561808370" }, { "name": "syft:location:0:path", @@ -21526,7 +21526,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:3db20f592cb9c77fd7699b9c3c5ddf0e4439c38705ad1be1838e80cc19eb33ef" + "value": "sha256:5b2bbb7d3a14a5b80c6aac1ff9fed365b9971aa1411e25c14626eb9561808370" }, { "name": "syft:location:1:path", @@ -21534,7 +21534,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:3db20f592cb9c77fd7699b9c3c5ddf0e4439c38705ad1be1838e80cc19eb33ef" + "value": "sha256:5b2bbb7d3a14a5b80c6aac1ff9fed365b9971aa1411e25c14626eb9561808370" }, { "name": "syft:location:2:path", @@ -21619,7 +21619,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -21627,7 +21627,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -21636,11 +21636,11 @@ ] }, { - "bom-ref": "pkg:pypi/prometheus-client@0.20.0?package-id=6f6e619ec0644646", + "bom-ref": "pkg:pypi/prometheus-client@0.21.0?package-id=6de07b01b54ef52e", "type": "library", "author": "Brian Brazil ", "name": "prometheus_client", - "version": "0.20.0", + "version": "0.21.0", "licenses": [ { "license": { @@ -21648,8 +21648,8 @@ } } ], - "cpe": "cpe:2.3:a:python-prometheus-client:python-prometheus-client:0.20.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/prometheus_client@0.20.0", + "cpe": "cpe:2.3:a:python-prometheus-client:python-prometheus-client:0.21.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/prometheus_client@0.21.0", "properties": [ { "name": "syft:package:foundBy", @@ -21669,288 +21669,288 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-prometheus-client:python-prometheus_client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-prometheus-client:python-prometheus_client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-prometheus-client:python_prometheus_client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-prometheus-client:python_prometheus_client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-prometheus_client:python-prometheus-client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-prometheus_client:python-prometheus-client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-prometheus_client:python-prometheus_client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-prometheus_client:python-prometheus_client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-prometheus_client:python_prometheus_client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-prometheus_client:python_prometheus_client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_prometheus_client:python-prometheus-client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_prometheus_client:python-prometheus-client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_prometheus_client:python-prometheus_client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_prometheus_client:python-prometheus_client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_prometheus_client:python_prometheus_client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_prometheus_client:python_prometheus_client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:brian_brazil_project:python-prometheus-client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:brian_brazil_project:python-prometheus-client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:brian_brazil_project:python-prometheus_client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:brian_brazil_project:python-prometheus_client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:brian_brazil_project:python_prometheus_client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:brian_brazil_project:python_prometheus_client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:brian_brazilproject:python-prometheus-client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:brian_brazilproject:python-prometheus-client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:brian_brazilproject:python-prometheus_client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:brian_brazilproject:python-prometheus_client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:brian_brazilproject:python_prometheus_client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:brian_brazilproject:python_prometheus_client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:prometheus-client:python-prometheus-client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:prometheus-client:python-prometheus-client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:prometheus-client:python-prometheus_client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:prometheus-client:python-prometheus_client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:prometheus-client:python_prometheus_client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:prometheus-client:python_prometheus_client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:prometheus_client:python-prometheus-client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:prometheus_client:python-prometheus-client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:prometheus_client:python-prometheus_client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:prometheus_client:python-prometheus_client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:prometheus_client:python_prometheus_client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:prometheus_client:python_prometheus_client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-prometheus-client:prometheus-client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-prometheus-client:prometheus-client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-prometheus-client:prometheus_client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-prometheus-client:prometheus_client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-prometheus:python-prometheus-client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-prometheus:python-prometheus-client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-prometheus:python-prometheus_client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-prometheus:python-prometheus_client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-prometheus:python_prometheus_client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-prometheus:python_prometheus_client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-prometheus_client:prometheus-client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-prometheus_client:prometheus-client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-prometheus_client:prometheus_client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-prometheus_client:prometheus_client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_prometheus:python-prometheus-client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_prometheus:python-prometheus-client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_prometheus:python-prometheus_client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_prometheus:python-prometheus_client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_prometheus:python_prometheus_client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_prometheus:python_prometheus_client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_prometheus_client:prometheus-client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_prometheus_client:prometheus-client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_prometheus_client:prometheus_client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_prometheus_client:prometheus_client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:brian_brazil_project:prometheus-client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:brian_brazil_project:prometheus-client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:brian_brazil_project:prometheus_client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:brian_brazil_project:prometheus_client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:brian-brazil:python-prometheus-client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:brian-brazil:python-prometheus-client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:brian-brazil:python-prometheus_client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:brian-brazil:python-prometheus_client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:brian-brazil:python_prometheus_client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:brian-brazil:python_prometheus_client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:brian_brazil:python-prometheus-client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:brian_brazil:python-prometheus-client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:brian_brazil:python-prometheus_client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:brian_brazil:python-prometheus_client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:brian_brazil:python_prometheus_client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:brian_brazil:python_prometheus_client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:brian_brazilproject:prometheus-client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:brian_brazilproject:prometheus-client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:brian_brazilproject:prometheus_client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:brian_brazilproject:prometheus_client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:prometheus-client:prometheus-client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:prometheus-client:prometheus-client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:prometheus-client:prometheus_client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:prometheus-client:prometheus_client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:prometheus:python-prometheus-client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:prometheus:python-prometheus-client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:prometheus:python-prometheus_client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:prometheus:python-prometheus_client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:prometheus:python_prometheus_client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:prometheus:python_prometheus_client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:prometheus_client:prometheus-client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:prometheus_client:prometheus-client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:prometheus_client:prometheus_client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:prometheus_client:prometheus_client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-prometheus:prometheus-client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-prometheus:prometheus-client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-prometheus:prometheus_client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-prometheus:prometheus_client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_prometheus:prometheus-client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_prometheus:prometheus-client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_prometheus:prometheus_client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_prometheus:prometheus_client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-prometheus-client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-prometheus-client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-prometheus_client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-prometheus_client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_prometheus_client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_prometheus_client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:brian-brazil:prometheus-client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:brian-brazil:prometheus-client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:brian-brazil:prometheus_client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:brian-brazil:prometheus_client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:brian_brazil:prometheus-client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:brian_brazil:prometheus-client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:brian_brazil:prometheus_client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:brian_brazil:prometheus_client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:prometheus:prometheus-client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:prometheus:prometheus-client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:prometheus:prometheus_client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:prometheus:prometheus_client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:prometheus-client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:prometheus-client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:prometheus_client:0.20.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:prometheus_client:0.21.0:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/prometheus_client-0.20.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.11/site-packages/prometheus_client-0.21.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/prometheus_client-0.20.0.dist-info/RECORD" + "value": "/usr/local/lib/python3.11/site-packages/prometheus_client-0.21.0.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/prometheus_client-0.20.0.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.11/site-packages/prometheus_client-0.21.0.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/psycopg2@2.9.9?package-id=808297dbae337ee1", + "bom-ref": "pkg:pypi/psycopg2@2.9.9?package-id=396fdbe97905bf26", "type": "library", "author": "Federico Di Gregorio ", "name": "psycopg2", @@ -22099,7 +22099,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -22107,7 +22107,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -22115,7 +22115,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:2:path", @@ -22158,7 +22158,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:0:path", @@ -22166,7 +22166,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:1:path", @@ -22174,7 +22174,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -22348,7 +22348,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -22356,7 +22356,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -22364,7 +22364,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:2:path", @@ -22373,11 +22373,11 @@ ] }, { - "bom-ref": "pkg:pypi/pyasn1@0.6.0?package-id=0af623814bbe3748", + "bom-ref": "pkg:pypi/pyasn1@0.6.1?package-id=05ff37fc24930a72", "type": "library", "author": "Ilya Etingof ", "name": "pyasn1", - "version": "0.6.0", + "version": "0.6.1", "licenses": [ { "license": { @@ -22385,8 +22385,8 @@ } } ], - "cpe": "cpe:2.3:a:ilya_etingof_project:python-pyasn1:0.6.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/pyasn1@0.6.0", + "cpe": "cpe:2.3:a:ilya_etingof_project:python-pyasn1:0.6.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pyasn1@0.6.1", "properties": [ { "name": "syft:package:foundBy", @@ -22406,152 +22406,152 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingof_project:python_pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ilya_etingof_project:python_pyasn1:0.6.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingofproject:python-pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ilya_etingofproject:python-pyasn1:0.6.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingofproject:python_pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ilya_etingofproject:python_pyasn1:0.6.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingof_project:python-pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:etingof_project:python-pyasn1:0.6.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingof_project:python_pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:etingof_project:python_pyasn1:0.6.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingofproject:python-pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:etingofproject:python-pyasn1:0.6.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingofproject:python_pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:etingofproject:python_pyasn1:0.6.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingof_project:pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ilya_etingof_project:pyasn1:0.6.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyasn1:python-pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pyasn1:python-pyasn1:0.6.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyasn1:python_pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pyasn1:python_pyasn1:0.6.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pyasn1:python-pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pyasn1:python-pyasn1:0.6.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pyasn1:python_pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pyasn1:python_pyasn1:0.6.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingof:python-pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ilya_etingof:python-pyasn1:0.6.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingof:python_pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ilya_etingof:python_pyasn1:0.6.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingofproject:pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ilya_etingofproject:pyasn1:0.6.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingof_project:pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:etingof_project:pyasn1:0.6.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingof:python-pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:etingof:python-pyasn1:0.6.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingof:python_pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:etingof:python_pyasn1:0.6.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingofproject:pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:etingofproject:pyasn1:0.6.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1:python-pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pyasn1:python-pyasn1:0.6.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1:python_pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pyasn1:python_pyasn1:0.6.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyasn1:pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pyasn1:pyasn1:0.6.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-pyasn1:0.6.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_pyasn1:0.6.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pyasn1:pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pyasn1:pyasn1:0.6.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingof:pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ilya_etingof:pyasn1:0.6.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingof:pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:etingof:pyasn1:0.6.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1:pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pyasn1:pyasn1:0.6.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:pyasn1:0.6.1:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/pyasn1-0.6.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.11/site-packages/pyasn1-0.6.1.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/pyasn1-0.6.0.dist-info/RECORD" + "value": "/usr/local/lib/python3.11/site-packages/pyasn1-0.6.1.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/pyasn1-0.6.0.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.11/site-packages/pyasn1-0.6.1.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/pyasn1-modules@0.4.0?package-id=ddb03a90c8bb1dde", + "bom-ref": "pkg:pypi/pyasn1-modules@0.4.1?package-id=c2d18d6a1d0f2b8f", "type": "library", "author": "Ilya Etingof ", "name": "pyasn1_modules", - "version": "0.4.0", + "version": "0.4.1", "licenses": [ { "license": { @@ -22559,8 +22559,8 @@ } } ], - "cpe": "cpe:2.3:a:python-pyasn1-modules:python-pyasn1-modules:0.4.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/pyasn1_modules@0.4.0", + "cpe": "cpe:2.3:a:python-pyasn1-modules:python-pyasn1-modules:0.4.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pyasn1_modules@0.4.1", "properties": [ { "name": "syft:package:foundBy", @@ -22580,323 +22580,323 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyasn1-modules:python-pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pyasn1-modules:python-pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyasn1-modules:python_pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pyasn1-modules:python_pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyasn1_modules:python-pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pyasn1_modules:python-pyasn1-modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyasn1_modules:python-pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pyasn1_modules:python-pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyasn1_modules:python_pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pyasn1_modules:python_pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pyasn1_modules:python-pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pyasn1_modules:python-pyasn1-modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pyasn1_modules:python-pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pyasn1_modules:python-pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pyasn1_modules:python_pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pyasn1_modules:python_pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingof_project:python-pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ilya_etingof_project:python-pyasn1-modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingof_project:python-pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ilya_etingof_project:python-pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingof_project:python_pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ilya_etingof_project:python_pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingofproject:python-pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ilya_etingofproject:python-pyasn1-modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingofproject:python-pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ilya_etingofproject:python-pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingofproject:python_pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ilya_etingofproject:python_pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingof_project:python-pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:etingof_project:python-pyasn1-modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingof_project:python-pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:etingof_project:python-pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingof_project:python_pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:etingof_project:python_pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingofproject:python-pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:etingofproject:python-pyasn1-modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingofproject:python-pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:etingofproject:python-pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingofproject:python_pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:etingofproject:python_pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1-modules:python-pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pyasn1-modules:python-pyasn1-modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1-modules:python-pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pyasn1-modules:python-pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1-modules:python_pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pyasn1-modules:python_pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1_modules:python-pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pyasn1_modules:python-pyasn1-modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1_modules:python-pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pyasn1_modules:python-pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1_modules:python_pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pyasn1_modules:python_pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyasn1-modules:pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pyasn1-modules:pyasn1-modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyasn1-modules:pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pyasn1-modules:pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyasn1_modules:pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pyasn1_modules:pyasn1-modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyasn1_modules:pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pyasn1_modules:pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pyasn1_modules:pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pyasn1_modules:pyasn1-modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pyasn1_modules:pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pyasn1_modules:pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingof_project:pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ilya_etingof_project:pyasn1-modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingof_project:pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ilya_etingof_project:pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyasn1:python-pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pyasn1:python-pyasn1-modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyasn1:python-pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pyasn1:python-pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyasn1:python_pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pyasn1:python_pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pyasn1:python-pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pyasn1:python-pyasn1-modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pyasn1:python-pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pyasn1:python-pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pyasn1:python_pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pyasn1:python_pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingof:python-pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ilya_etingof:python-pyasn1-modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingof:python-pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ilya_etingof:python-pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingof:python_pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ilya_etingof:python_pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingofproject:pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ilya_etingofproject:pyasn1-modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingofproject:pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ilya_etingofproject:pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingof_project:pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:etingof_project:pyasn1-modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingof_project:pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:etingof_project:pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingof:python-pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:etingof:python-pyasn1-modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingof:python-pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:etingof:python-pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingof:python_pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:etingof:python_pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingofproject:pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:etingofproject:pyasn1-modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingofproject:pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:etingofproject:pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1-modules:pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pyasn1-modules:pyasn1-modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1-modules:pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pyasn1-modules:pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1_modules:pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pyasn1_modules:pyasn1-modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1_modules:pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pyasn1_modules:pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1:python-pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pyasn1:python-pyasn1-modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1:python-pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pyasn1:python-pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1:python_pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pyasn1:python_pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyasn1:pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pyasn1:pyasn1-modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyasn1:pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pyasn1:pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-pyasn1-modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pyasn1:pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pyasn1:pyasn1-modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pyasn1:pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pyasn1:pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingof:pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ilya_etingof:pyasn1-modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingof:pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ilya_etingof:pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingof:pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:etingof:pyasn1-modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingof:pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:etingof:pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1:pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pyasn1:pyasn1-modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1:pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pyasn1:pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:pyasn1-modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/pyasn1_modules-0.4.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.11/site-packages/pyasn1_modules-0.4.1.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/pyasn1_modules-0.4.0.dist-info/RECORD" + "value": "/usr/local/lib/python3.11/site-packages/pyasn1_modules-0.4.1.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/pyasn1_modules-0.4.0.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.11/site-packages/pyasn1_modules-0.4.1.dist-info/top_level.txt" } ] }, @@ -23050,7 +23050,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -23058,7 +23058,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -23066,7 +23066,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:2:path", @@ -23075,11 +23075,11 @@ ] }, { - "bom-ref": "pkg:pypi/pydantic@2.8.2?package-id=4d2d850132551d63", + "bom-ref": "pkg:pypi/pydantic@2.9.2?package-id=321b215adc1d304f", "type": "library", "author": "Samuel Colvin , Eric Jolibois , Hasan Ramezani , Adrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com>, Terrence Dorsey , David Montague , Serge Matveenko , Marcelo Trylesinski , Sydney Runkle , David Hewitt , Alex Hall ", "name": "pydantic", - "version": "2.8.2", + "version": "2.9.2", "licenses": [ { "license": { @@ -23087,8 +23087,8 @@ } } ], - "cpe": "cpe:2.3:a:samuel_colvin_\\", "name": "pydantic_core", - "version": "2.20.1", + "version": "2.23.4", "licenses": [ { "license": { @@ -23229,8 +23229,8 @@ } } ], - "cpe": "cpe:2.3:a:samuel_colvin_\\", "name": "pysaml2", @@ -23858,7 +23858,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -23866,7 +23866,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -23875,12 +23875,12 @@ ] }, { - "bom-ref": "pkg:generic/python@3.11.9?package-id=ab1da4146a0d7f1f", + "bom-ref": "pkg:generic/python@3.11.10?package-id=019287464f1cc89c", "type": "application", "name": "python", - "version": "3.11.9", - "cpe": "cpe:2.3:a:python_software_foundation:python:3.11.9:*:*:*:*:*:*:*", - "purl": "pkg:generic/python@3.11.9", + "version": "3.11.10", + "cpe": "cpe:2.3:a:python_software_foundation:python:3.11.10:*:*:*:*:*:*:*", + "purl": "pkg:generic/python@3.11.10", "properties": [ { "name": "syft:package:foundBy", @@ -23896,15 +23896,15 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python:3.11.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python:3.11.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python:3.11.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python:3.11.10:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" + "value": "sha256:5b2bbb7d3a14a5b80c6aac1ff9fed365b9971aa1411e25c14626eb9561808370" }, { "name": "syft:location:0:path", @@ -23912,7 +23912,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" + "value": "sha256:5b2bbb7d3a14a5b80c6aac1ff9fed365b9971aa1411e25c14626eb9561808370" }, { "name": "syft:location:1:path", @@ -24022,7 +24022,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -24030,7 +24030,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -24038,7 +24038,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:2:path", @@ -24047,11 +24047,11 @@ ] }, { - "bom-ref": "pkg:pypi/python-multipart@0.0.9?package-id=58baf4e9a3dda437", + "bom-ref": "pkg:pypi/python-multipart@0.0.10?package-id=4512795c405e6f79", "type": "library", - "author": "Andrew Dunham ", + "author": "Andrew Dunham , Marcelo Trylesinski ", "name": "python-multipart", - "version": "0.0.9", + "version": "0.0.10", "licenses": [ { "license": { @@ -24059,8 +24059,8 @@ } } ], - "cpe": "cpe:2.3:a:andrew_dunham_\\", "name": "sentry-sdk", - "version": "2.13.0", + "version": "2.14.0", "licenses": [ { "license": { @@ -25285,8 +25285,8 @@ } } ], - "cpe": "cpe:2.3:a:sentry:sentry_software_development_kit:2.13.0:*:*:*:*:python:*:*", - "purl": "pkg:pypi/sentry-sdk@2.13.0", + "cpe": "cpe:2.3:a:sentry:sentry_software_development_kit:2.14.0:*:*:*:*:python:*:*", + "purl": "pkg:pypi/sentry-sdk@2.14.0", "properties": [ { "name": "syft:package:foundBy", @@ -25306,27 +25306,27 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/sentry_sdk-2.13.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.11/site-packages/sentry_sdk-2.14.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/sentry_sdk-2.13.0.dist-info/RECORD" + "value": "/usr/local/lib/python3.11/site-packages/sentry_sdk-2.14.0.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/sentry_sdk-2.13.0.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.11/site-packages/sentry_sdk-2.14.0.dist-info/top_level.txt" } ] }, @@ -25552,7 +25552,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -25560,7 +25560,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -25602,7 +25602,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3db20f592cb9c77fd7699b9c3c5ddf0e4439c38705ad1be1838e80cc19eb33ef" + "value": "sha256:5b2bbb7d3a14a5b80c6aac1ff9fed365b9971aa1411e25c14626eb9561808370" }, { "name": "syft:location:0:path", @@ -25610,7 +25610,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:3db20f592cb9c77fd7699b9c3c5ddf0e4439c38705ad1be1838e80cc19eb33ef" + "value": "sha256:5b2bbb7d3a14a5b80c6aac1ff9fed365b9971aa1411e25c14626eb9561808370" }, { "name": "syft:location:1:path", @@ -25618,7 +25618,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:3db20f592cb9c77fd7699b9c3c5ddf0e4439c38705ad1be1838e80cc19eb33ef" + "value": "sha256:5b2bbb7d3a14a5b80c6aac1ff9fed365b9971aa1411e25c14626eb9561808370" }, { "name": "syft:location:2:path", @@ -25660,7 +25660,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -25668,7 +25668,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -25676,7 +25676,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:2:path", @@ -25906,7 +25906,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -25914,7 +25914,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -25922,7 +25922,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:2:path", @@ -26007,7 +26007,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -26015,7 +26015,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -26023,7 +26023,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:2:path", @@ -26181,7 +26181,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -26189,7 +26189,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -26197,7 +26197,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:2:path", @@ -26355,7 +26355,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -26363,7 +26363,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -26371,7 +26371,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:2:path", @@ -26408,7 +26408,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:0:path", @@ -26480,7 +26480,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -26488,7 +26488,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -26496,7 +26496,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -26567,7 +26567,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -26575,7 +26575,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -26583,7 +26583,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -26745,7 +26745,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -26753,7 +26753,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -26761,7 +26761,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:2:path", @@ -26770,7 +26770,7 @@ ] }, { - "bom-ref": "pkg:pypi/thrift@0.16.0?package-id=0a1a093cc466c75f", + "bom-ref": "pkg:pypi/thrift@0.16.0?package-id=893a0a2740111bad", "type": "library", "author": "Apache Thrift Developers ", "name": "thrift", @@ -26919,7 +26919,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -26927,7 +26927,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -26935,7 +26935,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:2:path", @@ -27062,7 +27062,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -27070,7 +27070,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -27216,7 +27216,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -27224,7 +27224,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -27232,7 +27232,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:2:path", @@ -27241,11 +27241,11 @@ ] }, { - "bom-ref": "pkg:pypi/treq@23.11.0?package-id=e7de4ad4939c8314", + "bom-ref": "pkg:pypi/treq@24.9.1?package-id=fb652c84ef155eae", "type": "library", "author": "David Reid ", "name": "treq", - "version": "23.11.0", + "version": "24.9.1", "licenses": [ { "license": { @@ -27253,8 +27253,8 @@ } } ], - "cpe": "cpe:2.3:a:david_reid_project:python-treq:23.11.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/treq@23.11.0", + "cpe": "cpe:2.3:a:david_reid_project:python-treq:24.9.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/treq@24.9.1", "properties": [ { "name": "syft:package:foundBy", @@ -27274,143 +27274,143 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:david_reid_project:python_treq:23.11.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:david_reid_project:python_treq:24.9.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:david_reidproject:python-treq:23.11.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:david_reidproject:python-treq:24.9.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:david_reidproject:python_treq:23.11.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:david_reidproject:python_treq:24.9.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dreid_project:python-treq:23.11.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:dreid_project:python-treq:24.9.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dreid_project:python_treq:23.11.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:dreid_project:python_treq:24.9.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dreidproject:python-treq:23.11.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:dreidproject:python-treq:24.9.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dreidproject:python_treq:23.11.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:dreidproject:python_treq:24.9.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:david_reid_project:treq:23.11.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:david_reid_project:treq:24.9.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-treq:python-treq:23.11.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-treq:python-treq:24.9.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-treq:python_treq:23.11.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-treq:python_treq:24.9.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_treq:python-treq:23.11.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_treq:python-treq:24.9.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_treq:python_treq:23.11.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_treq:python_treq:24.9.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:david_reid:python-treq:23.11.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:david_reid:python-treq:24.9.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:david_reid:python_treq:23.11.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:david_reid:python_treq:24.9.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:david_reidproject:treq:23.11.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:david_reidproject:treq:24.9.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dreid_project:treq:23.11.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:dreid_project:treq:24.9.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-treq:23.11.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-treq:24.9.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_treq:23.11.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_treq:24.9.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dreid:python-treq:23.11.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:dreid:python-treq:24.9.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dreid:python_treq:23.11.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:dreid:python_treq:24.9.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dreidproject:treq:23.11.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:dreidproject:treq:24.9.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-treq:treq:23.11.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-treq:treq:24.9.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_treq:treq:23.11.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_treq:treq:24.9.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:treq:python-treq:23.11.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:treq:python-treq:24.9.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:treq:python_treq:23.11.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:treq:python_treq:24.9.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:david_reid:treq:23.11.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:david_reid:treq:24.9.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:treq:23.11.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:treq:24.9.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dreid:treq:23.11.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:dreid:treq:24.9.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:treq:treq:23.11.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:treq:treq:24.9.1:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/treq-23.11.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.11/site-packages/treq-24.9.1.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/treq-23.11.0.dist-info/RECORD" + "value": "/usr/local/lib/python3.11/site-packages/treq-24.9.1.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/treq-23.11.0.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.11/site-packages/treq-24.9.1.dist-info/top_level.txt" } ] }, @@ -27564,7 +27564,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -27572,7 +27572,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -27580,7 +27580,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:2:path", @@ -27666,7 +27666,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -27674,7 +27674,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -27682,7 +27682,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:2:path", @@ -27893,7 +27893,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -27901,7 +27901,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -28112,7 +28112,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -28120,7 +28120,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -28158,7 +28158,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -28166,7 +28166,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -28174,7 +28174,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -28300,7 +28300,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -28308,7 +28308,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -28343,7 +28343,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -28351,7 +28351,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -28430,7 +28430,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -28438,7 +28438,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -28446,7 +28446,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -28587,7 +28587,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -28595,7 +28595,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -28603,7 +28603,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:2:path", @@ -28611,7 +28611,7 @@ }, { "name": "syft:location:3:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:3:path", @@ -28764,7 +28764,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -28772,7 +28772,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -28780,7 +28780,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:2:path", @@ -28788,7 +28788,7 @@ }, { "name": "syft:location:3:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:3:path", @@ -28954,7 +28954,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -28962,7 +28962,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -28970,7 +28970,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:2:path", @@ -29097,7 +29097,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -29105,7 +29105,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -29114,7 +29114,7 @@ ] }, { - "bom-ref": "pkg:pypi/wheel@0.44.0?package-id=807efb3173bb44e4", + "bom-ref": "pkg:pypi/wheel@0.44.0?package-id=205f5fcae9e5d1f8", "type": "library", "author": "Daniel Holth ", "name": "wheel", @@ -29232,7 +29232,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3db20f592cb9c77fd7699b9c3c5ddf0e4439c38705ad1be1838e80cc19eb33ef" + "value": "sha256:5b2bbb7d3a14a5b80c6aac1ff9fed365b9971aa1411e25c14626eb9561808370" }, { "name": "syft:location:0:path", @@ -29240,7 +29240,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:3db20f592cb9c77fd7699b9c3c5ddf0e4439c38705ad1be1838e80cc19eb33ef" + "value": "sha256:5b2bbb7d3a14a5b80c6aac1ff9fed365b9971aa1411e25c14626eb9561808370" }, { "name": "syft:location:1:path", @@ -29249,7 +29249,7 @@ ] }, { - "bom-ref": "pkg:pypi/xmlschema@2.4.0?package-id=5b9ad4dc0eb00617", + "bom-ref": "pkg:pypi/xmlschema@2.4.0?package-id=45d5a92e477cb2a5", "type": "library", "author": "Davide Brunato ", "name": "xmlschema", @@ -29398,7 +29398,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -29406,7 +29406,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -29414,7 +29414,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:2:path", @@ -29445,7 +29445,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:0:path", @@ -29453,7 +29453,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:1:path", @@ -29461,7 +29461,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -29599,7 +29599,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -29607,7 +29607,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -29615,7 +29615,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:2:path", @@ -29653,7 +29653,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:0:path", @@ -29661,7 +29661,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + "value": "sha256:8d853c8add5d1e7b0aafc4b68a3d9fb8e7a0da27970c2acf831fe63be4a0cd2c" }, { "name": "syft:location:1:path", @@ -29669,7 +29669,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + "value": "sha256:d1d0e2b613e10932abffb573e88a0a2572788a9d07ca9fcadf270812c5f25110" }, { "name": "syft:location:2:path", @@ -29847,7 +29847,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:0:path", @@ -29855,7 +29855,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:1:path", @@ -29863,7 +29863,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + "value": "sha256:c963f699e3ea0aca201def30fb863f9ecac82e1db656e312c8e0d8ff8ee8081d" }, { "name": "syft:location:2:path", @@ -29931,16 +29931,16 @@ "pkg:deb/debian/debian-archive-keyring@2023.3%2Bdeb12u1?arch=all&distro=debian-12&package-id=5f72b60542cf0be2", "pkg:deb/debian/gpgv@2.2.40-1.1?arch=amd64&upstream=gnupg2&distro=debian-12&package-id=2bba05a28999480c", "pkg:deb/debian/libapt-pkg6.0@2.6.1?arch=amd64&upstream=apt&distro=debian-12&package-id=18ed075bb8b76c7f", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libgcc-s1@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=38b424bee2a8db35", "pkg:deb/debian/libgnutls30@3.7.9-2%2Bdeb12u3?arch=amd64&upstream=gnutls28&distro=debian-12&package-id=e285c9d302b29acf", "pkg:deb/debian/libseccomp2@2.5.4-1%2Bdeb12u1?arch=amd64&upstream=libseccomp&distro=debian-12&package-id=86bffae363f30eaf", "pkg:deb/debian/libstdc%2B%2B6@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=4f6f636801d1d450", - "pkg:deb/debian/libsystemd0@252.26-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=feb617e488eec05e" + "pkg:deb/debian/libsystemd0@252.30-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=25bbd8d336cce5f6" ] }, { - "ref": "pkg:deb/debian/base-files@12.4%2Bdeb12u6?arch=amd64&distro=debian-12&package-id=c41d0eaedae01b93", + "ref": "pkg:deb/debian/base-files@12.4%2Bdeb12u7?arch=amd64&distro=debian-12&package-id=ebc09cdd9e39fe8e", "dependsOn": [ "pkg:deb/debian/mawk@1.3.4.20200120-3.1?arch=amd64&distro=debian-12&package-id=ab8cb640bde51524" ] @@ -29948,7 +29948,7 @@ { "ref": "pkg:deb/debian/base-passwd@3.6.1?arch=amd64&distro=debian-12&package-id=4998ded886abf971", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libdebconfclient0@0.270?arch=amd64&upstream=cdebconf&distro=debian-12&package-id=36285f3184fdc550", "pkg:deb/debian/libselinux1@3.4-1%2Bb6?arch=amd64&upstream=libselinux%403.4-1&distro=debian-12&package-id=2ddd11f048a6a586" ] @@ -29956,24 +29956,24 @@ { "ref": "pkg:deb/debian/bash@5.2.15-2%2Bb7?arch=amd64&upstream=bash%405.2.15-2&distro=debian-12&package-id=f715edd1e555e041", "dependsOn": [ - "pkg:deb/debian/base-files@12.4%2Bdeb12u6?arch=amd64&distro=debian-12&package-id=c41d0eaedae01b93", + "pkg:deb/debian/base-files@12.4%2Bdeb12u7?arch=amd64&distro=debian-12&package-id=ebc09cdd9e39fe8e", "pkg:deb/debian/debianutils@5.7-0.5~deb12u1?arch=amd64&distro=debian-12&package-id=491d4893a84ee6f1", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libtinfo6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12&package-id=16ce3f9a5a6f08b5" ] }, { "ref": "pkg:deb/debian/bsdutils@1:2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux%402.38.1-5%2Bdeb12u1&distro=debian-12&package-id=a5f7ee908299e757", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", - "pkg:deb/debian/libsystemd0@252.26-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=feb617e488eec05e" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", + "pkg:deb/debian/libsystemd0@252.30-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=25bbd8d336cce5f6" ] }, { "ref": "pkg:deb/debian/ca-certificates@20230311?arch=all&distro=debian-12&package-id=a19b0036f2925522", "dependsOn": [ "pkg:deb/debian/debconf@1.5.82?arch=all&distro=debian-12&package-id=cd568950fffd83d7", - "pkg:deb/debian/openssl@3.0.14-1~deb12u1?arch=amd64&distro=debian-12&package-id=a819b20016a18d2e" + "pkg:deb/debian/openssl@3.0.14-1~deb12u2?arch=amd64&distro=debian-12&package-id=cafda1da0edb1e01" ] }, { @@ -29981,7 +29981,7 @@ "dependsOn": [ "pkg:deb/debian/libacl1@2.3.1-3?arch=amd64&upstream=acl&distro=debian-12&package-id=4c1c362901b4ae1d", "pkg:deb/debian/libattr1@1:2.5.1-4?arch=amd64&upstream=attr&distro=debian-12&package-id=00337d6008bf0618", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libgmp10@2:6.2.1%2Bdfsg1-1.1?arch=amd64&upstream=gmp&distro=debian-12&package-id=58578df1b5161e39", "pkg:deb/debian/libselinux1@3.4-1%2Bb6?arch=amd64&upstream=libselinux%403.4-1&distro=debian-12&package-id=2ddd11f048a6a586" ] @@ -29989,7 +29989,7 @@ { "ref": "pkg:deb/debian/curl@7.88.1-10%2Bdeb12u7?arch=amd64&distro=debian-12&package-id=413c0dae957170b1", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libcurl4@7.88.1-10%2Bdeb12u7?arch=amd64&upstream=curl&distro=debian-12&package-id=4bce2ecb2222b28c", "pkg:deb/debian/zlib1g@1:1.2.13.dfsg-1?arch=amd64&upstream=zlib&distro=debian-12&package-id=450c163f1aff2ce3" ] @@ -29999,26 +29999,26 @@ "dependsOn": [ "pkg:deb/debian/debianutils@5.7-0.5~deb12u1?arch=amd64&distro=debian-12&package-id=491d4893a84ee6f1", "pkg:deb/debian/dpkg@1.21.22?arch=amd64&distro=debian-12&package-id=e7dfdbaa2c8d0db8", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { "ref": "pkg:deb/debian/debianutils@5.7-0.5~deb12u1?arch=amd64&distro=debian-12&package-id=491d4893a84ee6f1", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { "ref": "pkg:deb/debian/diffutils@1:3.8-4?arch=amd64&distro=debian-12&package-id=7b8a5443f3ae24b7", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { "ref": "pkg:deb/debian/dpkg@1.21.22?arch=amd64&distro=debian-12&package-id=e7dfdbaa2c8d0db8", "dependsOn": [ "pkg:deb/debian/libbz2-1.0@1.0.8-5%2Bb1?arch=amd64&upstream=bzip2%401.0.8-5&distro=debian-12&package-id=0e01bf0bfbc47b61", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/liblzma5@5.4.1-0.2?arch=amd64&upstream=xz-utils&distro=debian-12&package-id=50aacee46546d54f", "pkg:deb/debian/libmd0@1.0.4-2?arch=amd64&upstream=libmd&distro=debian-12&package-id=e0d481a26eb4a8ba", "pkg:deb/debian/libselinux1@3.4-1%2Bb6?arch=amd64&upstream=libselinux%403.4-1&distro=debian-12&package-id=2ddd11f048a6a586", @@ -30031,7 +30031,7 @@ "ref": "pkg:deb/debian/e2fsprogs@1.47.0-2?arch=amd64&distro=debian-12&package-id=603134b12dc04fbb", "dependsOn": [ "pkg:deb/debian/libblkid1@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12&package-id=09f6bd60ae488e2d", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libcom-err2@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12&package-id=5ae134ea8c2f9dd3", "pkg:deb/debian/libext2fs2@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12&package-id=ba7d9cd5ef6527ef", "pkg:deb/debian/libss2@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12&package-id=2baf633bc8a84df6", @@ -30042,7 +30042,7 @@ { "ref": "pkg:deb/debian/findutils@4.9.0-4?arch=amd64&distro=debian-12&package-id=c25bb66032b208ef", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libselinux1@3.4-1%2Bb6?arch=amd64&upstream=libselinux%403.4-1&distro=debian-12&package-id=2ddd11f048a6a586" ] }, @@ -30050,7 +30050,7 @@ "ref": "pkg:deb/debian/gpgv@2.2.40-1.1?arch=amd64&upstream=gnupg2&distro=debian-12&package-id=2bba05a28999480c", "dependsOn": [ "pkg:deb/debian/libbz2-1.0@1.0.8-5%2Bb1?arch=amd64&upstream=bzip2%401.0.8-5&distro=debian-12&package-id=0e01bf0bfbc47b61", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libgcrypt20@1.10.1-3?arch=amd64&distro=debian-12&package-id=56e66cdbccf3f7eb", "pkg:deb/debian/libgpg-error0@1.46-1?arch=amd64&upstream=libgpg-error&distro=debian-12&package-id=3344e28bea60387e", "pkg:deb/debian/zlib1g@1:1.2.13.dfsg-1?arch=amd64&upstream=zlib&distro=debian-12&package-id=450c163f1aff2ce3" @@ -30060,7 +30060,7 @@ "ref": "pkg:deb/debian/grep@3.8-5?arch=amd64&distro=debian-12&package-id=a8613391d2f5a59d", "dependsOn": [ "pkg:deb/debian/dpkg@1.21.22?arch=amd64&distro=debian-12&package-id=e7dfdbaa2c8d0db8", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libpcre2-8-0@10.42-1?arch=amd64&upstream=pcre2&distro=debian-12&package-id=ac69ca1032624423" ] }, @@ -30068,13 +30068,13 @@ "ref": "pkg:deb/debian/gzip@1.12-1?arch=amd64&distro=debian-12&package-id=c6ca962da553aeaa", "dependsOn": [ "pkg:deb/debian/dpkg@1.21.22?arch=amd64&distro=debian-12&package-id=e7dfdbaa2c8d0db8", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { "ref": "pkg:deb/debian/hostname@3.23%2Bnmu1?arch=amd64&distro=debian-12&package-id=ade4f6873a3cf602", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { @@ -30086,21 +30086,21 @@ { "ref": "pkg:deb/debian/libacl1@2.3.1-3?arch=amd64&upstream=acl&distro=debian-12&package-id=4c1c362901b4ae1d", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { "ref": "pkg:deb/debian/libapt-pkg6.0@2.6.1?arch=amd64&upstream=apt&distro=debian-12&package-id=18ed075bb8b76c7f", "dependsOn": [ "pkg:deb/debian/libbz2-1.0@1.0.8-5%2Bb1?arch=amd64&upstream=bzip2%401.0.8-5&distro=debian-12&package-id=0e01bf0bfbc47b61", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libgcc-s1@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=38b424bee2a8db35", "pkg:deb/debian/libgcrypt20@1.10.1-3?arch=amd64&distro=debian-12&package-id=56e66cdbccf3f7eb", "pkg:deb/debian/liblz4-1@1.9.4-1?arch=amd64&upstream=lz4&distro=debian-12&package-id=89a8f82cb9aef205", "pkg:deb/debian/liblzma5@5.4.1-0.2?arch=amd64&upstream=xz-utils&distro=debian-12&package-id=50aacee46546d54f", "pkg:deb/debian/libstdc%2B%2B6@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=4f6f636801d1d450", - "pkg:deb/debian/libsystemd0@252.26-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=feb617e488eec05e", - "pkg:deb/debian/libudev1@252.26-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=aa55696d3d1d7cba", + "pkg:deb/debian/libsystemd0@252.30-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=25bbd8d336cce5f6", + "pkg:deb/debian/libudev1@252.30-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=07461553a840f601", "pkg:deb/debian/libxxhash0@0.8.1-1?arch=amd64&upstream=xxhash&distro=debian-12&package-id=80b285a817bbd8db", "pkg:deb/debian/libzstd1@1.5.4%2Bdfsg2-5?arch=amd64&upstream=libzstd&distro=debian-12&package-id=2d1a4631243ef86d", "pkg:deb/debian/zlib1g@1:1.2.13.dfsg-1?arch=amd64&upstream=zlib&distro=debian-12&package-id=450c163f1aff2ce3" @@ -30109,43 +30109,43 @@ { "ref": "pkg:deb/debian/libattr1@1:2.5.1-4?arch=amd64&upstream=attr&distro=debian-12&package-id=00337d6008bf0618", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { "ref": "pkg:deb/debian/libaudit1@1:3.0.9-1?arch=amd64&upstream=audit&distro=debian-12&package-id=2512ef9462982daa", "dependsOn": [ "pkg:deb/debian/libaudit-common@1:3.0.9-1?arch=all&upstream=audit&distro=debian-12&package-id=044869766add5220", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libcap-ng0@0.8.3-1%2Bb3?arch=amd64&upstream=libcap-ng%400.8.3-1&distro=debian-12&package-id=41101b8d69788dbe" ] }, { "ref": "pkg:deb/debian/libblkid1@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12&package-id=09f6bd60ae488e2d", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { "ref": "pkg:deb/debian/libbrotli1@1.0.9-2%2Bb6?arch=amd64&upstream=brotli%401.0.9-2&distro=debian-12&package-id=bee17957f6df430e", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { "ref": "pkg:deb/debian/libbz2-1.0@1.0.8-5%2Bb1?arch=amd64&upstream=bzip2%401.0.8-5&distro=debian-12&package-id=0e01bf0bfbc47b61", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { - "ref": "pkg:deb/debian/libc-bin@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=a9bedc790c491b0d", + "ref": "pkg:deb/debian/libc-bin@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=ce9249bb3f1e8686", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { - "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "dependsOn": [ "pkg:deb/debian/libgcc-s1@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=38b424bee2a8db35" ] @@ -30153,32 +30153,32 @@ { "ref": "pkg:deb/debian/libcap-ng0@0.8.3-1%2Bb3?arch=amd64&upstream=libcap-ng%400.8.3-1&distro=debian-12&package-id=41101b8d69788dbe", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { "ref": "pkg:deb/debian/libcap2@1:2.66-4?arch=amd64&distro=debian-12&package-id=00973b8ba461f164", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { "ref": "pkg:deb/debian/libcom-err2@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12&package-id=5ae134ea8c2f9dd3", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { "ref": "pkg:deb/debian/libcrypt1@1:4.4.33-2?arch=amd64&upstream=libxcrypt&distro=debian-12&package-id=557e13a1cf1998d5", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { "ref": "pkg:deb/debian/libcurl4@7.88.1-10%2Bdeb12u7?arch=amd64&upstream=curl&distro=debian-12&package-id=4bce2ecb2222b28c", "dependsOn": [ "pkg:deb/debian/libbrotli1@1.0.9-2%2Bb6?arch=amd64&upstream=brotli%401.0.9-2&distro=debian-12&package-id=bee17957f6df430e", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libgssapi-krb5-2@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=b8076c9b38f784da", "pkg:deb/debian/libidn2-0@2.3.3-1%2Bb1?arch=amd64&upstream=libidn2%402.3.3-1&distro=debian-12&package-id=54553ec3061f963f", "pkg:deb/debian/libldap-2.5-0@2.5.13%2Bdfsg-5?arch=amd64&upstream=openldap&distro=debian-12&package-id=ed26cdfa87149cfa", @@ -30186,7 +30186,7 @@ "pkg:deb/debian/libpsl5@0.21.2-1?arch=amd64&upstream=libpsl&distro=debian-12&package-id=6d6e8a1c4d8f5a2b", "pkg:deb/debian/librtmp1@2.4%2B20151223.gitfa8646d.1-2%2Bb2?arch=amd64&upstream=rtmpdump%402.4%2B20151223.gitfa8646d.1-2&distro=debian-12&package-id=67e81e91a8c1dffc", "pkg:deb/debian/libssh2-1@1.10.0-3%2Bb1?arch=amd64&upstream=libssh2%401.10.0-3&distro=debian-12&package-id=7023b2ad941f42b0", - "pkg:deb/debian/libssl3@3.0.14-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12&package-id=3932277dadc517ca", + "pkg:deb/debian/libssl3@3.0.14-1~deb12u2?arch=amd64&upstream=openssl&distro=debian-12&package-id=77220972544ed1ad", "pkg:deb/debian/libzstd1@1.5.4%2Bdfsg2-5?arch=amd64&upstream=libzstd&distro=debian-12&package-id=2d1a4631243ef86d", "pkg:deb/debian/zlib1g@1:1.2.13.dfsg-1?arch=amd64&upstream=zlib&distro=debian-12&package-id=450c163f1aff2ce3" ] @@ -30194,63 +30194,63 @@ { "ref": "pkg:deb/debian/libdb5.3@5.3.28%2Bdfsg2-1?arch=amd64&upstream=db5.3&distro=debian-12&package-id=e78c9691bc71759d", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { "ref": "pkg:deb/debian/libdebconfclient0@0.270?arch=amd64&upstream=cdebconf&distro=debian-12&package-id=36285f3184fdc550", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { - "ref": "pkg:deb/debian/libexpat1@2.5.0-1?arch=amd64&upstream=expat&distro=debian-12&package-id=647da6a471c14b1e", + "ref": "pkg:deb/debian/libexpat1@2.5.0-1%2Bdeb12u1?arch=amd64&upstream=expat&distro=debian-12&package-id=212bce1710b5fa29", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { "ref": "pkg:deb/debian/libext2fs2@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12&package-id=ba7d9cd5ef6527ef", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { "ref": "pkg:deb/debian/libffi8@3.4.4-1?arch=amd64&upstream=libffi&distro=debian-12&package-id=b2b6d2667df8c2ec", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { "ref": "pkg:deb/debian/libgcc-s1@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=38b424bee2a8db35", "dependsOn": [ "pkg:deb/debian/gcc-12-base@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=2d9c105581cbe6a2", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { "ref": "pkg:deb/debian/libgcrypt20@1.10.1-3?arch=amd64&distro=debian-12&package-id=56e66cdbccf3f7eb", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libgpg-error0@1.46-1?arch=amd64&upstream=libgpg-error&distro=debian-12&package-id=3344e28bea60387e" ] }, { "ref": "pkg:deb/debian/libgdbm6@1.23-3?arch=amd64&upstream=gdbm&distro=debian-12&package-id=14b7ab7dc38da51a", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { "ref": "pkg:deb/debian/libgmp10@2:6.2.1%2Bdfsg1-1.1?arch=amd64&upstream=gmp&distro=debian-12&package-id=58578df1b5161e39", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { "ref": "pkg:deb/debian/libgnutls30@3.7.9-2%2Bdeb12u3?arch=amd64&upstream=gnutls28&distro=debian-12&package-id=e285c9d302b29acf", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libgmp10@2:6.2.1%2Bdfsg1-1.1?arch=amd64&upstream=gmp&distro=debian-12&package-id=58578df1b5161e39", "pkg:deb/debian/libhogweed6@3.8.1-2?arch=amd64&upstream=nettle&distro=debian-12&package-id=1bf51448294e0e43", "pkg:deb/debian/libidn2-0@2.3.3-1%2Bb1?arch=amd64&upstream=libidn2%402.3.3-1&distro=debian-12&package-id=54553ec3061f963f", @@ -30263,13 +30263,13 @@ { "ref": "pkg:deb/debian/libgpg-error0@1.46-1?arch=amd64&upstream=libgpg-error&distro=debian-12&package-id=3344e28bea60387e", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { "ref": "pkg:deb/debian/libgssapi-krb5-2@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=b8076c9b38f784da", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libcom-err2@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12&package-id=5ae134ea8c2f9dd3", "pkg:deb/debian/libk5crypto3@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=854ffdfadd1f801f", "pkg:deb/debian/libkrb5-3@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=964a226d38f8d674", @@ -30279,7 +30279,7 @@ { "ref": "pkg:deb/debian/libhogweed6@3.8.1-2?arch=amd64&upstream=nettle&distro=debian-12&package-id=1bf51448294e0e43", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libgmp10@2:6.2.1%2Bdfsg1-1.1?arch=amd64&upstream=gmp&distro=debian-12&package-id=58578df1b5161e39", "pkg:deb/debian/libnettle8@3.8.1-2?arch=amd64&upstream=nettle&distro=debian-12&package-id=d6bdae4cd6916b9c" ] @@ -30287,7 +30287,7 @@ { "ref": "pkg:deb/debian/libicu72@72.1-3?arch=amd64&upstream=icu&distro=debian-12&package-id=976da01d5e9119c5", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libgcc-s1@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=38b424bee2a8db35", "pkg:deb/debian/libstdc%2B%2B6@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=4f6f636801d1d450" ] @@ -30295,14 +30295,14 @@ { "ref": "pkg:deb/debian/libidn2-0@2.3.3-1%2Bb1?arch=amd64&upstream=libidn2%402.3.3-1&distro=debian-12&package-id=54553ec3061f963f", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libunistring2@1.0-2?arch=amd64&upstream=libunistring&distro=debian-12&package-id=109cccfdf0cf7b17" ] }, { "ref": "pkg:deb/debian/libjemalloc2@5.3.0-1?arch=amd64&upstream=jemalloc&distro=debian-12&package-id=17af9a3f6679d8ff", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libgcc-s1@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=38b424bee2a8db35", "pkg:deb/debian/libstdc%2B%2B6@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=4f6f636801d1d450" ] @@ -30310,43 +30310,43 @@ { "ref": "pkg:deb/debian/libjpeg62-turbo@1:2.1.5-2?arch=amd64&upstream=libjpeg-turbo&distro=debian-12&package-id=7b51a7c2d29cb3e9", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { "ref": "pkg:deb/debian/libk5crypto3@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=854ffdfadd1f801f", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libkrb5support0@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=486417641dc2fbc2" ] }, { "ref": "pkg:deb/debian/libkeyutils1@1.6.3-2?arch=amd64&upstream=keyutils&distro=debian-12&package-id=47508eca670369df", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { "ref": "pkg:deb/debian/libkrb5-3@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=964a226d38f8d674", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libcom-err2@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12&package-id=5ae134ea8c2f9dd3", "pkg:deb/debian/libk5crypto3@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=854ffdfadd1f801f", "pkg:deb/debian/libkeyutils1@1.6.3-2?arch=amd64&upstream=keyutils&distro=debian-12&package-id=47508eca670369df", "pkg:deb/debian/libkrb5support0@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=486417641dc2fbc2", - "pkg:deb/debian/libssl3@3.0.14-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12&package-id=3932277dadc517ca" + "pkg:deb/debian/libssl3@3.0.14-1~deb12u2?arch=amd64&upstream=openssl&distro=debian-12&package-id=77220972544ed1ad" ] }, { "ref": "pkg:deb/debian/libkrb5support0@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=486417641dc2fbc2", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { "ref": "pkg:deb/debian/libldap-2.5-0@2.5.13%2Bdfsg-5?arch=amd64&upstream=openldap&distro=debian-12&package-id=ed26cdfa87149cfa", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libgnutls30@3.7.9-2%2Bdeb12u3?arch=amd64&upstream=gnutls28&distro=debian-12&package-id=e285c9d302b29acf", "pkg:deb/debian/libsasl2-2@2.1.28%2Bdfsg-10?arch=amd64&upstream=cyrus-sasl2&distro=debian-12&package-id=fcacc8c1e128f9a7" ] @@ -30354,59 +30354,59 @@ { "ref": "pkg:deb/debian/liblz4-1@1.9.4-1?arch=amd64&upstream=lz4&distro=debian-12&package-id=89a8f82cb9aef205", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { "ref": "pkg:deb/debian/liblzma5@5.4.1-0.2?arch=amd64&upstream=xz-utils&distro=debian-12&package-id=50aacee46546d54f", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { "ref": "pkg:deb/debian/libmd0@1.0.4-2?arch=amd64&upstream=libmd&distro=debian-12&package-id=e0d481a26eb4a8ba", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { "ref": "pkg:deb/debian/libmount1@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12&package-id=6f953476e6e42f91", "dependsOn": [ "pkg:deb/debian/libblkid1@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12&package-id=09f6bd60ae488e2d", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libselinux1@3.4-1%2Bb6?arch=amd64&upstream=libselinux%403.4-1&distro=debian-12&package-id=2ddd11f048a6a586" ] }, { "ref": "pkg:deb/debian/libncursesw6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12&package-id=b28e3ac301f1527b", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libtinfo6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12&package-id=16ce3f9a5a6f08b5" ] }, { "ref": "pkg:deb/debian/libnettle8@3.8.1-2?arch=amd64&upstream=nettle&distro=debian-12&package-id=d6bdae4cd6916b9c", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { "ref": "pkg:deb/debian/libnghttp2-14@1.52.0-1%2Bdeb12u1?arch=amd64&upstream=nghttp2&distro=debian-12&package-id=24835c355ffa8f6e", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { "ref": "pkg:deb/debian/libnsl2@1.3.0-2?arch=amd64&upstream=libnsl&distro=debian-12&package-id=006e326cc29d6230", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libtirpc3@1.3.3%2Bds-1?arch=amd64&upstream=libtirpc&distro=debian-12&package-id=faf21f053a5068a6" ] }, { "ref": "pkg:deb/debian/libp11-kit0@0.24.1-2?arch=amd64&upstream=p11-kit&distro=debian-12&package-id=c230fd832bac5f75", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libffi8@3.4.4-1?arch=amd64&upstream=libffi&distro=debian-12&package-id=b2b6d2667df8c2ec" ] }, @@ -30414,7 +30414,7 @@ "ref": "pkg:deb/debian/libpam-modules-bin@1.5.2-6%2Bdeb12u1?arch=amd64&upstream=pam&distro=debian-12&package-id=46e088ca1b060624", "dependsOn": [ "pkg:deb/debian/libaudit1@1:3.0.9-1?arch=amd64&upstream=audit&distro=debian-12&package-id=2512ef9462982daa", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libcrypt1@1:4.4.33-2?arch=amd64&upstream=libxcrypt&distro=debian-12&package-id=557e13a1cf1998d5", "pkg:deb/debian/libpam0g@1.5.2-6%2Bdeb12u1?arch=amd64&upstream=pam&distro=debian-12&package-id=9e3755175020009e", "pkg:deb/debian/libselinux1@3.4-1%2Bb6?arch=amd64&upstream=libselinux%403.4-1&distro=debian-12&package-id=2ddd11f048a6a586" @@ -30425,7 +30425,7 @@ "dependsOn": [ "pkg:deb/debian/debconf@1.5.82?arch=all&distro=debian-12&package-id=cd568950fffd83d7", "pkg:deb/debian/libaudit1@1:3.0.9-1?arch=amd64&upstream=audit&distro=debian-12&package-id=2512ef9462982daa", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libcrypt1@1:4.4.33-2?arch=amd64&upstream=libxcrypt&distro=debian-12&package-id=557e13a1cf1998d5", "pkg:deb/debian/libdb5.3@5.3.28%2Bdfsg2-1?arch=amd64&upstream=db5.3&distro=debian-12&package-id=e78c9691bc71759d", "pkg:deb/debian/libpam-modules-bin@1.5.2-6%2Bdeb12u1?arch=amd64&upstream=pam&distro=debian-12&package-id=46e088ca1b060624", @@ -30445,28 +30445,28 @@ "dependsOn": [ "pkg:deb/debian/debconf@1.5.82?arch=all&distro=debian-12&package-id=cd568950fffd83d7", "pkg:deb/debian/libaudit1@1:3.0.9-1?arch=amd64&upstream=audit&distro=debian-12&package-id=2512ef9462982daa", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { "ref": "pkg:deb/debian/libpcre2-8-0@10.42-1?arch=amd64&upstream=pcre2&distro=debian-12&package-id=ac69ca1032624423", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { "ref": "pkg:deb/debian/libpq5@15.8-0%2Bdeb12u1?arch=amd64&upstream=postgresql-15&distro=debian-12&package-id=4004021cc67333b9", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libgssapi-krb5-2@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=b8076c9b38f784da", "pkg:deb/debian/libldap-2.5-0@2.5.13%2Bdfsg-5?arch=amd64&upstream=openldap&distro=debian-12&package-id=ed26cdfa87149cfa", - "pkg:deb/debian/libssl3@3.0.14-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12&package-id=3932277dadc517ca" + "pkg:deb/debian/libssl3@3.0.14-1~deb12u2?arch=amd64&upstream=openssl&distro=debian-12&package-id=77220972544ed1ad" ] }, { "ref": "pkg:deb/debian/libpsl5@0.21.2-1?arch=amd64&upstream=libpsl&distro=debian-12&package-id=6d6e8a1c4d8f5a2b", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libidn2-0@2.3.3-1%2Bb1?arch=amd64&upstream=libidn2%402.3.3-1&distro=debian-12&package-id=54553ec3061f963f", "pkg:deb/debian/libunistring2@1.0-2?arch=amd64&upstream=libunistring&distro=debian-12&package-id=109cccfdf0cf7b17" ] @@ -30474,7 +30474,7 @@ { "ref": "pkg:deb/debian/libreadline8@8.2-1.3?arch=amd64&upstream=readline&distro=debian-12&package-id=29526a4c5ede5c64", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libtinfo6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12&package-id=16ce3f9a5a6f08b5", "pkg:deb/debian/readline-common@8.2-1.3?arch=all&upstream=readline&distro=debian-12&package-id=012f830635a594bd" ] @@ -30482,7 +30482,7 @@ { "ref": "pkg:deb/debian/librtmp1@2.4%2B20151223.gitfa8646d.1-2%2Bb2?arch=amd64&upstream=rtmpdump%402.4%2B20151223.gitfa8646d.1-2&distro=debian-12&package-id=67e81e91a8c1dffc", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libgmp10@2:6.2.1%2Bdfsg1-1.1?arch=amd64&upstream=gmp&distro=debian-12&package-id=58578df1b5161e39", "pkg:deb/debian/libgnutls30@3.7.9-2%2Bdeb12u3?arch=amd64&upstream=gnutls28&distro=debian-12&package-id=e285c9d302b29acf", "pkg:deb/debian/libhogweed6@3.8.1-2?arch=amd64&upstream=nettle&distro=debian-12&package-id=1bf51448294e0e43", @@ -30493,34 +30493,34 @@ { "ref": "pkg:deb/debian/libsasl2-2@2.1.28%2Bdfsg-10?arch=amd64&upstream=cyrus-sasl2&distro=debian-12&package-id=fcacc8c1e128f9a7", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libsasl2-modules-db@2.1.28%2Bdfsg-10?arch=amd64&upstream=cyrus-sasl2&distro=debian-12&package-id=3be129b7c5479ff1" ] }, { "ref": "pkg:deb/debian/libsasl2-modules-db@2.1.28%2Bdfsg-10?arch=amd64&upstream=cyrus-sasl2&distro=debian-12&package-id=3be129b7c5479ff1", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libdb5.3@5.3.28%2Bdfsg2-1?arch=amd64&upstream=db5.3&distro=debian-12&package-id=e78c9691bc71759d" ] }, { "ref": "pkg:deb/debian/libsasl2-modules@2.1.28%2Bdfsg-10?arch=amd64&upstream=cyrus-sasl2&distro=debian-12&package-id=c514a923a77dd17b", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", - "pkg:deb/debian/libssl3@3.0.14-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12&package-id=3932277dadc517ca" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", + "pkg:deb/debian/libssl3@3.0.14-1~deb12u2?arch=amd64&upstream=openssl&distro=debian-12&package-id=77220972544ed1ad" ] }, { "ref": "pkg:deb/debian/libseccomp2@2.5.4-1%2Bdeb12u1?arch=amd64&upstream=libseccomp&distro=debian-12&package-id=86bffae363f30eaf", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { "ref": "pkg:deb/debian/libselinux1@3.4-1%2Bb6?arch=amd64&upstream=libselinux%403.4-1&distro=debian-12&package-id=2ddd11f048a6a586", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libpcre2-8-0@10.42-1?arch=amd64&upstream=pcre2&distro=debian-12&package-id=ac69ca1032624423" ] }, @@ -30529,7 +30529,7 @@ "dependsOn": [ "pkg:deb/debian/libaudit1@1:3.0.9-1?arch=amd64&upstream=audit&distro=debian-12&package-id=2512ef9462982daa", "pkg:deb/debian/libbz2-1.0@1.0.8-5%2Bb1?arch=amd64&upstream=bzip2%401.0.8-5&distro=debian-12&package-id=0e01bf0bfbc47b61", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libselinux1@3.4-1%2Bb6?arch=amd64&upstream=libselinux%403.4-1&distro=debian-12&package-id=2ddd11f048a6a586", "pkg:deb/debian/libsemanage-common@3.4-1?arch=all&upstream=libsemanage&distro=debian-12&package-id=0d5fc1290c3c97c5", "pkg:deb/debian/libsepol2@3.4-2.1?arch=amd64&upstream=libsepol&distro=debian-12&package-id=8b37b2b8e2fce91c" @@ -30538,60 +30538,60 @@ { "ref": "pkg:deb/debian/libsepol2@3.4-2.1?arch=amd64&upstream=libsepol&distro=debian-12&package-id=8b37b2b8e2fce91c", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { "ref": "pkg:deb/debian/libsmartcols1@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12&package-id=a19481ad8109e13e", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { "ref": "pkg:deb/debian/libsqlite3-0@3.40.1-2?arch=amd64&upstream=sqlite3&distro=debian-12&package-id=d3ca818e62b6ef39", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { "ref": "pkg:deb/debian/libss2@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12&package-id=2baf633bc8a84df6", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libcom-err2@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12&package-id=5ae134ea8c2f9dd3" ] }, { "ref": "pkg:deb/debian/libssh2-1@1.10.0-3%2Bb1?arch=amd64&upstream=libssh2%401.10.0-3&distro=debian-12&package-id=7023b2ad941f42b0", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", - "pkg:deb/debian/libssl3@3.0.14-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12&package-id=3932277dadc517ca", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", + "pkg:deb/debian/libssl3@3.0.14-1~deb12u2?arch=amd64&upstream=openssl&distro=debian-12&package-id=77220972544ed1ad", "pkg:deb/debian/zlib1g@1:1.2.13.dfsg-1?arch=amd64&upstream=zlib&distro=debian-12&package-id=450c163f1aff2ce3" ] }, { - "ref": "pkg:deb/debian/libssl-dev@3.0.14-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12&package-id=dde6433f19317698", + "ref": "pkg:deb/debian/libssl-dev@3.0.14-1~deb12u2?arch=amd64&upstream=openssl&distro=debian-12&package-id=069b00280a0295d7", "dependsOn": [ - "pkg:deb/debian/libssl3@3.0.14-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12&package-id=3932277dadc517ca" + "pkg:deb/debian/libssl3@3.0.14-1~deb12u2?arch=amd64&upstream=openssl&distro=debian-12&package-id=77220972544ed1ad" ] }, { - "ref": "pkg:deb/debian/libssl3@3.0.14-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12&package-id=3932277dadc517ca", + "ref": "pkg:deb/debian/libssl3@3.0.14-1~deb12u2?arch=amd64&upstream=openssl&distro=debian-12&package-id=77220972544ed1ad", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { "ref": "pkg:deb/debian/libstdc%2B%2B6@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=4f6f636801d1d450", "dependsOn": [ "pkg:deb/debian/gcc-12-base@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=2d9c105581cbe6a2", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libgcc-s1@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=38b424bee2a8db35" ] }, { - "ref": "pkg:deb/debian/libsystemd0@252.26-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=feb617e488eec05e", + "ref": "pkg:deb/debian/libsystemd0@252.30-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=25bbd8d336cce5f6", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libcap2@1:2.66-4?arch=amd64&distro=debian-12&package-id=00973b8ba461f164", "pkg:deb/debian/libgcrypt20@1.10.1-3?arch=amd64&distro=debian-12&package-id=56e66cdbccf3f7eb", "pkg:deb/debian/liblz4-1@1.9.4-1?arch=amd64&upstream=lz4&distro=debian-12&package-id=89a8f82cb9aef205", @@ -30602,51 +30602,51 @@ { "ref": "pkg:deb/debian/libtasn1-6@4.19.0-2?arch=amd64&distro=debian-12&package-id=d4da56d1d23cc1c5", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { "ref": "pkg:deb/debian/libtinfo6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12&package-id=16ce3f9a5a6f08b5", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { "ref": "pkg:deb/debian/libtirpc3@1.3.3%2Bds-1?arch=amd64&upstream=libtirpc&distro=debian-12&package-id=faf21f053a5068a6", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libgssapi-krb5-2@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=b8076c9b38f784da", "pkg:deb/debian/libtirpc-common@1.3.3%2Bds-1?arch=all&upstream=libtirpc&distro=debian-12&package-id=f20c567611976bbb" ] }, { - "ref": "pkg:deb/debian/libudev1@252.26-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=aa55696d3d1d7cba", + "ref": "pkg:deb/debian/libudev1@252.30-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=07461553a840f601", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { "ref": "pkg:deb/debian/libunistring2@1.0-2?arch=amd64&upstream=libunistring&distro=debian-12&package-id=109cccfdf0cf7b17", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { "ref": "pkg:deb/debian/libuuid1@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12&package-id=747a26ba1b8b92a7", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { "ref": "pkg:deb/debian/libwebp7@1.2.4-0.2%2Bdeb12u1?arch=amd64&upstream=libwebp&distro=debian-12&package-id=ae9ec39ac48a90cb", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { "ref": "pkg:deb/debian/libxml2@2.9.14%2Bdfsg-1.3~deb12u1?arch=amd64&distro=debian-12&package-id=2015aa6ec3465662", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libicu72@72.1-3?arch=amd64&upstream=icu&distro=debian-12&package-id=976da01d5e9119c5", "pkg:deb/debian/liblzma5@5.4.1-0.2?arch=amd64&upstream=xz-utils&distro=debian-12&package-id=50aacee46546d54f", "pkg:deb/debian/zlib1g@1:1.2.13.dfsg-1?arch=amd64&upstream=zlib&distro=debian-12&package-id=450c163f1aff2ce3" @@ -30655,8 +30655,8 @@ { "ref": "pkg:deb/debian/libxmlsec1-openssl@1.2.37-2?arch=amd64&upstream=xmlsec1&distro=debian-12&package-id=8bfea88e532bd902", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", - "pkg:deb/debian/libssl3@3.0.14-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12&package-id=3932277dadc517ca", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", + "pkg:deb/debian/libssl3@3.0.14-1~deb12u2?arch=amd64&upstream=openssl&distro=debian-12&package-id=77220972544ed1ad", "pkg:deb/debian/libxml2@2.9.14%2Bdfsg-1.3~deb12u1?arch=amd64&distro=debian-12&package-id=2015aa6ec3465662", "pkg:deb/debian/libxmlsec1@1.2.37-2?arch=amd64&upstream=xmlsec1&distro=debian-12&package-id=12713888614c016c" ] @@ -30664,7 +30664,7 @@ { "ref": "pkg:deb/debian/libxmlsec1@1.2.37-2?arch=amd64&upstream=xmlsec1&distro=debian-12&package-id=12713888614c016c", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libxml2@2.9.14%2Bdfsg-1.3~deb12u1?arch=amd64&distro=debian-12&package-id=2015aa6ec3465662", "pkg:deb/debian/libxslt1.1@1.1.35-1?arch=amd64&upstream=libxslt&distro=debian-12&package-id=f31b75ee6392365a" ] @@ -30672,7 +30672,7 @@ { "ref": "pkg:deb/debian/libxslt1.1@1.1.35-1?arch=amd64&upstream=libxslt&distro=debian-12&package-id=f31b75ee6392365a", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libgcrypt20@1.10.1-3?arch=amd64&distro=debian-12&package-id=56e66cdbccf3f7eb", "pkg:deb/debian/libxml2@2.9.14%2Bdfsg-1.3~deb12u1?arch=amd64&distro=debian-12&package-id=2015aa6ec3465662" ] @@ -30680,20 +30680,20 @@ { "ref": "pkg:deb/debian/libxxhash0@0.8.1-1?arch=amd64&upstream=xxhash&distro=debian-12&package-id=80b285a817bbd8db", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { "ref": "pkg:deb/debian/libzstd1@1.5.4%2Bdfsg2-5?arch=amd64&upstream=libzstd&distro=debian-12&package-id=2d1a4631243ef86d", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { "ref": "pkg:deb/debian/login@1:4.13%2Bdfsg1-1%2Bb1?arch=amd64&upstream=shadow%401:4.13%2Bdfsg1-1&distro=debian-12&package-id=95082a001564c69b", "dependsOn": [ "pkg:deb/debian/libaudit1@1:3.0.9-1?arch=amd64&upstream=audit&distro=debian-12&package-id=2512ef9462982daa", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libcrypt1@1:4.4.33-2?arch=amd64&upstream=libxcrypt&distro=debian-12&package-id=557e13a1cf1998d5", "pkg:deb/debian/libpam-modules@1.5.2-6%2Bdeb12u1?arch=amd64&upstream=pam&distro=debian-12&package-id=12a018034482fe97", "pkg:deb/debian/libpam-runtime@1.5.2-6%2Bdeb12u1?arch=all&upstream=pam&distro=debian-12&package-id=2fc0063e7584b704", @@ -30703,20 +30703,20 @@ { "ref": "pkg:deb/debian/logsave@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12&package-id=5fbda5347c254f6a", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { "ref": "pkg:deb/debian/mawk@1.3.4.20200120-3.1?arch=amd64&distro=debian-12&package-id=ab8cb640bde51524", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { "ref": "pkg:deb/debian/mount@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12&package-id=762a6d2f42dbb84d", "dependsOn": [ "pkg:deb/debian/libblkid1@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12&package-id=09f6bd60ae488e2d", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libmount1@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12&package-id=6f953476e6e42f91", "pkg:deb/debian/libselinux1@3.4-1%2Bb6?arch=amd64&upstream=libselinux%403.4-1&distro=debian-12&package-id=2ddd11f048a6a586", "pkg:deb/debian/libsmartcols1@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12&package-id=a19481ad8109e13e" @@ -30725,22 +30725,22 @@ { "ref": "pkg:deb/debian/ncurses-bin@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12&package-id=ddeb6215c71a51d7", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libtinfo6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12&package-id=16ce3f9a5a6f08b5" ] }, { - "ref": "pkg:deb/debian/openssl@3.0.14-1~deb12u1?arch=amd64&distro=debian-12&package-id=a819b20016a18d2e", + "ref": "pkg:deb/debian/openssl@3.0.14-1~deb12u2?arch=amd64&distro=debian-12&package-id=cafda1da0edb1e01", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", - "pkg:deb/debian/libssl3@3.0.14-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12&package-id=3932277dadc517ca" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", + "pkg:deb/debian/libssl3@3.0.14-1~deb12u2?arch=amd64&upstream=openssl&distro=debian-12&package-id=77220972544ed1ad" ] }, { "ref": "pkg:deb/debian/passwd@1:4.13%2Bdfsg1-1%2Bb1?arch=amd64&upstream=shadow%401:4.13%2Bdfsg1-1&distro=debian-12&package-id=25b93d8479d03922", "dependsOn": [ "pkg:deb/debian/libaudit1@1:3.0.9-1?arch=amd64&upstream=audit&distro=debian-12&package-id=2512ef9462982daa", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libcrypt1@1:4.4.33-2?arch=amd64&upstream=libxcrypt&distro=debian-12&package-id=557e13a1cf1998d5", "pkg:deb/debian/libpam-modules@1.5.2-6%2Bdeb12u1?arch=amd64&upstream=pam&distro=debian-12&package-id=12a018034482fe97", "pkg:deb/debian/libpam0g@1.5.2-6%2Bdeb12u1?arch=amd64&upstream=pam&distro=debian-12&package-id=9e3755175020009e", @@ -30752,7 +30752,7 @@ "ref": "pkg:deb/debian/perl-base@5.36.0-7%2Bdeb12u1?arch=amd64&upstream=perl&distro=debian-12&package-id=e7c6c7e67b78f445", "dependsOn": [ "pkg:deb/debian/dpkg@1.21.22?arch=amd64&distro=debian-12&package-id=e7dfdbaa2c8d0db8", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libcrypt1@1:4.4.33-2?arch=amd64&upstream=libxcrypt&distro=debian-12&package-id=557e13a1cf1998d5" ] }, @@ -30766,21 +30766,21 @@ "ref": "pkg:deb/debian/sed@4.9-1?arch=amd64&distro=debian-12&package-id=2bb2758387094841", "dependsOn": [ "pkg:deb/debian/libacl1@2.3.1-3?arch=amd64&upstream=acl&distro=debian-12&package-id=4c1c362901b4ae1d", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libselinux1@3.4-1%2Bb6?arch=amd64&upstream=libselinux%403.4-1&distro=debian-12&package-id=2ddd11f048a6a586" ] }, { "ref": "pkg:deb/debian/sysvinit-utils@3.06-4?arch=amd64&upstream=sysvinit&distro=debian-12&package-id=78dc4e9a34d47de7", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { "ref": "pkg:deb/debian/tar@1.34%2Bdfsg-1.2%2Bdeb12u1?arch=amd64&distro=debian-12&package-id=9f97ab08691b54d2", "dependsOn": [ "pkg:deb/debian/libacl1@2.3.1-3?arch=amd64&upstream=acl&distro=debian-12&package-id=4c1c362901b4ae1d", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libselinux1@3.4-1%2Bb6?arch=amd64&upstream=libselinux%403.4-1&distro=debian-12&package-id=2ddd11f048a6a586" ] }, @@ -30794,7 +30794,7 @@ "ref": "pkg:deb/debian/util-linux-extra@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12&package-id=76ef77b2a5a01818", "dependsOn": [ "pkg:deb/debian/libaudit1@1:3.0.9-1?arch=amd64&upstream=audit&distro=debian-12&package-id=2512ef9462982daa", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libsmartcols1@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12&package-id=a19481ad8109e13e" ] }, @@ -30802,16 +30802,16 @@ "ref": "pkg:deb/debian/util-linux@2.38.1-5%2Bdeb12u1?arch=amd64&distro=debian-12&package-id=08f3410f0a4602ff", "dependsOn": [ "pkg:deb/debian/libblkid1@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12&package-id=09f6bd60ae488e2d", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libcap-ng0@0.8.3-1%2Bb3?arch=amd64&upstream=libcap-ng%400.8.3-1&distro=debian-12&package-id=41101b8d69788dbe", "pkg:deb/debian/libcrypt1@1:4.4.33-2?arch=amd64&upstream=libxcrypt&distro=debian-12&package-id=557e13a1cf1998d5", "pkg:deb/debian/libmount1@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12&package-id=6f953476e6e42f91", "pkg:deb/debian/libpam0g@1.5.2-6%2Bdeb12u1?arch=amd64&upstream=pam&distro=debian-12&package-id=9e3755175020009e", "pkg:deb/debian/libselinux1@3.4-1%2Bb6?arch=amd64&upstream=libselinux%403.4-1&distro=debian-12&package-id=2ddd11f048a6a586", "pkg:deb/debian/libsmartcols1@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12&package-id=a19481ad8109e13e", - "pkg:deb/debian/libsystemd0@252.26-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=feb617e488eec05e", + "pkg:deb/debian/libsystemd0@252.30-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=25bbd8d336cce5f6", "pkg:deb/debian/libtinfo6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12&package-id=16ce3f9a5a6f08b5", - "pkg:deb/debian/libudev1@252.26-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=aa55696d3d1d7cba", + "pkg:deb/debian/libudev1@252.30-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=07461553a840f601", "pkg:deb/debian/libuuid1@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12&package-id=747a26ba1b8b92a7", "pkg:deb/debian/util-linux-extra@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12&package-id=76ef77b2a5a01818", "pkg:deb/debian/zlib1g@1:1.2.13.dfsg-1?arch=amd64&upstream=zlib&distro=debian-12&package-id=450c163f1aff2ce3" @@ -30820,7 +30820,7 @@ { "ref": "pkg:deb/debian/xmlsec1@1.2.37-2?arch=amd64&distro=debian-12&package-id=e600ecd8262edbe8", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", "pkg:deb/debian/libxml2@2.9.14%2Bdfsg-1.3~deb12u1?arch=amd64&distro=debian-12&package-id=2015aa6ec3465662", "pkg:deb/debian/libxmlsec1-openssl@1.2.37-2?arch=amd64&upstream=xmlsec1&distro=debian-12&package-id=8bfea88e532bd902", "pkg:deb/debian/libxmlsec1@1.2.37-2?arch=amd64&upstream=xmlsec1&distro=debian-12&package-id=12713888614c016c", @@ -30830,13 +30830,13 @@ { "ref": "pkg:deb/debian/zlib1g@1:1.2.13.dfsg-1?arch=amd64&upstream=zlib&distro=debian-12&package-id=450c163f1aff2ce3", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { - "ref": "pkg:generic/python@3.11.9?package-id=ab1da4146a0d7f1f", + "ref": "pkg:generic/python@3.11.10?package-id=019287464f1cc89c", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" ] }, { @@ -30846,17 +30846,17 @@ ] }, { - "ref": "pkg:pypi/authlib@1.3.1?package-id=4b098fcc867931cf", + "ref": "pkg:pypi/authlib@1.3.2?package-id=ff48253512d7ce39", "dependsOn": [ - "pkg:pypi/cryptography@43.0.0?package-id=421baa05e84a195d" + "pkg:pypi/cryptography@43.0.1?package-id=8c5e30e2a7eb9882" ] }, { - "ref": "pkg:pypi/automat@22.10.0?package-id=530cd353dec5eb3d", + "ref": "pkg:pypi/automat@22.10.0?package-id=c60de0719df5ae14", "dependsOn": [ "pkg:pypi/attrs@24.2.0?package-id=2099075e4aa0833f", "pkg:pypi/six@1.16.0?package-id=057699d32b18f404", - "pkg:pypi/twisted@24.7.0rc1?package-id=b5e60d2a6f15cf28" + "pkg:pypi/twisted@24.7.0?package-id=01f25ac2e40d6041" ] }, { @@ -30872,7 +30872,7 @@ ] }, { - "ref": "pkg:pypi/cryptography@43.0.0?package-id=421baa05e84a195d", + "ref": "pkg:pypi/cryptography@43.0.1?package-id=8c5e30e2a7eb9882", "dependsOn": [ "pkg:pypi/certifi@2024.7.4?package-id=39485f8f0d2e8b6b" ] @@ -30881,7 +30881,7 @@ "ref": "pkg:pypi/elementpath@4.1.5?package-id=3a488c6d7cf359fb", "dependsOn": [ "pkg:pypi/lxml@5.3.0?package-id=e85ffb6531aeab75", - "pkg:pypi/xmlschema@2.4.0?package-id=5b9ad4dc0eb00617" + "pkg:pypi/xmlschema@2.4.0?package-id=45d5a92e477cb2a5" ] }, { @@ -30895,7 +30895,7 @@ { "ref": "pkg:pypi/hyperlink@21.0.0?package-id=6ae945b6817c4c18", "dependsOn": [ - "pkg:pypi/idna@3.7?package-id=48c70e4ccf175e39" + "pkg:pypi/idna@3.10?package-id=f08f1b658dc9e368" ] }, { @@ -30913,7 +30913,7 @@ { "ref": "pkg:pypi/jaeger-client@4.8.0?package-id=06f9a22bad2833cd", "dependsOn": [ - "pkg:pypi/thrift@0.16.0?package-id=0a1a093cc466c75f" + "pkg:pypi/thrift@0.16.0?package-id=893a0a2740111bad" ] }, { @@ -30938,15 +30938,15 @@ ] }, { - "ref": "pkg:pypi/jsonschema@4.23.0?package-id=d47890129f358551", + "ref": "pkg:pypi/jsonschema@4.23.0?package-id=537c18021a8c2c70", "dependsOn": [ - "pkg:pypi/idna@3.7?package-id=48c70e4ccf175e39" + "pkg:pypi/idna@3.10?package-id=f08f1b658dc9e368" ] }, { "ref": "pkg:pypi/ldap3@2.9.1?package-id=5c2bfb180154c6c3", "dependsOn": [ - "pkg:pypi/pyasn1@0.6.0?package-id=0af623814bbe3748" + "pkg:pypi/pyasn1@0.6.1?package-id=05ff37fc24930a72" ] }, { @@ -30964,48 +30964,48 @@ { "ref": "pkg:pypi/matrix-synapse-ldap3@0.3.0?package-id=166db5e02af14cd7", "dependsOn": [ - "pkg:pypi/matrix-synapse@1.114.0?package-id=dabb6e0b6d7b3cbc", + "pkg:pypi/matrix-synapse@1.116.0?package-id=d1832dfbb11e72da", "pkg:pypi/service-identity@24.1.0?package-id=d30ea3b6f6325130" ] }, { - "ref": "pkg:pypi/matrix-synapse@1.114.0?package-id=dabb6e0b6d7b3cbc", + "ref": "pkg:pypi/matrix-synapse@1.116.0?package-id=d1832dfbb11e72da", "dependsOn": [ "pkg:pypi/attrs@24.2.0?package-id=2099075e4aa0833f", "pkg:pypi/bcrypt@4.2.0?package-id=0bdfd9d70fd4d9dd", "pkg:pypi/bleach@6.1.0?package-id=84341c323174fe91", "pkg:pypi/canonicaljson@2.0.0?package-id=cece6c8380222801", - "pkg:pypi/cryptography@43.0.0?package-id=421baa05e84a195d", + "pkg:pypi/cryptography@43.0.1?package-id=8c5e30e2a7eb9882", "pkg:pypi/hiredis@3.0.0?package-id=d7219d4c8b54c9a6", - "pkg:pypi/idna@3.7?package-id=48c70e4ccf175e39", + "pkg:pypi/idna@3.10?package-id=f08f1b658dc9e368", "pkg:pypi/ijson@3.3.0?package-id=f61990a3ffc45095", "pkg:pypi/immutabledict@4.2.0?package-id=1b2d61e8134d9b21", "pkg:pypi/jaeger-client@4.8.0?package-id=06f9a22bad2833cd", "pkg:pypi/jinja2@3.1.4?package-id=e3de4c2aa4beff4f", - "pkg:pypi/jsonschema@4.23.0?package-id=d47890129f358551", + "pkg:pypi/jsonschema@4.23.0?package-id=537c18021a8c2c70", "pkg:pypi/lxml@5.3.0?package-id=e85ffb6531aeab75", "pkg:pypi/matrix-common@1.3.0?package-id=ba43e87386e90977", "pkg:pypi/matrix-synapse-ldap3@0.3.0?package-id=166db5e02af14cd7", - "pkg:pypi/msgpack@1.0.8?package-id=fa44af608fd85080", - "pkg:pypi/netaddr@1.3.0?package-id=eadd7330970a8678", + "pkg:pypi/msgpack@1.1.0?package-id=76d02f8a4bc66fef", + "pkg:pypi/netaddr@1.3.0?package-id=81430277f4415923", "pkg:pypi/opentracing@2.4.0?package-id=85fc24f20e90e622", "pkg:pypi/packaging@24.1?package-id=f590a1eca73e7abd", "pkg:pypi/parameterized@0.9.0?package-id=4c428ddac29ae041", - "pkg:pypi/phonenumbers@8.13.44?package-id=24fdc935dbe22e51", - "pkg:pypi/psycopg2@2.9.9?package-id=808297dbae337ee1", - "pkg:pypi/pyasn1@0.6.0?package-id=0af623814bbe3748", - "pkg:pypi/pydantic@2.8.2?package-id=4d2d850132551d63", + "pkg:pypi/phonenumbers@8.13.45?package-id=51b928e7373fa787", + "pkg:pypi/psycopg2@2.9.9?package-id=396fdbe97905bf26", + "pkg:pypi/pyasn1@0.6.1?package-id=05ff37fc24930a72", + "pkg:pypi/pydantic@2.9.2?package-id=321b215adc1d304f", "pkg:pypi/pymacaroons@0.13.0?package-id=bb3a3fa80e2b6460", "pkg:pypi/pympler@1.0.1?package-id=8c94cb26f79d2ca1", "pkg:pypi/pyopenssl@24.2.1?package-id=329f35aaed21c437", - "pkg:pypi/pysaml2@7.3.1?package-id=e527d47ce323138b", - "pkg:pypi/python-multipart@0.0.9?package-id=58baf4e9a3dda437", + "pkg:pypi/pysaml2@7.3.1?package-id=dac5b495d1a9f9d5", + "pkg:pypi/python-multipart@0.0.10?package-id=4512795c405e6f79", "pkg:pypi/pyyaml@6.0.2?package-id=0f860ea4e90e34b3", - "pkg:pypi/sentry-sdk@2.13.0?package-id=fd9d3e7752bae561", + "pkg:pypi/sentry-sdk@2.14.0?package-id=cd857b8ad6eab20b", "pkg:pypi/service-identity@24.1.0?package-id=d30ea3b6f6325130", "pkg:pypi/signedjson@1.1.4?package-id=5bebe91705a3cb3e", "pkg:pypi/sortedcontainers@2.4.0?package-id=85393500fc7595c4", - "pkg:pypi/treq@23.11.0?package-id=e7de4ad4939c8314", + "pkg:pypi/treq@24.9.1?package-id=fb652c84ef155eae", "pkg:pypi/txredisapi@1.4.10?package-id=343846a2f0cabfeb", "pkg:pypi/unpaddedbase64@2.1.0?package-id=bcc000266136e7b0" ] @@ -31037,14 +31037,14 @@ ] }, { - "ref": "pkg:pypi/pysaml2@7.3.1?package-id=e527d47ce323138b", + "ref": "pkg:pypi/pysaml2@7.3.1?package-id=dac5b495d1a9f9d5", "dependsOn": [ - "pkg:pypi/cryptography@43.0.0?package-id=421baa05e84a195d", + "pkg:pypi/cryptography@43.0.1?package-id=8c5e30e2a7eb9882", "pkg:pypi/defusedxml@0.7.1?package-id=534cd115bc9c4a88", "pkg:pypi/python-dateutil@2.8.2?package-id=13ef8f999d239236", "pkg:pypi/pytz@2022.7.1?package-id=a3266429d146ab0c", "pkg:pypi/requests@2.32.2?package-id=b8c732b179193e4b", - "pkg:pypi/xmlschema@2.4.0?package-id=5b9ad4dc0eb00617", + "pkg:pypi/xmlschema@2.4.0?package-id=45d5a92e477cb2a5", "pkg:pypi/zope.interface@6.0?package-id=310b639529d3168a" ] }, @@ -31057,11 +31057,11 @@ { "ref": "pkg:pypi/semantic-version@2.10.0?package-id=b3c049a3c44b61d8", "dependsOn": [ - "pkg:pypi/wheel@0.44.0?package-id=807efb3173bb44e4" + "pkg:pypi/wheel@0.44.0?package-id=205f5fcae9e5d1f8" ] }, { - "ref": "pkg:pypi/sentry-sdk@2.13.0?package-id=fd9d3e7752bae561", + "ref": "pkg:pypi/sentry-sdk@2.14.0?package-id=cd857b8ad6eab20b", "dependsOn": [ "pkg:pypi/certifi@2024.7.4?package-id=39485f8f0d2e8b6b" ] @@ -31069,16 +31069,16 @@ { "ref": "pkg:pypi/service-identity@24.1.0?package-id=d30ea3b6f6325130", "dependsOn": [ - "pkg:pypi/cryptography@43.0.0?package-id=421baa05e84a195d", - "pkg:pypi/idna@3.7?package-id=48c70e4ccf175e39", - "pkg:pypi/pyasn1@0.6.0?package-id=0af623814bbe3748" + "pkg:pypi/cryptography@43.0.1?package-id=8c5e30e2a7eb9882", + "pkg:pypi/idna@3.10?package-id=f08f1b658dc9e368", + "pkg:pypi/pyasn1@0.6.1?package-id=05ff37fc24930a72" ] }, { "ref": "pkg:pypi/setuptools@72.1.0?package-id=5cde1c9db6d2eedb", "dependsOn": [ "pkg:pypi/tomli@2.0.1?package-id=32d941b35d88e747", - "pkg:pypi/wheel@0.44.0?package-id=807efb3173bb44e4" + "pkg:pypi/wheel@0.44.0?package-id=205f5fcae9e5d1f8" ] }, { @@ -31095,7 +31095,7 @@ ] }, { - "ref": "pkg:pypi/treq@23.11.0?package-id=e7de4ad4939c8314", + "ref": "pkg:pypi/treq@24.9.1?package-id=fb652c84ef155eae", "dependsOn": [ "pkg:pypi/attrs@24.2.0?package-id=2099075e4aa0833f", "pkg:pypi/incremental@24.7.2?package-id=aacb8492a2d59440" @@ -31114,7 +31114,7 @@ ] }, { - "ref": "pkg:pypi/xmlschema@2.4.0?package-id=5b9ad4dc0eb00617", + "ref": "pkg:pypi/xmlschema@2.4.0?package-id=45d5a92e477cb2a5", "dependsOn": [ "pkg:pypi/elementpath@4.1.5?package-id=3a488c6d7cf359fb", "pkg:pypi/lxml@5.3.0?package-id=e85ffb6531aeab75" @@ -31136,7 +31136,7 @@ ], "vulnerabilities": [ { - "bom-ref": "urn:uuid:69a91436-6c7f-47d0-94f0-81fc4df3cc08", + "bom-ref": "urn:uuid:4d7362fc-cf7f-4776-abec-d2f286dde73a", "id": "CVE-2005-2541", "source": { "name": "debian-distro-debian-12", @@ -31169,7 +31169,7 @@ ] }, { - "bom-ref": "urn:uuid:7e8458c5-b1a7-4658-add4-a27aa5f15fef", + "bom-ref": "urn:uuid:da1abf53-5ac6-4983-8893-150806c9f4df", "id": "CVE-2007-5686", "source": { "name": "debian-distro-debian-12", @@ -31202,7 +31202,7 @@ ] }, { - "bom-ref": "urn:uuid:1fb855bd-b2c5-4d85-8304-b25fca9a8829", + "bom-ref": "urn:uuid:f819907b-f1d6-4a29-95f5-7bb62958b983", "id": "CVE-2007-5686", "source": { "name": "debian-distro-debian-12", @@ -31235,7 +31235,7 @@ ] }, { - "bom-ref": "urn:uuid:7ff04253-ff6d-4ebd-9ca6-997090a81da5", + "bom-ref": "urn:uuid:096a37b5-3f65-4b0a-b2b4-4d8ecd8a5beb", "id": "CVE-2010-4756", "source": { "name": "debian-distro-debian-12", @@ -31263,12 +31263,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libc-bin@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=a9bedc790c491b0d" + "ref": "pkg:deb/debian/libc-bin@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=ce9249bb3f1e8686" } ] }, { - "bom-ref": "urn:uuid:c48798a6-34c8-422a-8bb0-101d5c474623", + "bom-ref": "urn:uuid:854248df-e245-4d51-8415-488e09c32db5", "id": "CVE-2010-4756", "source": { "name": "debian-distro-debian-12", @@ -31296,12 +31296,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" } ] }, { - "bom-ref": "urn:uuid:52b4c933-15f2-46a5-878b-1fe27db9a159", + "bom-ref": "urn:uuid:d26f0654-a122-4949-99ba-b53b4e72c361", "id": "CVE-2011-3374", "source": { "name": "debian-distro-debian-12", @@ -31334,7 +31334,7 @@ ] }, { - "bom-ref": "urn:uuid:4b940859-0f6b-4345-b4f2-3cdf11f93e7d", + "bom-ref": "urn:uuid:9bf13f6a-7842-4966-b210-039f7fe27dd9", "id": "CVE-2011-3374", "source": { "name": "debian-distro-debian-12", @@ -31367,7 +31367,7 @@ ] }, { - "bom-ref": "urn:uuid:69a9c889-5509-41ea-8d13-2de1d1d79b33", + "bom-ref": "urn:uuid:f0ae1ef1-4b2e-4d66-a679-9345027bc24f", "id": "CVE-2011-3389", "source": { "name": "debian-distro-debian-12", @@ -31400,7 +31400,7 @@ ] }, { - "bom-ref": "urn:uuid:862b7891-970a-40ae-bec7-d66645b7c347", + "bom-ref": "urn:uuid:b6117e4c-c045-44e7-84c4-bd059bc8aee6", "id": "CVE-2011-4116", "source": { "name": "debian-distro-debian-12", @@ -31433,7 +31433,7 @@ ] }, { - "bom-ref": "urn:uuid:a62b8e34-e5ff-4c28-97c5-7c1720513059", + "bom-ref": "urn:uuid:8432c56c-515c-4586-a852-6090e556a44c", "id": "CVE-2013-4392", "source": { "name": "debian-distro-debian-12", @@ -31461,12 +31461,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libsystemd0@252.26-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=feb617e488eec05e" + "ref": "pkg:deb/debian/libsystemd0@252.30-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=25bbd8d336cce5f6" } ] }, { - "bom-ref": "urn:uuid:cb44cbb7-de02-4260-a1c0-7637ede88e04", + "bom-ref": "urn:uuid:4a27fd96-bc98-4128-9d47-233b8e902ee3", "id": "CVE-2013-4392", "source": { "name": "debian-distro-debian-12", @@ -31494,12 +31494,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libudev1@252.26-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=aa55696d3d1d7cba" + "ref": "pkg:deb/debian/libudev1@252.30-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=07461553a840f601" } ] }, { - "bom-ref": "urn:uuid:6b379535-7a6b-4b6c-a1c1-fa70c7e32a69", + "bom-ref": "urn:uuid:ff051cf4-8df2-4d26-af41-86cdafd4bb6d", "id": "CVE-2015-3276", "source": { "name": "debian-distro-debian-12", @@ -31532,7 +31532,7 @@ ] }, { - "bom-ref": "urn:uuid:a17b2bae-ce65-46af-be24-2218b5509672", + "bom-ref": "urn:uuid:e1935809-973b-4e4a-b951-e3d4cd0c8452", "id": "CVE-2015-3276", "source": { "name": "debian-distro-debian-12", @@ -31565,7 +31565,7 @@ ] }, { - "bom-ref": "urn:uuid:58ea4fff-5e6e-4dd0-979f-a4d5194583e5", + "bom-ref": "urn:uuid:1b575389-d39a-4ef5-9099-3cd976ba656a", "id": "CVE-2015-9019", "source": { "name": "debian-distro-debian-12", @@ -31598,7 +31598,7 @@ ] }, { - "bom-ref": "urn:uuid:b78c5b69-da5a-4843-a64b-b29d9aa3ccdd", + "bom-ref": "urn:uuid:d35457a8-7852-488c-b3d4-0d2acf0d90ad", "id": "CVE-2016-2781", "source": { "name": "debian-distro-debian-12", @@ -31631,7 +31631,7 @@ ] }, { - "bom-ref": "urn:uuid:a1bba25b-ea7c-4398-9fb0-28c9e53d150b", + "bom-ref": "urn:uuid:d8da172c-4717-46cc-b3f2-f4d07938b8ad", "id": "CVE-2017-14159", "source": { "name": "debian-distro-debian-12", @@ -31664,7 +31664,7 @@ ] }, { - "bom-ref": "urn:uuid:f80afb31-730e-4dcb-8a71-8573f5960f16", + "bom-ref": "urn:uuid:d3c40983-2872-44da-9e9c-1a207915ce8e", "id": "CVE-2017-14159", "source": { "name": "debian-distro-debian-12", @@ -31697,7 +31697,7 @@ ] }, { - "bom-ref": "urn:uuid:c33ec88b-1889-404b-bf5a-a33c9e39ee04", + "bom-ref": "urn:uuid:7422706d-09d2-48cf-a138-9b0cca42a845", "id": "CVE-2017-17740", "source": { "name": "debian-distro-debian-12", @@ -31730,7 +31730,7 @@ ] }, { - "bom-ref": "urn:uuid:5a22b48b-d503-43e6-a99f-e793b91dc1ba", + "bom-ref": "urn:uuid:449eb278-28c7-4760-86cb-d9fab60b09b7", "id": "CVE-2017-17740", "source": { "name": "debian-distro-debian-12", @@ -31763,7 +31763,7 @@ ] }, { - "bom-ref": "urn:uuid:33acae1d-cb32-4eb1-a030-b194492bc5bd", + "bom-ref": "urn:uuid:dabff929-a441-4aa4-b575-2f0740b88010", "id": "CVE-2017-18018", "source": { "name": "debian-distro-debian-12", @@ -31796,7 +31796,7 @@ ] }, { - "bom-ref": "urn:uuid:ef8aaedc-3324-417d-b46b-2c9b22ff5d39", + "bom-ref": "urn:uuid:4e9a585f-5e5f-4aa7-92ac-e49fc9e3866c", "id": "CVE-2018-20796", "source": { "name": "debian-distro-debian-12", @@ -31824,12 +31824,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libc-bin@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=a9bedc790c491b0d" + "ref": "pkg:deb/debian/libc-bin@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=ce9249bb3f1e8686" } ] }, { - "bom-ref": "urn:uuid:bfb06b5e-3145-4e84-ab7e-cdf90ec8d1bf", + "bom-ref": "urn:uuid:a2ab4785-84b0-442e-b702-1c83e3272191", "id": "CVE-2018-20796", "source": { "name": "debian-distro-debian-12", @@ -31857,12 +31857,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" } ] }, { - "bom-ref": "urn:uuid:705c2b85-827d-4ee9-b02b-e4a62e31cb15", + "bom-ref": "urn:uuid:4fb78109-5913-4a0a-ba77-4cbae204d706", "id": "CVE-2018-5709", "source": { "name": "debian-distro-debian-12", @@ -31895,7 +31895,7 @@ ] }, { - "bom-ref": "urn:uuid:c88c66e5-32c5-4e46-8aef-6d4a943ce89d", + "bom-ref": "urn:uuid:950cc509-df06-4c7a-833d-9cb722a60652", "id": "CVE-2018-5709", "source": { "name": "debian-distro-debian-12", @@ -31928,7 +31928,7 @@ ] }, { - "bom-ref": "urn:uuid:3230d916-dff7-464f-afb9-4a358e0412db", + "bom-ref": "urn:uuid:e301038b-7c71-4535-934a-b1ba00ec07f0", "id": "CVE-2018-5709", "source": { "name": "debian-distro-debian-12", @@ -31961,7 +31961,7 @@ ] }, { - "bom-ref": "urn:uuid:edc95c36-dc3f-4b2a-a22f-46d7fded3b3d", + "bom-ref": "urn:uuid:31dc0df0-ab17-459a-abe1-5f59d04f96a9", "id": "CVE-2018-5709", "source": { "name": "debian-distro-debian-12", @@ -31994,7 +31994,7 @@ ] }, { - "bom-ref": "urn:uuid:a5bf92e0-d5a7-4180-9d39-428528926373", + "bom-ref": "urn:uuid:da0a5abb-3630-4e73-bc54-4c9cac71c160", "id": "CVE-2018-6829", "source": { "name": "debian-distro-debian-12", @@ -32027,7 +32027,7 @@ ] }, { - "bom-ref": "urn:uuid:0770b0de-a7f9-4682-9ded-625d04b4bba1", + "bom-ref": "urn:uuid:4e47100b-5455-4ba0-a090-d022803b45cf", "id": "CVE-2019-1010022", "source": { "name": "debian-distro-debian-12", @@ -32055,12 +32055,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libc-bin@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=a9bedc790c491b0d" + "ref": "pkg:deb/debian/libc-bin@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=ce9249bb3f1e8686" } ] }, { - "bom-ref": "urn:uuid:a8f8853f-3151-4944-bb15-6471473dc3d4", + "bom-ref": "urn:uuid:6af683be-9e96-43da-9851-fc4d0644b4dd", "id": "CVE-2019-1010022", "source": { "name": "debian-distro-debian-12", @@ -32088,12 +32088,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" } ] }, { - "bom-ref": "urn:uuid:d72ca5b5-407c-45f0-955e-e9c87a5bb4fe", + "bom-ref": "urn:uuid:e4452851-0067-4f27-8930-1e3f280a45d5", "id": "CVE-2019-1010023", "source": { "name": "debian-distro-debian-12", @@ -32121,12 +32121,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libc-bin@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=a9bedc790c491b0d" + "ref": "pkg:deb/debian/libc-bin@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=ce9249bb3f1e8686" } ] }, { - "bom-ref": "urn:uuid:9eaccd24-0822-457e-b683-c123c4e58d59", + "bom-ref": "urn:uuid:ecbb3305-c4c2-40f1-93b2-4891b70baf20", "id": "CVE-2019-1010023", "source": { "name": "debian-distro-debian-12", @@ -32154,12 +32154,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" } ] }, { - "bom-ref": "urn:uuid:c3ffcc5e-2c59-4822-81ab-0339f4afe44a", + "bom-ref": "urn:uuid:72e0b47c-9381-4aa0-9898-7d607aa113ff", "id": "CVE-2019-1010024", "source": { "name": "debian-distro-debian-12", @@ -32187,12 +32187,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libc-bin@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=a9bedc790c491b0d" + "ref": "pkg:deb/debian/libc-bin@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=ce9249bb3f1e8686" } ] }, { - "bom-ref": "urn:uuid:32bc2c14-4562-4084-8e3c-39def3ed555e", + "bom-ref": "urn:uuid:f8ee719f-e598-45f8-a896-e596b30e17c5", "id": "CVE-2019-1010024", "source": { "name": "debian-distro-debian-12", @@ -32220,12 +32220,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" } ] }, { - "bom-ref": "urn:uuid:58265a92-c1b8-4795-a0d6-eb9768ede809", + "bom-ref": "urn:uuid:bad9a871-4a8a-4909-8fa4-cafde2ab77cc", "id": "CVE-2019-1010025", "source": { "name": "debian-distro-debian-12", @@ -32253,12 +32253,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libc-bin@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=a9bedc790c491b0d" + "ref": "pkg:deb/debian/libc-bin@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=ce9249bb3f1e8686" } ] }, { - "bom-ref": "urn:uuid:4d7370de-37ab-4299-b8d5-a1c0ce7e4581", + "bom-ref": "urn:uuid:15dd557f-86db-4eba-ac9d-092415e46274", "id": "CVE-2019-1010025", "source": { "name": "debian-distro-debian-12", @@ -32286,78 +32286,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" - } - ] - }, - { - "bom-ref": "urn:uuid:96d87ebe-e7bb-40aa-90ca-2ca179378721", - "id": "CVE-2019-19882", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2019-19882" - }, - "references": [ - { - "id": "CVE-2019-19882", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2019-19882" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "shadow 4.8, in certain circumstances affecting at least Gentoo, Arch Linux, and Void Linux, allows local users to obtain root access because setuid programs are misconfigured. Specifically, this affects shadow 4.8 when compiled using --with-libpam but without explicitly passing --disable-account-tools-setuid, and without a PAM configuration suitable for use with setuid account management tools. This combination leads to account management tools (groupadd, groupdel, groupmod, useradd, userdel, usermod) that can easily be used by unprivileged local users to escalate privileges to root in multiple ways. This issue became much more relevant in approximately December 2019 when an unrelated bug was fixed (i.e., the chmod calls to suidusbins were fixed in the upstream Makefile which is now included in the release version 4.8).", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2019-19882" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/login@1:4.13%2Bdfsg1-1%2Bb1?arch=amd64&upstream=shadow%401:4.13%2Bdfsg1-1&distro=debian-12&package-id=95082a001564c69b" - } - ] - }, - { - "bom-ref": "urn:uuid:233898c8-1fad-43d9-b508-de0c505b376a", - "id": "CVE-2019-19882", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2019-19882" - }, - "references": [ - { - "id": "CVE-2019-19882", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2019-19882" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "shadow 4.8, in certain circumstances affecting at least Gentoo, Arch Linux, and Void Linux, allows local users to obtain root access because setuid programs are misconfigured. Specifically, this affects shadow 4.8 when compiled using --with-libpam but without explicitly passing --disable-account-tools-setuid, and without a PAM configuration suitable for use with setuid account management tools. This combination leads to account management tools (groupadd, groupdel, groupmod, useradd, userdel, usermod) that can easily be used by unprivileged local users to escalate privileges to root in multiple ways. This issue became much more relevant in approximately December 2019 when an unrelated bug was fixed (i.e., the chmod calls to suidusbins were fixed in the upstream Makefile which is now included in the release version 4.8).", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2019-19882" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/passwd@1:4.13%2Bdfsg1-1%2Bb1?arch=amd64&upstream=shadow%401:4.13%2Bdfsg1-1&distro=debian-12&package-id=25b93d8479d03922" + "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" } ] }, { - "bom-ref": "urn:uuid:66797692-b0f6-41e0-a8aa-21aec73e8e4a", + "bom-ref": "urn:uuid:ed5481b6-c92e-4ef8-8743-b10ac69b707b", "id": "CVE-2019-9192", "source": { "name": "debian-distro-debian-12", @@ -32385,12 +32319,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libc-bin@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=a9bedc790c491b0d" + "ref": "pkg:deb/debian/libc-bin@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=ce9249bb3f1e8686" } ] }, { - "bom-ref": "urn:uuid:2a1f2c66-307a-4d1c-bbf5-2d4ba678cc66", + "bom-ref": "urn:uuid:7dd96756-a5e9-449d-b459-a32b60290f47", "id": "CVE-2019-9192", "source": { "name": "debian-distro-debian-12", @@ -32418,12 +32352,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=9fdc7b787f921efc" + "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" } ] }, { - "bom-ref": "urn:uuid:a3e7b48e-40f7-484b-b6ce-675b76121075", + "bom-ref": "urn:uuid:ff94b689-f33e-421f-8dcc-69c5c5261f9d", "id": "CVE-2020-15719", "source": { "name": "debian-distro-debian-12", @@ -32456,7 +32390,7 @@ ] }, { - "bom-ref": "urn:uuid:4f1d4d16-b363-4143-9c00-8b0166c14eea", + "bom-ref": "urn:uuid:8730f036-4e82-4236-968b-1f0e85d9e93e", "id": "CVE-2020-15719", "source": { "name": "debian-distro-debian-12", @@ -32489,7 +32423,7 @@ ] }, { - "bom-ref": "urn:uuid:18f36765-60ee-4b98-8c4d-5b370eeeb1bf", + "bom-ref": "urn:uuid:24ec337c-7fe2-40ba-8990-2db7f3036432", "id": "CVE-2021-45346", "source": { "name": "debian-distro-debian-12", @@ -32522,7 +32456,7 @@ ] }, { - "bom-ref": "urn:uuid:e47b64b2-a0b7-41b3-bd22-ba278de917eb", + "bom-ref": "urn:uuid:f55108aa-fbb3-4c7e-a008-ac3eab088607", "id": "CVE-2022-0563", "source": { "name": "debian-distro-debian-12", @@ -32555,7 +32489,7 @@ ] }, { - "bom-ref": "urn:uuid:261dcf62-fa5f-490f-bcb8-f1f2322d44c2", + "bom-ref": "urn:uuid:21d2133f-95f6-459e-8f52-acb77c6184d2", "id": "CVE-2022-0563", "source": { "name": "debian-distro-debian-12", @@ -32588,7 +32522,7 @@ ] }, { - "bom-ref": "urn:uuid:50c6975b-5473-467f-aec8-db22f57672c2", + "bom-ref": "urn:uuid:efa07bcd-5b6c-424c-95c9-61620407a8eb", "id": "CVE-2022-0563", "source": { "name": "debian-distro-debian-12", @@ -32621,7 +32555,7 @@ ] }, { - "bom-ref": "urn:uuid:17321c01-1b80-4d0a-add5-912d995528c3", + "bom-ref": "urn:uuid:14570d87-0613-4447-b7ec-8539e057eebe", "id": "CVE-2022-0563", "source": { "name": "debian-distro-debian-12", @@ -32654,7 +32588,7 @@ ] }, { - "bom-ref": "urn:uuid:067d0712-686f-43ff-8876-206f35e3f979", + "bom-ref": "urn:uuid:15bf98f2-719b-4334-bdea-8965e8a1a6d5", "id": "CVE-2022-0563", "source": { "name": "debian-distro-debian-12", @@ -32687,7 +32621,7 @@ ] }, { - "bom-ref": "urn:uuid:2bfc2bc3-f56f-4eb1-8f79-8a6e4546b4e3", + "bom-ref": "urn:uuid:30aa88db-ca52-4e3c-b97e-441222238f55", "id": "CVE-2022-0563", "source": { "name": "debian-distro-debian-12", @@ -32720,7 +32654,7 @@ ] }, { - "bom-ref": "urn:uuid:052ec57d-a4b3-4b00-9ce7-0a0213c8da29", + "bom-ref": "urn:uuid:8de75027-fee1-4525-bec2-9e71eaaf89f6", "id": "CVE-2022-0563", "source": { "name": "debian-distro-debian-12", @@ -32753,7 +32687,7 @@ ] }, { - "bom-ref": "urn:uuid:3bab289e-329f-4c78-ad52-0b1d0d4067e5", + "bom-ref": "urn:uuid:6e779896-1cb4-4bfb-85a5-ae21710e61eb", "id": "CVE-2022-0563", "source": { "name": "debian-distro-debian-12", @@ -32786,7 +32720,7 @@ ] }, { - "bom-ref": "urn:uuid:841d6715-4d33-46b4-961f-e6111a86cbde", + "bom-ref": "urn:uuid:3b0d476d-823e-4a94-a66e-1281ec0be11d", "id": "CVE-2022-27943", "source": { "name": "debian-distro-debian-12", @@ -32819,7 +32753,7 @@ ] }, { - "bom-ref": "urn:uuid:f9cd8000-760d-4375-9778-b92526bda31b", + "bom-ref": "urn:uuid:4338c63f-f106-4a23-870b-949fb910717e", "id": "CVE-2022-27943", "source": { "name": "debian-distro-debian-12", @@ -32852,7 +32786,7 @@ ] }, { - "bom-ref": "urn:uuid:55fd6534-2156-4b65-9c81-7c2496178ff8", + "bom-ref": "urn:uuid:a84ae45c-0ac7-45b5-a2b2-df1dbafc7da2", "id": "CVE-2022-27943", "source": { "name": "debian-distro-debian-12", @@ -32885,7 +32819,7 @@ ] }, { - "bom-ref": "urn:uuid:c8064987-1f97-4cae-8d87-0f1d4175e1c1", + "bom-ref": "urn:uuid:30459c47-20e9-41b9-a7c1-832f9b04eb28", "id": "CVE-2022-3219", "source": { "name": "debian-distro-debian-12", @@ -32918,7 +32852,7 @@ ] }, { - "bom-ref": "urn:uuid:4c1202d5-c6d9-422e-9288-e2195e828ff3", + "bom-ref": "urn:uuid:f107b79a-5761-4790-8d36-4525b2d99226", "id": "CVE-2023-24531", "source": { "name": "nvd-cpe", @@ -32966,7 +32900,7 @@ ] }, { - "bom-ref": "urn:uuid:d142263e-e569-47cc-be3c-964d9244a7b4", + "bom-ref": "urn:uuid:09bc31af-407c-4fda-a398-ea5f8f95de65", "id": "CVE-2023-24539", "source": { "name": "nvd-cpe", @@ -33011,7 +32945,7 @@ ] }, { - "bom-ref": "urn:uuid:06969dcf-0c84-47fd-bf64-64f547fd8939", + "bom-ref": "urn:uuid:4f807764-709b-460d-aee9-54c1a9f14025", "id": "CVE-2023-24540", "source": { "name": "nvd-cpe", @@ -33056,7 +32990,7 @@ ] }, { - "bom-ref": "urn:uuid:f10cc6db-64ec-40b3-b452-342481b5661e", + "bom-ref": "urn:uuid:a8ce9f73-6058-4b61-a01f-672ff1aa71aa", "id": "CVE-2023-29383", "source": { "name": "debian-distro-debian-12", @@ -33089,7 +33023,7 @@ ] }, { - "bom-ref": "urn:uuid:9b16ccb5-9f86-4066-ae20-6c4d098242f2", + "bom-ref": "urn:uuid:923a0158-d429-47a9-b09e-da3701cb676a", "id": "CVE-2023-29383", "source": { "name": "debian-distro-debian-12", @@ -33122,7 +33056,7 @@ ] }, { - "bom-ref": "urn:uuid:6c2554e3-c40c-4554-9678-b6e0ffcdd3ce", + "bom-ref": "urn:uuid:c3f90fd8-a173-4952-965e-9878fd7f481d", "id": "CVE-2023-29400", "source": { "name": "nvd-cpe", @@ -33167,7 +33101,7 @@ ] }, { - "bom-ref": "urn:uuid:37198ed7-fa5c-4129-b30d-f599b7268c9a", + "bom-ref": "urn:uuid:608d2d29-6c44-474c-aa56-845f64456821", "id": "CVE-2023-29402", "source": { "name": "nvd-cpe", @@ -33221,7 +33155,7 @@ ] }, { - "bom-ref": "urn:uuid:bd37f138-177e-4f82-96e2-679c74664e4c", + "bom-ref": "urn:uuid:c442c38d-86ce-4fa9-a43c-43d88b467c1a", "id": "CVE-2023-29403", "source": { "name": "nvd-cpe", @@ -33275,7 +33209,7 @@ ] }, { - "bom-ref": "urn:uuid:916b7ff0-6111-4fff-ae46-01a801f8b6f5", + "bom-ref": "urn:uuid:1a3ccf76-40e2-4387-8cf7-26cdef7738ba", "id": "CVE-2023-29404", "source": { "name": "nvd-cpe", @@ -33329,7 +33263,7 @@ ] }, { - "bom-ref": "urn:uuid:ae7881e4-0d9c-418b-a44d-213f55f457c7", + "bom-ref": "urn:uuid:b2c1c2b1-3edf-4df4-82ce-004fcb26fc2c", "id": "CVE-2023-29405", "source": { "name": "nvd-cpe", @@ -33383,7 +33317,7 @@ ] }, { - "bom-ref": "urn:uuid:24137713-b42e-45ed-a09d-5f441480054f", + "bom-ref": "urn:uuid:e60106ef-fbe8-4420-96d2-11f2bba7f1cf", "id": "CVE-2023-29406", "source": { "name": "nvd-cpe", @@ -33434,7 +33368,7 @@ ] }, { - "bom-ref": "urn:uuid:f19e20ab-1de0-4986-a434-c6309131c87d", + "bom-ref": "urn:uuid:50beda62-f41d-4114-be2f-541dac1cacdf", "id": "CVE-2023-29409", "source": { "name": "nvd-cpe", @@ -33485,7 +33419,7 @@ ] }, { - "bom-ref": "urn:uuid:36f819b4-7395-42d3-9886-81ec792a1ce6", + "bom-ref": "urn:uuid:07e8ae5d-9ff7-4c2c-b40b-5b7af95918ef", "id": "CVE-2023-2953", "source": { "name": "debian-distro-debian-12", @@ -33518,7 +33452,7 @@ ] }, { - "bom-ref": "urn:uuid:5c2d1f82-7fa4-480e-bada-17b7d9835279", + "bom-ref": "urn:uuid:6aa897db-1f3f-4d47-a6b5-01a3163abd16", "id": "CVE-2023-2953", "source": { "name": "debian-distro-debian-12", @@ -33551,7 +33485,7 @@ ] }, { - "bom-ref": "urn:uuid:2f79c0c7-52ab-4e8c-b59f-267ce69791bf", + "bom-ref": "urn:uuid:15eda6a9-1a2d-49f9-96ef-5e1fb371f7f8", "id": "CVE-2023-31437", "source": { "name": "debian-distro-debian-12", @@ -33579,12 +33513,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libsystemd0@252.26-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=feb617e488eec05e" + "ref": "pkg:deb/debian/libsystemd0@252.30-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=25bbd8d336cce5f6" } ] }, { - "bom-ref": "urn:uuid:ac46ddca-1055-45d1-b861-257b56f0c42c", + "bom-ref": "urn:uuid:15dd69d7-5149-466a-b39b-099c50d3cd2d", "id": "CVE-2023-31437", "source": { "name": "debian-distro-debian-12", @@ -33612,12 +33546,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libudev1@252.26-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=aa55696d3d1d7cba" + "ref": "pkg:deb/debian/libudev1@252.30-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=07461553a840f601" } ] }, { - "bom-ref": "urn:uuid:c9f29fe0-a7c6-4159-88a1-9c030e53cc8a", + "bom-ref": "urn:uuid:6a58dcee-4c4c-4db9-a854-631abab3011c", "id": "CVE-2023-31438", "source": { "name": "debian-distro-debian-12", @@ -33645,12 +33579,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libsystemd0@252.26-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=feb617e488eec05e" + "ref": "pkg:deb/debian/libsystemd0@252.30-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=25bbd8d336cce5f6" } ] }, { - "bom-ref": "urn:uuid:9be2469a-fd91-4682-b90e-d1c8f6cd5ff5", + "bom-ref": "urn:uuid:1129ddb4-15ff-435a-8a94-d5b2072f2e86", "id": "CVE-2023-31438", "source": { "name": "debian-distro-debian-12", @@ -33678,12 +33612,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libudev1@252.26-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=aa55696d3d1d7cba" + "ref": "pkg:deb/debian/libudev1@252.30-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=07461553a840f601" } ] }, { - "bom-ref": "urn:uuid:7adf0b2a-bf07-40a6-85ed-1124a631b5f1", + "bom-ref": "urn:uuid:8dd23af0-f8da-40c2-b78c-68eeb472d648", "id": "CVE-2023-31439", "source": { "name": "debian-distro-debian-12", @@ -33711,12 +33645,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libsystemd0@252.26-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=feb617e488eec05e" + "ref": "pkg:deb/debian/libsystemd0@252.30-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=25bbd8d336cce5f6" } ] }, { - "bom-ref": "urn:uuid:406f671b-bbea-4707-b7b3-c00054de7609", + "bom-ref": "urn:uuid:97ae28fb-2afb-4201-a792-8d3d8a076e7a", "id": "CVE-2023-31439", "source": { "name": "debian-distro-debian-12", @@ -33744,12 +33678,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libudev1@252.26-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=aa55696d3d1d7cba" + "ref": "pkg:deb/debian/libudev1@252.30-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=07461553a840f601" } ] }, { - "bom-ref": "urn:uuid:68bd7c12-4acc-476d-a7d2-9779696d3b3f", + "bom-ref": "urn:uuid:b65921a5-ce4d-400a-a132-b6c422040e55", "id": "CVE-2023-31484", "source": { "name": "debian-distro-debian-12", @@ -33782,7 +33716,7 @@ ] }, { - "bom-ref": "urn:uuid:4145f9ca-f71f-4f67-b2a9-3fcd100d4d80", + "bom-ref": "urn:uuid:262169f8-a04f-4de8-81aa-43cb3dde8b4b", "id": "CVE-2023-31486", "source": { "name": "debian-distro-debian-12", @@ -33815,43 +33749,7 @@ ] }, { - "bom-ref": "urn:uuid:5799cb9b-57a2-422e-8ff8-2f85634b12e3", - "id": "CVE-2023-38898", - "source": { - "name": "nvd-cpe", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-38898" - }, - "references": [ - { - "id": "CVE-2023-38898", - "source": { - "name": "nvd-cpe", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-38898" - } - } - ], - "ratings": [ - { - "score": 5.3, - "severity": "medium", - "method": "CVSSv31", - "vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" - } - ], - "description": "An issue in Python cpython v.3.7 allows an attacker to obtain sensitive information via the _asyncio._swap_current_task component. NOTE: this is disputed by the vendor because (1) neither 3.7 nor any other release is affected (it is a bug in some 3.12 pre-releases); (2) there are no common scenarios in which an adversary can call _asyncio._swap_current_task but does not already have the ability to call arbitrary functions; and (3) there are no common scenarios in which sensitive information, which is not already accessible to an adversary, becomes accessible through this bug.", - "advisories": [ - { - "url": "https://github.com/python/cpython/issues/105987" - } - ], - "affects": [ - { - "ref": "pkg:generic/python@3.11.9?package-id=ab1da4146a0d7f1f" - } - ] - }, - { - "bom-ref": "urn:uuid:bcbdd8a7-21bf-43bc-b814-770ff58ab09b", + "bom-ref": "urn:uuid:98cf93fa-9421-458d-ad2a-9d12fa1e015c", "id": "CVE-2023-39318", "source": { "name": "nvd-cpe", @@ -33902,7 +33800,7 @@ ] }, { - "bom-ref": "urn:uuid:c4ae1820-4247-47c3-8b74-6da2e52dff4f", + "bom-ref": "urn:uuid:959288aa-541f-48a2-ae82-a4defa3c964c", "id": "CVE-2023-39319", "source": { "name": "nvd-cpe", @@ -33953,7 +33851,7 @@ ] }, { - "bom-ref": "urn:uuid:a73476bd-4f78-4c93-ab22-2c0c5a040a47", + "bom-ref": "urn:uuid:a1038c3b-c3f0-4db6-b605-faaebb0d42e8", "id": "CVE-2023-39323", "source": { "name": "nvd-cpe", @@ -34013,7 +33911,7 @@ ] }, { - "bom-ref": "urn:uuid:600d52b8-01c9-447d-8ffd-c6ec7f47410a", + "bom-ref": "urn:uuid:c3668014-676d-4623-99ae-84258eb73fda", "id": "CVE-2023-39326", "source": { "name": "nvd-cpe", @@ -34061,7 +33959,7 @@ ] }, { - "bom-ref": "urn:uuid:300cf477-eeea-47ac-b153-ac40b13198f2", + "bom-ref": "urn:uuid:86b3d8e4-6fef-4802-8a76-c4fe89f2b727", "id": "CVE-2023-39615", "source": { "name": "debian-distro-debian-12", @@ -34094,7 +33992,7 @@ ] }, { - "bom-ref": "urn:uuid:cf14e3b2-b070-4fde-95c7-9dbc2adeef28", + "bom-ref": "urn:uuid:3ba17101-40c5-450a-94ea-e50947299be3", "id": "CVE-2023-4039", "source": { "name": "debian-distro-debian-12", @@ -34111,7 +34009,7 @@ ], "ratings": [ { - "severity": "medium" + "severity": "none" } ], "description": "**DISPUTED**A failure in the -fstack-protector feature in GCC-based toolchains that target AArch64 allows an attacker to exploit an existing buffer overflow in dynamically-sized local variables in your application without this being detected. This stack-protector failure only applies to C99-style dynamically-sized local variables or those created using alloca(). The stack-protector operates as intended for statically-sized local variables. The default behavior when the stack-protector detects an overflow is to terminate your application, resulting in controlled loss of availability. An attacker who can exploit a buffer overflow without triggering the stack-protector might be able to change program flow control to cause an uncontrolled loss of availability or to go further and affect confidentiality or integrity. NOTE: The GCC project argues that this is a missed hardening bug and not a vulnerability by itself.", @@ -34127,7 +34025,7 @@ ] }, { - "bom-ref": "urn:uuid:368d9ccf-ff10-4f78-8ecd-c0d68bfe1c2b", + "bom-ref": "urn:uuid:d45f5ac4-6622-4f20-9f18-a6b9991998fc", "id": "CVE-2023-4039", "source": { "name": "debian-distro-debian-12", @@ -34144,7 +34042,7 @@ ], "ratings": [ { - "severity": "medium" + "severity": "none" } ], "description": "**DISPUTED**A failure in the -fstack-protector feature in GCC-based toolchains that target AArch64 allows an attacker to exploit an existing buffer overflow in dynamically-sized local variables in your application without this being detected. This stack-protector failure only applies to C99-style dynamically-sized local variables or those created using alloca(). The stack-protector operates as intended for statically-sized local variables. The default behavior when the stack-protector detects an overflow is to terminate your application, resulting in controlled loss of availability. An attacker who can exploit a buffer overflow without triggering the stack-protector might be able to change program flow control to cause an uncontrolled loss of availability or to go further and affect confidentiality or integrity. NOTE: The GCC project argues that this is a missed hardening bug and not a vulnerability by itself.", @@ -34160,7 +34058,7 @@ ] }, { - "bom-ref": "urn:uuid:30e8a4a9-fba4-42cb-b2cd-da7748284128", + "bom-ref": "urn:uuid:513b4e24-c989-4405-835a-d22db6ab1ea2", "id": "CVE-2023-4039", "source": { "name": "debian-distro-debian-12", @@ -34177,7 +34075,7 @@ ], "ratings": [ { - "severity": "medium" + "severity": "none" } ], "description": "**DISPUTED**A failure in the -fstack-protector feature in GCC-based toolchains that target AArch64 allows an attacker to exploit an existing buffer overflow in dynamically-sized local variables in your application without this being detected. This stack-protector failure only applies to C99-style dynamically-sized local variables or those created using alloca(). The stack-protector operates as intended for statically-sized local variables. The default behavior when the stack-protector detects an overflow is to terminate your application, resulting in controlled loss of availability. An attacker who can exploit a buffer overflow without triggering the stack-protector might be able to change program flow control to cause an uncontrolled loss of availability or to go further and affect confidentiality or integrity. NOTE: The GCC project argues that this is a missed hardening bug and not a vulnerability by itself.", @@ -34193,7 +34091,7 @@ ] }, { - "bom-ref": "urn:uuid:8910c2f5-dfb8-4736-b1e7-a537ecbea443", + "bom-ref": "urn:uuid:da8e3e57-1cfb-4654-a80e-933d43dc29b5", "id": "CVE-2023-44487", "source": { "name": "nvd-cpe", @@ -34652,7 +34550,7 @@ ] }, { - "bom-ref": "urn:uuid:5c8ff04c-53ea-4b98-b022-e8864ad2d606", + "bom-ref": "urn:uuid:22bc6bdf-5580-4fa1-8b5f-6fed9d8a14ed", "id": "CVE-2023-45285", "source": { "name": "nvd-cpe", @@ -34700,7 +34598,7 @@ ] }, { - "bom-ref": "urn:uuid:b99821e7-bb5b-4f81-b333-219e33e04b06", + "bom-ref": "urn:uuid:98af6cb4-ed25-42a1-92ea-fe1a6b2bfdd6", "id": "CVE-2023-45287", "source": { "name": "nvd-cpe", @@ -34751,7 +34649,7 @@ ] }, { - "bom-ref": "urn:uuid:c52fba48-64eb-4e80-9f7e-ef154a379e6a", + "bom-ref": "urn:uuid:af2764d3-fa6e-4bb2-89af-957a95310cc6", "id": "CVE-2023-45288", "source": { "name": "nvd-cpe", @@ -34808,7 +34706,7 @@ ] }, { - "bom-ref": "urn:uuid:563152df-1fa5-4159-851b-a958d672d2bf", + "bom-ref": "urn:uuid:08a27d18-9718-4aa7-941c-272dd9655157", "id": "CVE-2023-45289", "source": { "name": "nvd-cpe", @@ -34825,7 +34723,10 @@ ], "ratings": [ { - "severity": "unknown" + "score": 4.3, + "severity": "medium", + "method": "CVSSv31", + "vector": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], "description": "When following an HTTP redirect to a domain which is not a subdomain match or exact match of the initial domain, an http.Client does not forward sensitive headers such as \"Authorization\" or \"Cookie\". For example, a redirect from foo.com to www.foo.com will forward the Authorization header, but a redirect to bar.com will not. A maliciously crafted HTTP redirect could cause sensitive headers to be unexpectedly forwarded.", @@ -34856,7 +34757,7 @@ ] }, { - "bom-ref": "urn:uuid:2548236f-6198-4dec-a82e-7f679cc2a9fe", + "bom-ref": "urn:uuid:53593dae-7340-4764-921e-16e5df72310a", "id": "CVE-2023-45290", "source": { "name": "nvd-cpe", @@ -34904,7 +34805,7 @@ ] }, { - "bom-ref": "urn:uuid:10b79ec7-fe65-4f97-94ca-174e55541abc", + "bom-ref": "urn:uuid:1b5ce70c-c5e1-43e9-b674-0815db9f8805", "id": "CVE-2023-45322", "source": { "name": "debian-distro-debian-12", @@ -34937,7 +34838,7 @@ ] }, { - "bom-ref": "urn:uuid:0b0ec8fa-d746-4b6c-a9b2-486e17c42501", + "bom-ref": "urn:uuid:59ad1704-676e-4086-9e93-d9f06861021c", "id": "CVE-2023-45853", "source": { "name": "debian-distro-debian-12", @@ -34970,7 +34871,7 @@ ] }, { - "bom-ref": "urn:uuid:adf4f287-f826-4f32-8800-d45ae6d75b4e", + "bom-ref": "urn:uuid:daddddb5-4eb6-481e-baf1-76cf0f46a073", "id": "CVE-2023-45918", "source": { "name": "debian-distro-debian-12", @@ -34987,10 +34888,10 @@ ], "ratings": [ { - "severity": "unknown" + "severity": "medium" } ], - "description": "ncurses 6.4-20230610 has a NULL pointer dereference in tgetstr in tinfo/lib_termcap.c.", + "description": "ncurses 6.4-20230610 has a NULL pointer dereference in tgetstr in tinfo/lib_termcap.c. NOTE: Multiple third parties have disputed this indicating upstream does not regard it as a security issue.", "advisories": [ { "url": "https://security-tracker.debian.org/tracker/CVE-2023-45918" @@ -35003,7 +34904,7 @@ ] }, { - "bom-ref": "urn:uuid:81edac07-ebb2-48f6-9607-991470893e8e", + "bom-ref": "urn:uuid:0ca461f4-66e4-45f1-b63d-80d2acd4ece4", "id": "CVE-2023-45918", "source": { "name": "debian-distro-debian-12", @@ -35020,10 +34921,10 @@ ], "ratings": [ { - "severity": "unknown" + "severity": "medium" } ], - "description": "ncurses 6.4-20230610 has a NULL pointer dereference in tgetstr in tinfo/lib_termcap.c.", + "description": "ncurses 6.4-20230610 has a NULL pointer dereference in tgetstr in tinfo/lib_termcap.c. NOTE: Multiple third parties have disputed this indicating upstream does not regard it as a security issue.", "advisories": [ { "url": "https://security-tracker.debian.org/tracker/CVE-2023-45918" @@ -35036,7 +34937,7 @@ ] }, { - "bom-ref": "urn:uuid:1d4cfac9-6373-487d-b440-d08c1118e320", + "bom-ref": "urn:uuid:8497cbce-09a6-4c12-9676-87ce83cf65c1", "id": "CVE-2023-45918", "source": { "name": "debian-distro-debian-12", @@ -35053,10 +34954,10 @@ ], "ratings": [ { - "severity": "unknown" + "severity": "medium" } ], - "description": "ncurses 6.4-20230610 has a NULL pointer dereference in tgetstr in tinfo/lib_termcap.c.", + "description": "ncurses 6.4-20230610 has a NULL pointer dereference in tgetstr in tinfo/lib_termcap.c. NOTE: Multiple third parties have disputed this indicating upstream does not regard it as a security issue.", "advisories": [ { "url": "https://security-tracker.debian.org/tracker/CVE-2023-45918" @@ -35069,7 +34970,7 @@ ] }, { - "bom-ref": "urn:uuid:2b425788-56ec-407a-a0a4-52c05d0883f0", + "bom-ref": "urn:uuid:cf30fbfd-dbd0-47b0-9e98-239d0c2d0b6f", "id": "CVE-2023-45918", "source": { "name": "debian-distro-debian-12", @@ -35086,10 +34987,10 @@ ], "ratings": [ { - "severity": "unknown" + "severity": "medium" } ], - "description": "ncurses 6.4-20230610 has a NULL pointer dereference in tgetstr in tinfo/lib_termcap.c.", + "description": "ncurses 6.4-20230610 has a NULL pointer dereference in tgetstr in tinfo/lib_termcap.c. NOTE: Multiple third parties have disputed this indicating upstream does not regard it as a security issue.", "advisories": [ { "url": "https://security-tracker.debian.org/tracker/CVE-2023-45918" @@ -35102,7 +35003,7 @@ ] }, { - "bom-ref": "urn:uuid:7294a91d-ccfb-4a40-8d7b-1e2896389343", + "bom-ref": "urn:uuid:6c42386f-0875-479b-b8f1-27ecfe797779", "id": "CVE-2023-4641", "source": { "name": "debian-distro-debian-12", @@ -35135,7 +35036,7 @@ ] }, { - "bom-ref": "urn:uuid:2118b796-8620-46cf-a760-418b8fb1f516", + "bom-ref": "urn:uuid:30b62795-9a18-48fe-bc0a-5c290dfb4b4e", "id": "CVE-2023-4641", "source": { "name": "debian-distro-debian-12", @@ -35168,7 +35069,7 @@ ] }, { - "bom-ref": "urn:uuid:2d6f1cab-0756-4bbd-835f-4d444f896036", + "bom-ref": "urn:uuid:7b83407b-8697-47d7-944d-48b7d239c5eb", "id": "CVE-2023-50495", "source": { "name": "debian-distro-debian-12", @@ -35201,7 +35102,7 @@ ] }, { - "bom-ref": "urn:uuid:fdb0097d-9b29-4542-ae14-f889718c174f", + "bom-ref": "urn:uuid:d6eb1c47-ddaa-4c8b-a3da-87f788282b18", "id": "CVE-2023-50495", "source": { "name": "debian-distro-debian-12", @@ -35234,7 +35135,7 @@ ] }, { - "bom-ref": "urn:uuid:0a68c2e6-4f91-42ac-97c1-bff989bb5a87", + "bom-ref": "urn:uuid:68577753-60a4-477d-a585-abb6d75f883f", "id": "CVE-2023-50495", "source": { "name": "debian-distro-debian-12", @@ -35267,7 +35168,7 @@ ] }, { - "bom-ref": "urn:uuid:0b28b53d-fb1c-44f6-8b8e-4018589e0fac", + "bom-ref": "urn:uuid:b1cda11b-8ebc-409a-84e7-6f68f4b01056", "id": "CVE-2023-50495", "source": { "name": "debian-distro-debian-12", @@ -35300,7 +35201,7 @@ ] }, { - "bom-ref": "urn:uuid:9ca7cd07-250d-44a0-a849-a1c7bbecb892", + "bom-ref": "urn:uuid:a61fa86a-ded7-4aa1-aa4e-8d06373fb642", "id": "CVE-2023-52425", "source": { "name": "debian-distro-debian-12", @@ -35328,12 +35229,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libexpat1@2.5.0-1?arch=amd64&upstream=expat&distro=debian-12&package-id=647da6a471c14b1e" + "ref": "pkg:deb/debian/libexpat1@2.5.0-1%2Bdeb12u1?arch=amd64&upstream=expat&distro=debian-12&package-id=212bce1710b5fa29" } ] }, { - "bom-ref": "urn:uuid:dc461c48-6255-439c-b978-2c0bda081ba6", + "bom-ref": "urn:uuid:371c2d58-a87a-4de4-b661-63f5cdba3fd9", "id": "CVE-2023-52426", "source": { "name": "debian-distro-debian-12", @@ -35361,12 +35262,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libexpat1@2.5.0-1?arch=amd64&upstream=expat&distro=debian-12&package-id=647da6a471c14b1e" + "ref": "pkg:deb/debian/libexpat1@2.5.0-1%2Bdeb12u1?arch=amd64&upstream=expat&distro=debian-12&package-id=212bce1710b5fa29" } ] }, { - "bom-ref": "urn:uuid:6e49b887-5006-48e3-9549-3fc80a7c8a8c", + "bom-ref": "urn:uuid:ee231923-6b9b-40d2-b23a-c05bd5e7ded0", "id": "CVE-2023-7104", "source": { "name": "debian-distro-debian-12", @@ -35399,7 +35300,139 @@ ] }, { - "bom-ref": "urn:uuid:756430aa-a2d9-4fbe-bd62-77c6d972fdc7", + "bom-ref": "urn:uuid:c452f9d5-1c5f-4140-9546-0d9dae8f828e", + "id": "CVE-2024-10041", + "source": { + "name": "debian-distro-debian-12", + "url": "https://security-tracker.debian.org/tracker/CVE-2024-10041" + }, + "references": [ + { + "id": "CVE-2024-10041", + "source": { + "name": "debian-distro-debian-12", + "url": "https://security-tracker.debian.org/tracker/CVE-2024-10041" + } + } + ], + "ratings": [ + { + "severity": "medium" + } + ], + "description": "A vulnerability was found in PAM. The secret information is stored in memory, where the attacker can trigger the victim program to execute by sending characters to its standard input (stdin). As this occurs, the attacker can train the branch predictor to execute an ROP chain speculatively. This flaw could result in leaked passwords, such as those found in /etc/shadow while performing authentications.", + "advisories": [ + { + "url": "https://security-tracker.debian.org/tracker/CVE-2024-10041" + } + ], + "affects": [ + { + "ref": "pkg:deb/debian/libpam-modules@1.5.2-6%2Bdeb12u1?arch=amd64&upstream=pam&distro=debian-12&package-id=12a018034482fe97" + } + ] + }, + { + "bom-ref": "urn:uuid:85313d23-143e-48de-9ec0-ae2841573e22", + "id": "CVE-2024-10041", + "source": { + "name": "debian-distro-debian-12", + "url": "https://security-tracker.debian.org/tracker/CVE-2024-10041" + }, + "references": [ + { + "id": "CVE-2024-10041", + "source": { + "name": "debian-distro-debian-12", + "url": "https://security-tracker.debian.org/tracker/CVE-2024-10041" + } + } + ], + "ratings": [ + { + "severity": "medium" + } + ], + "description": "A vulnerability was found in PAM. The secret information is stored in memory, where the attacker can trigger the victim program to execute by sending characters to its standard input (stdin). As this occurs, the attacker can train the branch predictor to execute an ROP chain speculatively. This flaw could result in leaked passwords, such as those found in /etc/shadow while performing authentications.", + "advisories": [ + { + "url": "https://security-tracker.debian.org/tracker/CVE-2024-10041" + } + ], + "affects": [ + { + "ref": "pkg:deb/debian/libpam-modules-bin@1.5.2-6%2Bdeb12u1?arch=amd64&upstream=pam&distro=debian-12&package-id=46e088ca1b060624" + } + ] + }, + { + "bom-ref": "urn:uuid:0953e1f6-3f9a-414b-b3e6-78e78a0ae765", + "id": "CVE-2024-10041", + "source": { + "name": "debian-distro-debian-12", + "url": "https://security-tracker.debian.org/tracker/CVE-2024-10041" + }, + "references": [ + { + "id": "CVE-2024-10041", + "source": { + "name": "debian-distro-debian-12", + "url": "https://security-tracker.debian.org/tracker/CVE-2024-10041" + } + } + ], + "ratings": [ + { + "severity": "medium" + } + ], + "description": "A vulnerability was found in PAM. The secret information is stored in memory, where the attacker can trigger the victim program to execute by sending characters to its standard input (stdin). As this occurs, the attacker can train the branch predictor to execute an ROP chain speculatively. This flaw could result in leaked passwords, such as those found in /etc/shadow while performing authentications.", + "advisories": [ + { + "url": "https://security-tracker.debian.org/tracker/CVE-2024-10041" + } + ], + "affects": [ + { + "ref": "pkg:deb/debian/libpam-runtime@1.5.2-6%2Bdeb12u1?arch=all&upstream=pam&distro=debian-12&package-id=2fc0063e7584b704" + } + ] + }, + { + "bom-ref": "urn:uuid:68a46027-2d21-4c86-803f-f000f3356a11", + "id": "CVE-2024-10041", + "source": { + "name": "debian-distro-debian-12", + "url": "https://security-tracker.debian.org/tracker/CVE-2024-10041" + }, + "references": [ + { + "id": "CVE-2024-10041", + "source": { + "name": "debian-distro-debian-12", + "url": "https://security-tracker.debian.org/tracker/CVE-2024-10041" + } + } + ], + "ratings": [ + { + "severity": "medium" + } + ], + "description": "A vulnerability was found in PAM. The secret information is stored in memory, where the attacker can trigger the victim program to execute by sending characters to its standard input (stdin). As this occurs, the attacker can train the branch predictor to execute an ROP chain speculatively. This flaw could result in leaked passwords, such as those found in /etc/shadow while performing authentications.", + "advisories": [ + { + "url": "https://security-tracker.debian.org/tracker/CVE-2024-10041" + } + ], + "affects": [ + { + "ref": "pkg:deb/debian/libpam0g@1.5.2-6%2Bdeb12u1?arch=amd64&upstream=pam&distro=debian-12&package-id=9e3755175020009e" + } + ] + }, + { + "bom-ref": "urn:uuid:f3f1c6a2-a88e-4891-a616-3b1e4b3e784a", "id": "CVE-2024-2236", "source": { "name": "debian-distro-debian-12", @@ -35432,7 +35465,7 @@ ] }, { - "bom-ref": "urn:uuid:96adaa69-3ba8-43e8-8e11-25ddc48fedb3", + "bom-ref": "urn:uuid:1f23df8f-c3e3-4b48-96e9-38f12c8b4592", "id": "CVE-2024-22365", "source": { "name": "debian-distro-debian-12", @@ -35465,7 +35498,7 @@ ] }, { - "bom-ref": "urn:uuid:1069cb63-bee4-463b-8284-a8ff342e4f9f", + "bom-ref": "urn:uuid:7556769b-79db-430e-8290-219cd9b6333e", "id": "CVE-2024-22365", "source": { "name": "debian-distro-debian-12", @@ -35498,7 +35531,7 @@ ] }, { - "bom-ref": "urn:uuid:37fbad7d-26f0-466e-a168-5e4dc40e74b7", + "bom-ref": "urn:uuid:0ee67401-7bef-471a-86ac-929dece94a41", "id": "CVE-2024-22365", "source": { "name": "debian-distro-debian-12", @@ -35531,7 +35564,7 @@ ] }, { - "bom-ref": "urn:uuid:86b4d8e9-0c46-4e44-847d-74de82103562", + "bom-ref": "urn:uuid:5eca2ee0-6d2d-467e-bf04-69fef161f279", "id": "CVE-2024-22365", "source": { "name": "debian-distro-debian-12", @@ -35564,7 +35597,7 @@ ] }, { - "bom-ref": "urn:uuid:d5234db5-7d08-4f32-8ab5-8a147c32139f", + "bom-ref": "urn:uuid:df26f822-bb8d-46e6-88d5-2de3076037ce", "id": "CVE-2024-2379", "source": { "name": "debian-distro-debian-12", @@ -35597,7 +35630,7 @@ ] }, { - "bom-ref": "urn:uuid:6ab9eedd-e5ea-454e-a3d5-f08f67ad7c6f", + "bom-ref": "urn:uuid:979eb6a1-20ec-488a-a185-74e1005744cc", "id": "CVE-2024-2379", "source": { "name": "debian-distro-debian-12", @@ -35630,7 +35663,7 @@ ] }, { - "bom-ref": "urn:uuid:ccd4298a-31d5-45b2-8c06-59ea1b2f1139", + "bom-ref": "urn:uuid:97982cc2-488b-4fe4-a2e8-ff64066e2989", "id": "CVE-2024-24783", "source": { "name": "nvd-cpe", @@ -35647,7 +35680,10 @@ ], "ratings": [ { - "severity": "unknown" + "score": 5.9, + "severity": "medium", + "method": "CVSSv31", + "vector": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], "description": "Verifying a certificate chain which contains a certificate with an unknown public key algorithm will cause Certificate.Verify to panic. This affects all crypto/tls clients, and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert. The default behavior is for TLS servers to not verify client certificates.", @@ -35678,7 +35714,7 @@ ] }, { - "bom-ref": "urn:uuid:b3e47b24-f25d-4101-987d-87fe0ac265c8", + "bom-ref": "urn:uuid:c0e22eb1-a014-495d-a129-33aa2be4f0ab", "id": "CVE-2024-24784", "source": { "name": "nvd-cpe", @@ -35729,7 +35765,7 @@ ] }, { - "bom-ref": "urn:uuid:b60ad475-fe5c-4873-b99b-03b1f9c94d15", + "bom-ref": "urn:uuid:6bd2b8b8-3ffc-4fda-bbac-79739fbd5147", "id": "CVE-2024-24785", "source": { "name": "nvd-cpe", @@ -35777,7 +35813,7 @@ ] }, { - "bom-ref": "urn:uuid:1b18bf57-7e05-44ad-9c7a-cf845f1a58d6", + "bom-ref": "urn:uuid:30f22c33-f248-4478-a119-962016141476", "id": "CVE-2024-24787", "source": { "name": "nvd-cpe", @@ -35828,7 +35864,7 @@ ] }, { - "bom-ref": "urn:uuid:2c6381fc-b750-42e8-8072-89043e3ffe12", + "bom-ref": "urn:uuid:37cd8714-5862-4a30-9e60-d8ad181b7f09", "id": "CVE-2024-24789", "source": { "name": "nvd-cpe", @@ -35885,7 +35921,7 @@ ] }, { - "bom-ref": "urn:uuid:b482e851-fce8-48b6-a3c9-fade77194b77", + "bom-ref": "urn:uuid:6959c7ab-27e1-4e60-abf2-cdd159046ad9", "id": "CVE-2024-24790", "source": { "name": "nvd-cpe", @@ -35939,7 +35975,7 @@ ] }, { - "bom-ref": "urn:uuid:2400f8e6-c7d2-40eb-b9e9-1e4711524c5c", + "bom-ref": "urn:uuid:6afa8106-ed51-4b4c-bb72-5c7e1f895a86", "id": "CVE-2024-24791", "source": { "name": "nvd-cpe", @@ -35984,7 +36020,7 @@ ] }, { - "bom-ref": "urn:uuid:3869371e-6012-40f4-ab63-2066d6ef9d5b", + "bom-ref": "urn:uuid:67db5277-101f-46d4-9ee1-d61ed8a6626e", "id": "CVE-2024-25062", "source": { "name": "debian-distro-debian-12", @@ -36017,7 +36053,7 @@ ] }, { - "bom-ref": "urn:uuid:9ebe9030-5a93-46cb-8aa3-3250b3cc0f27", + "bom-ref": "urn:uuid:ecbb96ff-edb0-429d-88f5-6589e4487267", "id": "CVE-2024-26458", "source": { "name": "debian-distro-debian-12", @@ -36034,7 +36070,7 @@ ], "ratings": [ { - "severity": "unknown" + "severity": "none" } ], "description": "Kerberos 5 (aka krb5) 1.21.2 contains a memory leak in /krb5/src/lib/rpc/pmap_rmt.c.", @@ -36050,7 +36086,7 @@ ] }, { - "bom-ref": "urn:uuid:3bd58a22-0e35-4541-b077-fa03fc54ff7b", + "bom-ref": "urn:uuid:b207d5bc-fc0b-432f-9f24-1916a8f23602", "id": "CVE-2024-26458", "source": { "name": "debian-distro-debian-12", @@ -36067,7 +36103,7 @@ ], "ratings": [ { - "severity": "unknown" + "severity": "none" } ], "description": "Kerberos 5 (aka krb5) 1.21.2 contains a memory leak in /krb5/src/lib/rpc/pmap_rmt.c.", @@ -36083,7 +36119,7 @@ ] }, { - "bom-ref": "urn:uuid:33f3fd17-aa72-471e-957e-d2d37334f63b", + "bom-ref": "urn:uuid:0d31a3f4-6d7c-4219-aef4-3a6ef65e064f", "id": "CVE-2024-26458", "source": { "name": "debian-distro-debian-12", @@ -36100,7 +36136,7 @@ ], "ratings": [ { - "severity": "unknown" + "severity": "none" } ], "description": "Kerberos 5 (aka krb5) 1.21.2 contains a memory leak in /krb5/src/lib/rpc/pmap_rmt.c.", @@ -36116,7 +36152,7 @@ ] }, { - "bom-ref": "urn:uuid:de9b60fe-56ba-42cf-b8c4-aa95fd7bd518", + "bom-ref": "urn:uuid:c554e89d-fdf6-4cb5-8f9c-1d9aa8c6a8aa", "id": "CVE-2024-26458", "source": { "name": "debian-distro-debian-12", @@ -36133,7 +36169,7 @@ ], "ratings": [ { - "severity": "unknown" + "severity": "none" } ], "description": "Kerberos 5 (aka krb5) 1.21.2 contains a memory leak in /krb5/src/lib/rpc/pmap_rmt.c.", @@ -36149,7 +36185,7 @@ ] }, { - "bom-ref": "urn:uuid:383b7351-648a-4a2a-ba6c-2d5d879a6ef5", + "bom-ref": "urn:uuid:6d47aeb4-d642-47ac-a499-ee25391169af", "id": "CVE-2024-26461", "source": { "name": "debian-distro-debian-12", @@ -36166,7 +36202,7 @@ ], "ratings": [ { - "severity": "high" + "severity": "none" } ], "description": "Kerberos 5 (aka krb5) 1.21.2 contains a memory leak vulnerability in /krb5/src/lib/gssapi/krb5/k5sealv3.c.", @@ -36182,7 +36218,7 @@ ] }, { - "bom-ref": "urn:uuid:7f959e0f-acd5-4463-a56c-ab9c6a5c8aa4", + "bom-ref": "urn:uuid:8af2fcc8-7a3e-4fe2-90cb-d59420f5899e", "id": "CVE-2024-26461", "source": { "name": "debian-distro-debian-12", @@ -36199,7 +36235,7 @@ ], "ratings": [ { - "severity": "high" + "severity": "none" } ], "description": "Kerberos 5 (aka krb5) 1.21.2 contains a memory leak vulnerability in /krb5/src/lib/gssapi/krb5/k5sealv3.c.", @@ -36215,7 +36251,7 @@ ] }, { - "bom-ref": "urn:uuid:70446a4f-870c-4152-8295-a8d536f31913", + "bom-ref": "urn:uuid:d1f3a46c-03dc-4761-b9ca-ffc00e35c61b", "id": "CVE-2024-26461", "source": { "name": "debian-distro-debian-12", @@ -36232,7 +36268,7 @@ ], "ratings": [ { - "severity": "high" + "severity": "none" } ], "description": "Kerberos 5 (aka krb5) 1.21.2 contains a memory leak vulnerability in /krb5/src/lib/gssapi/krb5/k5sealv3.c.", @@ -36248,7 +36284,7 @@ ] }, { - "bom-ref": "urn:uuid:ec7347f2-e091-486c-998b-f733b821b4eb", + "bom-ref": "urn:uuid:690b09a0-a1e0-4d1e-82d6-d679750e0b0d", "id": "CVE-2024-26461", "source": { "name": "debian-distro-debian-12", @@ -36265,7 +36301,7 @@ ], "ratings": [ { - "severity": "high" + "severity": "none" } ], "description": "Kerberos 5 (aka krb5) 1.21.2 contains a memory leak vulnerability in /krb5/src/lib/gssapi/krb5/k5sealv3.c.", @@ -36281,7 +36317,7 @@ ] }, { - "bom-ref": "urn:uuid:149da7f3-3b01-447f-afd1-ae7e0a6c7463", + "bom-ref": "urn:uuid:45c7da66-1d14-475e-851d-f7db75eb752e", "id": "CVE-2024-26462", "source": { "name": "debian-distro-debian-12", @@ -36314,7 +36350,7 @@ ] }, { - "bom-ref": "urn:uuid:2c91e8da-0bda-40fe-a6a7-06ed93635d78", + "bom-ref": "urn:uuid:fd2e4f2b-e4be-457d-afac-cc1eb5ad764f", "id": "CVE-2024-26462", "source": { "name": "debian-distro-debian-12", @@ -36347,7 +36383,7 @@ ] }, { - "bom-ref": "urn:uuid:014d57e3-9e00-4eb3-9fde-80760d4a9c0f", + "bom-ref": "urn:uuid:293b3817-d2f2-423d-9eb6-ef02367dfce9", "id": "CVE-2024-26462", "source": { "name": "debian-distro-debian-12", @@ -36380,7 +36416,7 @@ ] }, { - "bom-ref": "urn:uuid:6206988d-1ae7-481b-b021-426d8c520eee", + "bom-ref": "urn:uuid:ca671e12-0c5f-491c-a6dc-3689d4442390", "id": "CVE-2024-26462", "source": { "name": "debian-distro-debian-12", @@ -36413,7 +36449,7 @@ ] }, { - "bom-ref": "urn:uuid:1a5927c2-9916-41fa-975c-06d251b61249", + "bom-ref": "urn:uuid:0de035e7-694b-4fc2-a58d-2fa1250be289", "id": "CVE-2024-28182", "source": { "name": "debian-distro-debian-12", @@ -36446,7 +36482,7 @@ ] }, { - "bom-ref": "urn:uuid:d1b2f998-77d5-495d-b21a-8dc64aa71656", + "bom-ref": "urn:uuid:f072608a-2dbb-41c9-b758-7e848c025b4d", "id": "CVE-2024-28757", "source": { "name": "debian-distro-debian-12", @@ -36474,12 +36510,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libexpat1@2.5.0-1?arch=amd64&upstream=expat&distro=debian-12&package-id=647da6a471c14b1e" + "ref": "pkg:deb/debian/libexpat1@2.5.0-1%2Bdeb12u1?arch=amd64&upstream=expat&distro=debian-12&package-id=212bce1710b5fa29" } ] }, { - "bom-ref": "urn:uuid:33912141-1aa8-4bfb-b75c-e716ff6b0c70", + "bom-ref": "urn:uuid:d0142595-447a-4dd3-a410-d5a3fad5010b", "id": "CVE-2024-34155", "source": { "name": "nvd-cpe", @@ -36496,7 +36532,10 @@ ], "ratings": [ { - "severity": "unknown" + "score": 4.3, + "severity": "medium", + "method": "CVSSv31", + "vector": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L" } ], "description": "Calling any of the Parse functions on Go source code which contains deeply nested literals can cause a panic due to stack exhaustion.", @@ -36521,7 +36560,7 @@ ] }, { - "bom-ref": "urn:uuid:35898034-89d5-46d5-bb74-44da30f6b6be", + "bom-ref": "urn:uuid:891c80ff-5c6b-4dac-8291-e68ebdf88b72", "id": "CVE-2024-34156", "source": { "name": "nvd-cpe", @@ -36566,7 +36605,7 @@ ] }, { - "bom-ref": "urn:uuid:9d5208fb-4508-414e-b6d9-c5d062ced67c", + "bom-ref": "urn:uuid:6f3ee37b-dd13-40e5-8aea-a0369daad75c", "id": "CVE-2024-34158", "source": { "name": "nvd-cpe", @@ -36611,7 +36650,7 @@ ] }, { - "bom-ref": "urn:uuid:5a046c2e-931d-45d5-8375-2f6ec8979c8f", + "bom-ref": "urn:uuid:87589c99-cbc2-4052-b290-1993561e4151", "id": "CVE-2024-34459", "source": { "name": "debian-distro-debian-12", @@ -36644,211 +36683,40 @@ ] }, { - "bom-ref": "urn:uuid:f7eb672c-8a86-4039-b107-f73bf9f56db0", - "id": "CVE-2024-4032", - "source": { - "name": "nvd-cpe", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-4032" - }, - "references": [ - { - "id": "CVE-2024-4032", - "source": { - "name": "nvd-cpe", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-4032" - } - } - ], - "ratings": [ - { - "score": 7.5, - "severity": "high", - "method": "CVSSv31", - "vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" - } - ], - "description": "The “ipaddress” module contained incorrect information about whether certain IPv4 and IPv6 addresses were designated as “globally reachable” or “private”. This affected the is_private and is_global properties of the ipaddress.IPv4Address, ipaddress.IPv4Network, ipaddress.IPv6Address, and ipaddress.IPv6Network classes, where values wouldn’t be returned in accordance with the latest information from the IANA Special-Purpose Address Registries.\n\nCPython 3.12.4 and 3.13.0a6 contain updated information from these registries and thus have the intended behavior.", - "advisories": [ - { - "url": "http://www.openwall.com/lists/oss-security/2024/06/17/3" - }, - { - "url": "https://github.com/python/cpython/commit/22adf29da8d99933ffed8647d3e0726edd16f7f8" - }, - { - "url": "https://github.com/python/cpython/commit/40d75c2b7f5c67e254d0a025e0f2e2c7ada7f69f" - }, - { - "url": "https://github.com/python/cpython/commit/895f7e2ac23eff4743143beef0f0c5ac71ea27d3" - }, - { - "url": "https://github.com/python/cpython/commit/ba431579efdcbaed7a96f2ac4ea0775879a332fb" - }, - { - "url": "https://github.com/python/cpython/commit/c62c9e518b784fe44432a3f4fc265fb95b651906" - }, - { - "url": "https://github.com/python/cpython/commit/f86b17ac511e68192ba71f27e752321a3252cee3" - }, - { - "url": "https://github.com/python/cpython/issues/113171" - }, - { - "url": "https://github.com/python/cpython/pull/113179" - }, - { - "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/NRUHDUS2IV2USIZM2CVMSFL6SCKU3RZA/" - }, - { - "url": "https://security.netapp.com/advisory/ntap-20240726-0004/" - }, - { - "url": "https://www.iana.org/assignments/iana-ipv4-special-registry/iana-ipv4-special-registry.xhtml" - }, - { - "url": "https://www.iana.org/assignments/iana-ipv6-special-registry/iana-ipv6-special-registry.xhtml" - } - ], - "affects": [ - { - "ref": "pkg:generic/python@3.11.9?package-id=ab1da4146a0d7f1f" - } - ] - }, - { - "bom-ref": "urn:uuid:e24c54da-0de1-4d2f-86f7-3816c48e8655", - "id": "CVE-2024-4317", + "bom-ref": "urn:uuid:db25f45a-20aa-47cf-9ee9-78a5c1b4c9ff", + "id": "CVE-2024-50602", "source": { "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-4317" + "url": "https://security-tracker.debian.org/tracker/CVE-2024-50602" }, "references": [ { - "id": "CVE-2024-4317", + "id": "CVE-2024-50602", "source": { "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-4317" + "url": "https://security-tracker.debian.org/tracker/CVE-2024-50602" } } ], "ratings": [ { - "severity": "low" - } - ], - "description": "Missing authorization in PostgreSQL built-in views pg_stats_ext and pg_stats_ext_exprs allows an unprivileged database user to read most common values and other statistics from CREATE STATISTICS commands of other users. The most common values may reveal column values the eavesdropper could not otherwise read or results of functions they cannot execute. Installing an unaffected version only fixes fresh PostgreSQL installations, namely those that are created with the initdb utility after installing that version. Current PostgreSQL installations will remain vulnerable until they follow the instructions in the release notes. Within major versions 14-16, minor versions before PostgreSQL 16.3, 15.7, and 14.12 are affected. Versions before PostgreSQL 14 are unaffected.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-4317" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libpq5@15.8-0%2Bdeb12u1?arch=amd64&upstream=postgresql-15&distro=debian-12&package-id=4004021cc67333b9" - } - ] - }, - { - "bom-ref": "urn:uuid:8c69e98c-4983-4c08-9558-9d2376e73e60", - "id": "CVE-2024-45490", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-45490" - }, - "references": [ - { - "id": "CVE-2024-45490", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-45490" - } - } - ], - "ratings": [ - { - "severity": "critical" - } - ], - "description": "An issue was discovered in libexpat before 2.6.3. xmlparse.c does not reject a negative length for XML_ParseBuffer.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-45490" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libexpat1@2.5.0-1?arch=amd64&upstream=expat&distro=debian-12&package-id=647da6a471c14b1e" - } - ] - }, - { - "bom-ref": "urn:uuid:dba4763b-4070-48ca-922d-72a915bdc2e2", - "id": "CVE-2024-45491", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-45491" - }, - "references": [ - { - "id": "CVE-2024-45491", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-45491" - } - } - ], - "ratings": [ - { - "severity": "critical" - } - ], - "description": "An issue was discovered in libexpat before 2.6.3. dtdCopy in xmlparse.c can have an integer overflow for nDefaultAtts on 32-bit platforms (where UINT_MAX equals SIZE_MAX).", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-45491" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libexpat1@2.5.0-1?arch=amd64&upstream=expat&distro=debian-12&package-id=647da6a471c14b1e" - } - ] - }, - { - "bom-ref": "urn:uuid:2bb62e0c-d5fa-4119-8b36-145ef02749de", - "id": "CVE-2024-45492", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-45492" - }, - "references": [ - { - "id": "CVE-2024-45492", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-45492" - } - } - ], - "ratings": [ - { - "severity": "critical" + "severity": "medium" } ], - "description": "An issue was discovered in libexpat before 2.6.3. nextScaffoldPart in xmlparse.c can have an integer overflow for m_groupSize on 32-bit platforms (where UINT_MAX equals SIZE_MAX).", + "description": "An issue was discovered in libexpat before 2.6.4. There is a crash within the XML_ResumeParser function because XML_StopParser can stop/suspend an unstarted parser.", "advisories": [ { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-45492" + "url": "https://security-tracker.debian.org/tracker/CVE-2024-50602" } ], "affects": [ { - "ref": "pkg:deb/debian/libexpat1@2.5.0-1?arch=amd64&upstream=expat&distro=debian-12&package-id=647da6a471c14b1e" + "ref": "pkg:deb/debian/libexpat1@2.5.0-1%2Bdeb12u1?arch=amd64&upstream=expat&distro=debian-12&package-id=212bce1710b5fa29" } ] }, { - "bom-ref": "urn:uuid:9e312bba-b09e-4394-8ed7-ef710341b370", + "bom-ref": "urn:uuid:edfc4916-c792-40e9-91f7-9448e32d6a33", "id": "CVE-2024-5535", "source": { "name": "debian-distro-debian-12", @@ -36876,12 +36744,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libssl-dev@3.0.14-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12&package-id=dde6433f19317698" + "ref": "pkg:deb/debian/libssl-dev@3.0.14-1~deb12u2?arch=amd64&upstream=openssl&distro=debian-12&package-id=069b00280a0295d7" } ] }, { - "bom-ref": "urn:uuid:010059c3-189f-4aa2-bdb5-ead80cfcdbf9", + "bom-ref": "urn:uuid:e50f90c5-5473-4ff3-9aa0-554cddae591b", "id": "CVE-2024-5535", "source": { "name": "debian-distro-debian-12", @@ -36909,12 +36777,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libssl3@3.0.14-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12&package-id=3932277dadc517ca" + "ref": "pkg:deb/debian/libssl3@3.0.14-1~deb12u2?arch=amd64&upstream=openssl&distro=debian-12&package-id=77220972544ed1ad" } ] }, { - "bom-ref": "urn:uuid:33053406-3d79-4f5b-91c0-b61f318aeacd", + "bom-ref": "urn:uuid:16d2c947-2611-4c68-86c0-40105013b6d5", "id": "CVE-2024-5535", "source": { "name": "debian-distro-debian-12", @@ -36942,308 +36810,188 @@ ], "affects": [ { - "ref": "pkg:deb/debian/openssl@3.0.14-1~deb12u1?arch=amd64&distro=debian-12&package-id=a819b20016a18d2e" + "ref": "pkg:deb/debian/openssl@3.0.14-1~deb12u2?arch=amd64&distro=debian-12&package-id=cafda1da0edb1e01" } ] }, { - "bom-ref": "urn:uuid:5549497e-bf3a-44e4-9087-949f70432a92", - "id": "CVE-2024-6119", + "bom-ref": "urn:uuid:0bd01417-7263-44cf-bdc4-ddb6d75614d5", + "id": "CVE-2024-8096", "source": { "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-6119" + "url": "https://security-tracker.debian.org/tracker/CVE-2024-8096" }, "references": [ { - "id": "CVE-2024-6119", + "id": "CVE-2024-8096", "source": { "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-6119" + "url": "https://security-tracker.debian.org/tracker/CVE-2024-8096" } } ], "ratings": [ { - "severity": "high" + "severity": "medium" } ], - "description": "Issue summary: Applications performing certificate name checks (e.g., TLS clients checking server certificates) may attempt to read an invalid memory address resulting in abnormal termination of the application process. Impact summary: Abnormal termination of an application can a cause a denial of service. Applications performing certificate name checks (e.g., TLS clients checking server certificates) may attempt to read an invalid memory address when comparing the expected name with an `otherName` subject alternative name of an X.509 certificate. This may result in an exception that terminates the application program. Note that basic certificate chain validation (signatures, dates, ...) is not affected, the denial of service can occur only when the application also specifies an expected DNS name, Email address or IP address. TLS servers rarely solicit client certificates, and even when they do, they generally don't perform a name check against a reference identifier (expected identity), but rather extract the presented identity after checking the certificate chain. So TLS servers are generally not affected and the severity of the issue is Moderate. The FIPS modules in 3.3, 3.2, 3.1 and 3.0 are not affected by this issue.", + "description": "When curl is told to use the Certificate Status Request TLS extension, often referred to as OCSP stapling, to verify that the server certificate is valid, it might fail to detect some OCSP problems and instead wrongly consider the response as fine. If the returned status reports another error than 'revoked' (like for example 'unauthorized') it is not treated as a bad certficate.", "advisories": [ { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-6119" + "url": "https://security-tracker.debian.org/tracker/CVE-2024-8096" } ], "affects": [ { - "ref": "pkg:deb/debian/libssl-dev@3.0.14-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12&package-id=dde6433f19317698" + "ref": "pkg:deb/debian/curl@7.88.1-10%2Bdeb12u7?arch=amd64&distro=debian-12&package-id=413c0dae957170b1" } ] }, { - "bom-ref": "urn:uuid:29c56f65-491f-455e-9467-a7bcd358bc5c", - "id": "CVE-2024-6119", + "bom-ref": "urn:uuid:cff0a01b-7d11-4e71-95e8-ca0ad2c49592", + "id": "CVE-2024-8096", "source": { "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-6119" + "url": "https://security-tracker.debian.org/tracker/CVE-2024-8096" }, "references": [ { - "id": "CVE-2024-6119", + "id": "CVE-2024-8096", "source": { "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-6119" + "url": "https://security-tracker.debian.org/tracker/CVE-2024-8096" } } ], "ratings": [ { - "severity": "high" + "severity": "medium" } ], - "description": "Issue summary: Applications performing certificate name checks (e.g., TLS clients checking server certificates) may attempt to read an invalid memory address resulting in abnormal termination of the application process. Impact summary: Abnormal termination of an application can a cause a denial of service. Applications performing certificate name checks (e.g., TLS clients checking server certificates) may attempt to read an invalid memory address when comparing the expected name with an `otherName` subject alternative name of an X.509 certificate. This may result in an exception that terminates the application program. Note that basic certificate chain validation (signatures, dates, ...) is not affected, the denial of service can occur only when the application also specifies an expected DNS name, Email address or IP address. TLS servers rarely solicit client certificates, and even when they do, they generally don't perform a name check against a reference identifier (expected identity), but rather extract the presented identity after checking the certificate chain. So TLS servers are generally not affected and the severity of the issue is Moderate. The FIPS modules in 3.3, 3.2, 3.1 and 3.0 are not affected by this issue.", + "description": "When curl is told to use the Certificate Status Request TLS extension, often referred to as OCSP stapling, to verify that the server certificate is valid, it might fail to detect some OCSP problems and instead wrongly consider the response as fine. If the returned status reports another error than 'revoked' (like for example 'unauthorized') it is not treated as a bad certficate.", "advisories": [ { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-6119" + "url": "https://security-tracker.debian.org/tracker/CVE-2024-8096" } ], "affects": [ { - "ref": "pkg:deb/debian/libssl3@3.0.14-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12&package-id=3932277dadc517ca" + "ref": "pkg:deb/debian/libcurl4@7.88.1-10%2Bdeb12u7?arch=amd64&upstream=curl&distro=debian-12&package-id=4bce2ecb2222b28c" } ] }, { - "bom-ref": "urn:uuid:bdee75b5-1866-4153-912b-4fcae53c79a9", - "id": "CVE-2024-6119", + "bom-ref": "urn:uuid:0c5f5aa3-57cd-43f6-847c-f29bcb22bc28", + "id": "CVE-2024-9143", "source": { "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-6119" + "url": "https://security-tracker.debian.org/tracker/CVE-2024-9143" }, "references": [ { - "id": "CVE-2024-6119", + "id": "CVE-2024-9143", "source": { "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-6119" + "url": "https://security-tracker.debian.org/tracker/CVE-2024-9143" } } ], "ratings": [ { - "severity": "high" + "severity": "unknown" } ], - "description": "Issue summary: Applications performing certificate name checks (e.g., TLS clients checking server certificates) may attempt to read an invalid memory address resulting in abnormal termination of the application process. Impact summary: Abnormal termination of an application can a cause a denial of service. Applications performing certificate name checks (e.g., TLS clients checking server certificates) may attempt to read an invalid memory address when comparing the expected name with an `otherName` subject alternative name of an X.509 certificate. This may result in an exception that terminates the application program. Note that basic certificate chain validation (signatures, dates, ...) is not affected, the denial of service can occur only when the application also specifies an expected DNS name, Email address or IP address. TLS servers rarely solicit client certificates, and even when they do, they generally don't perform a name check against a reference identifier (expected identity), but rather extract the presented identity after checking the certificate chain. So TLS servers are generally not affected and the severity of the issue is Moderate. The FIPS modules in 3.3, 3.2, 3.1 and 3.0 are not affected by this issue.", + "description": "Issue summary: Use of the low-level GF(2^m) elliptic curve APIs with untrusted explicit values for the field polynomial can lead to out-of-bounds memory reads or writes. Impact summary: Out of bound memory writes can lead to an application crash or even a possibility of a remote code execution, however, in all the protocols involving Elliptic Curve Cryptography that we're aware of, either only \"named curves\" are supported, or, if explicit curve parameters are supported, they specify an X9.62 encoding of binary (GF(2^m)) curves that can't represent problematic input values. Thus the likelihood of existence of a vulnerable application is low. In particular, the X9.62 encoding is used for ECC keys in X.509 certificates, so problematic inputs cannot occur in the context of processing X.509 certificates. Any problematic use-cases would have to be using an \"exotic\" curve encoding. The affected APIs include: EC_GROUP_new_curve_GF2m(), EC_GROUP_new_from_params(), and various supporting BN_GF2m_*() functions. Applications working with \"exotic\" explicit binary (GF(2^m)) curve parameters, that make it possible to represent invalid field polynomials with a zero constant term, via the above or similar APIs, may terminate abruptly as a result of reading or writing outside of array bounds. Remote code execution cannot easily be ruled out. The FIPS modules in 3.3, 3.2, 3.1 and 3.0 are not affected by this issue.", "advisories": [ { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-6119" + "url": "https://security-tracker.debian.org/tracker/CVE-2024-9143" } ], "affects": [ { - "ref": "pkg:deb/debian/openssl@3.0.14-1~deb12u1?arch=amd64&distro=debian-12&package-id=a819b20016a18d2e" + "ref": "pkg:deb/debian/libssl-dev@3.0.14-1~deb12u2?arch=amd64&upstream=openssl&distro=debian-12&package-id=069b00280a0295d7" } ] }, { - "bom-ref": "urn:uuid:d66c5a56-f820-4532-9c4a-87d21fea07cc", - "id": "CVE-2024-6232", + "bom-ref": "urn:uuid:96837c43-1528-4b3d-99a2-f6f4ea3b4147", + "id": "CVE-2024-9143", "source": { - "name": "nvd-cpe", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" + "name": "debian-distro-debian-12", + "url": "https://security-tracker.debian.org/tracker/CVE-2024-9143" }, "references": [ { - "id": "CVE-2024-6232", + "id": "CVE-2024-9143", "source": { - "name": "nvd-cpe", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" + "name": "debian-distro-debian-12", + "url": "https://security-tracker.debian.org/tracker/CVE-2024-9143" } } ], "ratings": [ { - "score": 7.5, - "severity": "high", - "method": "CVSSv31", - "vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" + "severity": "unknown" } ], - "description": "There is a MEDIUM severity vulnerability affecting CPython.\n\n\n\n\n\nRegular expressions that allowed excessive backtracking during tarfile.TarFile header parsing are vulnerable to ReDoS via specifically-crafted tar archives.", + "description": "Issue summary: Use of the low-level GF(2^m) elliptic curve APIs with untrusted explicit values for the field polynomial can lead to out-of-bounds memory reads or writes. Impact summary: Out of bound memory writes can lead to an application crash or even a possibility of a remote code execution, however, in all the protocols involving Elliptic Curve Cryptography that we're aware of, either only \"named curves\" are supported, or, if explicit curve parameters are supported, they specify an X9.62 encoding of binary (GF(2^m)) curves that can't represent problematic input values. Thus the likelihood of existence of a vulnerable application is low. In particular, the X9.62 encoding is used for ECC keys in X.509 certificates, so problematic inputs cannot occur in the context of processing X.509 certificates. Any problematic use-cases would have to be using an \"exotic\" curve encoding. The affected APIs include: EC_GROUP_new_curve_GF2m(), EC_GROUP_new_from_params(), and various supporting BN_GF2m_*() functions. Applications working with \"exotic\" explicit binary (GF(2^m)) curve parameters, that make it possible to represent invalid field polynomials with a zero constant term, via the above or similar APIs, may terminate abruptly as a result of reading or writing outside of array bounds. Remote code execution cannot easily be ruled out. The FIPS modules in 3.3, 3.2, 3.1 and 3.0 are not affected by this issue.", "advisories": [ { - "url": "https://github.com/python/cpython/commit/4eaf4891c12589e3c7bdad5f5b076e4c8392dd06" - }, - { - "url": "https://github.com/python/cpython/commit/743acbe872485dc18df4d8ab2dc7895187f062c4" - }, - { - "url": "https://github.com/python/cpython/commit/7d1f50cd92ff7e10a1c15a8f591dde8a6843a64d" - }, - { - "url": "https://github.com/python/cpython/commit/b4225ca91547aa97ed3aca391614afbb255bc877" - }, - { - "url": "https://github.com/python/cpython/commit/d449caf8a179e3b954268b3a88eb9170be3c8fbf" - }, - { - "url": "https://github.com/python/cpython/commit/ed3a49ea734ada357ff4442996fd4ae71d253373" - }, - { - "url": "https://github.com/python/cpython/issues/121285" - }, - { - "url": "https://github.com/python/cpython/pull/121286" - }, - { - "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" + "url": "https://security-tracker.debian.org/tracker/CVE-2024-9143" } ], "affects": [ { - "ref": "pkg:generic/python@3.11.9?package-id=ab1da4146a0d7f1f" + "ref": "pkg:deb/debian/libssl3@3.0.14-1~deb12u2?arch=amd64&upstream=openssl&distro=debian-12&package-id=77220972544ed1ad" } ] }, { - "bom-ref": "urn:uuid:7c5b19f2-2a43-4546-9030-66f7d51f5e93", - "id": "CVE-2024-6923", + "bom-ref": "urn:uuid:5b9c5073-62fc-40ab-ad39-039517e8e406", + "id": "CVE-2024-9143", "source": { - "name": "nvd-cpe", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6923" - }, - "references": [ - { - "id": "CVE-2024-6923", - "source": { - "name": "nvd-cpe", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6923" - } - } - ], - "ratings": [ - { - "score": 5.5, - "severity": "medium", - "method": "CVSSv31", - "vector": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:L" - } - ], - "description": "There is a MEDIUM severity vulnerability affecting CPython.\n\nThe \nemail module didn’t properly quote newlines for email headers when \nserializing an email message allowing for header injection when an email\n is serialized.", - "advisories": [ - { - "url": "https://github.com/python/cpython/commit/06f28dc236708f72871c64d4bc4b4ea144c50147" - }, - { - "url": "https://github.com/python/cpython/commit/4766d1200fdf8b6728137aa2927a297e224d5fa7" - }, - { - "url": "https://github.com/python/cpython/commit/4aaa4259b5a6e664b7316a4d60bdec7ee0f124d0" - }, - { - "url": "https://github.com/python/cpython/commit/b158a76ce094897c870fb6b3de62887b7ccc33f1" - }, - { - "url": "https://github.com/python/cpython/commit/f7be505d137a22528cb0fc004422c0081d5d90e6" - }, - { - "url": "https://github.com/python/cpython/commit/f7c0f09e69e950cf3c5ada9dbde93898eb975533" - }, - { - "url": "https://github.com/python/cpython/issues/121650" - }, - { - "url": "https://github.com/python/cpython/pull/122233" - }, - { - "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/QH3BUOE2DYQBWP7NAQ7UNHPPOELKISRW/" - } - ], - "affects": [ - { - "ref": "pkg:generic/python@3.11.9?package-id=ab1da4146a0d7f1f" - } - ] - }, - { - "bom-ref": "urn:uuid:8e83bc9b-7f8d-4bfe-af81-d7a279951577", - "id": "CVE-2024-7592", - "source": { - "name": "nvd-cpe", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-7592" + "name": "debian-distro-debian-12", + "url": "https://security-tracker.debian.org/tracker/CVE-2024-9143" }, "references": [ { - "id": "CVE-2024-7592", + "id": "CVE-2024-9143", "source": { - "name": "nvd-cpe", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-7592" + "name": "debian-distro-debian-12", + "url": "https://security-tracker.debian.org/tracker/CVE-2024-9143" } } ], "ratings": [ { - "score": 7.5, - "severity": "high", - "method": "CVSSv31", - "vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" - }, - { - "score": 7.5, - "severity": "high", - "method": "CVSSv31", - "vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" + "severity": "unknown" } ], - "description": "There is a LOW severity vulnerability affecting CPython, specifically the\n'http.cookies' standard library module.\n\n\nWhen parsing cookies that contained backslashes for quoted characters in\nthe cookie value, the parser would use an algorithm with quadratic\ncomplexity, resulting in excess CPU resources being used while parsing the\nvalue.", + "description": "Issue summary: Use of the low-level GF(2^m) elliptic curve APIs with untrusted explicit values for the field polynomial can lead to out-of-bounds memory reads or writes. Impact summary: Out of bound memory writes can lead to an application crash or even a possibility of a remote code execution, however, in all the protocols involving Elliptic Curve Cryptography that we're aware of, either only \"named curves\" are supported, or, if explicit curve parameters are supported, they specify an X9.62 encoding of binary (GF(2^m)) curves that can't represent problematic input values. Thus the likelihood of existence of a vulnerable application is low. In particular, the X9.62 encoding is used for ECC keys in X.509 certificates, so problematic inputs cannot occur in the context of processing X.509 certificates. Any problematic use-cases would have to be using an \"exotic\" curve encoding. The affected APIs include: EC_GROUP_new_curve_GF2m(), EC_GROUP_new_from_params(), and various supporting BN_GF2m_*() functions. Applications working with \"exotic\" explicit binary (GF(2^m)) curve parameters, that make it possible to represent invalid field polynomials with a zero constant term, via the above or similar APIs, may terminate abruptly as a result of reading or writing outside of array bounds. Remote code execution cannot easily be ruled out. The FIPS modules in 3.3, 3.2, 3.1 and 3.0 are not affected by this issue.", "advisories": [ { - "url": "https://github.com/python/cpython/commit/391e5626e3ee5af267b97e37abc7475732e67621" - }, - { - "url": "https://github.com/python/cpython/commit/a77ab24427a18bff817025adb03ca920dc3f1a06" - }, - { - "url": "https://github.com/python/cpython/commit/b2f11ca7667e4d57c71c1c88b255115f16042d9a" - }, - { - "url": "https://github.com/python/cpython/commit/d4ac921a4b081f7f996a5d2b101684b67ba0ed7f" - }, - { - "url": "https://github.com/python/cpython/commit/d662e2db2605515a767f88ad48096b8ac623c774" - }, - { - "url": "https://github.com/python/cpython/commit/dcc3eaef98cd94d6cb6cb0f44bd1c903d04f33b1" - }, - { - "url": "https://github.com/python/cpython/issues/123067" - }, - { - "url": "https://github.com/python/cpython/pull/123075" - }, - { - "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/HXJAAAALNUNGCQUS2W7WR6GFIZIHFOOK/" + "url": "https://security-tracker.debian.org/tracker/CVE-2024-9143" } ], "affects": [ { - "ref": "pkg:generic/python@3.11.9?package-id=ab1da4146a0d7f1f" + "ref": "pkg:deb/debian/openssl@3.0.14-1~deb12u2?arch=amd64&distro=debian-12&package-id=cafda1da0edb1e01" } ] }, { - "bom-ref": "urn:uuid:05a31820-23df-44ca-9c08-cf6795f87e74", - "id": "CVE-2024-8088", + "bom-ref": "urn:uuid:43f2bd0a-e159-4420-8ead-22677e0e56f3", + "id": "CVE-2024-9287", "source": { "name": "nvd-cpe", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-8088" + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-9287" }, "references": [ { - "id": "CVE-2024-8088", + "id": "CVE-2024-9287", "source": { "name": "nvd-cpe", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-8088" + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-9287" } } ], @@ -37252,128 +37000,41 @@ "severity": "unknown" } ], - "description": "There is a HIGH severity vulnerability affecting the CPython \"zipfile\"\nmodule affecting \"zipfile.Path\". Note that the more common API \"zipfile.ZipFile\" class is unaffected.\n\n\n\n\n\nWhen iterating over names of entries in a zip archive (for example, methods\nof \"zipfile.Path\" like \"namelist()\", \"iterdir()\", etc)\nthe process can be put into an infinite loop with a maliciously crafted\nzip archive. This defect applies when reading only metadata or extracting\nthe contents of the zip archive. Programs that are not handling\nuser-controlled zip archives are not affected.", + "description": "A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \"activation\" scripts (ie \"source venv/bin/activate\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren't activated before being used (ie \"./venv/bin/python\") are not affected.", "advisories": [ { - "url": "https://github.com/python/cpython/commit/0aa1ee22ab6e204e9d3d0e9dd63ea648ed691ef1" - }, - { - "url": "https://github.com/python/cpython/commit/2231286d78d328c2f575e0b05b16fe447d1656d6" - }, - { - "url": "https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e" - }, - { - "url": "https://github.com/python/cpython/commit/7bc367e464ce50b956dd232c1dfa1cad4e7fb814" - }, - { - "url": "https://github.com/python/cpython/commit/7e8883a3f04d308302361aeffc73e0e9837f19d4" - }, - { - "url": "https://github.com/python/cpython/commit/8c7348939d8a3ecd79d630075f6be1b0c5b41f64" - }, - { - "url": "https://github.com/python/cpython/commit/95b073bddefa6243effa08e131e297c0383e7f6a" - }, - { - "url": "https://github.com/python/cpython/commit/962055268ed4f2ca1d717bfc8b6385de50a23ab7" + "url": "https://github.com/python/cpython/commit/633555735a023d3e4d92ba31da35b1205f9ecbd7" }, { - "url": "https://github.com/python/cpython/commit/dcc5182f27c1500006a1ef78e10613bb45788dea" + "url": "https://github.com/python/cpython/commit/8450b2482586857d689b6658f08de9c8179af7db" }, { - "url": "https://github.com/python/cpython/commit/e0264a61119d551658d9445af38323ba94fc16db" + "url": "https://github.com/python/cpython/commit/9286ab3a107ea41bd3f3c3682ce2512692bdded8" }, { - "url": "https://github.com/python/cpython/commit/fc0b8259e693caa8400fa8b6ac1e494e47ea7798" + "url": "https://github.com/python/cpython/commit/ae961ae94bf19c8f8c7fbea3d1c25cc55ce8ae97" }, { - "url": "https://github.com/python/cpython/issues/122905" + "url": "https://github.com/python/cpython/commit/e52095a0c1005a87eed2276af7a1f2f66e2b6483" }, { - "url": "https://github.com/python/cpython/issues/123270" + "url": "https://github.com/python/cpython/issues/124651" }, { - "url": "https://github.com/python/cpython/pull/122906" + "url": "https://github.com/python/cpython/pull/124712" }, { - "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/GNFCKVI4TCATKQLALJ5SN4L4CSPSMILU/" + "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/" } ], "affects": [ { - "ref": "pkg:generic/python@3.11.9?package-id=ab1da4146a0d7f1f" + "ref": "pkg:generic/python@3.11.10?package-id=019287464f1cc89c" } ] }, { - "bom-ref": "urn:uuid:51057f2d-7815-4345-bc2c-e0729abd997d", - "id": "CVE-2024-8096", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-8096" - }, - "references": [ - { - "id": "CVE-2024-8096", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-8096" - } - } - ], - "ratings": [ - { - "severity": "medium" - } - ], - "description": "When curl is told to use the Certificate Status Request TLS extension, often referred to as OCSP stapling, to verify that the server certificate is valid, it might fail to detect some OCSP problems and instead wrongly consider the response as fine. If the returned status reports another error than 'revoked' (like for example 'unauthorized') it is not treated as a bad certficate.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-8096" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/curl@7.88.1-10%2Bdeb12u7?arch=amd64&distro=debian-12&package-id=413c0dae957170b1" - } - ] - }, - { - "bom-ref": "urn:uuid:9efa40a6-89f8-4297-9df0-84a395fc5a5e", - "id": "CVE-2024-8096", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-8096" - }, - "references": [ - { - "id": "CVE-2024-8096", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-8096" - } - } - ], - "ratings": [ - { - "severity": "medium" - } - ], - "description": "When curl is told to use the Certificate Status Request TLS extension, often referred to as OCSP stapling, to verify that the server certificate is valid, it might fail to detect some OCSP problems and instead wrongly consider the response as fine. If the returned status reports another error than 'revoked' (like for example 'unauthorized') it is not treated as a bad certficate.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-8096" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libcurl4@7.88.1-10%2Bdeb12u7?arch=amd64&upstream=curl&distro=debian-12&package-id=4bce2ecb2222b28c" - } - ] - }, - { - "bom-ref": "urn:uuid:b915452d-a06c-4344-9111-71879c354bf2", + "bom-ref": "urn:uuid:c55c0b22-a0be-4afa-a8c0-d42deca7718f", "id": "GHSA-cx63-2mw6-8hw5", "source": { "name": "github-language-python", @@ -37407,39 +37068,6 @@ "ref": "pkg:pypi/setuptools@65.5.1?package-id=8c7d0b28aa3d7879" } ] - }, - { - "bom-ref": "urn:uuid:d6bab404-cd76-445f-b3b4-d4dbe00ffab6", - "id": "GHSA-h4gh-qq45-vh27", - "source": { - "name": "github-language-python", - "url": "https://github.com/advisories/GHSA-h4gh-qq45-vh27" - }, - "references": [ - { - "id": "GHSA-h4gh-qq45-vh27", - "source": { - "name": "github-language-python", - "url": "https://github.com/advisories/GHSA-h4gh-qq45-vh27" - } - } - ], - "ratings": [ - { - "severity": "medium" - } - ], - "description": "pyca/cryptography has a vulnerable OpenSSL included in cryptography wheels", - "advisories": [ - { - "url": "https://github.com/advisories/GHSA-h4gh-qq45-vh27" - } - ], - "affects": [ - { - "ref": "pkg:pypi/cryptography@43.0.0?package-id=421baa05e84a195d" - } - ] } ] } diff --git a/sboms/docker.io_vectorim_element-web:v1.11.81.json b/sboms/docker.io_vectorim_element-web:v1.11.82.json similarity index 96% rename from sboms/docker.io_vectorim_element-web:v1.11.81.json rename to sboms/docker.io_vectorim_element-web:v1.11.82.json index 767b21f..c521566 100644 --- a/sboms/docker.io_vectorim_element-web:v1.11.81.json +++ b/sboms/docker.io_vectorim_element-web:v1.11.82.json @@ -2,10 +2,10 @@ "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json", "bomFormat": "CycloneDX", "specVersion": "1.6", - "serialNumber": "urn:uuid:2ffe1ab9-c562-4f41-8eb3-9c2dd425905e", + "serialNumber": "urn:uuid:4facf937-f6fa-4b7a-8e1b-7cc481f36662", "version": 1, "metadata": { - "timestamp": "2024-10-15T16:29:43Z", + "timestamp": "2024-11-06T12:36:30Z", "tools": { "components": [ { @@ -17,10 +17,10 @@ ] }, "component": { - "bom-ref": "93393e33f6eca2f2", + "bom-ref": "2672a25336fba1ae", "type": "container", - "name": "docker.io/vectorim/element-web:v1.11.81", - "version": "v1.11.81" + "name": "docker.io/vectorim/element-web:v1.11.82", + "version": "v1.11.82" }, "properties": [ { @@ -29,7 +29,7 @@ }, { "name": "syft:image:labels:org.opencontainers.image.created", - "value": "2024-10-15T11:45:58.829Z" + "value": "2024-10-22T12:13:06.728Z" }, { "name": "syft:image:labels:org.opencontainers.image.description", @@ -41,7 +41,7 @@ }, { "name": "syft:image:labels:org.opencontainers.image.revision", - "value": "89380ab59ff25277ec2fa0287c9c16275cdf5283" + "value": "1df72ce2d047eb4d8149d56b788e3649b46d180c" }, { "name": "syft:image:labels:org.opencontainers.image.source", @@ -57,7 +57,7 @@ }, { "name": "syft:image:labels:org.opencontainers.image.version", - "value": "v1.11.81" + "value": "v1.11.82" } ] }, @@ -1833,5 +1833,70 @@ ] } ], - "vulnerabilities": [] + "vulnerabilities": [ + { + "bom-ref": "urn:uuid:1f094dbe-344e-4acd-a799-034d39d94f7a", + "id": "CVE-2024-9143", + "source": { + "name": "alpine-distro-alpine-3.20", + "url": "https://www.cve.org/CVERecord?id=CVE-2024-9143" + }, + "references": [ + { + "id": "CVE-2024-9143", + "source": { + "name": "alpine-distro-alpine-3.20", + "url": "https://www.cve.org/CVERecord?id=CVE-2024-9143" + } + } + ], + "ratings": [ + { + "severity": "unknown" + } + ], + "advisories": [ + { + "url": "https://www.cve.org/CVERecord?id=CVE-2024-9143" + } + ], + "affects": [ + { + "ref": "pkg:apk/alpine/libcrypto3@3.3.2-r0?arch=x86_64&upstream=openssl&distro=alpine-3.20.3&package-id=0bd67c24de5c4187" + } + ] + }, + { + "bom-ref": "urn:uuid:69b76f7b-6bb6-41ed-b51e-21a82ae54464", + "id": "CVE-2024-9143", + "source": { + "name": "alpine-distro-alpine-3.20", + "url": "https://www.cve.org/CVERecord?id=CVE-2024-9143" + }, + "references": [ + { + "id": "CVE-2024-9143", + "source": { + "name": "alpine-distro-alpine-3.20", + "url": "https://www.cve.org/CVERecord?id=CVE-2024-9143" + } + } + ], + "ratings": [ + { + "severity": "unknown" + } + ], + "advisories": [ + { + "url": "https://www.cve.org/CVERecord?id=CVE-2024-9143" + } + ], + "affects": [ + { + "ref": "pkg:apk/alpine/libssl3@3.3.2-r0?arch=x86_64&upstream=openssl&distro=alpine-3.20.3&package-id=409f5b93e7b861be" + } + ] + } + ] } diff --git a/sboms/docker.io_vectorim_ess-core-operator-conversion-webhook:2.20.2.json b/sboms/docker.io_vectorim_ess-core-operator-conversion-webhook:2.21.1.json similarity index 94% rename from sboms/docker.io_vectorim_ess-core-operator-conversion-webhook:2.20.2.json rename to sboms/docker.io_vectorim_ess-core-operator-conversion-webhook:2.21.1.json index b02c705..4f9531b 100644 --- a/sboms/docker.io_vectorim_ess-core-operator-conversion-webhook:2.20.2.json +++ b/sboms/docker.io_vectorim_ess-core-operator-conversion-webhook:2.21.1.json @@ -2,10 +2,10 @@ "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json", "bomFormat": "CycloneDX", "specVersion": "1.6", - "serialNumber": "urn:uuid:c3ab5e8f-191a-445c-a31e-d28be122d229", + "serialNumber": "urn:uuid:e1407f89-de22-408b-9cef-370617873cb6", "version": 1, "metadata": { - "timestamp": "2024-10-15T16:34:36Z", + "timestamp": "2024-11-06T12:43:02Z", "tools": { "components": [ { @@ -17,10 +17,10 @@ ] }, "component": { - "bom-ref": "0dde7a3d45b0ab39", + "bom-ref": "23206fdef89d43ef", "type": "container", - "name": "docker.io/vectorim/ess-core-operator-conversion-webhook:2.20.2@sha256:9a6b943a3338bf8e7d4b9b4311638d76270d8d483aec6aaa94b50f34e44f95a7", - "version": "sha256:9a6b943a3338bf8e7d4b9b4311638d76270d8d483aec6aaa94b50f34e44f95a7" + "name": "docker.io/vectorim/ess-core-operator-conversion-webhook:2.21.1@sha256:f9c0f2bd5f16d0ef86f20ee50f6149831081ef7b55534264ff3066bb17c43c83", + "version": "sha256:f9c0f2bd5f16d0ef86f20ee50f6149831081ef7b55534264ff3066bb17c43c83" }, "properties": [ { @@ -133,7 +133,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:71a97198fd08f899df573a905ce482466c0aae7cddb0da0015ba650249332018" + "value": "sha256:25c3e72362c394f16179efb6ec2f265983f82be58e677feb66b034b3cb0cf92a" }, { "name": "syft:location:0:path", @@ -182,7 +182,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:71a97198fd08f899df573a905ce482466c0aae7cddb0da0015ba650249332018" + "value": "sha256:25c3e72362c394f16179efb6ec2f265983f82be58e677feb66b034b3cb0cf92a" }, { "name": "syft:location:0:path", @@ -236,7 +236,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:71a97198fd08f899df573a905ce482466c0aae7cddb0da0015ba650249332018" + "value": "sha256:25c3e72362c394f16179efb6ec2f265983f82be58e677feb66b034b3cb0cf92a" }, { "name": "syft:location:0:path", @@ -294,7 +294,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:71a97198fd08f899df573a905ce482466c0aae7cddb0da0015ba650249332018" + "value": "sha256:25c3e72362c394f16179efb6ec2f265983f82be58e677feb66b034b3cb0cf92a" }, { "name": "syft:location:0:path", @@ -356,7 +356,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:71a97198fd08f899df573a905ce482466c0aae7cddb0da0015ba650249332018" + "value": "sha256:25c3e72362c394f16179efb6ec2f265983f82be58e677feb66b034b3cb0cf92a" }, { "name": "syft:location:0:path", @@ -418,7 +418,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:71a97198fd08f899df573a905ce482466c0aae7cddb0da0015ba650249332018" + "value": "sha256:25c3e72362c394f16179efb6ec2f265983f82be58e677feb66b034b3cb0cf92a" }, { "name": "syft:location:0:path", @@ -480,7 +480,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:71a97198fd08f899df573a905ce482466c0aae7cddb0da0015ba650249332018" + "value": "sha256:25c3e72362c394f16179efb6ec2f265983f82be58e677feb66b034b3cb0cf92a" }, { "name": "syft:location:0:path", @@ -542,7 +542,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:71a97198fd08f899df573a905ce482466c0aae7cddb0da0015ba650249332018" + "value": "sha256:25c3e72362c394f16179efb6ec2f265983f82be58e677feb66b034b3cb0cf92a" }, { "name": "syft:location:0:path", @@ -596,7 +596,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:71a97198fd08f899df573a905ce482466c0aae7cddb0da0015ba650249332018" + "value": "sha256:25c3e72362c394f16179efb6ec2f265983f82be58e677feb66b034b3cb0cf92a" }, { "name": "syft:location:0:path", @@ -650,7 +650,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:71a97198fd08f899df573a905ce482466c0aae7cddb0da0015ba650249332018" + "value": "sha256:25c3e72362c394f16179efb6ec2f265983f82be58e677feb66b034b3cb0cf92a" }, { "name": "syft:location:0:path", @@ -708,7 +708,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:71a97198fd08f899df573a905ce482466c0aae7cddb0da0015ba650249332018" + "value": "sha256:25c3e72362c394f16179efb6ec2f265983f82be58e677feb66b034b3cb0cf92a" }, { "name": "syft:location:0:path", @@ -766,7 +766,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:71a97198fd08f899df573a905ce482466c0aae7cddb0da0015ba650249332018" + "value": "sha256:25c3e72362c394f16179efb6ec2f265983f82be58e677feb66b034b3cb0cf92a" }, { "name": "syft:location:0:path", @@ -820,7 +820,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:71a97198fd08f899df573a905ce482466c0aae7cddb0da0015ba650249332018" + "value": "sha256:25c3e72362c394f16179efb6ec2f265983f82be58e677feb66b034b3cb0cf92a" }, { "name": "syft:location:0:path", @@ -874,7 +874,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:71a97198fd08f899df573a905ce482466c0aae7cddb0da0015ba650249332018" + "value": "sha256:25c3e72362c394f16179efb6ec2f265983f82be58e677feb66b034b3cb0cf92a" }, { "name": "syft:location:0:path", @@ -928,7 +928,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:71a97198fd08f899df573a905ce482466c0aae7cddb0da0015ba650249332018" + "value": "sha256:25c3e72362c394f16179efb6ec2f265983f82be58e677feb66b034b3cb0cf92a" }, { "name": "syft:location:0:path", @@ -990,7 +990,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:71a97198fd08f899df573a905ce482466c0aae7cddb0da0015ba650249332018" + "value": "sha256:25c3e72362c394f16179efb6ec2f265983f82be58e677feb66b034b3cb0cf92a" }, { "name": "syft:location:0:path", @@ -1044,7 +1044,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:71a97198fd08f899df573a905ce482466c0aae7cddb0da0015ba650249332018" + "value": "sha256:25c3e72362c394f16179efb6ec2f265983f82be58e677feb66b034b3cb0cf92a" }, { "name": "syft:location:0:path", @@ -1106,7 +1106,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:71a97198fd08f899df573a905ce482466c0aae7cddb0da0015ba650249332018" + "value": "sha256:25c3e72362c394f16179efb6ec2f265983f82be58e677feb66b034b3cb0cf92a" }, { "name": "syft:location:0:path", @@ -1168,7 +1168,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:71a97198fd08f899df573a905ce482466c0aae7cddb0da0015ba650249332018" + "value": "sha256:25c3e72362c394f16179efb6ec2f265983f82be58e677feb66b034b3cb0cf92a" }, { "name": "syft:location:0:path", @@ -1222,7 +1222,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:71a97198fd08f899df573a905ce482466c0aae7cddb0da0015ba650249332018" + "value": "sha256:25c3e72362c394f16179efb6ec2f265983f82be58e677feb66b034b3cb0cf92a" }, { "name": "syft:location:0:path", @@ -1276,7 +1276,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:71a97198fd08f899df573a905ce482466c0aae7cddb0da0015ba650249332018" + "value": "sha256:25c3e72362c394f16179efb6ec2f265983f82be58e677feb66b034b3cb0cf92a" }, { "name": "syft:location:0:path", @@ -1330,7 +1330,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:71a97198fd08f899df573a905ce482466c0aae7cddb0da0015ba650249332018" + "value": "sha256:25c3e72362c394f16179efb6ec2f265983f82be58e677feb66b034b3cb0cf92a" }, { "name": "syft:location:0:path", @@ -1384,7 +1384,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:71a97198fd08f899df573a905ce482466c0aae7cddb0da0015ba650249332018" + "value": "sha256:25c3e72362c394f16179efb6ec2f265983f82be58e677feb66b034b3cb0cf92a" }, { "name": "syft:location:0:path", @@ -1438,7 +1438,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:71a97198fd08f899df573a905ce482466c0aae7cddb0da0015ba650249332018" + "value": "sha256:25c3e72362c394f16179efb6ec2f265983f82be58e677feb66b034b3cb0cf92a" }, { "name": "syft:location:0:path", @@ -1492,7 +1492,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:71a97198fd08f899df573a905ce482466c0aae7cddb0da0015ba650249332018" + "value": "sha256:25c3e72362c394f16179efb6ec2f265983f82be58e677feb66b034b3cb0cf92a" }, { "name": "syft:location:0:path", @@ -1546,7 +1546,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:71a97198fd08f899df573a905ce482466c0aae7cddb0da0015ba650249332018" + "value": "sha256:25c3e72362c394f16179efb6ec2f265983f82be58e677feb66b034b3cb0cf92a" }, { "name": "syft:location:0:path", @@ -1600,7 +1600,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:71a97198fd08f899df573a905ce482466c0aae7cddb0da0015ba650249332018" + "value": "sha256:25c3e72362c394f16179efb6ec2f265983f82be58e677feb66b034b3cb0cf92a" }, { "name": "syft:location:0:path", @@ -1654,7 +1654,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:71a97198fd08f899df573a905ce482466c0aae7cddb0da0015ba650249332018" + "value": "sha256:25c3e72362c394f16179efb6ec2f265983f82be58e677feb66b034b3cb0cf92a" }, { "name": "syft:location:0:path", @@ -1708,7 +1708,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:71a97198fd08f899df573a905ce482466c0aae7cddb0da0015ba650249332018" + "value": "sha256:25c3e72362c394f16179efb6ec2f265983f82be58e677feb66b034b3cb0cf92a" }, { "name": "syft:location:0:path", @@ -1761,7 +1761,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:71a97198fd08f899df573a905ce482466c0aae7cddb0da0015ba650249332018" + "value": "sha256:25c3e72362c394f16179efb6ec2f265983f82be58e677feb66b034b3cb0cf92a" }, { "name": "syft:location:0:path", @@ -1814,7 +1814,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:71a97198fd08f899df573a905ce482466c0aae7cddb0da0015ba650249332018" + "value": "sha256:25c3e72362c394f16179efb6ec2f265983f82be58e677feb66b034b3cb0cf92a" }, { "name": "syft:location:0:path", @@ -1868,7 +1868,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:71a97198fd08f899df573a905ce482466c0aae7cddb0da0015ba650249332018" + "value": "sha256:25c3e72362c394f16179efb6ec2f265983f82be58e677feb66b034b3cb0cf92a" }, { "name": "syft:location:0:path", @@ -1921,7 +1921,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:71a97198fd08f899df573a905ce482466c0aae7cddb0da0015ba650249332018" + "value": "sha256:25c3e72362c394f16179efb6ec2f265983f82be58e677feb66b034b3cb0cf92a" }, { "name": "syft:location:0:path", @@ -1974,7 +1974,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:71a97198fd08f899df573a905ce482466c0aae7cddb0da0015ba650249332018" + "value": "sha256:25c3e72362c394f16179efb6ec2f265983f82be58e677feb66b034b3cb0cf92a" }, { "name": "syft:location:0:path", @@ -2027,7 +2027,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:71a97198fd08f899df573a905ce482466c0aae7cddb0da0015ba650249332018" + "value": "sha256:25c3e72362c394f16179efb6ec2f265983f82be58e677feb66b034b3cb0cf92a" }, { "name": "syft:location:0:path", @@ -2080,7 +2080,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:71a97198fd08f899df573a905ce482466c0aae7cddb0da0015ba650249332018" + "value": "sha256:25c3e72362c394f16179efb6ec2f265983f82be58e677feb66b034b3cb0cf92a" }, { "name": "syft:location:0:path", @@ -2133,7 +2133,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:71a97198fd08f899df573a905ce482466c0aae7cddb0da0015ba650249332018" + "value": "sha256:25c3e72362c394f16179efb6ec2f265983f82be58e677feb66b034b3cb0cf92a" }, { "name": "syft:location:0:path", @@ -2187,7 +2187,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:71a97198fd08f899df573a905ce482466c0aae7cddb0da0015ba650249332018" + "value": "sha256:25c3e72362c394f16179efb6ec2f265983f82be58e677feb66b034b3cb0cf92a" }, { "name": "syft:location:0:path", @@ -2240,7 +2240,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:71a97198fd08f899df573a905ce482466c0aae7cddb0da0015ba650249332018" + "value": "sha256:25c3e72362c394f16179efb6ec2f265983f82be58e677feb66b034b3cb0cf92a" }, { "name": "syft:location:0:path", @@ -2293,7 +2293,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:71a97198fd08f899df573a905ce482466c0aae7cddb0da0015ba650249332018" + "value": "sha256:25c3e72362c394f16179efb6ec2f265983f82be58e677feb66b034b3cb0cf92a" }, { "name": "syft:location:0:path", @@ -2404,7 +2404,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:71a97198fd08f899df573a905ce482466c0aae7cddb0da0015ba650249332018" + "value": "sha256:25c3e72362c394f16179efb6ec2f265983f82be58e677feb66b034b3cb0cf92a" }, { "name": "syft:location:0:path", @@ -2474,7 +2474,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:71a97198fd08f899df573a905ce482466c0aae7cddb0da0015ba650249332018" + "value": "sha256:25c3e72362c394f16179efb6ec2f265983f82be58e677feb66b034b3cb0cf92a" }, { "name": "syft:location:0:path", @@ -2527,7 +2527,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:71a97198fd08f899df573a905ce482466c0aae7cddb0da0015ba650249332018" + "value": "sha256:25c3e72362c394f16179efb6ec2f265983f82be58e677feb66b034b3cb0cf92a" }, { "name": "syft:location:0:path", @@ -2584,7 +2584,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:71a97198fd08f899df573a905ce482466c0aae7cddb0da0015ba650249332018" + "value": "sha256:25c3e72362c394f16179efb6ec2f265983f82be58e677feb66b034b3cb0cf92a" }, { "name": "syft:location:0:path", @@ -2748,7 +2748,7 @@ ], "vulnerabilities": [ { - "bom-ref": "urn:uuid:621269a7-00e5-43f0-8dc8-0017f4ac4d4d", + "bom-ref": "urn:uuid:8c65d62b-541a-45dd-88b4-800c4e07c948", "id": "CVE-2024-34155", "source": { "name": "nvd-cpe", @@ -2765,7 +2765,10 @@ ], "ratings": [ { - "severity": "unknown" + "score": 4.3, + "severity": "medium", + "method": "CVSSv31", + "vector": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L" } ], "description": "Calling any of the Parse functions on Go source code which contains deeply nested literals can cause a panic due to stack exhaustion.", @@ -2790,7 +2793,7 @@ ] }, { - "bom-ref": "urn:uuid:800a7ac1-9674-40cf-a4bd-fdbb4c480155", + "bom-ref": "urn:uuid:6a8ae318-ce97-4c8f-a315-369eb17f24fd", "id": "CVE-2024-34156", "source": { "name": "nvd-cpe", @@ -2835,7 +2838,7 @@ ] }, { - "bom-ref": "urn:uuid:3e67d455-a71b-46b1-a4da-0f8706d77409", + "bom-ref": "urn:uuid:ac548368-9ced-44f6-9a4d-9b0cae073d34", "id": "CVE-2024-34158", "source": { "name": "nvd-cpe", diff --git a/sboms/docker.io_vectorim_ess-core-updater:2.20.2.json b/sboms/docker.io_vectorim_ess-core-operator:2.21.1.json similarity index 75% rename from sboms/docker.io_vectorim_ess-core-updater:2.20.2.json rename to sboms/docker.io_vectorim_ess-core-operator:2.21.1.json index bd12a78..a636e02 100644 --- a/sboms/docker.io_vectorim_ess-core-updater:2.20.2.json +++ b/sboms/docker.io_vectorim_ess-core-operator:2.21.1.json @@ -2,10 +2,10 @@ "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json", "bomFormat": "CycloneDX", "specVersion": "1.6", - "serialNumber": "urn:uuid:fa1d9404-5c67-4623-b0a4-f230dc6eacbb", + "serialNumber": "urn:uuid:07a47b89-1d00-45db-a093-63b3af4431f7", "version": 1, "metadata": { - "timestamp": "2024-10-15T16:34:37Z", + "timestamp": "2024-11-06T12:42:29Z", "tools": { "components": [ { @@ -17,10 +17,10 @@ ] }, "component": { - "bom-ref": "e0a4198dfefc785e", + "bom-ref": "5155b859429db711", "type": "container", - "name": "docker.io/vectorim/ess-core-updater:2.20.2@sha256:082e2adca1a8dff9a9ba274901cf1ebd8e2269b51b34ac8b75fe91a269f1e59f", - "version": "sha256:082e2adca1a8dff9a9ba274901cf1ebd8e2269b51b34ac8b75fe91a269f1e59f" + "name": "docker.io/vectorim/ess-core-operator:2.21.1@sha256:bec76737c1091d8b76b3c685258b60786a7cfc37df1dbb8154bde06cb5b91387", + "version": "sha256:bec76737c1091d8b76b3c685258b60786a7cfc37df1dbb8154bde06cb5b91387" }, "properties": [ { @@ -31,7 +31,7 @@ }, "components": [ { - "bom-ref": "pkg:pypi/jinja2@3.1.4?package-id=e3de4c2aa4beff4f", + "bom-ref": "pkg:pypi/jinja2@3.1.4?package-id=a9545e237bb21ff6", "type": "library", "name": "Jinja2", "version": "3.1.4", @@ -100,24 +100,24 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/jinja2-3.1.4.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/jinja2-3.1.4.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/jinja2-3.1.4.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/jinja2-3.1.4.dist-info/RECORD" } ] }, { - "bom-ref": "pkg:pypi/markupsafe@2.1.5?package-id=d64198a4686ff4ea", + "bom-ref": "pkg:pypi/markupsafe@2.1.5?package-id=581105c9fcbf9728", "type": "library", "name": "MarkupSafe", "version": "2.1.5", @@ -193,32 +193,32 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/MarkupSafe-2.1.5.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/MarkupSafe-2.1.5.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/MarkupSafe-2.1.5.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/MarkupSafe-2.1.5.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/MarkupSafe-2.1.5.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/MarkupSafe-2.1.5.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/pynacl@1.5.0?package-id=22bda88b1ddbd25b", + "bom-ref": "pkg:pypi/pynacl@1.5.0?package-id=e20c429f6d60cbfa", "type": "library", "author": "The PyNaCl developers ", "name": "PyNaCl", @@ -379,36 +379,36 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/PyNaCl-1.5.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/PyNaCl-1.5.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/PyNaCl-1.5.0.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/PyNaCl-1.5.0.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/PyNaCl-1.5.0.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/PyNaCl-1.5.0.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/pyyaml@6.0.1?package-id=a3c427c301c61408", + "bom-ref": "pkg:pypi/pyyaml@6.0.2?package-id=67a1c4f426d92020", "type": "library", "author": "Kirill Simonov ", "name": "PyYAML", - "version": "6.0.1", + "version": "6.0.2", "licenses": [ { "license": { @@ -416,8 +416,8 @@ } } ], - "cpe": "cpe:2.3:a:kirill_simonov_project:python-PyYAML:6.0.1:*:*:*:*:*:*:*", - "purl": "pkg:pypi/PyYAML@6.0.1", + "cpe": "cpe:2.3:a:kirill_simonov_project:python-PyYAML:6.0.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/PyYAML@6.0.2", "properties": [ { "name": "syft:package:foundBy", @@ -437,148 +437,148 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:kirill_simonov_project:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:kirill_simonov_project:python_PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:kirill_simonovproject:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:kirill_simonovproject:python-PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:kirill_simonovproject:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:kirill_simonovproject:python_PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:kirill_simonov_project:PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:kirill_simonov_project:PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:kirill_simonov:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:kirill_simonov:python-PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:kirill_simonov:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:kirill_simonov:python_PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:kirill_simonovproject:PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:kirill_simonovproject:PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-PyYAML:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-PyYAML:python-PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-PyYAML:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-PyYAML:python_PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_PyYAML:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_PyYAML:python-PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_PyYAML:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_PyYAML:python_PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:xi_project:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:xi_project:python-PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:xi_project:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:xi_project:python_PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:xiproject:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:xiproject:python-PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:xiproject:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:xiproject:python_PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:kirill_simonov:PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:kirill_simonov:PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:PyYAML:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:PyYAML:python-PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:PyYAML:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:PyYAML:python_PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-PyYAML:PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-PyYAML:PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_PyYAML:PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_PyYAML:PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:xi_project:PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:xi_project:PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:xi:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:xi:python-PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:xi:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:xi:python_PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:xiproject:PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:xiproject:PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:PyYAML:PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:PyYAML:PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:xi:PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:xi:PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/PyYAML-6.0.1.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/PyYAML-6.0.2.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/PyYAML-6.0.1.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/PyYAML-6.0.2.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/PyYAML-6.0.1.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/PyYAML-6.0.2.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/pygments@2.18.0?package-id=c97b36c7bad03351", + "bom-ref": "pkg:pypi/pygments@2.18.0?package-id=2f1269883bd59992", "type": "library", "author": "Georg Brandl ", "name": "Pygments", @@ -703,24 +703,24 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/pygments-2.18.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/pygments-2.18.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/pygments-2.18.0.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/pygments-2.18.0.dist-info/RECORD" } ] }, { - "bom-ref": "pkg:nuget/Simple%20Launcher@1.1.0.14?package-id=1658c39e675c49b9", + "bom-ref": "pkg:nuget/Simple%20Launcher@1.1.0.14?package-id=9b9f42d6482d6f7d", "type": "library", "name": "Simple Launcher", "version": "1.1.0.14", @@ -745,16 +745,16 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/pip/_vendor/distlib/t32.exe" + "value": "/usr/local/lib/python3.12/site-packages/pip/_vendor/distlib/t32.exe" } ] }, { - "bom-ref": "pkg:nuget/Simple%20Launcher@1.1.0.14?package-id=000d310d129592c4", + "bom-ref": "pkg:nuget/Simple%20Launcher@1.1.0.14?package-id=6bf410ce860a5de9", "type": "library", "name": "Simple Launcher", "version": "1.1.0.14", @@ -779,16 +779,16 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/pip/_vendor/distlib/t64-arm.exe" + "value": "/usr/local/lib/python3.12/site-packages/pip/_vendor/distlib/t64-arm.exe" } ] }, { - "bom-ref": "pkg:nuget/Simple%20Launcher@1.1.0.14?package-id=022b022756238702", + "bom-ref": "pkg:nuget/Simple%20Launcher@1.1.0.14?package-id=664d8747c3cc6976", "type": "library", "name": "Simple Launcher", "version": "1.1.0.14", @@ -813,16 +813,16 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/pip/_vendor/distlib/t64.exe" + "value": "/usr/local/lib/python3.12/site-packages/pip/_vendor/distlib/t64.exe" } ] }, { - "bom-ref": "pkg:nuget/Simple%20Launcher@1.1.0.14?package-id=50b1ed19888df43a", + "bom-ref": "pkg:nuget/Simple%20Launcher@1.1.0.14?package-id=4c6b20f9c0fcc33d", "type": "library", "name": "Simple Launcher", "version": "1.1.0.14", @@ -847,16 +847,16 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/pip/_vendor/distlib/w32.exe" + "value": "/usr/local/lib/python3.12/site-packages/pip/_vendor/distlib/w32.exe" } ] }, { - "bom-ref": "pkg:nuget/Simple%20Launcher@1.1.0.14?package-id=26c1f0f6084ccf06", + "bom-ref": "pkg:nuget/Simple%20Launcher@1.1.0.14?package-id=bfffabb1690c94cf", "type": "library", "name": "Simple Launcher", "version": "1.1.0.14", @@ -881,16 +881,16 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/pip/_vendor/distlib/w64-arm.exe" + "value": "/usr/local/lib/python3.12/site-packages/pip/_vendor/distlib/w64-arm.exe" } ] }, { - "bom-ref": "pkg:nuget/Simple%20Launcher@1.1.0.14?package-id=28cf50980a74ba8c", + "bom-ref": "pkg:nuget/Simple%20Launcher@1.1.0.14?package-id=a91d1e3e16b9a033", "type": "library", "name": "Simple Launcher", "version": "1.1.0.14", @@ -915,29 +915,29 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/pip/_vendor/distlib/w64.exe" + "value": "/usr/local/lib/python3.12/site-packages/pip/_vendor/distlib/w64.exe" } ] }, { - "bom-ref": "pkg:pypi/ansible-core@2.15.12?package-id=d135d2dbc5855499", + "bom-ref": "pkg:pypi/aiohappyeyeballs@2.4.3?package-id=cfc0ae2b13fbe7da", "type": "library", - "author": "Ansible, Inc. ", - "name": "ansible-core", - "version": "2.15.12", + "author": "J. Nick Koston ", + "name": "aiohappyeyeballs", + "version": "2.4.3", "licenses": [ { "license": { - "name": "GPLv3+" + "id": "PSF-2.0" } } ], - "cpe": "cpe:2.3:a:ansible\\,_inc__project:python-ansible-core:2.15.12:*:*:*:*:*:*:*", - "purl": "pkg:pypi/ansible-core@2.15.12", + "cpe": "cpe:2.3:a:python-aiohappyeyeballs:python-aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*", + "purl": "pkg:pypi/aiohappyeyeballs@2.4.3", "properties": [ { "name": "syft:package:foundBy", @@ -957,265 +957,253 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible\\,_inc__project:python_ansible_core:2.15.12:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible\\,_inc_project:python-ansible-core:2.15.12:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible\\,_inc_project:python_ansible_core:2.15.12:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible-core:python-ansible-core:2.15.12:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible-core:python_ansible_core:2.15.12:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible_core:python-ansible-core:2.15.12:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible_core:python_ansible_core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-aiohappyeyeballs:python_aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible\\,_inc__project:ansible-core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_aiohappyeyeballs:python-aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible\\,_inc__project:ansible_core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_aiohappyeyeballs:python_aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible:python-ansible-core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:j__nick_koston_project:python-aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible:python_ansible_core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:j__nick_koston_project:python_aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible:python-ansible-core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:j__nick_kostonproject:python-aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible:python_ansible_core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:j__nick_kostonproject:python_aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible\\,_inc_:python-ansible-core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:aiohappyeyeballs:python-aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible\\,_inc_:python_ansible_core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:aiohappyeyeballs:python_aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible\\,_inc_project:ansible-core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-aiohappyeyeballs:aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible\\,_inc_project:ansible_core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_aiohappyeyeballs:aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible-core:python-ansible-core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:j__nick_koston_project:aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible-core:python_ansible_core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:j__nick_koston:python-aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible_core:python-ansible-core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:j__nick_koston:python_aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible_core:python_ansible_core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:j__nick_kostonproject:aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:info_project:python-ansible-core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:nick_project:python-aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:info_project:python_ansible_core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:nick_project:python_aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible-core:ansible-core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:nickproject:python-aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible-core:ansible_core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:nickproject:python_aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible_core:ansible-core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:aiohappyeyeballs:aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible_core:ansible_core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:j__nick_koston:aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:infoproject:python-ansible-core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:infoproject:python_ansible_core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible:python-ansible-core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:nick_project:aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible:python_ansible_core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:nick:python-aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible:ansible-core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:nick:python_aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible:ansible_core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:nickproject:aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible:ansible-core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible:ansible_core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:nick:aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible\\,_inc_:ansible-core:2.15.12:*:*:*:*:*:*:*" + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible\\,_inc_:ansible_core:2.15.12:*:*:*:*:*:*:*" + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/aiohappyeyeballs-2.4.3.dist-info/METADATA" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-ansible-core:2.15.12:*:*:*:*:*:*:*" + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_ansible_core:2.15.12:*:*:*:*:*:*:*" - }, + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/aiohappyeyeballs-2.4.3.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:pypi/aiohttp@3.10.10?package-id=289f954004a4c13c", + "type": "library", + "name": "aiohttp", + "version": "3.10.10", + "licenses": [ { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible-core:ansible-core:2.15.12:*:*:*:*:*:*:*" - }, + "license": { + "name": "Apache 2" + } + } + ], + "cpe": "cpe:2.3:a:python-aiohttp:python-aiohttp:3.10.10:*:*:*:*:*:*:*", + "purl": "pkg:pypi/aiohttp@3.10.10", + "properties": [ { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible-core:ansible_core:2.15.12:*:*:*:*:*:*:*" + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible_core:ansible-core:2.15.12:*:*:*:*:*:*:*" + "name": "syft:package:language", + "value": "python" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible_core:ansible_core:2.15.12:*:*:*:*:*:*:*" + "name": "syft:package:type", + "value": "python" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:info_project:ansible-core:2.15.12:*:*:*:*:*:*:*" + "name": "syft:package:metadataType", + "value": "python-package" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:info_project:ansible_core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-aiohttp:python_aiohttp:3.10.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:info:python-ansible-core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_aiohttp:python-aiohttp:3.10.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:info:python_ansible_core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_aiohttp:python_aiohttp:3.10.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:infoproject:ansible-core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:aiohttp:python-aiohttp:3.10.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:infoproject:ansible_core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:aiohttp:python_aiohttp:3.10.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible:ansible-core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-aiohttp:aiohttp:3.10.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible:ansible_core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_aiohttp:aiohttp:3.10.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:ansible-core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-aiohttp:3.10.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:ansible_core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_aiohttp:3.10.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:info:ansible-core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:aiohttp:aiohttp:3.10.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:info:ansible_core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:aiohttp:3.10.10:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/ansible_core-2.15.12.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/aiohttp-3.10.10.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/ansible_core-2.15.12.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/aiohttp-3.10.10.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/ansible_core-2.15.12.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/aiohttp-3.10.10.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/ansible-runner@2.3.6?package-id=5927859254f28997", + "bom-ref": "pkg:pypi/aiosignal@1.3.1?package-id=276e5dc26541a706", "type": "library", - "author": "Ansible, Inc. ", - "name": "ansible-runner", - "version": "2.3.6", + "name": "aiosignal", + "version": "1.3.1", "licenses": [ { "license": { - "name": "Apache Software License, Version 2.0" + "name": "Apache 2.0" } } ], - "cpe": "cpe:2.3:a:ansible\\,_inc__project:python-ansible-runner:2.3.6:*:*:*:*:*:*:*", - "purl": "pkg:pypi/ansible-runner@2.3.6", + "cpe": "cpe:2.3:a:python-aiosignal:python-aiosignal:1.3.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/aiosignal@1.3.1", "properties": [ { "name": "syft:package:foundBy", @@ -1235,265 +1223,320 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible\\,_inc__project:python_ansible_runner:2.3.6:*:*:*:*:*:*:*" + "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:python-ansible-runner:python-ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:aiosignal:python_aiosignal:1.3.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible-runner:python_ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-aiosignal:aiosignal:1.3.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible_runner:python-ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_aiosignal:aiosignal:1.3.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible_runner:python_ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-aiosignal:1.3.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible\\,_inc_project:python-ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_aiosignal:1.3.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible\\,_inc_project:python_ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:aiosignal:aiosignal:1.3.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible\\,_inc__project:ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/aiosignal-1.3.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/aiosignal-1.3.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/aiosignal-1.3.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/annotated-types@0.7.0?package-id=68d97cbee4c52ddd", + "type": "library", + "author": "Adrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com>, Samuel Colvin , Zac Hatfield-Dodds ", + "name": "annotated-types", + "version": "0.7.0", + "cpe": "cpe:2.3:a:adrian_garcia_badaracco_\\<1755071\\+adriangb_project:python-annotated-types:0.7.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/annotated-types@0.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "python-package" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible\\,_inc__project:ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:adrian_garcia_badaracco_\\<1755071\\+adriangb_project:python_annotated_types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible-runner:python-ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:adrian_garcia_badaracco_\\<1755071\\+adriangbproject:python-annotated-types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible-runner:python_ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:adrian_garcia_badaracco_\\<1755071\\+adriangbproject:python_annotated_types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible_runner:python-ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:adrian_garcia_badaracco_\\<1755071\\+adriangb_project:annotated-types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible_runner:python_ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:adrian_garcia_badaracco_\\<1755071\\+adriangb_project:annotated_types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible-runner:ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:adrian-garcia-badaracco-\\<1755071\\+adriangb:python-annotated-types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible-runner:ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:adrian-garcia-badaracco-\\<1755071\\+adriangb:python_annotated_types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible:python-ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:adrian_garcia_badaracco_\\<1755071\\+adriangb:python-annotated-types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible:python_ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:adrian_garcia_badaracco_\\<1755071\\+adriangb:python_annotated_types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible:python-ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:adrian_garcia_badaracco_\\<1755071\\+adriangbproject:annotated-types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible:python_ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:adrian_garcia_badaracco_\\<1755071\\+adriangbproject:annotated_types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible_runner:ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:adrian-garcia-badaracco-\\<1755071\\+adriangb:annotated-types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible_runner:ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:adrian-garcia-badaracco-\\<1755071\\+adriangb:annotated_types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible\\,_inc_:python-ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:adrian_garcia_badaracco_\\<1755071\\+adriangb:annotated-types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible\\,_inc_:python_ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:adrian_garcia_badaracco_\\<1755071\\+adriangb:annotated_types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible\\,_inc_project:ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-annotated-types:python-annotated-types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible\\,_inc_project:ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-annotated-types:python_annotated_types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:info_project:python-ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_annotated_types:python-annotated-types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:info_project:python_ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_annotated_types:python_annotated_types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:infoproject:python-ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-annotated:python-annotated-types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:infoproject:python_ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-annotated:python_annotated_types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible-runner:ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_annotated:python-annotated-types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible-runner:ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_annotated:python_annotated_types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible:python-ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:annotated-types:python-annotated-types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible:python_ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:annotated-types:python_annotated_types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible_runner:ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:annotated_types:python-annotated-types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible_runner:ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:annotated_types:python_annotated_types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible:ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-annotated-types:annotated-types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible:ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-annotated-types:annotated_types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible:ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_annotated_types:annotated-types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible:ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_annotated_types:annotated_types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible\\,_inc_:ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:annotated:python-annotated-types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible\\,_inc_:ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:annotated:python_annotated_types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-annotated:annotated-types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-annotated:annotated_types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:info_project:ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_annotated:annotated-types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:info_project:ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_annotated:annotated_types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:info:python-ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:annotated-types:annotated-types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:info:python_ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:annotated-types:annotated_types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:infoproject:ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:annotated_types:annotated-types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:infoproject:ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:annotated_types:annotated_types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible:ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-annotated-types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible:ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_annotated_types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:annotated:annotated-types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:annotated:annotated_types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:info:ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:annotated-types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:info:ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:annotated_types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/ansible_runner-2.3.6.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/annotated_types-0.7.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/ansible_runner-2.3.6.dist-info/RECORD" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" - }, - { - "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/ansible_runner-2.3.6.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/annotated_types-0.7.0.dist-info/RECORD" } ] }, { - "bom-ref": "pkg:pypi/ansible-runner-http@1.0.0?package-id=df19a87e60cb1262", + "bom-ref": "pkg:pypi/ansible-core@2.17.5?package-id=dfca4c7d0b0a256d", "type": "library", - "author": "Red Hat Ansible", - "name": "ansible-runner-http", - "version": "1.0.0", + "author": "Ansible, Inc. ", + "name": "ansible-core", + "version": "2.17.5", "licenses": [ { "license": { - "name": "Apache" + "name": "GPLv3+" } } ], - "cpe": "cpe:2.3:a:python-ansible-runner-http:python-ansible-runner-http:1.0.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/ansible-runner-http@1.0.0", + "cpe": "cpe:2.3:a:ansible\\,_inc__project:python-ansible-core:2.17.5:*:*:*:*:*:*:*", + "purl": "pkg:pypi/ansible-core@2.17.5", "properties": [ { "name": "syft:package:foundBy", @@ -1513,281 +1556,265 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible-runner-http:python_ansible_runner_http:1.0.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible_runner_http:python-ansible-runner-http:1.0.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible_runner_http:python_ansible_runner_http:1.0.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:red_hat_ansible_project:python-ansible-runner-http:1.0.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:red_hat_ansible_project:python_ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible\\,_inc__project:python_ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:red_hat_ansibleproject:python-ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible\\,_inc_project:python-ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:red_hat_ansibleproject:python_ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible\\,_inc_project:python_ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible-runner:python-ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-ansible-core:python-ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible-runner:python_ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-ansible-core:python_ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible_runner:python-ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_ansible_core:python-ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible_runner:python_ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_ansible_core:python_ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible-runner-http:python-ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible\\,_inc__project:ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible-runner-http:python_ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible\\,_inc__project:ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible_runner_http:python-ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-ansible:python-ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible_runner_http:python_ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-ansible:python_ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible-runner-http:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_ansible:python-ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible-runner-http:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_ansible:python_ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible_runner_http:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible\\,_inc_:python-ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible_runner_http:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible\\,_inc_:python_ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:red_hat_ansible_project:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible\\,_inc_project:ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:red_hat_ansible_project:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible\\,_inc_project:ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:red_hat_ansible:python-ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible-core:python-ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:red_hat_ansible:python_ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible-core:python_ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:red_hat_ansibleproject:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible_core:python-ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:red_hat_ansibleproject:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible_core:python_ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible-runner:python-ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:info_project:python-ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible-runner:python_ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:info_project:python_ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible_runner:python-ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-ansible-core:ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible_runner:python_ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-ansible-core:ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible-runner:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_ansible_core:ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible-runner:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_ansible_core:ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible:python-ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:infoproject:python-ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible:python_ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:infoproject:python_ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible:python-ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible:python-ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible:python_ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible:python_ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible_runner:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-ansible:ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible_runner:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-ansible:ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible-runner-http:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_ansible:ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible-runner-http:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_ansible:ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible_runner_http:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible\\,_inc_:ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible_runner_http:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible\\,_inc_:ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:red_hat_ansible:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:red_hat_ansible:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible-runner:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible-core:ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible-runner:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible-core:ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible:python-ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible_core:ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible:python_ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible_core:ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible_runner:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:info_project:ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible_runner:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:info_project:ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:info:python-ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:info:python_ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:infoproject:ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:infoproject:ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible:ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible:ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:info:ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:info:ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/ansible_runner_http-1.0.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/ansible_core-2.17.5.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/ansible_runner_http-1.0.0.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/ansible_core-2.17.5.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/ansible_runner_http-1.0.0.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/ansible_core-2.17.5.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/autocommand@2.2.2?package-id=dded7b2c62436c0c", + "bom-ref": "pkg:pypi/ansible-runner@2.4.0?package-id=ca7bbf92154647b4", "type": "library", - "author": "Nathan West", - "name": "autocommand", - "version": "2.2.2", + "author": "Ansible, Inc. ", + "name": "ansible-runner", + "version": "2.4.0", "licenses": [ { "license": { - "name": "LGPLv3" + "name": "Apache Software License, Version 2.0" } } ], - "cpe": "cpe:2.3:a:nathan_west_project:python-autocommand:2.2.2:*:*:*:*:*:*:*", - "purl": "pkg:pypi/autocommand@2.2.2", + "cpe": "cpe:2.3:a:ansible\\,_inc__project:python-ansible-runner:2.4.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/ansible-runner@2.4.0", "properties": [ { "name": "syft:package:foundBy", @@ -1807,353 +1834,265 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:nathan_west_project:python_autocommand:2.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible\\,_inc__project:python_ansible_runner:2.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:nathan_westproject:python-autocommand:2.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-ansible-runner:python-ansible-runner:2.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:nathan_westproject:python_autocommand:2.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-ansible-runner:python_ansible_runner:2.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-autocommand:python-autocommand:2.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_ansible_runner:python-ansible-runner:2.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-autocommand:python_autocommand:2.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_ansible_runner:python_ansible_runner:2.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_autocommand:python-autocommand:2.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible\\,_inc_project:python-ansible-runner:2.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_autocommand:python_autocommand:2.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible\\,_inc_project:python_ansible_runner:2.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:nathan_west_project:autocommand:2.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible\\,_inc__project:ansible-runner:2.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:autocommand:python-autocommand:2.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible\\,_inc__project:ansible_runner:2.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:autocommand:python_autocommand:2.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible-runner:python-ansible-runner:2.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:nathan_west:python-autocommand:2.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible-runner:python_ansible_runner:2.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:nathan_west:python_autocommand:2.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible_runner:python-ansible-runner:2.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:nathan_westproject:autocommand:2.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible_runner:python_ansible_runner:2.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-autocommand:autocommand:2.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-ansible-runner:ansible-runner:2.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_autocommand:autocommand:2.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-ansible-runner:ansible_runner:2.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-autocommand:2.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-ansible:python-ansible-runner:2.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_autocommand:2.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-ansible:python_ansible_runner:2.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:autocommand:autocommand:2.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_ansible:python-ansible-runner:2.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:nathan_west:autocommand:2.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_ansible:python_ansible_runner:2.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:autocommand:2.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_ansible_runner:ansible-runner:2.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ansible_runner:ansible_runner:2.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/METADATA" + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansible\\,_inc_:python-ansible-runner:2.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansible\\,_inc_:python_ansible_runner:2.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/RECORD" + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansible\\,_inc_project:ansible-runner:2.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansible\\,_inc_project:ansible_runner:2.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/top_level.txt" - } - ] - }, - { - "bom-ref": "pkg:pypi/backports.tarfile@1.2.0?package-id=741aa298f8634024", - "type": "library", - "author": "\"Jason R. Coombs\" ", - "name": "backports.tarfile", - "version": "1.2.0", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:\\\"jason_r__coombs\\\"_\\", - "name": "base-files", - "version": "12.4+deb12u7", - "licenses": [ - { - "license": { - "name": "GPL" - } - } - ], - "cpe": "cpe:2.3:a:base-files:base-files:12.4\\+deb12u7:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/base-files@12.4%2Bdeb12u7?arch=amd64&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" + "value": "cpe:2.3:a:infoproject:ansible_runner:2.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansible:ansible-runner:2.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:base-files:base_files:12.4\\+deb12u7:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible:ansible_runner:2.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:base_files:base-files:12.4\\+deb12u7:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:ansible-runner:2.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:base_files:base_files:12.4\\+deb12u7:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:ansible_runner:2.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:base:base-files:12.4\\+deb12u7:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:info:ansible-runner:2.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:base:base_files:12.4\\+deb12u7:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:info:ansible_runner:2.4.0:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:d37950ece3d30af513521db15b49bfcc95853a6664fe784eeea059572a5bbe55" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/share/doc/base-files/copyright" + "value": "/usr/local/lib/python3.12/site-packages/ansible_runner-2.4.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:d37950ece3d30af513521db15b49bfcc95853a6664fe784eeea059572a5bbe55" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/var/lib/dpkg/status.d/base-files" + "value": "/usr/local/lib/python3.12/site-packages/ansible_runner-2.4.0.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:d37950ece3d30af513521db15b49bfcc95853a6664fe784eeea059572a5bbe55" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status.d/base-files.md5sums" - }, - { - "name": "syft:metadata:installedSize", - "value": "341" + "value": "/usr/local/lib/python3.12/site-packages/ansible_runner-2.4.0.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/bcrypt@4.2.0?package-id=0bdfd9d70fd4d9dd", + "bom-ref": "pkg:pypi/ansible-runner-http@1.0.0?package-id=aa2c3b84ce270f78", "type": "library", - "author": "The Python Cryptographic Authority developers ", - "name": "bcrypt", - "version": "4.2.0", + "author": "Red Hat Ansible", + "name": "ansible-runner-http", + "version": "1.0.0", "licenses": [ { "license": { - "id": "Apache-2.0" + "name": "Apache" } } ], - "cpe": "cpe:2.3:a:python_cryptographic_authority_developers_\\", - "name": "cachetools", - "version": "5.4.0", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:thomas_kemmer_project:python-cachetools:5.4.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/cachetools@5.4.0", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "python-installed-package-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansible-runner:python_ansible_runner_http:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "python" + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansible_runner:python-ansible-runner-http:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "python" + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansible_runner:python_ansible_runner_http:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "python-package" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ansible-runner:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas_kemmer_project:python_cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-ansible-runner:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas_kemmerproject:python-cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-ansible:python-ansible-runner-http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas_kemmerproject:python_cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-ansible:python_ansible_runner_http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-cachetools:python-cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_ansible:python-ansible-runner-http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-cachetools:python_cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_ansible:python_ansible_runner_http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_cachetools:python-cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_ansible_runner:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_cachetools:python_cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_ansible_runner:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:tkemmer_project:python-cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible-runner-http:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:tkemmer_project:python_cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible-runner-http:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas_kemmer_project:cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible_runner_http:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:tkemmerproject:python-cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible_runner_http:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:tkemmerproject:python_cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:red_hat_ansible:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas_kemmer:python-cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:red_hat_ansible:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas_kemmer:python_cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible-runner:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas_kemmerproject:cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible-runner:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:cachetools:python-cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible:python-ansible-runner-http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:cachetools:python_cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible:python_ansible_runner_http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-cachetools:cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible_runner:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_cachetools:cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible_runner:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:tkemmer_project:cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-ansible:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:tkemmer:python-cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-ansible:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:tkemmer:python_cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_ansible:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:tkemmerproject:cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_ansible:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-ansible-runner-http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_ansible_runner_http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas_kemmer:cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:cachetools:cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:tkemmer:cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/cachetools-5.4.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/ansible_runner_http-1.0.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/cachetools-5.4.0.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/ansible_runner_http-1.0.0.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/cachetools-5.4.0.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/ansible_runner_http-1.0.0.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/canonicaljson@2.0.0?package-id=cece6c8380222801", + "bom-ref": "pkg:pypi/anyio@4.6.2.post1?package-id=a561b4d93c67464f", "type": "library", - "author": "Matrix.org Team and Contributors ", - "name": "canonicaljson", - "version": "2.0.0", + "author": "Alex Grönholm ", + "name": "anyio", + "version": "4.6.2.post1", "licenses": [ { "license": { - "name": "Apache License, Version 2.0" + "id": "MIT" } } ], - "cpe": "cpe:2.3:a:matrix_org_team_and_contributors_project:python-canonicaljson:2.0.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/canonicaljson@2.0.0", + "cpe": "cpe:2.3:a:python-anyio:python-anyio:4.6.2.post1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/anyio@4.6.2.post1", "properties": [ { "name": "syft:package:foundBy", @@ -2497,219 +2406,231 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_org_team_and_contributors_project:python_canonicaljson:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-anyio:python_anyio:4.6.2.post1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_org_team_and_contributorsproject:python-canonicaljson:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_anyio:python-anyio:4.6.2.post1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_org_team_and_contributorsproject:python_canonicaljson:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_anyio:python_anyio:4.6.2.post1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_org_team_and_contributors_project:canonicaljson:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-anyio:4.6.2.post1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_org_team_and_contributors:python-canonicaljson:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_anyio:4.6.2.post1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_org_team_and_contributors:python_canonicaljson:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:anyio:python-anyio:4.6.2.post1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_org_team_and_contributorsproject:canonicaljson:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:anyio:python_anyio:4.6.2.post1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_org_team_and_contributors:canonicaljson:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-anyio:anyio:4.6.2.post1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-canonicaljson:python-canonicaljson:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_anyio:anyio:4.6.2.post1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-canonicaljson:python_canonicaljson:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:anyio:4.6.2.post1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_canonicaljson:python-canonicaljson:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:anyio:anyio:4.6.2.post1:*:*:*:*:*:*:*" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_canonicaljson:python_canonicaljson:2.0.0:*:*:*:*:*:*:*" + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:packages_project:python-canonicaljson:2.0.0:*:*:*:*:*:*:*" + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/anyio-4.6.2.post1.dist-info/METADATA" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:packages_project:python_canonicaljson:2.0.0:*:*:*:*:*:*:*" + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:packagesproject:python-canonicaljson:2.0.0:*:*:*:*:*:*:*" + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/anyio-4.6.2.post1.dist-info/RECORD" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:packagesproject:python_canonicaljson:2.0.0:*:*:*:*:*:*:*" + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:canonicaljson:python-canonicaljson:2.0.0:*:*:*:*:*:*:*" + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/anyio-4.6.2.post1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/attrs@24.2.0?package-id=78310d4f46ed3556", + "type": "library", + "author": "Hynek Schlawack ", + "name": "attrs", + "version": "24.2.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:hynek_schlawack_\\", - "name": "certifi", - "version": "2024.7.4", - "licenses": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:attrs:python-attrs:24.2.0:*:*:*:*:*:*:*" + }, { - "license": { - "id": "MPL-2.0" - } - } - ], - "cpe": "cpe:2.3:a:kennethreitz:certifi:2024.7.4:*:*:*:*:python:*:*", - "purl": "pkg:pypi/certifi@2024.7.4", - "properties": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:attrs:python_attrs:24.2.0:*:*:*:*:*:*:*" + }, { - "name": "syft:package:foundBy", - "value": "python-installed-package-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-attrs:attrs:24.2.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "python" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_attrs:attrs:24.2.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "python" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:attrs:24.2.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "python-package" + "name": "syft:cpe23", + "value": "cpe:2.3:a:attrs:attrs:24.2.0:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/certifi-2024.7.4.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/attrs-24.2.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/certifi-2024.7.4.dist-info/RECORD" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" - }, - { - "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/certifi-2024.7.4.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/attrs-24.2.0.dist-info/RECORD" } ] }, { - "bom-ref": "pkg:pypi/cffi@1.16.0?package-id=7cf37282788dcac9", + "bom-ref": "pkg:pypi/autocommand@2.2.2?package-id=bc954d3de3267d88", "type": "library", - "author": "Armin Rigo, Maciej Fijalkowski ", - "name": "cffi", - "version": "1.16.0", + "author": "Nathan West", + "name": "autocommand", + "version": "2.2.2", "licenses": [ { "license": { - "id": "MIT" + "name": "LGPLv3" } } ], - "cpe": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowski_project:python-cffi:1.16.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/cffi@1.16.0", + "cpe": "cpe:2.3:a:nathan_west_project:python-autocommand:2.2.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/autocommand@2.2.2", "properties": [ { "name": "syft:package:foundBy", @@ -2729,140 +2650,116 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowski_project:python_cffi:1.16.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowskiproject:python-cffi:1.16.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowskiproject:python_cffi:1.16.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowski_project:cffi:1.16.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowski:python-cffi:1.16.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowski:python_cffi:1.16.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowskiproject:cffi:1.16.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:nathan_west_project:python_autocommand:2.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowski:cffi:1.16.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:nathan_westproject:python-autocommand:2.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_cffi_project:python-cffi:1.16.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:nathan_westproject:python_autocommand:2.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_cffi_project:python_cffi:1.16.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-autocommand:python-autocommand:2.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_cffiproject:python-cffi:1.16.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-autocommand:python_autocommand:2.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_cffiproject:python_cffi:1.16.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_autocommand:python-autocommand:2.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_cffi_project:cffi:1.16.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_autocommand:python_autocommand:2.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-cffi:python-cffi:1.16.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:nathan_west_project:autocommand:2.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-cffi:python_cffi:1.16.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:autocommand:python-autocommand:2.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_cffi:python-cffi:1.16.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:autocommand:python_autocommand:2.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_cffi:python_cffi:1.16.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:nathan_west:python-autocommand:2.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_cffiproject:cffi:1.16.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:nathan_west:python_autocommand:2.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-cffi:1.16.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:nathan_westproject:autocommand:2.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_cffi:1.16.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-autocommand:autocommand:2.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:cffi:python-cffi:1.16.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_autocommand:autocommand:2.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:cffi:python_cffi:1.16.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-autocommand:2.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-cffi:cffi:1.16.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_autocommand:2.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_cffi:cffi:1.16.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:autocommand:autocommand:2.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:cffi:1.16.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:nathan_west:autocommand:2.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:cffi:cffi:1.16.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:autocommand:2.2.2:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/cffi-1.16.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/cffi-1.16.0.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/cffi-1.16.0.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/charset-normalizer@3.3.2?package-id=f1883ab045f8e3b9", + "bom-ref": "pkg:pypi/backports.tarfile@1.2.0?package-id=7458ca3efddd5894", "type": "library", - "author": "Ahmed TAHRI ", - "name": "charset-normalizer", - "version": "3.3.2", + "author": "\"Jason R. Coombs\" ", + "name": "backports.tarfile", + "version": "1.2.0", "licenses": [ { "license": { @@ -2870,8 +2767,8 @@ } } ], - "cpe": "cpe:2.3:a:python-charset-normalizer:python-charset-normalizer:3.3.2:*:*:*:*:*:*:*", - "purl": "pkg:pypi/charset-normalizer@3.3.2", + "cpe": "cpe:2.3:a:\\\"jason_r__coombs\\\"_\\", + "name": "base-files", + "version": "12.4+deb12u7", + "licenses": [ { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_charset_normalizer:3.3.2:*:*:*:*:*:*:*" - }, + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:base-files:base-files:12.4\\+deb12u7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/base-files@12.4%2Bdeb12u7?arch=amd64&distro=debian-12", + "properties": [ { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ahmed-tahri:charset-normalizer:3.3.2:*:*:*:*:*:*:*" + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ahmed-tahri:charset_normalizer:3.3.2:*:*:*:*:*:*:*" + "name": "syft:package:type", + "value": "deb" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ahmed_tahri:charset-normalizer:3.3.2:*:*:*:*:*:*:*" + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ahmed_tahri:charset_normalizer:3.3.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:base-files:base_files:12.4\\+deb12u7:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:charset:charset-normalizer:3.3.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:base_files:base-files:12.4\\+deb12u7:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:charset:charset_normalizer:3.3.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:base_files:base_files:12.4\\+deb12u7:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:charset-normalizer:3.3.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:base:base-files:12.4\\+deb12u7:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:charset_normalizer:3.3.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:base:base_files:12.4\\+deb12u7:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:d37950ece3d30af513521db15b49bfcc95853a6664fe784eeea059572a5bbe55" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/charset_normalizer-3.3.2.dist-info/METADATA" + "value": "/usr/share/doc/base-files/copyright" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:d37950ece3d30af513521db15b49bfcc95853a6664fe784eeea059572a5bbe55" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/charset_normalizer-3.3.2.dist-info/RECORD" + "value": "/var/lib/dpkg/status.d/base-files" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:d37950ece3d30af513521db15b49bfcc95853a6664fe784eeea059572a5bbe55" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/charset_normalizer-3.3.2.dist-info/top_level.txt" + "value": "/var/lib/dpkg/status.d/base-files.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "341" } ] }, { - "bom-ref": "pkg:pypi/click@8.1.7?package-id=3ec5ab6970e190ac", + "bom-ref": "pkg:pypi/bcrypt@4.2.0?package-id=a6e649cc86f806a0", "type": "library", - "name": "click", - "version": "8.1.7", + "author": "The Python Cryptographic Authority developers ", + "name": "bcrypt", + "version": "4.2.0", "licenses": [ { "license": { - "id": "BSD-3-Clause" + "id": "Apache-2.0" } } ], - "cpe": "cpe:2.3:a:python-click:python-click:8.1.7:*:*:*:*:*:*:*", - "purl": "pkg:pypi/click@8.1.7", + "cpe": "cpe:2.3:a:python_cryptographic_authority_developers_\\ >", - "name": "cryptography", - "version": "43.0.0", - "licenses": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:bcrypt:python_bcrypt:4.2.0:*:*:*:*:*:*:*" + }, { - "expression": "Apache-2.0 OR BSD-3-Clause" - } - ], - "cpe": "cpe:2.3:a:cryptography_project:cryptography:43.0.0:*:*:*:*:python:*:*", - "purl": "pkg:pypi/cryptography@43.0.0", - "properties": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-bcrypt:bcrypt:4.2.0:*:*:*:*:*:*:*" + }, { - "name": "syft:package:foundBy", - "value": "python-installed-package-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-bcrypt:4.2.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "python" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_bcrypt:4.2.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "python" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_bcrypt:bcrypt:4.2.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "python-package" + "name": "syft:cpe23", + "value": "cpe:2.3:a:bcrypt:bcrypt:4.2.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-cryptography_project:python-cryptography:43.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:bcrypt:4.2.0:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/cryptography-43.0.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/bcrypt-4.2.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/cryptography-43.0.0.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/bcrypt-4.2.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/bcrypt-4.2.0.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/dataclasses-json@0.5.9?package-id=cf61b9abefbbd377", + "bom-ref": "pkg:pypi/cachetools@5.5.0?package-id=90e98abaabf12ff0", "type": "library", - "author": "lidatong ", - "name": "dataclasses-json", - "version": "0.5.9", + "author": "Thomas Kemmer ", + "name": "cachetools", + "version": "5.5.0", "licenses": [ { "license": { @@ -3269,8 +3145,8 @@ } } ], - "cpe": "cpe:2.3:a:python-dataclasses-json:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*", - "purl": "pkg:pypi/dataclasses-json@0.5.9", + "cpe": "cpe:2.3:a:thomas_kemmer_project:python-cachetools:5.5.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/cachetools@5.5.0", "properties": [ { "name": "syft:package:foundBy", @@ -3290,274 +3166,335 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-dataclasses-json:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:thomas_kemmer_project:python_cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_dataclasses_json:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:thomas_kemmerproject:python-cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_dataclasses_json:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:thomas_kemmerproject:python_cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:charles_dt_li_project:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-cachetools:python-cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:charles_dt_li_project:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-cachetools:python_cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:charles_dt_liproject:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_cachetools:python-cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:charles_dt_liproject:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_cachetools:python_cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-dataclasses:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tkemmer_project:python-cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-dataclasses:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tkemmer_project:python_cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_dataclasses:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:thomas_kemmer_project:cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_dataclasses:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tkemmerproject:python-cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dataclasses-json:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tkemmerproject:python_cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dataclasses-json:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:thomas_kemmer:python-cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dataclasses_json:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:thomas_kemmer:python_cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dataclasses_json:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:thomas_kemmerproject:cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:lidatong_project:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:cachetools:python-cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:lidatong_project:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:cachetools:python_cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-dataclasses-json:dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-cachetools:cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-dataclasses-json:dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_cachetools:cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_dataclasses_json:dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tkemmer_project:cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_dataclasses_json:dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tkemmer:python-cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:lidatongproject:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tkemmer:python_cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:lidatongproject:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tkemmerproject:cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:charles_dt_li_project:dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:charles_dt_li_project:dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:charles-dt-li:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:thomas_kemmer:cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:charles-dt-li:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:cachetools:cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:charles_dt_li:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tkemmer:cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:charles_dt_li:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:cachetools:5.5.0:*:*:*:*:*:*:*" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:charles_dt_liproject:dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/cachetools-5.5.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/cachetools-5.5.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/cachetools-5.5.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/canonicaljson@2.0.0?package-id=d6438cd5291b8658", + "type": "library", + "author": "Matrix.org Team and Contributors ", + "name": "canonicaljson", + "version": "2.0.0", + "licenses": [ + { + "license": { + "name": "Apache License, Version 2.0" + } + } + ], + "cpe": "cpe:2.3:a:matrix_org_team_and_contributors_project:python-canonicaljson:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/canonicaljson@2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "python-package" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:charles_dt_liproject:dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix_org_team_and_contributors_project:python_canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dataclasses:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix_org_team_and_contributorsproject:python-canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dataclasses:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix_org_team_and_contributorsproject:python_canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-dataclasses:dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix_org_team_and_contributors_project:canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-dataclasses:dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix_org_team_and_contributors:python-canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_dataclasses:dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix_org_team_and_contributors:python_canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_dataclasses:dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix_org_team_and_contributorsproject:canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dataclasses-json:dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix_org_team_and_contributors:canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dataclasses-json:dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-canonicaljson:python-canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dataclasses_json:dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-canonicaljson:python_canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dataclasses_json:dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_canonicaljson:python-canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:lidatong_project:dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_canonicaljson:python_canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:lidatong_project:dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:packages_project:python-canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:lidatong:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:packages_project:python_canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:lidatong:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:packagesproject:python-canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:lidatongproject:dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:packagesproject:python_canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:lidatongproject:dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:canonicaljson:python-canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:charles-dt-li:dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:canonicaljson:python_canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:charles-dt-li:dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-canonicaljson:canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:charles_dt_li:dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_canonicaljson:canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:charles_dt_li:dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:packages_project:canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:packages:python-canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:packages:python_canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dataclasses:dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:packagesproject:canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dataclasses:dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:canonicaljson:canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:lidatong:dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:lidatong:dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:packages:canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/dataclasses_json-0.5.9.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/canonicaljson-2.0.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/dataclasses_json-0.5.9.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/canonicaljson-2.0.0.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/dataclasses_json-0.5.9.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/canonicaljson-2.0.0.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/docutils@0.21.2?package-id=b3ebfb585346ae4e", + "bom-ref": "pkg:pypi/certifi@2024.8.30?package-id=75bca180f5f73da5", "type": "library", - "author": "David Goodger ", - "name": "docutils", - "version": "0.21.2", - "cpe": "cpe:2.3:a:david_goodger_\\", + "name": "certifi", + "version": "2024.8.30", + "licenses": [ + { + "license": { + "id": "MPL-2.0" + } + } + ], + "cpe": "cpe:2.3:a:kennethreitz:certifi:2024.8.30:*:*:*:*:python:*:*", + "purl": "pkg:pypi/certifi@2024.8.30", "properties": [ { "name": "syft:package:foundBy", @@ -3576,1312 +3513,1327 @@ "value": "python-package" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:david_goodger_\\", + "name": "cffi", + "version": "1.17.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowski_project:python-cffi:1.17.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/cffi@1.17.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "python-package" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:david-goodger-\\", + "name": "charset-normalizer", + "version": "3.4.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:python-charset-normalizer:python-charset-normalizer:3.4.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/charset-normalizer@3.4.0", "properties": [ { "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" + "value": "python-installed-package-cataloger" }, { "name": "syft:package:language", - "value": "go" + "value": "python" }, { "name": "syft:package:type", - "value": "go-module" + "value": "python" }, { "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "value": "python-package" }, { - "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset-normalizer:python_charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/bin/helm" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset_normalizer:python-charset-normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:architecture", - "value": "amd64" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset_normalizer:python_charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_project:python-charset-normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:cXCdzVdstXyiTqTvfqk9SDHpKNjxuom+DOlyEeQ4pzQ=" + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_project:python_charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/masterminds/goutils@v1.1.1?package-id=23253cbdd3a09d4e", - "type": "library", - "name": "github.com/Masterminds/goutils", - "version": "v1.1.1", - "cpe": "cpe:2.3:a:goutils_project:goutils:v1.1.1:*:*:*:*:go:*:*", - "purl": "pkg:golang/github.com/Masterminds/goutils@v1.1.1", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:tahri_ahmed_project:python-charset-normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "go" + "name": "syft:cpe23", + "value": "cpe:2.3:a:tahri_ahmed_project:python_charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "go-module" + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahriproject:python-charset-normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahriproject:python_charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset-normalizer:python-charset-normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/bin/helm" + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset-normalizer:python_charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:architecture", - "value": "amd64" + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset_normalizer:python-charset-normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset_normalizer:python_charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI=" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset-normalizer:charset-normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/masterminds/semver@v3.2.1?package-id=9fe6570ab9a82eec#v3", - "type": "library", - "name": "github.com/Masterminds/semver/v3", - "version": "v3.2.1", - "cpe": "cpe:2.3:a:Masterminds:semver\\/v3:v3.2.1:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/Masterminds/semver@v3.2.1#v3", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset-normalizer:charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "go" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset_normalizer:charset-normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "go-module" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset_normalizer:charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:tahri_ahmedproject:python-charset-normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "name": "syft:cpe23", + "value": "cpe:2.3:a:tahri_ahmedproject:python_charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/bin/helm" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset:python-charset-normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:architecture", - "value": "amd64" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset:python_charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset:python-charset-normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:RN9w6+7QoMeJVGyfmbcgs28Br8cvmnucEXnY0rYXWg0=" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset:python_charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/masterminds/sprig@v3.2.3?package-id=5dcc399a68f26bf9#v3", - "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.2.3#v3", - "properties": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_project:charset-normalizer:3.4.0:*:*:*:*:*:*:*" + }, { - "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_project:charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "go" + "name": "syft:cpe23", + "value": "cpe:2.3:a:tahri_ahmed_project:charset-normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "go-module" + "name": "syft:cpe23", + "value": "cpe:2.3:a:tahri_ahmed_project:charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri:python-charset-normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri:python_charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/bin/helm" + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahriproject:charset-normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:architecture", - "value": "amd64" + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahriproject:charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset-normalizer:charset-normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:eL2fZNezLomi0uOLqjQoN6BfsDD+fyLtgbJMAj9n6YA=" + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset-normalizer:charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/masterminds/squirrel@v1.5.4?package-id=e6f4c95e146f5eeb", - "type": "library", - "name": "github.com/Masterminds/squirrel", - "version": "v1.5.4", - "cpe": "cpe:2.3:a:Masterminds:squirrel:v1.5.4:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/Masterminds/squirrel@v1.5.4", - "properties": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset_normalizer:charset-normalizer:3.4.0:*:*:*:*:*:*:*" + }, { - "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset_normalizer:charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "go" + "name": "syft:cpe23", + "value": "cpe:2.3:a:tahri-ahmed:python-charset-normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "go-module" + "name": "syft:cpe23", + "value": "cpe:2.3:a:tahri-ahmed:python_charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:tahri_ahmed:python-charset-normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "name": "syft:cpe23", + "value": "cpe:2.3:a:tahri_ahmed:python_charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/bin/helm" + "name": "syft:cpe23", + "value": "cpe:2.3:a:tahri_ahmedproject:charset-normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:architecture", - "value": "amd64" + "name": "syft:cpe23", + "value": "cpe:2.3:a:tahri_ahmedproject:charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset:python-charset-normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:uUcX/aBc8O7Fg9kaISIUsHXdKuqehiXAMQTYX8afzqM=" + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset:python_charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/masterminds/vcs@v1.13.3?package-id=d357c5497a3c8c27", - "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:cpe23", + "value": "cpe:2.3:a:python-charset:charset-normalizer:3.4.0:*:*:*:*:*:*:*" + }, { - "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset:charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "go" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset:charset-normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "go-module" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset:charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-charset-normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/bin/helm" + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri:charset-normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:architecture", - "value": "amd64" + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri:charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "name": "syft:cpe23", + "value": "cpe:2.3:a:tahri-ahmed:charset-normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:IIA2aBdXvfbIM+yl/eTnL4hb1XwdpvuQLglAix1gweE=" + "name": "syft:cpe23", + "value": "cpe:2.3:a:tahri-ahmed:charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/antlr/antlr4@v4.0.0-20230305170008-8188dc5388df?package-id=c6659d9f4e02eb2f#runtime/Go/antlr/v4", - "type": "library", - "name": "github.com/antlr/antlr4/runtime/Go/antlr/v4", - "version": "v4.0.0-20230305170008-8188dc5388df", - "cpe": "cpe:2.3:a:antlr:antlr4\\/runtime\\/Go\\/antlr\\/v4:v4.0.0-20230305170008-8188dc5388df:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/antlr/antlr4@v4.0.0-20230305170008-8188dc5388df#runtime/Go/antlr/v4", - "properties": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:tahri_ahmed:charset-normalizer:3.4.0:*:*:*:*:*:*:*" + }, { - "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:tahri_ahmed:charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "go" + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset:charset-normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "go-module" + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset:charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:charset-normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:metadata:architecture", - "value": "amd64" + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/charset_normalizer-3.4.0.dist-info/METADATA" }, { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/charset_normalizer-3.4.0.dist-info/RECORD" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:7RFfzj4SSt6nnvCPbCqijJi1nWCd+TqAT3bYCStRC18=" + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/charset_normalizer-3.4.0.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:golang/github.com/asaskevich/govalidator@v0.0.0-20200428143746-21a406dcc535?package-id=ec771963dcbb2905", + "bom-ref": "pkg:pypi/click@8.1.7?package-id=e810505a144925eb", "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", + "name": "click", + "version": "8.1.7", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:python-click:python-click:8.1.7:*:*:*:*:*:*:*", + "purl": "pkg:pypi/click@8.1.7", "properties": [ { "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" + "value": "python-installed-package-cataloger" }, { "name": "syft:package:language", - "value": "go" + "value": "python" }, { "name": "syft:package:type", - "value": "go-module" + "value": "python" }, { "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "value": "python-package" }, { - "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-click:python_click:8.1.7:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/bin/helm" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_click:python-click:8.1.7:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:architecture", - "value": "amd64" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_click:python_click:8.1.7:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-click:8.1.7:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:4daAzAu0S6Vi7/lbWECcX0j45yZReDZ56BQsrVBOEEY=" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_click:8.1.7:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/beorn7/perks@v1.0.1?package-id=9ccbe4a91c61b81a", - "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:cpe23", + "value": "cpe:2.3:a:click:python-click:8.1.7:*:*:*:*:*:*:*" + }, { - "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:click:python_click:8.1.7:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "go" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-click:click:8.1.7:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "go-module" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_click:click:8.1.7:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:click:8.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:click:click:8.1.7:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/lib/python3.12/site-packages/click-8.1.7.dist-info/METADATA" }, { - "name": "syft:metadata:architecture", - "value": "amd64" + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/click-8.1.7.dist-info/RECORD" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=" + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/click-8.1.7.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:golang/github.com/beorn7/perks@v1.0.1?package-id=565337fba68b26e5", + "bom-ref": "pkg:pypi/cryptography@43.0.1?package-id=f0fa866eab2cf7bb", "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", + "author": "The cryptography developers >", + "name": "cryptography", + "version": "43.0.1", + "licenses": [ + { + "expression": "Apache-2.0 OR BSD-3-Clause" + } + ], + "cpe": "cpe:2.3:a:cryptography_project:cryptography:43.0.1:*:*:*:*:python:*:*", + "purl": "pkg:pypi/cryptography@43.0.1", "properties": [ { "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" + "value": "python-installed-package-cataloger" }, { "name": "syft:package:language", - "value": "go" + "value": "python" }, { "name": "syft:package:type", - "value": "go-module" + "value": "python" }, { "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "value": "python-package" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cryptography_project:python-cryptography:43.0.1:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/usr/local/lib/python3.12/site-packages/cryptography-43.0.1.dist-info/METADATA" }, { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=" + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/cryptography-43.0.1.dist-info/RECORD" } ] }, { - "bom-ref": "pkg:golang/github.com/blang/semver@v4.0.0?package-id=94e6011068aa2002#v4", + "bom-ref": "pkg:pypi/dataclasses-json@0.5.9?package-id=57bf1880bf02d19b", "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.0.0#v4", + "author": "lidatong ", + "name": "dataclasses-json", + "version": "0.5.9", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:python-dataclasses-json:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*", + "purl": "pkg:pypi/dataclasses-json@0.5.9", "properties": [ { "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" + "value": "python-installed-package-cataloger" }, { "name": "syft:package:language", - "value": "go" + "value": "python" }, { "name": "syft:package:type", - "value": "go-module" + "value": "python" }, { "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "value": "python-package" }, { - "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-dataclasses-json:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_dataclasses_json:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:architecture", - "value": "amd64" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_dataclasses_json:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" + "name": "syft:cpe23", + "value": "cpe:2.3:a:charles_dt_li_project:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "name": "syft:cpe23", + "value": "cpe:2.3:a:charles_dt_li_project:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM=" + "name": "syft:cpe23", + "value": "cpe:2.3:a:charles_dt_liproject:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/cespare/xxhash@v2.2.0?package-id=62064b1abddffd57#v2", - "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.2.0#v2", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:charles_dt_liproject:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "go" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-dataclasses:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "go-module" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-dataclasses:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_dataclasses:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_dataclasses:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/bin/helm" + "name": "syft:cpe23", + "value": "cpe:2.3:a:dataclasses-json:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:architecture", - "value": "amd64" + "name": "syft:cpe23", + "value": "cpe:2.3:a:dataclasses-json:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "name": "syft:cpe23", + "value": "cpe:2.3:a:dataclasses_json:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=" + "name": "syft:cpe23", + "value": "cpe:2.3:a:dataclasses_json:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/cespare/xxhash@v2.2.0?package-id=af8c84f0824ceff8#v2", - "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.2.0#v2", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:lidatong_project:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "go" + "name": "syft:cpe23", + "value": "cpe:2.3:a:lidatong_project:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "go-module" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-dataclasses-json:dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-dataclasses-json:dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_dataclasses_json:dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_dataclasses_json:dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:architecture", - "value": "amd64" + "name": "syft:cpe23", + "value": "cpe:2.3:a:lidatongproject:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" + "name": "syft:cpe23", + "value": "cpe:2.3:a:lidatongproject:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "name": "syft:cpe23", + "value": "cpe:2.3:a:charles_dt_li_project:dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=" + "name": "syft:cpe23", + "value": "cpe:2.3:a:charles_dt_li_project:dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/chai2010/gettext-go@v1.0.2?package-id=11b6e1fbc6ed31e0", - "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:cpe23", + "value": "cpe:2.3:a:charles-dt-li:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "go" + "name": "syft:cpe23", + "value": "cpe:2.3:a:charles-dt-li:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "go-module" + "name": "syft:cpe23", + "value": "cpe:2.3:a:charles_dt_li:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:charles_dt_li:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:chai2010:gettext_go:v1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:charles_dt_liproject:dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "name": "syft:cpe23", + "value": "cpe:2.3:a:charles_dt_liproject:dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/bin/helm" + "name": "syft:cpe23", + "value": "cpe:2.3:a:dataclasses:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:architecture", - "value": "amd64" + "name": "syft:cpe23", + "value": "cpe:2.3:a:dataclasses:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-dataclasses:dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:1Lwwip6Q2QGsAdl/ZKPCwTe9fe0CjlUbqj5bFNSjIRk=" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-dataclasses:dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/containerd/containerd@v1.7.12?package-id=5d39e2a62c0f6665", - "type": "library", - "name": "github.com/containerd/containerd", - "version": "v1.7.12", - "cpe": "cpe:2.3:a:containerd:containerd:v1.7.12:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/containerd/containerd@v1.7.12", - "properties": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_dataclasses:dataclasses-json:0.5.9:*:*:*:*:*:*:*" + }, { - "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_dataclasses:dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "go" + "name": "syft:cpe23", + "value": "cpe:2.3:a:dataclasses-json:dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "go-module" + "name": "syft:cpe23", + "value": "cpe:2.3:a:dataclasses-json:dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:dataclasses_json:dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "name": "syft:cpe23", + "value": "cpe:2.3:a:dataclasses_json:dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/bin/helm" + "name": "syft:cpe23", + "value": "cpe:2.3:a:lidatong_project:dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:architecture", - "value": "amd64" + "name": "syft:cpe23", + "value": "cpe:2.3:a:lidatong_project:dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "name": "syft:cpe23", + "value": "cpe:2.3:a:lidatong:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:+KQsnv4VnzyxWcfO9mlxxELaoztsDEjOuCMPAuPqgU0=" + "name": "syft:cpe23", + "value": "cpe:2.3:a:lidatong:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/containerd/log@v0.1.0?package-id=52a5a824268cc587", - "type": "library", - "name": "github.com/containerd/log", - "version": "v0.1.0", - "cpe": "cpe:2.3:a:containerd:log:v0.1.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/containerd/log@v0.1.0", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:lidatongproject:dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "go" + "name": "syft:cpe23", + "value": "cpe:2.3:a:lidatongproject:dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "go-module" + "name": "syft:cpe23", + "value": "cpe:2.3:a:charles-dt-li:dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:charles-dt-li:dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "name": "syft:cpe23", + "value": "cpe:2.3:a:charles_dt_li:dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/bin/helm" + "name": "syft:cpe23", + "value": "cpe:2.3:a:charles_dt_li:dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:architecture", - "value": "amd64" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I=" + "name": "syft:cpe23", + "value": "cpe:2.3:a:dataclasses:dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/cpuguy83/go-md2man@v2.0.3?package-id=8c52913065da828d#v2", - "type": "library", - "name": "github.com/cpuguy83/go-md2man/v2", - "version": "v2.0.3", - "cpe": "cpe:2.3:a:cpuguy83:go-md2man\\/v2:v2.0.3:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/cpuguy83/go-md2man@v2.0.3#v2", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:dataclasses:dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "go" + "name": "syft:cpe23", + "value": "cpe:2.3:a:lidatong:dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "go-module" + "name": "syft:cpe23", + "value": "cpe:2.3:a:lidatong:dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:cpuguy83:go_md2man\\/v2:v2.0.3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/lib/python3.12/site-packages/dataclasses_json-0.5.9.dist-info/METADATA" }, { - "name": "syft:metadata:architecture", - "value": "amd64" + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/dataclasses_json-0.5.9.dist-info/RECORD" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:qMCsGGgs+MAzDFyp9LpAe1Lqy/fY/qCovCm0qnXZOBM=" + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/dataclasses_json-0.5.9.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:golang/github.com/cyphar/filepath-securejoin@v0.2.4?package-id=ec8484c177e00348", + "bom-ref": "pkg:pypi/docutils@0.21.2?package-id=899aa909e74d3ea3", "type": "library", - "name": "github.com/cyphar/filepath-securejoin", - "version": "v0.2.4", - "cpe": "cpe:2.3:a:cyphar:filepath-securejoin:v0.2.4:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/cyphar/filepath-securejoin@v0.2.4", + "author": "David Goodger ", + "name": "docutils", + "version": "0.21.2", + "cpe": "cpe:2.3:a:david_goodger_\\", + "name": "durationpy", + "version": "0.9", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ilia_choly_project:python-durationpy:0.9:*:*:*:*:*:*:*", + "purl": "pkg:pypi/durationpy@0.9", "properties": [ { "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" + "value": "python-installed-package-cataloger" }, { "name": "syft:package:language", - "value": "go" + "value": "python" }, { "name": "syft:package:type", - "value": "go-module" + "value": "python" }, { "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "value": "python-package" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilia_choly_project:python_durationpy:0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilia_cholyproject:python-durationpy:0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilia_cholyproject:python_durationpy:0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-durationpy:python-durationpy:0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-durationpy:python_durationpy:0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_durationpy:python-durationpy:0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_durationpy:python_durationpy:0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilia_choly_project:durationpy:0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:durationpy:python-durationpy:0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:durationpy:python_durationpy:0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilia-choly:python-durationpy:0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilia-choly:python_durationpy:0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilia_choly:python-durationpy:0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilia_choly:python_durationpy:0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilia_cholyproject:durationpy:0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-durationpy:durationpy:0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_durationpy:durationpy:0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-durationpy:0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_durationpy:0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:durationpy:durationpy:0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilia-choly:durationpy:0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilia_choly:durationpy:0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:durationpy:0.9:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/lib/python3.12/site-packages/durationpy-0.9.dist-info/METADATA" }, { - "name": "syft:metadata:architecture", - "value": "amd64" + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/durationpy-0.9.dist-info/RECORD" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:/FUIFXtfc/x2gpa5/VGfiGLuOIdYa1t65IKK2OFGvA0=" + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/durationpy-0.9.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:golang/github.com/docker/cli@v25.0.1%2Bincompatible?package-id=352dca13c8a20b01", + "bom-ref": "pkg:pypi/frozenlist@1.4.1?package-id=2f3cf9e4db1cbf24", "type": "library", - "name": "github.com/docker/cli", - "version": "v25.0.1+incompatible", - "cpe": "cpe:2.3:a:docker:cli:v25.0.1\\+incompatible:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/docker/cli@v25.0.1%2Bincompatible", + "name": "frozenlist", + "version": "1.4.1", + "licenses": [ + { + "license": { + "name": "Apache 2" + } + } + ], + "cpe": "cpe:2.3:a:python-frozenlist:python-frozenlist:1.4.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/frozenlist@1.4.1", "properties": [ { "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" + "value": "python-installed-package-cataloger" }, { "name": "syft:package:language", - "value": "go" + "value": "python" }, { "name": "syft:package:type", - "value": "go-module" + "value": "python" }, { "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "value": "python-package" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-frozenlist:python_frozenlist:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_frozenlist:python-frozenlist:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_frozenlist:python_frozenlist:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:frozenlist:python-frozenlist:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:frozenlist:python_frozenlist:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-frozenlist:frozenlist:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_frozenlist:frozenlist:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-frozenlist:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_frozenlist:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:frozenlist:frozenlist:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:frozenlist:1.4.1:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/lib/python3.12/site-packages/frozenlist-1.4.1.dist-info/METADATA" }, { - "name": "syft:metadata:architecture", - "value": "amd64" + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/frozenlist-1.4.1.dist-info/RECORD" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:mFpqnrS6Hsm3v1k7Wa/BO23oz0k121MTbTO1lpcGSkU=" + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/frozenlist-1.4.1.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:golang/github.com/docker/distribution@v2.8.3%2Bincompatible?package-id=f782481158fa6402", + "bom-ref": "pkg:golang/github.com/burntsushi/toml@v1.3.2?package-id=9f07ead338611232", "type": "library", - "name": "github.com/docker/distribution", - "version": "v2.8.3+incompatible", - "cpe": "cpe:2.3:a:docker:distribution:v2.8.3\\+incompatible:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/docker/distribution@v2.8.3%2Bincompatible", + "name": "github.com/BurntSushi/toml", + "version": "v1.3.2", + "cpe": "cpe:2.3:a:BurntSushi:toml:v1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/BurntSushi/toml@v1.3.2", "properties": [ { "name": "syft:package:foundBy", @@ -4901,7 +4853,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -4917,7 +4869,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk=" + "value": "h1:o7IhLm0Msx3BaB+n3Ag7L8EVlByGnpq14C4YWiu/gL8=" }, { "name": "syft:metadata:mainModule", @@ -4926,12 +4878,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/docker/docker@v25.0.5%2Bincompatible?package-id=78b275081468eff3", + "bom-ref": "pkg:golang/github.com/makenowjust/heredoc@v1.0.0?package-id=e19e6cb7ac925d01", "type": "library", - "name": "github.com/docker/docker", - "version": "v25.0.5+incompatible", - "cpe": "cpe:2.3:a:docker:docker:v25.0.5\\+incompatible:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/docker/docker@v25.0.5%2Bincompatible", + "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", @@ -4951,7 +4903,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -4967,7 +4919,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:UmQydMduGkrD5nQde1mecF/YnSbTOaPeFIeP5C4W+DE=" + "value": "h1:cXCdzVdstXyiTqTvfqk9SDHpKNjxuom+DOlyEeQ4pzQ=" }, { "name": "syft:metadata:mainModule", @@ -4976,12 +4928,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/docker/docker-credential-helpers@v0.7.0?package-id=08c6827c5ccc4e12", + "bom-ref": "pkg:golang/github.com/masterminds/goutils@v1.1.1?package-id=23253cbdd3a09d4e", "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", + "name": "github.com/Masterminds/goutils", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:goutils_project:goutils:v1.1.1:*:*:*:*:go:*:*", + "purl": "pkg:golang/github.com/Masterminds/goutils@v1.1.1", "properties": [ { "name": "syft:package:foundBy", @@ -4999,13 +4951,9 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:docker:docker_credential_helpers:v0.7.0:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -5021,7 +4969,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:xtCHsjxogADNZcdv1pKUHXryefjlVRqWqIhk/uXJp0A=" + "value": "h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI=" }, { "name": "syft:metadata:mainModule", @@ -5030,12 +4978,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/docker/go-connections@v0.5.0?package-id=b0d75208a0079d4a", + "bom-ref": "pkg:golang/github.com/masterminds/semver@v3.2.1?package-id=9fe6570ab9a82eec#v3", "type": "library", - "name": "github.com/docker/go-connections", - "version": "v0.5.0", - "cpe": "cpe:2.3:a:docker:go-connections:v0.5.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/docker/go-connections@v0.5.0", + "name": "github.com/Masterminds/semver/v3", + "version": "v3.2.1", + "cpe": "cpe:2.3:a:Masterminds:semver\\/v3:v3.2.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Masterminds/semver@v3.2.1#v3", "properties": [ { "name": "syft:package:foundBy", @@ -5053,13 +5001,9 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:docker:go_connections:v0.5.0:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -5075,7 +5019,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c=" + "value": "h1:RN9w6+7QoMeJVGyfmbcgs28Br8cvmnucEXnY0rYXWg0=" }, { "name": "syft:metadata:mainModule", @@ -5084,12 +5028,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/docker/go-metrics@v0.0.1?package-id=b03a510e93f607bb", + "bom-ref": "pkg:golang/github.com/masterminds/sprig@v3.2.3?package-id=5dcc399a68f26bf9#v3", "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", + "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.2.3#v3", "properties": [ { "name": "syft:package:foundBy", @@ -5107,13 +5051,9 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:docker:go_metrics:v0.0.1:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -5129,7 +5069,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:AgB/0SvBxihN0X8OR4SjsblXkbMvalQ8cjmtKQ2rQV8=" + "value": "h1:eL2fZNezLomi0uOLqjQoN6BfsDD+fyLtgbJMAj9n6YA=" }, { "name": "syft:metadata:mainModule", @@ -5138,12 +5078,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/emicklei/go-restful@v3.11.0?package-id=dab8eab6f936a648#v3", + "bom-ref": "pkg:golang/github.com/masterminds/squirrel@v1.5.4?package-id=e6f4c95e146f5eeb", "type": "library", - "name": "github.com/emicklei/go-restful/v3", - "version": "v3.11.0", - "cpe": "cpe:2.3:a:emicklei:go-restful\\/v3:v3.11.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/emicklei/go-restful@v3.11.0#v3", + "name": "github.com/Masterminds/squirrel", + "version": "v1.5.4", + "cpe": "cpe:2.3:a:Masterminds:squirrel:v1.5.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Masterminds/squirrel@v1.5.4", "properties": [ { "name": "syft:package:foundBy", @@ -5161,13 +5101,9 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:emicklei:go_restful\\/v3:v3.11.0:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -5183,7 +5119,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:rAQeMHw1c7zTmncogyy8VvRZwtkmkZ4FxERmMY4rD+g=" + "value": "h1:uUcX/aBc8O7Fg9kaISIUsHXdKuqehiXAMQTYX8afzqM=" }, { "name": "syft:metadata:mainModule", @@ -5192,12 +5128,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/emicklei/go-restful@v3.11.2?package-id=677c3b05e5bb697c#v3", + "bom-ref": "pkg:golang/github.com/masterminds/vcs@v1.13.3?package-id=d357c5497a3c8c27", "type": "library", - "name": "github.com/emicklei/go-restful/v3", - "version": "v3.11.2", - "cpe": "cpe:2.3:a:emicklei:go-restful\\/v3:v3.11.2:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/emicklei/go-restful@v3.11.2#v3", + "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", @@ -5215,17 +5151,13 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:emicklei:go_restful\\/v3:v3.11.2:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -5233,29 +5165,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:1onLa9DcsMYO9P+CXaL0dStDqQ2EHHXLiz+BtnqkLAU=" + "value": "h1:IIA2aBdXvfbIM+yl/eTnL4hb1XwdpvuQLglAix1gweE=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/evanphx/json-patch@v5.7.0%2Bincompatible?package-id=893611566483ddc8", + "bom-ref": "pkg:golang/github.com/antlr/antlr4@v4.0.0-20230305170008-8188dc5388df?package-id=c6659d9f4e02eb2f#runtime/Go/antlr/v4", "type": "library", - "name": "github.com/evanphx/json-patch", - "version": "v5.7.0+incompatible", - "cpe": "cpe:2.3:a:evanphx:json-patch:v5.7.0\\+incompatible:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/evanphx/json-patch@v5.7.0%2Bincompatible", + "name": "github.com/antlr/antlr4/runtime/Go/antlr/v4", + "version": "v4.0.0-20230305170008-8188dc5388df", + "cpe": "cpe:2.3:a:antlr:antlr4\\/runtime\\/Go\\/antlr\\/v4:v4.0.0-20230305170008-8188dc5388df:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/antlr/antlr4@v4.0.0-20230305170008-8188dc5388df#runtime/Go/antlr/v4", "properties": [ { "name": "syft:package:foundBy", @@ -5273,17 +5201,13 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:evanphx:json_patch:v5.7.0\\+incompatible:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -5291,25 +5215,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:vgGkfT/9f8zE6tvSCe74nfpAVDQ2tG6yudJd8LBksgI=" + "value": "h1:7RFfzj4SSt6nnvCPbCqijJi1nWCd+TqAT3bYCStRC18=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/github.com/evanphx/json-patch@v5.8.0?package-id=b82ff22f84fce959#v5", + "bom-ref": "pkg:golang/github.com/asaskevich/govalidator@v0.0.0-20200428143746-21a406dcc535?package-id=ec771963dcbb2905", "type": "library", - "name": "github.com/evanphx/json-patch/v5", - "version": "v5.8.0", - "cpe": "cpe:2.3:a:evanphx:json-patch\\/v5:v5.8.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/evanphx/json-patch@v5.8.0#v5", + "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", @@ -5327,17 +5255,13 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:evanphx:json_patch\\/v5:v5.8.0:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -5345,29 +5269,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:lRj6N9Nci7MvzrXuX6HFzU8XjmhPiXPlsKEy1u0KQro=" + "value": "h1:4daAzAu0S6Vi7/lbWECcX0j45yZReDZ56BQsrVBOEEY=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/exponent-io/jsonpath@v0.0.0-20151013193312-d6023ce2651d?package-id=f9a2711fc73065c0", + "bom-ref": "pkg:golang/github.com/beorn7/perks@v1.0.1?package-id=9ccbe4a91c61b81a", "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", + "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", @@ -5385,17 +5305,9 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "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:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -5411,7 +5323,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:105gxyaGwCFad8crR9dcMQWvV9Hvulu6hwUh4tWPJnM=" + "value": "h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=" }, { "name": "syft:metadata:mainModule", @@ -5420,12 +5332,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/fatih/color@v1.13.0?package-id=9facee7e28bff540", + "bom-ref": "pkg:golang/github.com/beorn7/perks@v1.0.1?package-id=565337fba68b26e5", "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", + "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", @@ -5445,11 +5357,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -5457,25 +5369,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:8LOYc1KYPPmyKMuN8QV2DNRWNbLo6LZ0iLs8+mlH53w=" + "value": "h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/github.com/felixge/httpsnoop@v1.0.3?package-id=37c034229feb5e02", + "bom-ref": "pkg:golang/github.com/blang/semver@v4.0.0?package-id=94e6011068aa2002#v4", "type": "library", - "name": "github.com/felixge/httpsnoop", - "version": "v1.0.3", - "cpe": "cpe:2.3:a:felixge:httpsnoop:v1.0.3:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/felixge/httpsnoop@v1.0.3", + "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.0.0#v4", "properties": [ { "name": "syft:package:foundBy", @@ -5495,11 +5411,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -5507,25 +5423,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:s/nj+GCswXYzN5v2DpNMuMQYe+0DDwt5WVCU6CWBdXk=" + "value": "h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/github.com/fsnotify/fsnotify@v1.7.0?package-id=668cb72baee8cdfd", + "bom-ref": "pkg:golang/github.com/cespare/xxhash@v2.2.0?package-id=62064b1abddffd57#v2", "type": "library", - "name": "github.com/fsnotify/fsnotify", - "version": "v1.7.0", - "cpe": "cpe:2.3:a:fsnotify:fsnotify:v1.7.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/fsnotify/fsnotify@v1.7.0", + "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.2.0#v2", "properties": [ { "name": "syft:package:foundBy", @@ -5545,11 +5465,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -5557,29 +5477,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=" + "value": "h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/fvbommel/sortorder@v1.1.0?package-id=974c707008f61e65", + "bom-ref": "pkg:golang/github.com/cespare/xxhash@v2.2.0?package-id=af8c84f0824ceff8#v2", "type": "library", - "name": "github.com/fvbommel/sortorder", - "version": "v1.1.0", - "cpe": "cpe:2.3:a:fvbommel:sortorder:v1.1.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/fvbommel/sortorder@v1.1.0", + "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.2.0#v2", "properties": [ { "name": "syft:package:foundBy", @@ -5599,11 +5515,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -5611,25 +5527,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:fUmoe+HLsBTctBDoaBwpQo5N+nrCp8g/BjKb/6ZQmYw=" + "value": "h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/github.com/go-errors/errors@v1.4.2?package-id=357c3cc405739073", + "bom-ref": "pkg:golang/github.com/chai2010/gettext-go@v1.0.2?package-id=11b6e1fbc6ed31e0", "type": "library", - "name": "github.com/go-errors/errors", - "version": "v1.4.2", - "cpe": "cpe:2.3:a:go-errors:errors:v1.4.2:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/go-errors/errors@v1.4.2", + "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", @@ -5649,15 +5569,11 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:go_errors:errors:v1.4.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:go:errors:v1.4.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:chai2010:gettext_go:v1.0.2:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -5673,7 +5589,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:J6MZopCL4uSllY1OfXM374weqZFFItUbrImctkmUxIA=" + "value": "h1:1Lwwip6Q2QGsAdl/ZKPCwTe9fe0CjlUbqj5bFNSjIRk=" }, { "name": "syft:metadata:mainModule", @@ -5682,12 +5598,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/go-gorp/gorp@v3.1.0?package-id=ba3cf528d0a75284#v3", + "bom-ref": "pkg:golang/github.com/containerd/containerd@v1.7.12?package-id=5d39e2a62c0f6665", "type": "library", - "name": "github.com/go-gorp/gorp/v3", - "version": "v3.1.0", - "cpe": "cpe:2.3:a:go-gorp:gorp\\/v3:v3.1.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/go-gorp/gorp@v3.1.0#v3", + "name": "github.com/containerd/containerd", + "version": "v1.7.12", + "cpe": "cpe:2.3:a:containerd:containerd:v1.7.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/containerd@v1.7.12", "properties": [ { "name": "syft:package:foundBy", @@ -5705,17 +5621,9 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:go_gorp:gorp\\/v3:v3.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:go:gorp\\/v3:v3.1.0:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -5731,7 +5639,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:ItKF/Vbuj31dmV4jxA1qblpSwkl9g1typ24xoe70IGs=" + "value": "h1:+KQsnv4VnzyxWcfO9mlxxELaoztsDEjOuCMPAuPqgU0=" }, { "name": "syft:metadata:mainModule", @@ -5740,12 +5648,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/go-logr/logr@v1.4.1?package-id=525b279692cd73fb", + "bom-ref": "pkg:golang/github.com/containerd/log@v0.1.0?package-id=52a5a824268cc587", "type": "library", - "name": "github.com/go-logr/logr", - "version": "v1.4.1", - "cpe": "cpe:2.3:a:go-logr:logr:v1.4.1:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/go-logr/logr@v1.4.1", + "name": "github.com/containerd/log", + "version": "v0.1.0", + "cpe": "cpe:2.3:a:containerd:log:v0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/log@v0.1.0", "properties": [ { "name": "syft:package:foundBy", @@ -5763,17 +5671,9 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:go_logr:logr:v1.4.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:go:logr:v1.4.1:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -5789,7 +5689,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:pKouT5E8xu9zeFC39JXRDukb6JFQPXM5p5I91188VAQ=" + "value": "h1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I=" }, { "name": "syft:metadata:mainModule", @@ -5798,12 +5698,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/go-logr/logr@v1.4.1?package-id=b2be2dbb3abf06fe", + "bom-ref": "pkg:golang/github.com/cpuguy83/go-md2man@v2.0.3?package-id=8c52913065da828d#v2", "type": "library", - "name": "github.com/go-logr/logr", - "version": "v1.4.1", - "cpe": "cpe:2.3:a:go-logr:logr:v1.4.1:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/go-logr/logr@v1.4.1", + "name": "github.com/cpuguy83/go-md2man/v2", + "version": "v2.0.3", + "cpe": "cpe:2.3:a:cpuguy83:go-md2man\\/v2:v2.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cpuguy83/go-md2man@v2.0.3#v2", "properties": [ { "name": "syft:package:foundBy", @@ -5823,19 +5723,15 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:go_logr:logr:v1.4.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:go:logr:v1.4.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:cpuguy83:go_md2man\\/v2:v2.0.3:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -5843,29 +5739,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:pKouT5E8xu9zeFC39JXRDukb6JFQPXM5p5I91188VAQ=" + "value": "h1:qMCsGGgs+MAzDFyp9LpAe1Lqy/fY/qCovCm0qnXZOBM=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/go-logr/stdr@v1.2.2?package-id=3a6aa402a9a2d960", + "bom-ref": "pkg:golang/github.com/cyphar/filepath-securejoin@v0.2.4?package-id=ec8484c177e00348", "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", + "name": "github.com/cyphar/filepath-securejoin", + "version": "v0.2.4", + "cpe": "cpe:2.3:a:cyphar:filepath-securejoin:v0.2.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cyphar/filepath-securejoin@v0.2.4", "properties": [ { "name": "syft:package:foundBy", @@ -5885,15 +5777,11 @@ }, { "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:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:cyphar:filepath_securejoin:v0.2.4:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -5909,7 +5797,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=" + "value": "h1:Ugdm7cg7i6ZK6x3xDF1oEu1nfkyfH53EtKeQYTC3kyg=" }, { "name": "syft:metadata:mainModule", @@ -5918,12 +5806,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/go-logr/zapr@v1.3.0?package-id=cbf8506865a125d4", + "bom-ref": "pkg:golang/github.com/davecgh/go-spew@v1.1.1?package-id=0dc051c9b9d2a406", "type": "library", - "name": "github.com/go-logr/zapr", - "version": "v1.3.0", - "cpe": "cpe:2.3:a:go-logr:zapr:v1.3.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/go-logr/zapr@v1.3.0", + "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", @@ -5943,19 +5831,15 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:go_logr:zapr:v1.3.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:go:zapr:v1.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:davecgh:go_spew:v1.1.1:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -5963,29 +5847,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:XGdV8XW8zdwFiwOA2Dryh1gj2KRQyOOoNmBy4EplIcQ=" + "value": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/go-openapi/jsonpointer@v0.19.6?package-id=cc04d42968af2c0c", + "bom-ref": "pkg:golang/github.com/davecgh/go-spew@v1.1.2-0.20180830191138-d8f796af33cc?package-id=b3ef995be414cb30", "type": "library", - "name": "github.com/go-openapi/jsonpointer", - "version": "v0.19.6", - "cpe": "cpe:2.3:a:go-openapi:jsonpointer:v0.19.6:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/go-openapi/jsonpointer@v0.19.6", + "name": "github.com/davecgh/go-spew", + "version": "v1.1.2-0.20180830191138-d8f796af33cc", + "cpe": "cpe:2.3:a:davecgh:go-spew:v1.1.2-0.20180830191138-d8f796af33cc:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/davecgh/go-spew@v1.1.2-0.20180830191138-d8f796af33cc", "properties": [ { "name": "syft:package:foundBy", @@ -6005,19 +5885,15 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:go_openapi:jsonpointer:v0.19.6:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:go:jsonpointer:v0.19.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:davecgh:go_spew:v1.1.2-0.20180830191138-d8f796af33cc:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -6025,25 +5901,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:eCs3fxoIi3Wh6vtgmLTOjdhSpiqphQ+DaPn38N2ZdrE=" + "value": "h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/github.com/go-openapi/jsonpointer@v0.20.2?package-id=4690798d47ee6cf0", + "bom-ref": "pkg:golang/github.com/distribution/reference@v0.5.0?package-id=660a917e3647c770", "type": "library", - "name": "github.com/go-openapi/jsonpointer", - "version": "v0.20.2", - "cpe": "cpe:2.3:a:go-openapi:jsonpointer:v0.20.2:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/go-openapi/jsonpointer@v0.20.2", + "name": "github.com/distribution/reference", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:distribution:reference:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/distribution/reference@v0.5.0", "properties": [ { "name": "syft:package:foundBy", @@ -6061,21 +5941,13 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:go_openapi:jsonpointer:v0.20.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:go:jsonpointer:v0.20.2:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -6083,29 +5955,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:mQc3nmndL8ZBzStEo3JYF8wzmeWffDH4VbXz58sAx6Q=" + "value": "h1:/FUIFXtfc/x2gpa5/VGfiGLuOIdYa1t65IKK2OFGvA0=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/go-openapi/jsonreference@v0.20.2?package-id=377ff6baab2b70af", + "bom-ref": "pkg:golang/github.com/docker/cli@v25.0.1%2Bincompatible?package-id=352dca13c8a20b01", "type": "library", - "name": "github.com/go-openapi/jsonreference", - "version": "v0.20.2", - "cpe": "cpe:2.3:a:go-openapi:jsonreference:v0.20.2:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/go-openapi/jsonreference@v0.20.2", + "name": "github.com/docker/cli", + "version": "v25.0.1+incompatible", + "cpe": "cpe:2.3:a:docker:cli:v25.0.1\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/cli@v25.0.1%2Bincompatible", "properties": [ { "name": "syft:package:foundBy", @@ -6123,17 +5991,9 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:go_openapi:jsonreference:v0.20.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:go:jsonreference:v0.20.2:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -6149,7 +6009,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:3sVjiK66+uXK/6oQ8xgcRKcFgQ5KXa2KvnJRumpMGbE=" + "value": "h1:mFpqnrS6Hsm3v1k7Wa/BO23oz0k121MTbTO1lpcGSkU=" }, { "name": "syft:metadata:mainModule", @@ -6158,12 +6018,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/go-openapi/jsonreference@v0.20.4?package-id=bcced6a0fdb90fed", + "bom-ref": "pkg:golang/github.com/docker/distribution@v2.8.3%2Bincompatible?package-id=f782481158fa6402", "type": "library", - "name": "github.com/go-openapi/jsonreference", - "version": "v0.20.4", - "cpe": "cpe:2.3:a:go-openapi:jsonreference:v0.20.4:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/go-openapi/jsonreference@v0.20.4", + "name": "github.com/docker/distribution", + "version": "v2.8.3+incompatible", + "cpe": "cpe:2.3:a:docker:distribution:v2.8.3\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/distribution@v2.8.3%2Bincompatible", "properties": [ { "name": "syft:package:foundBy", @@ -6181,21 +6041,13 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:go_openapi:jsonreference:v0.20.4:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:go:jsonreference:v0.20.4:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -6203,29 +6055,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:bKlDxQxQJgwpUSgOENiMPzCTBVuc7vTdXSSgNeAhojU=" + "value": "h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/go-openapi/swag@v0.22.3?package-id=5cc29188dc26f965", + "bom-ref": "pkg:golang/github.com/docker/docker@v25.0.5%2Bincompatible?package-id=78b275081468eff3", "type": "library", - "name": "github.com/go-openapi/swag", - "version": "v0.22.3", - "cpe": "cpe:2.3:a:go-openapi:swag:v0.22.3:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/go-openapi/swag@v0.22.3", + "name": "github.com/docker/docker", + "version": "v25.0.5+incompatible", + "cpe": "cpe:2.3:a:docker:docker:v25.0.5\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/docker@v25.0.5%2Bincompatible", "properties": [ { "name": "syft:package:foundBy", @@ -6243,17 +6091,9 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:go_openapi:swag:v0.22.3:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:go:swag:v0.22.3:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -6269,7 +6109,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:yMBqmnQ0gyZvEb/+KzuWZOXgllrXT4SADYbvDaXHv/g=" + "value": "h1:UmQydMduGkrD5nQde1mecF/YnSbTOaPeFIeP5C4W+DE=" }, { "name": "syft:metadata:mainModule", @@ -6278,12 +6118,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/go-openapi/swag@v0.22.9?package-id=ed12647e503f8e41", + "bom-ref": "pkg:golang/github.com/docker/docker-credential-helpers@v0.7.0?package-id=08c6827c5ccc4e12", "type": "library", - "name": "github.com/go-openapi/swag", - "version": "v0.22.9", - "cpe": "cpe:2.3:a:go-openapi:swag:v0.22.9:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/go-openapi/swag@v0.22.9", + "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", @@ -6303,19 +6143,15 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:go_openapi:swag:v0.22.9:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:go:swag:v0.22.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:docker:docker_credential_helpers:v0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -6323,29 +6159,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:XX2DssF+mQKM2DHsbgZK74y/zj4mo9I99+89xUmuZCE=" + "value": "h1:xtCHsjxogADNZcdv1pKUHXryefjlVRqWqIhk/uXJp0A=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/gobwas/glob@v0.2.3?package-id=2f2be2007731ee8a", + "bom-ref": "pkg:golang/github.com/docker/go-connections@v0.5.0?package-id=b0d75208a0079d4a", "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", + "name": "github.com/docker/go-connections", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:docker:go-connections:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-connections@v0.5.0", "properties": [ { "name": "syft:package:foundBy", @@ -6363,9 +6195,13 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_connections:v0.5.0:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -6381,7 +6217,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y=" + "value": "h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c=" }, { "name": "syft:metadata:mainModule", @@ -6390,12 +6226,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/gofrs/flock@v0.8.1?package-id=5f3af12e59b9da30", + "bom-ref": "pkg:golang/github.com/docker/go-metrics@v0.0.1?package-id=b03a510e93f607bb", "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", + "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", @@ -6413,9 +6249,13 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_metrics:v0.0.1:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -6431,7 +6271,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:+gYjHKf32LDeiEEFhQaotPbLuUXjY5ZqxKgXy7n59aw=" + "value": "h1:AgB/0SvBxihN0X8OR4SjsblXkbMvalQ8cjmtKQ2rQV8=" }, { "name": "syft:metadata:mainModule", @@ -6440,12 +6280,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/gogo/protobuf@v1.3.2?package-id=5e63964bee8fa0a4", + "bom-ref": "pkg:golang/github.com/emicklei/go-restful@v3.11.0?package-id=dab8eab6f936a648#v3", "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", + "name": "github.com/emicklei/go-restful/v3", + "version": "v3.11.0", + "cpe": "cpe:2.3:a:emicklei:go-restful\\/v3:v3.11.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/emicklei/go-restful@v3.11.0#v3", "properties": [ { "name": "syft:package:foundBy", @@ -6464,9 +6304,13 @@ "value": "go-module-buildinfo-entry" }, { - "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" - }, + "name": "syft:cpe23", + "value": "cpe:2.3:a:emicklei:go_restful\\/v3:v3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" + }, { "name": "syft:location:0:path", "value": "/bin/helm" @@ -6481,7 +6325,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=" + "value": "h1:rAQeMHw1c7zTmncogyy8VvRZwtkmkZ4FxERmMY4rD+g=" }, { "name": "syft:metadata:mainModule", @@ -6490,12 +6334,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/gogo/protobuf@v1.3.2?package-id=0b98bcf0959fda11", + "bom-ref": "pkg:golang/github.com/emicklei/go-restful@v3.11.2?package-id=677c3b05e5bb697c#v3", "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", + "name": "github.com/emicklei/go-restful/v3", + "version": "v3.11.2", + "cpe": "cpe:2.3:a:emicklei:go-restful\\/v3:v3.11.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/emicklei/go-restful@v3.11.2#v3", "properties": [ { "name": "syft:package:foundBy", @@ -6513,9 +6357,13 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emicklei:go_restful\\/v3:v3.11.2:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -6535,7 +6383,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=" + "value": "h1:1onLa9DcsMYO9P+CXaL0dStDqQ2EHHXLiz+BtnqkLAU=" }, { "name": "syft:metadata:mainModule", @@ -6544,12 +6392,66 @@ ] }, { - "bom-ref": "pkg:golang/github.com/golang/groupcache@v0.0.0-20210331224755-41bb18bfe9da?package-id=bd36151afdf25040", + "bom-ref": "pkg:golang/github.com/evanphx/json-patch@v5.7.0%2Bincompatible?package-id=893611566483ddc8", "type": "library", - "name": "github.com/golang/groupcache", - "version": "v0.0.0-20210331224755-41bb18bfe9da", - "cpe": "cpe:2.3:a:golang:groupcache:v0.0.0-20210331224755-41bb18bfe9da:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/golang/groupcache@v0.0.0-20210331224755-41bb18bfe9da", + "name": "github.com/evanphx/json-patch", + "version": "v5.7.0+incompatible", + "cpe": "cpe:2.3:a:evanphx:json-patch:v5.7.0\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/evanphx/json-patch@v5.7.0%2Bincompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:evanphx:json_patch:v5.7.0\\+incompatible:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" + }, + { + "name": "syft:location:0:path", + "value": "/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vgGkfT/9f8zE6tvSCe74nfpAVDQ2tG6yudJd8LBksgI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/evanphx/json-patch@v5.8.0?package-id=b82ff22f84fce959#v5", + "type": "library", + "name": "github.com/evanphx/json-patch/v5", + "version": "v5.8.0", + "cpe": "cpe:2.3:a:evanphx:json-patch\\/v5:v5.8.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/evanphx/json-patch@v5.8.0#v5", "properties": [ { "name": "syft:package:foundBy", @@ -6567,9 +6469,13 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:evanphx:json_patch\\/v5:v5.8.0:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -6589,7 +6495,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE=" + "value": "h1:lRj6N9Nci7MvzrXuX6HFzU8XjmhPiXPlsKEy1u0KQro=" }, { "name": "syft:metadata:mainModule", @@ -6598,12 +6504,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/golang/protobuf@v1.5.4?package-id=1dfce28acfb25896", + "bom-ref": "pkg:golang/github.com/exponent-io/jsonpath@v0.0.0-20151013193312-d6023ce2651d?package-id=f9a2711fc73065c0", "type": "library", - "name": "github.com/golang/protobuf", - "version": "v1.5.4", - "cpe": "cpe:2.3:a:golang:protobuf:v1.5.4:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/golang/protobuf@v1.5.4", + "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", @@ -6621,9 +6527,17 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "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:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -6639,7 +6553,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek=" + "value": "h1:105gxyaGwCFad8crR9dcMQWvV9Hvulu6hwUh4tWPJnM=" }, { "name": "syft:metadata:mainModule", @@ -6648,12 +6562,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/golang/protobuf@v1.5.4?package-id=c3f041b84e5ed5e2", + "bom-ref": "pkg:golang/github.com/fatih/color@v1.13.0?package-id=9facee7e28bff540", "type": "library", - "name": "github.com/golang/protobuf", - "version": "v1.5.4", - "cpe": "cpe:2.3:a:golang:protobuf:v1.5.4:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/golang/protobuf@v1.5.4", + "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", @@ -6673,11 +6587,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -6685,29 +6599,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek=" + "value": "h1:8LOYc1KYPPmyKMuN8QV2DNRWNbLo6LZ0iLs8+mlH53w=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/google/btree@v1.0.1?package-id=77a29dbc9fac8da4", + "bom-ref": "pkg:golang/github.com/felixge/httpsnoop@v1.0.3?package-id=37c034229feb5e02", "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", + "name": "github.com/felixge/httpsnoop", + "version": "v1.0.3", + "cpe": "cpe:2.3:a:felixge:httpsnoop:v1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/felixge/httpsnoop@v1.0.3", "properties": [ { "name": "syft:package:foundBy", @@ -6727,7 +6637,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -6743,7 +6653,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:gK4Kx5IaGY9CD5sPJ36FHiBJ6ZXl0kilRiiCj+jdYp4=" + "value": "h1:s/nj+GCswXYzN5v2DpNMuMQYe+0DDwt5WVCU6CWBdXk=" }, { "name": "syft:metadata:mainModule", @@ -6752,12 +6662,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/google/cel-go@v0.17.7?package-id=f45e6ffb13c92041", + "bom-ref": "pkg:golang/github.com/fsnotify/fsnotify@v1.7.0?package-id=668cb72baee8cdfd", "type": "library", - "name": "github.com/google/cel-go", - "version": "v0.17.7", - "cpe": "cpe:2.3:a:google:cel-go:v0.17.7:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/google/cel-go@v0.17.7", + "name": "github.com/fsnotify/fsnotify", + "version": "v1.7.0", + "cpe": "cpe:2.3:a:fsnotify:fsnotify:v1.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fsnotify/fsnotify@v1.7.0", "properties": [ { "name": "syft:package:foundBy", @@ -6775,13 +6685,9 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google:cel_go:v0.17.7:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -6801,7 +6707,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:6ebJFzu1xO2n7TLtN+UBqShGBhlD85bhvglh5DpcfqQ=" + "value": "h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=" }, { "name": "syft:metadata:mainModule", @@ -6810,12 +6716,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/google/gnostic-models@v0.6.8?package-id=d1d0cf25b6bd8806", + "bom-ref": "pkg:golang/github.com/fvbommel/sortorder@v1.1.0?package-id=974c707008f61e65", "type": "library", - "name": "github.com/google/gnostic-models", - "version": "v0.6.8", - "cpe": "cpe:2.3:a:google:gnostic-models:v0.6.8:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/google/gnostic-models@v0.6.8", + "name": "github.com/fvbommel/sortorder", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:fvbommel:sortorder:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fvbommel/sortorder@v1.1.0", "properties": [ { "name": "syft:package:foundBy", @@ -6833,13 +6739,9 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google:gnostic_models:v0.6.8:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -6855,7 +6757,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:yo/ABAfM5IMRsS1VnXjTBvUb61tFIHozhlYvRgGre9I=" + "value": "h1:fUmoe+HLsBTctBDoaBwpQo5N+nrCp8g/BjKb/6ZQmYw=" }, { "name": "syft:metadata:mainModule", @@ -6864,12 +6766,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/google/gnostic-models@v0.6.8?package-id=158b28b5deb44506", + "bom-ref": "pkg:golang/github.com/go-errors/errors@v1.4.2?package-id=357c3cc405739073", "type": "library", - "name": "github.com/google/gnostic-models", - "version": "v0.6.8", - "cpe": "cpe:2.3:a:google:gnostic-models:v0.6.8:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/google/gnostic-models@v0.6.8", + "name": "github.com/go-errors/errors", + "version": "v1.4.2", + "cpe": "cpe:2.3:a:go-errors:errors:v1.4.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-errors/errors@v1.4.2", "properties": [ { "name": "syft:package:foundBy", @@ -6889,15 +6791,19 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:google:gnostic_models:v0.6.8:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:go_errors:errors:v1.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:errors:v1.4.2:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -6905,29 +6811,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:yo/ABAfM5IMRsS1VnXjTBvUb61tFIHozhlYvRgGre9I=" + "value": "h1:J6MZopCL4uSllY1OfXM374weqZFFItUbrImctkmUxIA=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/google/go-cmp@v0.6.0?package-id=8a2dbae2b69c2ca4", + "bom-ref": "pkg:golang/github.com/go-gorp/gorp@v3.1.0?package-id=ba3cf528d0a75284#v3", "type": "library", - "name": "github.com/google/go-cmp", - "version": "v0.6.0", - "cpe": "cpe:2.3:a:google:go-cmp:v0.6.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/google/go-cmp@v0.6.0", + "name": "github.com/go-gorp/gorp/v3", + "version": "v3.1.0", + "cpe": "cpe:2.3:a:go-gorp:gorp\\/v3:v3.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-gorp/gorp@v3.1.0#v3", "properties": [ { "name": "syft:package:foundBy", @@ -6947,11 +6849,15 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:google:go_cmp:v0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:go_gorp:gorp\\/v3:v3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:gorp\\/v3:v3.1.0:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -6967,7 +6873,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=" + "value": "h1:ItKF/Vbuj31dmV4jxA1qblpSwkl9g1typ24xoe70IGs=" }, { "name": "syft:metadata:mainModule", @@ -6976,12 +6882,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/google/go-cmp@v0.6.0?package-id=5f2b8a01315d9554", + "bom-ref": "pkg:golang/github.com/go-logr/logr@v1.4.1?package-id=525b279692cd73fb", "type": "library", - "name": "github.com/google/go-cmp", - "version": "v0.6.0", - "cpe": "cpe:2.3:a:google:go-cmp:v0.6.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/google/go-cmp@v0.6.0", + "name": "github.com/go-logr/logr", + "version": "v1.4.1", + "cpe": "cpe:2.3:a:go-logr:logr:v1.4.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-logr/logr@v1.4.1", "properties": [ { "name": "syft:package:foundBy", @@ -7001,15 +6907,19 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:google:go_cmp:v0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:go_logr:logr:v1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:logr:v1.4.1:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -7017,29 +6927,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=" + "value": "h1:pKouT5E8xu9zeFC39JXRDukb6JFQPXM5p5I91188VAQ=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/google/gofuzz@v1.2.0?package-id=e72124c526683766", + "bom-ref": "pkg:golang/github.com/go-logr/logr@v1.4.1?package-id=b2be2dbb3abf06fe", "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", + "name": "github.com/go-logr/logr", + "version": "v1.4.1", + "cpe": "cpe:2.3:a:go-logr:logr:v1.4.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-logr/logr@v1.4.1", "properties": [ { "name": "syft:package:foundBy", @@ -7057,13 +6963,21 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_logr:logr:v1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:logr:v1.4.1:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -7071,25 +6985,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0=" + "value": "h1:pKouT5E8xu9zeFC39JXRDukb6JFQPXM5p5I91188VAQ=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/github.com/google/gofuzz@v1.2.0?package-id=942bf8ca44b899da", + "bom-ref": "pkg:golang/github.com/go-logr/stdr@v1.2.2?package-id=3a6aa402a9a2d960", "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", + "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", @@ -7107,13 +7025,21 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "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:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -7121,29 +7047,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0=" + "value": "h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510?package-id=45f5b61e8d138cd7", + "bom-ref": "pkg:golang/github.com/go-logr/zapr@v1.3.0?package-id=cbf8506865a125d4", "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", + "name": "github.com/go-logr/zapr", + "version": "v1.3.0", + "cpe": "cpe:2.3:a:go-logr:zapr:v1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-logr/zapr@v1.3.0", "properties": [ { "name": "syft:package:foundBy", @@ -7161,13 +7083,21 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_logr:zapr:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:zapr:v1.3.0:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -7175,25 +7105,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:El6M4kTTCOh6aBiKaUGG7oYTSPP8MxqL4YI3kZKwcP4=" + "value": "h1:XGdV8XW8zdwFiwOA2Dryh1gj2KRQyOOoNmBy4EplIcQ=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/github.com/google/uuid@v1.3.0?package-id=ade53586e903b835", + "bom-ref": "pkg:golang/github.com/go-openapi/jsonpointer@v0.19.6?package-id=cc04d42968af2c0c", "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", + "name": "github.com/go-openapi/jsonpointer", + "version": "v0.19.6", + "cpe": "cpe:2.3:a:go-openapi:jsonpointer:v0.19.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/jsonpointer@v0.19.6", "properties": [ { "name": "syft:package:foundBy", @@ -7211,9 +7145,17 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:jsonpointer:v0.19.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:jsonpointer:v0.19.6:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -7229,7 +7171,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=" + "value": "h1:eCs3fxoIi3Wh6vtgmLTOjdhSpiqphQ+DaPn38N2ZdrE=" }, { "name": "syft:metadata:mainModule", @@ -7238,12 +7180,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/google/uuid@v1.6.0?package-id=a5166b26c53b0dba", + "bom-ref": "pkg:golang/github.com/go-openapi/jsonpointer@v0.20.2?package-id=4690798d47ee6cf0", "type": "library", - "name": "github.com/google/uuid", - "version": "v1.6.0", - "cpe": "cpe:2.3:a:google:uuid:v1.6.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/google/uuid@v1.6.0", + "name": "github.com/go-openapi/jsonpointer", + "version": "v0.20.2", + "cpe": "cpe:2.3:a:go-openapi:jsonpointer:v0.20.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/jsonpointer@v0.20.2", "properties": [ { "name": "syft:package:foundBy", @@ -7261,9 +7203,17 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:jsonpointer:v0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:jsonpointer:v0.20.2:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -7283,7 +7233,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=" + "value": "h1:mQc3nmndL8ZBzStEo3JYF8wzmeWffDH4VbXz58sAx6Q=" }, { "name": "syft:metadata:mainModule", @@ -7292,12 +7242,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/gorilla/mux@v1.8.0?package-id=8d06b2f547bbada5", + "bom-ref": "pkg:golang/github.com/go-openapi/jsonreference@v0.20.2?package-id=377ff6baab2b70af", "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", + "name": "github.com/go-openapi/jsonreference", + "version": "v0.20.2", + "cpe": "cpe:2.3:a:go-openapi:jsonreference:v0.20.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/jsonreference@v0.20.2", "properties": [ { "name": "syft:package:foundBy", @@ -7315,9 +7265,17 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:jsonreference:v0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:jsonreference:v0.20.2:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -7333,7 +7291,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI=" + "value": "h1:3sVjiK66+uXK/6oQ8xgcRKcFgQ5KXa2KvnJRumpMGbE=" }, { "name": "syft:metadata:mainModule", @@ -7342,12 +7300,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/gorilla/websocket@v1.5.0?package-id=7a4e4b44c66b30f4", + "bom-ref": "pkg:golang/github.com/go-openapi/jsonreference@v0.20.4?package-id=bcced6a0fdb90fed", "type": "library", - "name": "github.com/gorilla/websocket", - "version": "v1.5.0", - "cpe": "cpe:2.3:a:gorilla:websocket:v1.5.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/gorilla/websocket@v1.5.0", + "name": "github.com/go-openapi/jsonreference", + "version": "v0.20.4", + "cpe": "cpe:2.3:a:go-openapi:jsonreference:v0.20.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/jsonreference@v0.20.4", "properties": [ { "name": "syft:package:foundBy", @@ -7365,13 +7323,21 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:jsonreference:v0.20.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:jsonreference:v0.20.4:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -7379,25 +7345,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc=" + "value": "h1:bKlDxQxQJgwpUSgOENiMPzCTBVuc7vTdXSSgNeAhojU=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/github.com/gosuri/uitable@v0.0.4?package-id=f6f4d90bb18dbacd", + "bom-ref": "pkg:golang/github.com/go-openapi/swag@v0.22.3?package-id=5cc29188dc26f965", "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", + "name": "github.com/go-openapi/swag", + "version": "v0.22.3", + "cpe": "cpe:2.3:a:go-openapi:swag:v0.22.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/swag@v0.22.3", "properties": [ { "name": "syft:package:foundBy", @@ -7415,9 +7385,17 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:swag:v0.22.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:swag:v0.22.3:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -7433,7 +7411,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:IG2xLKRvErL3uhY6e1BylFzG+aJiwQviDDTfOKeKTpY=" + "value": "h1:yMBqmnQ0gyZvEb/+KzuWZOXgllrXT4SADYbvDaXHv/g=" }, { "name": "syft:metadata:mainModule", @@ -7442,12 +7420,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/gregjones/httpcache@v0.0.0-20180305231024-9cad4c3443a7?package-id=35b3edb78e301b02", + "bom-ref": "pkg:golang/github.com/go-openapi/swag@v0.22.9?package-id=ed12647e503f8e41", "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", + "name": "github.com/go-openapi/swag", + "version": "v0.22.9", + "cpe": "cpe:2.3:a:go-openapi:swag:v0.22.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/swag@v0.22.9", "properties": [ { "name": "syft:package:foundBy", @@ -7465,13 +7443,21 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:swag:v0.22.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:swag:v0.22.9:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -7479,25 +7465,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:pdN6V1QBWetyv/0+wjACpqVH+eVULgEjkurDLq3goeM=" + "value": "h1:XX2DssF+mQKM2DHsbgZK74y/zj4mo9I99+89xUmuZCE=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/github.com/h2non/filetype@v1.1.3?package-id=e3efc9250cc89302", + "bom-ref": "pkg:golang/github.com/gobwas/glob@v0.2.3?package-id=2f2be2007731ee8a", "type": "library", - "name": "github.com/h2non/filetype", - "version": "v1.1.3", - "cpe": "cpe:2.3:a:h2non:filetype:v1.1.3:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/h2non/filetype@v1.1.3", + "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", @@ -7517,11 +7507,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -7529,30 +7519,26 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:FKkx9QbD7HR/zjK1Ia5XiBsq9zdLi5Kf3zGyFTAFkGg=" + "value": "h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/h2non/go-is-svg@v0.0.0-20160927212452-35e8c4b0612c?package-id=fb00f964240022ce", + "bom-ref": "pkg:golang/github.com/gofrs/flock@v0.8.1?package-id=5f3af12e59b9da30", "type": "library", - "name": "github.com/h2non/go-is-svg", - "version": "v0.0.0-20160927212452-35e8c4b0612c", - "cpe": "cpe:2.3:a:h2non:go-is-svg:v0.0.0-20160927212452-35e8c4b0612c:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/h2non/go-is-svg@v0.0.0-20160927212452-35e8c4b0612c", - "properties": [ + "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" @@ -7569,17 +7555,13 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:h2non:go_is_svg:v0.0.0-20160927212452-35e8c4b0612c:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -7587,29 +7569,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:fEE5/5VNnYUoBOj2I9TP8Jc+a7lge3QWn9DKE7NCwfc=" + "value": "h1:+gYjHKf32LDeiEEFhQaotPbLuUXjY5ZqxKgXy7n59aw=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/hashicorp/errwrap@v1.1.0?package-id=5edd33222d3136d1", + "bom-ref": "pkg:golang/github.com/gogo/protobuf@v1.3.2?package-id=5e63964bee8fa0a4", "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", + "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", @@ -7629,7 +7607,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -7645,7 +7623,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I=" + "value": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=" }, { "name": "syft:metadata:mainModule", @@ -7654,12 +7632,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/hashicorp/go-multierror@v1.1.1?package-id=929c29772de2e9c8", + "bom-ref": "pkg:golang/github.com/gogo/protobuf@v1.3.2?package-id=0b98bcf0959fda11", "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", + "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", @@ -7677,17 +7655,13 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:hashicorp:go_multierror:v1.1.1:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -7695,25 +7669,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+lD48awMYo=" + "value": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/github.com/huandu/xstrings@v1.4.0?package-id=10255fcc3ad4f81b", + "bom-ref": "pkg:golang/github.com/golang/groupcache@v0.0.0-20210331224755-41bb18bfe9da?package-id=bd36151afdf25040", "type": "library", - "name": "github.com/huandu/xstrings", - "version": "v1.4.0", - "cpe": "cpe:2.3:a:huandu:xstrings:v1.4.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/huandu/xstrings@v1.4.0", + "name": "github.com/golang/groupcache", + "version": "v0.0.0-20210331224755-41bb18bfe9da", + "cpe": "cpe:2.3:a:golang:groupcache:v0.0.0-20210331224755-41bb18bfe9da:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/groupcache@v0.0.0-20210331224755-41bb18bfe9da", "properties": [ { "name": "syft:package:foundBy", @@ -7733,11 +7711,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -7745,25 +7723,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:D17IlohoQq4UcpqD7fDk80P7l+lwAmlFaBHgOipl2FU=" + "value": "h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/github.com/imdario/mergo@v0.3.13?package-id=9eb5042e46d58de3", + "bom-ref": "pkg:golang/github.com/golang/protobuf@v1.5.4?package-id=1dfce28acfb25896", "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", + "name": "github.com/golang/protobuf", + "version": "v1.5.4", + "cpe": "cpe:2.3:a:golang:protobuf:v1.5.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/protobuf@v1.5.4", "properties": [ { "name": "syft:package:foundBy", @@ -7783,7 +7765,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -7799,7 +7781,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:lFzP57bqS/wsqKssCGmtLAb8A0wKjLGrve2q3PPVcBk=" + "value": "h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek=" }, { "name": "syft:metadata:mainModule", @@ -7808,12 +7790,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/imdario/mergo@v0.3.16?package-id=fab6144671f89918", + "bom-ref": "pkg:golang/github.com/golang/protobuf@v1.5.4?package-id=c3f041b84e5ed5e2", "type": "library", - "name": "github.com/imdario/mergo", - "version": "v0.3.16", - "cpe": "cpe:2.3:a:imdario:mergo:v0.3.16:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/imdario/mergo@v0.3.16", + "name": "github.com/golang/protobuf", + "version": "v1.5.4", + "cpe": "cpe:2.3:a:golang:protobuf:v1.5.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/protobuf@v1.5.4", "properties": [ { "name": "syft:package:foundBy", @@ -7833,7 +7815,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -7853,7 +7835,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:wwQJbIsHYGMUyLSPrEq1CT16AhnhNJQ51+4fdHUnCl4=" + "value": "h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek=" }, { "name": "syft:metadata:mainModule", @@ -7862,12 +7844,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/jmoiron/sqlx@v1.3.5?package-id=89e1c532e2079e1b", + "bom-ref": "pkg:golang/github.com/google/btree@v1.0.1?package-id=77a29dbc9fac8da4", "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", + "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", @@ -7887,7 +7869,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -7903,7 +7885,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:vFFPA71p1o5gAeqtEAwLU4dnX2napprKtHr7PYIcN3g=" + "value": "h1:gK4Kx5IaGY9CD5sPJ36FHiBJ6ZXl0kilRiiCj+jdYp4=" }, { "name": "syft:metadata:mainModule", @@ -7912,12 +7894,70 @@ ] }, { - "bom-ref": "pkg:golang/github.com/josharian/intern@v1.0.0?package-id=30d6ceb06cd6f71d", + "bom-ref": "pkg:golang/github.com/google/cel-go@v0.17.7?package-id=f45e6ffb13c92041", "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", + "name": "github.com/google/cel-go", + "version": "v0.17.7", + "cpe": "cpe:2.3:a:google:cel-go:v0.17.7:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/cel-go@v0.17.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:cel_go:v0.17.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/ansible-operator" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:6ebJFzu1xO2n7TLtN+UBqShGBhlD85bhvglh5DpcfqQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/operator-framework/ansible-operator-plugins" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/gnostic-models@v0.6.8?package-id=d1d0cf25b6bd8806", + "type": "library", + "name": "github.com/google/gnostic-models", + "version": "v0.6.8", + "cpe": "cpe:2.3:a:google:gnostic-models:v0.6.8:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/gnostic-models@v0.6.8", "properties": [ { "name": "syft:package:foundBy", @@ -7935,9 +7975,13 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:gnostic_models:v0.6.8:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -7953,7 +7997,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=" + "value": "h1:yo/ABAfM5IMRsS1VnXjTBvUb61tFIHozhlYvRgGre9I=" }, { "name": "syft:metadata:mainModule", @@ -7962,12 +8006,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/josharian/intern@v1.0.0?package-id=49068faf801cff21", + "bom-ref": "pkg:golang/github.com/google/gnostic-models@v0.6.8?package-id=158b28b5deb44506", "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", + "name": "github.com/google/gnostic-models", + "version": "v0.6.8", + "cpe": "cpe:2.3:a:google:gnostic-models:v0.6.8:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/gnostic-models@v0.6.8", "properties": [ { "name": "syft:package:foundBy", @@ -7985,9 +8029,13 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:gnostic_models:v0.6.8:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -8007,7 +8055,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=" + "value": "h1:yo/ABAfM5IMRsS1VnXjTBvUb61tFIHozhlYvRgGre9I=" }, { "name": "syft:metadata:mainModule", @@ -8016,12 +8064,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/json-iterator/go@v1.1.12?package-id=1fe4520a7147f1f4", + "bom-ref": "pkg:golang/github.com/google/go-cmp@v0.6.0?package-id=8a2dbae2b69c2ca4", "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", + "name": "github.com/google/go-cmp", + "version": "v0.6.0", + "cpe": "cpe:2.3:a:google:go-cmp:v0.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/go-cmp@v0.6.0", "properties": [ { "name": "syft:package:foundBy", @@ -8041,15 +8089,11 @@ }, { "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:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:google:go_cmp:v0.6.0:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -8065,7 +8109,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=" + "value": "h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=" }, { "name": "syft:metadata:mainModule", @@ -8074,12 +8118,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/json-iterator/go@v1.1.12?package-id=74e15a2df70a7f53", + "bom-ref": "pkg:golang/github.com/google/go-cmp@v0.6.0?package-id=5f2b8a01315d9554", "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", + "name": "github.com/google/go-cmp", + "version": "v0.6.0", + "cpe": "cpe:2.3:a:google:go-cmp:v0.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/go-cmp@v0.6.0", "properties": [ { "name": "syft:package:foundBy", @@ -8099,15 +8143,11 @@ }, { "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:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:google:go_cmp:v0.6.0:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -8127,7 +8167,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=" + "value": "h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=" }, { "name": "syft:metadata:mainModule", @@ -8136,12 +8176,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/klauspost/compress@v1.16.0?package-id=677d56293bc71d22", + "bom-ref": "pkg:golang/github.com/google/gofuzz@v1.2.0?package-id=e72124c526683766", "type": "library", - "name": "github.com/klauspost/compress", - "version": "v1.16.0", - "cpe": "cpe:2.3:a:klauspost:compress:v1.16.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/klauspost/compress@v1.16.0", + "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", @@ -8161,7 +8201,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -8177,7 +8217,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:iULayQNOReoYUe+1qtKOqw9CwJv3aNQu8ivo7lw1HU4=" + "value": "h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0=" }, { "name": "syft:metadata:mainModule", @@ -8186,12 +8226,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/lann/builder@v0.0.0-20180802200727-47ae307949d0?package-id=6d5f1d5f2c5c59c9", + "bom-ref": "pkg:golang/github.com/google/gofuzz@v1.2.0?package-id=942bf8ca44b899da", "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", + "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", @@ -8211,11 +8251,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -8223,25 +8263,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:SOEGU9fKiNWd/HOJuq6+3iTQz8KNCLtVX6idSoTLdUw=" + "value": "h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/github.com/lann/ps@v0.0.0-20150810152359-62de8c46ede0?package-id=05f4cc7729f84444", + "bom-ref": "pkg:golang/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510?package-id=45f5b61e8d138cd7", "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", + "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", @@ -8261,7 +8305,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -8277,7 +8321,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:P6pPBnrTSX3DEVR4fDembhRWSsG5rVo6hYhAB/ADZrk=" + "value": "h1:El6M4kTTCOh6aBiKaUGG7oYTSPP8MxqL4YI3kZKwcP4=" }, { "name": "syft:metadata:mainModule", @@ -8286,12 +8330,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/lib/pq@v1.10.9?package-id=5cf8bbab6b2a9b3a", + "bom-ref": "pkg:golang/github.com/google/uuid@v1.3.0?package-id=ade53586e903b835", "type": "library", - "name": "github.com/lib/pq", - "version": "v1.10.9", - "cpe": "cpe:2.3:a:lib:pq:v1.10.9:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/lib/pq@v1.10.9", + "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", @@ -8311,7 +8355,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -8327,7 +8371,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw=" + "value": "h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=" }, { "name": "syft:metadata:mainModule", @@ -8336,12 +8380,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/liggitt/tabwriter@v0.0.0-20181228230101-89fcab3d43de?package-id=a99a32758ce75be1", + "bom-ref": "pkg:golang/github.com/google/uuid@v1.6.0?package-id=a5166b26c53b0dba", "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", + "name": "github.com/google/uuid", + "version": "v1.6.0", + "cpe": "cpe:2.3:a:google:uuid:v1.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/uuid@v1.6.0", "properties": [ { "name": "syft:package:foundBy", @@ -8361,11 +8405,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -8373,25 +8417,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:9TO3cAIGXtEhnIaL+V+BEER86oLrvS+kWobKpbJuye0=" + "value": "h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/github.com/mailru/easyjson@v0.7.7?package-id=3adb20bdb2caae58", + "bom-ref": "pkg:golang/github.com/gorilla/mux@v1.8.0?package-id=8d06b2f547bbada5", "type": "library", - "name": "github.com/mailru/easyjson", - "version": "v0.7.7", - "cpe": "cpe:2.3:a:mailru:easyjson:v0.7.7:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/mailru/easyjson@v0.7.7", + "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", @@ -8411,7 +8459,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -8427,7 +8475,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=" + "value": "h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI=" }, { "name": "syft:metadata:mainModule", @@ -8436,12 +8484,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/mailru/easyjson@v0.7.7?package-id=16b7ba0068bd23b3", + "bom-ref": "pkg:golang/github.com/gorilla/websocket@v1.5.0?package-id=7a4e4b44c66b30f4", "type": "library", - "name": "github.com/mailru/easyjson", - "version": "v0.7.7", - "cpe": "cpe:2.3:a:mailru:easyjson:v0.7.7:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/mailru/easyjson@v0.7.7", + "name": "github.com/gorilla/websocket", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:gorilla:websocket:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gorilla/websocket@v1.5.0", "properties": [ { "name": "syft:package:foundBy", @@ -8461,11 +8509,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -8473,29 +8521,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=" + "value": "h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/mattn/go-colorable@v0.1.13?package-id=ae21328621cf15fb", + "bom-ref": "pkg:golang/github.com/gosuri/uitable@v0.0.4?package-id=f6f4d90bb18dbacd", "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", + "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", @@ -8513,13 +8557,9 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:mattn:go_colorable:v0.1.13:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -8535,7 +8575,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=" + "value": "h1:IG2xLKRvErL3uhY6e1BylFzG+aJiwQviDDTfOKeKTpY=" }, { "name": "syft:metadata:mainModule", @@ -8544,12 +8584,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/mattn/go-isatty@v0.0.17?package-id=5e055ac29af0e9c2", + "bom-ref": "pkg:golang/github.com/gregjones/httpcache@v0.0.0-20180305231024-9cad4c3443a7?package-id=35b3edb78e301b02", "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", + "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", @@ -8567,13 +8607,9 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:mattn:go_isatty:v0.0.17:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -8589,7 +8625,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:BTarxUcIeDqL27Mc+vyvdWYSL28zpIhv3RoTdsLMPng=" + "value": "h1:pdN6V1QBWetyv/0+wjACpqVH+eVULgEjkurDLq3goeM=" }, { "name": "syft:metadata:mainModule", @@ -8598,12 +8634,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/mattn/go-runewidth@v0.0.9?package-id=f1ee7550d7e86533", + "bom-ref": "pkg:golang/github.com/h2non/filetype@v1.1.3?package-id=e3efc9250cc89302", "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", + "name": "github.com/h2non/filetype", + "version": "v1.1.3", + "cpe": "cpe:2.3:a:h2non:filetype:v1.1.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/h2non/filetype@v1.1.3", "properties": [ { "name": "syft:package:foundBy", @@ -8621,17 +8657,13 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:mattn:go_runewidth:v0.0.9:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -8639,25 +8671,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:Lm995f3rfxdpd6TSmuVCHVb/QhupuXlYr8sCI/QdE+0=" + "value": "h1:FKkx9QbD7HR/zjK1Ia5XiBsq9zdLi5Kf3zGyFTAFkGg=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4?package-id=5353b7ddbcc00b9f", + "bom-ref": "pkg:golang/github.com/h2non/go-is-svg@v0.0.0-20160927212452-35e8c4b0612c?package-id=fb00f964240022ce", "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", + "name": "github.com/h2non/go-is-svg", + "version": "v0.0.0-20160927212452-35e8c4b0612c", + "cpe": "cpe:2.3:a:h2non:go-is-svg:v0.0.0-20160927212452-35e8c4b0612c:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/h2non/go-is-svg@v0.0.0-20160927212452-35e8c4b0612c", "properties": [ { "name": "syft:package:foundBy", @@ -8677,15 +8713,15 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matttproud:golang_protobuf_extensions:v1.0.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:h2non:go_is_svg:v0.0.0-20160927212452-35e8c4b0612c:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -8693,25 +8729,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo=" + "value": "h1:fEE5/5VNnYUoBOj2I9TP8Jc+a7lge3QWn9DKE7NCwfc=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/github.com/mitchellh/copystructure@v1.2.0?package-id=8aefd8351bc36dd1", + "bom-ref": "pkg:golang/github.com/hashicorp/errwrap@v1.1.0?package-id=5edd33222d3136d1", "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", + "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", @@ -8731,7 +8771,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -8747,7 +8787,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw=" + "value": "h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I=" }, { "name": "syft:metadata:mainModule", @@ -8756,12 +8796,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/mitchellh/go-wordwrap@v1.0.1?package-id=46af92020340a772", + "bom-ref": "pkg:golang/github.com/hashicorp/go-multierror@v1.1.1?package-id=929c29772de2e9c8", "type": "library", - "name": "github.com/mitchellh/go-wordwrap", - "version": "v1.0.1", - "cpe": "cpe:2.3:a:mitchellh:go-wordwrap:v1.0.1:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/mitchellh/go-wordwrap@v1.0.1", + "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", @@ -8781,11 +8821,11 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mitchellh:go_wordwrap:v1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:hashicorp:go_multierror:v1.1.1:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -8801,7 +8841,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:TLuKupo69TCn6TQSyGxwI1EblZZEsQ0vMlAFQflz0v0=" + "value": "h1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+lD48awMYo=" }, { "name": "syft:metadata:mainModule", @@ -8810,12 +8850,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/mitchellh/reflectwalk@v1.0.2?package-id=d332413c231a4b16", + "bom-ref": "pkg:golang/github.com/huandu/xstrings@v1.4.0?package-id=10255fcc3ad4f81b", "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", + "name": "github.com/huandu/xstrings", + "version": "v1.4.0", + "cpe": "cpe:2.3:a:huandu:xstrings:v1.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/huandu/xstrings@v1.4.0", "properties": [ { "name": "syft:package:foundBy", @@ -8835,7 +8875,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -8851,7 +8891,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ=" + "value": "h1:D17IlohoQq4UcpqD7fDk80P7l+lwAmlFaBHgOipl2FU=" }, { "name": "syft:metadata:mainModule", @@ -8860,12 +8900,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/moby/locker@v1.0.1?package-id=90becb5c3f85ed39", + "bom-ref": "pkg:golang/github.com/imdario/mergo@v0.3.13?package-id=9eb5042e46d58de3", "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", + "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", @@ -8885,7 +8925,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -8901,7 +8941,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:fOXqR41zeveg4fFODix+1Ch4mj/gT0NE1XJbp/epuBg=" + "value": "h1:lFzP57bqS/wsqKssCGmtLAb8A0wKjLGrve2q3PPVcBk=" }, { "name": "syft:metadata:mainModule", @@ -8910,12 +8950,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/moby/spdystream@v0.2.0?package-id=b57cfc6174040478", + "bom-ref": "pkg:golang/github.com/imdario/mergo@v0.3.16?package-id=fab6144671f89918", "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", + "name": "github.com/imdario/mergo", + "version": "v0.3.16", + "cpe": "cpe:2.3:a:imdario:mergo:v0.3.16:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/imdario/mergo@v0.3.16", "properties": [ { "name": "syft:package:foundBy", @@ -8935,11 +8975,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -8947,25 +8987,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:cjW1zVyyoiM0T7b6UoySUFqzXMoqRckQtXwGPiBhOM8=" + "value": "h1:wwQJbIsHYGMUyLSPrEq1CT16AhnhNJQ51+4fdHUnCl4=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/github.com/moby/term@v0.5.0?package-id=c60a9df001bfc556", + "bom-ref": "pkg:golang/github.com/jmoiron/sqlx@v1.3.5?package-id=89e1c532e2079e1b", "type": "library", - "name": "github.com/moby/term", - "version": "v0.5.0", - "cpe": "cpe:2.3:a:moby:term:v0.5.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/moby/term@v0.5.0", + "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", @@ -8985,7 +9029,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -9001,7 +9045,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:xt8Q1nalod/v7BqbG21f8mQPqH+xAaC9C3N3wfWbVP0=" + "value": "h1:vFFPA71p1o5gAeqtEAwLU4dnX2napprKtHr7PYIcN3g=" }, { "name": "syft:metadata:mainModule", @@ -9010,12 +9054,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd?package-id=2454b118d4b42c2c", + "bom-ref": "pkg:golang/github.com/josharian/intern@v1.0.0?package-id=30d6ceb06cd6f71d", "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", + "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", @@ -9033,17 +9077,9 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "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:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -9059,7 +9095,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=" + "value": "h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=" }, { "name": "syft:metadata:mainModule", @@ -9068,12 +9104,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd?package-id=69a852b442377ad0", + "bom-ref": "pkg:golang/github.com/josharian/intern@v1.0.0?package-id=49068faf801cff21", "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", + "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", @@ -9091,17 +9127,9 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "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:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -9121,7 +9149,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=" + "value": "h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=" }, { "name": "syft:metadata:mainModule", @@ -9130,12 +9158,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/modern-go/reflect2@v1.0.2?package-id=58f42dfc15c4a637", + "bom-ref": "pkg:golang/github.com/json-iterator/go@v1.1.12?package-id=1fe4520a7147f1f4", "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", + "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", @@ -9155,15 +9183,15 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:modern_go:reflect2:v1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:json_iterator:go:v1.1.12:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:modern:reflect2:v1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:json:go:v1.1.12:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -9179,7 +9207,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=" + "value": "h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=" }, { "name": "syft:metadata:mainModule", @@ -9188,12 +9216,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/modern-go/reflect2@v1.0.2?package-id=c58da5a8a18d8e2e", + "bom-ref": "pkg:golang/github.com/json-iterator/go@v1.1.12?package-id=74e15a2df70a7f53", "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", + "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", @@ -9213,15 +9241,15 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:modern_go:reflect2:v1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:json_iterator:go:v1.1.12:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:modern:reflect2:v1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:json:go:v1.1.12:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -9241,7 +9269,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=" + "value": "h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=" }, { "name": "syft:metadata:mainModule", @@ -9250,12 +9278,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/monochromegane/go-gitignore@v0.0.0-20200626010858-205db1a8cc00?package-id=465ff1748a99c299", + "bom-ref": "pkg:golang/github.com/klauspost/compress@v1.16.0?package-id=677d56293bc71d22", "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", + "name": "github.com/klauspost/compress", + "version": "v1.16.0", + "cpe": "cpe:2.3:a:klauspost:compress:v1.16.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/klauspost/compress@v1.16.0", "properties": [ { "name": "syft:package:foundBy", @@ -9273,13 +9301,9 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:monochromegane:go_gitignore:v0.0.0-20200626010858-205db1a8cc00:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -9295,7 +9319,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:n6/2gBQ3RWajuToeY6ZtZTIKv2v7ThUy5KKusIT0yc0=" + "value": "h1:iULayQNOReoYUe+1qtKOqw9CwJv3aNQu8ivo7lw1HU4=" }, { "name": "syft:metadata:mainModule", @@ -9304,12 +9328,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822?package-id=4ba007fad345a760", + "bom-ref": "pkg:golang/github.com/lann/builder@v0.0.0-20180802200727-47ae307949d0?package-id=6d5f1d5f2c5c59c9", "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", + "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", @@ -9329,7 +9353,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -9345,7 +9369,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=" + "value": "h1:SOEGU9fKiNWd/HOJuq6+3iTQz8KNCLtVX6idSoTLdUw=" }, { "name": "syft:metadata:mainModule", @@ -9354,12 +9378,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822?package-id=7b1ee68c61485dca", + "bom-ref": "pkg:golang/github.com/lann/ps@v0.0.0-20150810152359-62de8c46ede0?package-id=05f4cc7729f84444", "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", + "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", @@ -9379,11 +9403,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -9391,29 +9415,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=" + "value": "h1:P6pPBnrTSX3DEVR4fDembhRWSsG5rVo6hYhAB/ADZrk=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/mxk/go-flowrate@v0.0.0-20140419014527-cca7078d478f?package-id=2c1887a5f4c015d6", + "bom-ref": "pkg:golang/github.com/lib/pq@v1.10.9?package-id=5cf8bbab6b2a9b3a", "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", + "name": "github.com/lib/pq", + "version": "v1.10.9", + "cpe": "cpe:2.3:a:lib:pq:v1.10.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lib/pq@v1.10.9", "properties": [ { "name": "syft:package:foundBy", @@ -9431,13 +9451,9 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:mxk:go_flowrate:v0.0.0-20140419014527-cca7078d478f:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -9453,7 +9469,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:y5//uYreIhSUg3J1GEMiLbxo1LJaP8RfCpH6pymGZus=" + "value": "h1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw=" }, { "name": "syft:metadata:mainModule", @@ -9462,12 +9478,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/mxk/go-flowrate@v0.0.0-20140419014527-cca7078d478f?package-id=9bc3e38c0eed6d4c", + "bom-ref": "pkg:golang/github.com/liggitt/tabwriter@v0.0.0-20181228230101-89fcab3d43de?package-id=a99a32758ce75be1", "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", + "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", @@ -9485,17 +9501,13 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:mxk:go_flowrate:v0.0.0-20140419014527-cca7078d478f:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -9503,29 +9515,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:y5//uYreIhSUg3J1GEMiLbxo1LJaP8RfCpH6pymGZus=" + "value": "h1:9TO3cAIGXtEhnIaL+V+BEER86oLrvS+kWobKpbJuye0=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/onsi/gomega@v1.33.0?package-id=bda5b30b5b7da945", + "bom-ref": "pkg:golang/github.com/mailru/easyjson@v0.7.7?package-id=3adb20bdb2caae58", "type": "library", - "name": "github.com/onsi/gomega", - "version": "v1.33.0", - "cpe": "cpe:2.3:a:onsi:gomega:v1.33.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/onsi/gomega@v1.33.0", + "name": "github.com/mailru/easyjson", + "version": "v0.7.7", + "cpe": "cpe:2.3:a:mailru:easyjson:v0.7.7:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mailru/easyjson@v0.7.7", "properties": [ { "name": "syft:package:foundBy", @@ -9545,11 +9553,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -9557,29 +9565,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:snPCflnZrpMsy94p4lXVEkHo12lmPnc3vY5XBbreexE=" + "value": "h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0?package-id=b564f8ac6501c481", + "bom-ref": "pkg:golang/github.com/mailru/easyjson@v0.7.7?package-id=16b7ba0068bd23b3", "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", + "name": "github.com/mailru/easyjson", + "version": "v0.7.7", + "cpe": "cpe:2.3:a:mailru:easyjson:v0.7.7:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mailru/easyjson@v0.7.7", "properties": [ { "name": "syft:package:foundBy", @@ -9597,17 +9601,13 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:opencontainers:go_digest:v1.0.0:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -9615,25 +9615,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=" + "value": "h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/github.com/opencontainers/image-spec@v1.1.0-rc6?package-id=76891e74a2522f8f", + "bom-ref": "pkg:golang/github.com/mattn/go-colorable@v0.1.13?package-id=ae21328621cf15fb", "type": "library", - "name": "github.com/opencontainers/image-spec", - "version": "v1.1.0-rc6", - "cpe": "cpe:2.3:a:opencontainers:image-spec:v1.1.0-rc6:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/opencontainers/image-spec@v1.1.0-rc6", + "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", @@ -9653,11 +9657,11 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:opencontainers:image_spec:v1.1.0-rc6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:mattn:go_colorable:v0.1.13:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -9673,7 +9677,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:XDqvyKsJEbRtATzkgItUqBA7QHk58yxX1Ov9HERHNqU=" + "value": "h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=" }, { "name": "syft:metadata:mainModule", @@ -9682,12 +9686,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/operator-framework/ansible-operator-plugins@v1.35.0-mark-unsafe-non-spec-object-main?package-id=8eb9a00f0200961e", + "bom-ref": "pkg:golang/github.com/mattn/go-isatty@v0.0.17?package-id=5e055ac29af0e9c2", "type": "library", - "name": "github.com/operator-framework/ansible-operator-plugins", - "version": "v1.35.0-mark-unsafe-non-spec-object-main", - "cpe": "cpe:2.3:a:operator-framework:ansible-operator-plugins:v1.35.0-mark-unsafe-non-spec-object-main:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/operator-framework/ansible-operator-plugins@v1.35.0-mark-unsafe-non-spec-object-main", + "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", @@ -9707,31 +9711,15 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:operator-framework:ansible_operator_plugins:v1.35.0-mark-unsafe-non-spec-object-main:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:operator_framework:ansible-operator-plugins:v1.35.0-mark-unsafe-non-spec-object-main:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:operator_framework:ansible_operator_plugins:v1.35.0-mark-unsafe-non-spec-object-main:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:operator:ansible-operator-plugins:v1.35.0-mark-unsafe-non-spec-object-main:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:operator:ansible_operator_plugins:v1.35.0-mark-unsafe-non-spec-object-main:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:mattn:go_isatty:v0.0.17:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -9739,25 +9727,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" + "value": "go1.22.5" }, { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "name": "syft:metadata:h1Digest", + "value": "h1:BTarxUcIeDqL27Mc+vyvdWYSL28zpIhv3RoTdsLMPng=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/operator-framework/api@v0.23.0?package-id=750e20b0172c8d1e", + "bom-ref": "pkg:golang/github.com/mattn/go-runewidth@v0.0.9?package-id=f1ee7550d7e86533", "type": "library", - "name": "github.com/operator-framework/api", - "version": "v0.23.0", - "cpe": "cpe:2.3:a:operator-framework:api:v0.23.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/operator-framework/api@v0.23.0", + "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", @@ -9777,19 +9765,15 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:operator_framework:api:v0.23.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:operator:api:v0.23.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:mattn:go_runewidth:v0.0.9:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -9797,29 +9781,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:kHymOwcHBpBVujT49SKOCd4EVG7Odwj4wl3NbOR2LLA=" + "value": "h1:Lm995f3rfxdpd6TSmuVCHVb/QhupuXlYr8sCI/QdE+0=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/operator-framework/operator-lib@v0.13.0?package-id=a9e73f5a2165b267", + "bom-ref": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4?package-id=5353b7ddbcc00b9f", "type": "library", - "name": "github.com/operator-framework/operator-lib", - "version": "v0.13.0", - "cpe": "cpe:2.3:a:operator-framework:operator-lib:v0.13.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/operator-framework/operator-lib@v0.13.0", + "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", @@ -9839,31 +9819,15 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:operator-framework:operator_lib:v0.13.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:operator_framework:operator-lib:v0.13.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:operator_framework:operator_lib:v0.13.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:operator:operator-lib:v0.13.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:operator:operator_lib:v0.13.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matttproud:golang_protobuf_extensions:v1.0.4:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -9871,29 +9835,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:+TWgJhbJqyNix9m1LmHK5gY/lb3CGqZX3Wvl7K0k+6I=" + "value": "h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/operator-framework/operator-registry@v1.39.0?package-id=556230a4d06b0e36", + "bom-ref": "pkg:golang/github.com/mitchellh/copystructure@v1.2.0?package-id=8aefd8351bc36dd1", "type": "library", - "name": "github.com/operator-framework/operator-registry", - "version": "v1.39.0", - "cpe": "cpe:2.3:a:operator-framework:operator-registry:v1.39.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/operator-framework/operator-registry@v1.39.0", + "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", @@ -9911,33 +9871,13 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:operator-framework:operator_registry:v1.39.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:operator_framework:operator-registry:v1.39.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:operator_framework:operator_registry:v1.39.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:operator:operator-registry:v1.39.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:operator:operator_registry:v1.39.0:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -9945,29 +9885,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:GiAlmA2h16sLpLjVIuURd2ANm7wYoUbssGCJbdGauYw=" + "value": "h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/peterbourgon/diskv@v2.0.1%2Bincompatible?package-id=27206ea262948f5c", + "bom-ref": "pkg:golang/github.com/mitchellh/go-wordwrap@v1.0.1?package-id=46af92020340a772", "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%2Bincompatible", + "name": "github.com/mitchellh/go-wordwrap", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:mitchellh:go-wordwrap:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/go-wordwrap@v1.0.1", "properties": [ { "name": "syft:package:foundBy", @@ -9985,9 +9921,13 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mitchellh:go_wordwrap:v1.0.1:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -10003,7 +9943,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:UBdAOUP5p4RWqPBg048CAvpKN+vxiaj6gdUUzhl4XmI=" + "value": "h1:TLuKupo69TCn6TQSyGxwI1EblZZEsQ0vMlAFQflz0v0=" }, { "name": "syft:metadata:mainModule", @@ -10012,12 +9952,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=2babb569359bb974", + "bom-ref": "pkg:golang/github.com/mitchellh/reflectwalk@v1.0.2?package-id=d332413c231a4b16", "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", + "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", @@ -10037,7 +9977,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -10053,7 +9993,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=" + "value": "h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ=" }, { "name": "syft:metadata:mainModule", @@ -10062,12 +10002,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=c3138c3ec6500d6a", + "bom-ref": "pkg:golang/github.com/moby/locker@v1.0.1?package-id=90becb5c3f85ed39", "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", + "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", @@ -10087,11 +10027,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -10099,29 +10039,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=" + "value": "h1:fOXqR41zeveg4fFODix+1Ch4mj/gT0NE1XJbp/epuBg=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/prometheus/client_golang@v1.16.0?package-id=c67411a13385a88e", + "bom-ref": "pkg:golang/github.com/moby/spdystream@v0.2.0?package-id=b57cfc6174040478", "type": "library", - "name": "github.com/prometheus/client_golang", - "version": "v1.16.0", - "cpe": "cpe:2.3:a:prometheus:client-golang:v1.16.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/prometheus/client_golang@v1.16.0", + "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", @@ -10139,13 +10075,9 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:prometheus:client_golang:v1.16.0:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -10161,7 +10093,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:yk/hx9hDbrGHovbci4BY+pRMfSuuat626eFsHb7tmT8=" + "value": "h1:cjW1zVyyoiM0T7b6UoySUFqzXMoqRckQtXwGPiBhOM8=" }, { "name": "syft:metadata:mainModule", @@ -10170,12 +10102,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/prometheus/client_golang@v1.19.0?package-id=d4a6d39b05d67237", + "bom-ref": "pkg:golang/github.com/moby/term@v0.5.0?package-id=c60a9df001bfc556", "type": "library", - "name": "github.com/prometheus/client_golang", - "version": "v1.19.0", - "cpe": "cpe:2.3:a:prometheus:client-golang:v1.19.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/prometheus/client_golang@v1.19.0", + "name": "github.com/moby/term", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:moby:term:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/term@v0.5.0", "properties": [ { "name": "syft:package:foundBy", @@ -10193,17 +10125,13 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:prometheus:client_golang:v1.19.0:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -10211,29 +10139,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:ygXvpU1AoN1MhdzckN+PyD9QJOSD4x7kmXYlnfbA6JU=" + "value": "h1:xt8Q1nalod/v7BqbG21f8mQPqH+xAaC9C3N3wfWbVP0=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/prometheus/client_model@v0.4.0?package-id=5d467475d348b694", + "bom-ref": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd?package-id=2454b118d4b42c2c", "type": "library", - "name": "github.com/prometheus/client_model", - "version": "v0.4.0", - "cpe": "cpe:2.3:a:prometheus:client-model:v0.4.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/prometheus/client_model@v0.4.0", + "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", @@ -10253,11 +10177,15 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:prometheus:client_model:v0.4.0:*:*:*:*:*:*:*" + "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:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -10273,7 +10201,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:5lQXD3cAg1OXBf4Wq03gTrXHeaV0TQvGfUooCfx1yqY=" + "value": "h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=" }, { "name": "syft:metadata:mainModule", @@ -10282,12 +10210,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/prometheus/client_model@v0.6.1?package-id=301089fa3799fe5c", + "bom-ref": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd?package-id=69a852b442377ad0", "type": "library", - "name": "github.com/prometheus/client_model", - "version": "v0.6.1", - "cpe": "cpe:2.3:a:prometheus:client-model:v0.6.1:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/prometheus/client_model@v0.6.1", + "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", @@ -10307,11 +10235,15 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:prometheus:client_model:v0.6.1:*:*:*:*:*:*:*" + "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:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -10331,7 +10263,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E=" + "value": "h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=" }, { "name": "syft:metadata:mainModule", @@ -10340,12 +10272,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/prometheus/common@v0.44.0?package-id=d777f9230684f487", + "bom-ref": "pkg:golang/github.com/modern-go/reflect2@v1.0.2?package-id=58f42dfc15c4a637", "type": "library", - "name": "github.com/prometheus/common", - "version": "v0.44.0", - "cpe": "cpe:2.3:a:prometheus:common:v0.44.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/prometheus/common@v0.44.0", + "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", @@ -10364,8 +10296,16 @@ "value": "go-module-buildinfo-entry" }, { - "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "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:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -10381,7 +10321,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:+5BrQJwiBB9xsMygAB3TNvpQKOwlkc25LbISbrdOOfY=" + "value": "h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=" }, { "name": "syft:metadata:mainModule", @@ -10390,12 +10330,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/prometheus/common@v0.48.0?package-id=ddac5d24fb0a6918", + "bom-ref": "pkg:golang/github.com/modern-go/reflect2@v1.0.2?package-id=c58da5a8a18d8e2e", "type": "library", - "name": "github.com/prometheus/common", - "version": "v0.48.0", - "cpe": "cpe:2.3:a:prometheus:common:v0.48.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/prometheus/common@v0.48.0", + "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", @@ -10413,9 +10353,17 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "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:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -10435,7 +10383,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:QO8U2CdOzSn1BBsmXJXduaaW+dY/5QLjfB8svtSzKKE=" + "value": "h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=" }, { "name": "syft:metadata:mainModule", @@ -10444,12 +10392,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/prometheus/procfs@v0.10.1?package-id=b86c5042968a034f", + "bom-ref": "pkg:golang/github.com/monochromegane/go-gitignore@v0.0.0-20200626010858-205db1a8cc00?package-id=465ff1748a99c299", "type": "library", - "name": "github.com/prometheus/procfs", - "version": "v0.10.1", - "cpe": "cpe:2.3:a:prometheus:procfs:v0.10.1:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/prometheus/procfs@v0.10.1", + "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", @@ -10467,9 +10415,13 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:monochromegane:go_gitignore:v0.0.0-20200626010858-205db1a8cc00:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -10485,7 +10437,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:kYK1Va/YMlutzCGazswoHKo//tZVlFpKYh+PymziUAg=" + "value": "h1:n6/2gBQ3RWajuToeY6ZtZTIKv2v7ThUy5KKusIT0yc0=" }, { "name": "syft:metadata:mainModule", @@ -10494,12 +10446,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/prometheus/procfs@v0.12.0?package-id=e7050f2c2e7d7c7e", + "bom-ref": "pkg:golang/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822?package-id=4ba007fad345a760", "type": "library", - "name": "github.com/prometheus/procfs", - "version": "v0.12.0", - "cpe": "cpe:2.3:a:prometheus:procfs:v0.12.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/prometheus/procfs@v0.12.0", + "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", @@ -10519,11 +10471,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -10531,29 +10483,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:jluTpSng7V9hY0O2R9DzzJHYb2xULk9VTR1V1R/k6Bo=" + "value": "h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/rubenv/sql-migrate@v1.5.2?package-id=eea599b2c4b084d0", + "bom-ref": "pkg:golang/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822?package-id=7b1ee68c61485dca", "type": "library", - "name": "github.com/rubenv/sql-migrate", - "version": "v1.5.2", - "cpe": "cpe:2.3:a:rubenv:sql-migrate:v1.5.2:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/rubenv/sql-migrate@v1.5.2", + "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", @@ -10571,17 +10519,13 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:rubenv:sql_migrate:v1.5.2:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -10589,25 +10533,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:bMDqOnrJVV/6JQgQ/MxOpU+AdO8uzYYA/TxFUBzFtS0=" + "value": "h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/github.com/russross/blackfriday@v2.1.0?package-id=c76ac18bed0488c8#v2", + "bom-ref": "pkg:golang/github.com/mxk/go-flowrate@v0.0.0-20140419014527-cca7078d478f?package-id=2c1887a5f4c015d6", "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.1.0#v2", + "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", @@ -10625,9 +10573,13 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mxk:go_flowrate:v0.0.0-20140419014527-cca7078d478f:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -10643,7 +10595,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=" + "value": "h1:y5//uYreIhSUg3J1GEMiLbxo1LJaP8RfCpH6pymGZus=" }, { "name": "syft:metadata:mainModule", @@ -10652,12 +10604,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/shopspring/decimal@v1.3.1?package-id=f5a8599952a99e63", + "bom-ref": "pkg:golang/github.com/mxk/go-flowrate@v0.0.0-20140419014527-cca7078d478f?package-id=9bc3e38c0eed6d4c", "type": "library", - "name": "github.com/shopspring/decimal", - "version": "v1.3.1", - "cpe": "cpe:2.3:a:shopspring:decimal:v1.3.1:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/shopspring/decimal@v1.3.1", + "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", @@ -10675,13 +10627,17 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mxk:go_flowrate:v0.0.0-20140419014527-cca7078d478f:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -10689,25 +10645,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:2Usl1nmF/WZucqkFZhnfFYxxxu8LG21F6nPQBE5gKV8=" + "value": "h1:y5//uYreIhSUg3J1GEMiLbxo1LJaP8RfCpH6pymGZus=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/github.com/sirupsen/logrus@v1.9.3?package-id=b59cf0219bbd34f7", + "bom-ref": "pkg:golang/github.com/onsi/gomega@v1.33.1?package-id=2adbf02740834c81", "type": "library", - "name": "github.com/sirupsen/logrus", - "version": "v1.9.3", - "cpe": "cpe:2.3:a:sirupsen:logrus:v1.9.3:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/sirupsen/logrus@v1.9.3", + "name": "github.com/onsi/gomega", + "version": "v1.33.1", + "cpe": "cpe:2.3:a:onsi:gomega:v1.33.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/onsi/gomega@v1.33.1", "properties": [ { "name": "syft:package:foundBy", @@ -10727,11 +10687,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -10739,25 +10699,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=" + "value": "h1:dsYjIxxSR755MDmKVsaFQTE22ChNBcuuTWgkUDSubOk=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/github.com/sirupsen/logrus@v1.9.3?package-id=14f9b36ae3c4b716", + "bom-ref": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0?package-id=b564f8ac6501c481", "type": "library", - "name": "github.com/sirupsen/logrus", - "version": "v1.9.3", - "cpe": "cpe:2.3:a:sirupsen:logrus:v1.9.3:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/sirupsen/logrus@v1.9.3", + "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", @@ -10775,13 +10739,17 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:go_digest:v1.0.0:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -10789,29 +10757,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=" + "value": "h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/spf13/afero@v1.11.0?package-id=05766d4e9b5ab8f8", + "bom-ref": "pkg:golang/github.com/opencontainers/image-spec@v1.1.0-rc6?package-id=76891e74a2522f8f", "type": "library", - "name": "github.com/spf13/afero", - "version": "v1.11.0", - "cpe": "cpe:2.3:a:spf13:afero:v1.11.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/spf13/afero@v1.11.0", + "name": "github.com/opencontainers/image-spec", + "version": "v1.1.0-rc6", + "cpe": "cpe:2.3:a:opencontainers:image-spec:v1.1.0-rc6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/image-spec@v1.1.0-rc6", "properties": [ { "name": "syft:package:foundBy", @@ -10829,13 +10793,17 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:image_spec:v1.1.0-rc6:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -10843,29 +10811,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:WJQKhtpdm3v2IzqG8VMqrr6Rf3UYpEF239Jy9wNepM8=" + "value": "h1:XDqvyKsJEbRtATzkgItUqBA7QHk58yxX1Ov9HERHNqU=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/spf13/cast@v1.5.0?package-id=87172a140a024fac", + "bom-ref": "pkg:golang/github.com/operator-framework/ansible-operator-plugins@v1.29.0?package-id=30cb6e3f993b9ef5", "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", + "name": "github.com/operator-framework/ansible-operator-plugins", + "version": "v1.29.0", + "cpe": "cpe:2.3:a:operator-framework:ansible-operator-plugins:v1.29.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/operator-framework/ansible-operator-plugins@v1.29.0", "properties": [ { "name": "syft:package:foundBy", @@ -10883,13 +10847,33 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:operator-framework:ansible_operator_plugins:v1.29.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:operator_framework:ansible-operator-plugins:v1.29.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:operator_framework:ansible_operator_plugins:v1.29.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:operator:ansible-operator-plugins:v1.29.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:operator:ansible_operator_plugins:v1.29.0:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -10897,25 +10881,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:rj3WzYc11XZaIZMPKmwP96zkFEnnAmV8s6XbB2aY32w=" + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/github.com/spf13/cobra@v1.8.0?package-id=947fae4a408761e4", + "bom-ref": "pkg:golang/github.com/operator-framework/api@v0.23.0?package-id=750e20b0172c8d1e", "type": "library", - "name": "github.com/spf13/cobra", - "version": "v1.8.0", - "cpe": "cpe:2.3:a:spf13:cobra:v1.8.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/spf13/cobra@v1.8.0", + "name": "github.com/operator-framework/api", + "version": "v0.23.0", + "cpe": "cpe:2.3:a:operator-framework:api:v0.23.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/operator-framework/api@v0.23.0", "properties": [ { "name": "syft:package:foundBy", @@ -10933,13 +10917,21 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:operator_framework:api:v0.23.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:operator:api:v0.23.0:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -10947,25 +10939,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:7aJaZx1B85qltLMc546zn58BxxfZdR/W22ej9CFoEf0=" + "value": "h1:kHymOwcHBpBVujT49SKOCd4EVG7Odwj4wl3NbOR2LLA=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/github.com/spf13/cobra@v1.8.0?package-id=d6d373069e7c8709", + "bom-ref": "pkg:golang/github.com/operator-framework/operator-lib@v0.13.0?package-id=a9e73f5a2165b267", "type": "library", - "name": "github.com/spf13/cobra", - "version": "v1.8.0", - "cpe": "cpe:2.3:a:spf13:cobra:v1.8.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/spf13/cobra@v1.8.0", + "name": "github.com/operator-framework/operator-lib", + "version": "v0.13.0", + "cpe": "cpe:2.3:a:operator-framework:operator-lib:v0.13.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/operator-framework/operator-lib@v0.13.0", "properties": [ { "name": "syft:package:foundBy", @@ -10983,9 +10979,29 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:operator-framework:operator_lib:v0.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:operator_framework:operator-lib:v0.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:operator_framework:operator_lib:v0.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:operator:operator-lib:v0.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:operator:operator_lib:v0.13.0:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -11005,7 +11021,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:7aJaZx1B85qltLMc546zn58BxxfZdR/W22ej9CFoEf0=" + "value": "h1:+TWgJhbJqyNix9m1LmHK5gY/lb3CGqZX3Wvl7K0k+6I=" }, { "name": "syft:metadata:mainModule", @@ -11014,12 +11030,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/spf13/pflag@v1.0.5?package-id=b78c23a3b74402d3", + "bom-ref": "pkg:golang/github.com/operator-framework/operator-registry@v1.39.0?package-id=556230a4d06b0e36", "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", + "name": "github.com/operator-framework/operator-registry", + "version": "v1.39.0", + "cpe": "cpe:2.3:a:operator-framework:operator-registry:v1.39.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/operator-framework/operator-registry@v1.39.0", "properties": [ { "name": "syft:package:foundBy", @@ -11038,58 +11054,28 @@ "value": "go-module-buildinfo-entry" }, { - "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" - }, - { - "name": "syft:location:0:path", - "value": "/bin/helm" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=" + "name": "syft:cpe23", + "value": "cpe:2.3:a:operator-framework:operator_registry:v1.39.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/spf13/pflag@v1.0.5?package-id=02166d57d5d40373", - "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:cpe23", + "value": "cpe:2.3:a:operator_framework:operator-registry:v1.39.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "go" + "name": "syft:cpe23", + "value": "cpe:2.3:a:operator_framework:operator_registry:v1.39.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "go-module" + "name": "syft:cpe23", + "value": "cpe:2.3:a:operator:operator-registry:v1.39.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:operator:operator_registry:v1.39.0:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -11109,7 +11095,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=" + "value": "h1:GiAlmA2h16sLpLjVIuURd2ANm7wYoUbssGCJbdGauYw=" }, { "name": "syft:metadata:mainModule", @@ -11118,12 +11104,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/stoewer/go-strcase@v1.3.0?package-id=08cc07930dc27234", + "bom-ref": "pkg:golang/github.com/peterbourgon/diskv@v2.0.1%2Bincompatible?package-id=27206ea262948f5c", "type": "library", - "name": "github.com/stoewer/go-strcase", - "version": "v1.3.0", - "cpe": "cpe:2.3:a:stoewer:go-strcase:v1.3.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/stoewer/go-strcase@v1.3.0", + "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%2Bincompatible", "properties": [ { "name": "syft:package:foundBy", @@ -11141,17 +11127,13 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:stoewer:go_strcase:v1.3.0:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -11159,29 +11141,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:g0eASXYtp+yvN9fK8sH94oCIk0fau9uV1/ZdJ0AVEzs=" + "value": "h1:UBdAOUP5p4RWqPBg048CAvpKN+vxiaj6gdUUzhl4XmI=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/xeipuuv/gojsonpointer@v0.0.0-20190905194746-02993c407bfb?package-id=f841f4cbbbdcf752", + "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=2babb569359bb974", "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", + "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", @@ -11201,7 +11179,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -11217,7 +11195,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:zGWFAtiMcyryUHoUjUJX0/lt1H2+i2Ka2n+D3DImSNo=" + "value": "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=" }, { "name": "syft:metadata:mainModule", @@ -11226,12 +11204,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/xeipuuv/gojsonreference@v0.0.0-20180127040603-bd5ef7bd5415?package-id=3008016ad4dd64b7", + "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=c3138c3ec6500d6a", "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", + "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", @@ -11251,11 +11229,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -11263,25 +11241,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:EzJWgHovont7NscjpAxXsDA8S8BMYve8Y5+7cuRE7R0=" + "value": "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/github.com/xeipuuv/gojsonschema@v1.2.0?package-id=cd521ef7252ea944", + "bom-ref": "pkg:golang/github.com/prometheus/client_golang@v1.16.0?package-id=c67411a13385a88e", "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", + "name": "github.com/prometheus/client_golang", + "version": "v1.16.0", + "cpe": "cpe:2.3:a:prometheus:client-golang:v1.16.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_golang@v1.16.0", "properties": [ { "name": "syft:package:foundBy", @@ -11299,9 +11281,13 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_golang:v1.16.0:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -11317,7 +11303,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:LhYJRs+L4fBtjZUfuSZIKGeVu0QRy8e5Xi7D17UxZ74=" + "value": "h1:yk/hx9hDbrGHovbci4BY+pRMfSuuat626eFsHb7tmT8=" }, { "name": "syft:metadata:mainModule", @@ -11326,12 +11312,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/xlab/treeprint@v1.2.0?package-id=a4dd01d69bfebd08", + "bom-ref": "pkg:golang/github.com/prometheus/client_golang@v1.19.0?package-id=d4a6d39b05d67237", "type": "library", - "name": "github.com/xlab/treeprint", - "version": "v1.2.0", - "cpe": "cpe:2.3:a:xlab:treeprint:v1.2.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/xlab/treeprint@v1.2.0", + "name": "github.com/prometheus/client_golang", + "version": "v1.19.0", + "cpe": "cpe:2.3:a:prometheus:client-golang:v1.19.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_golang@v1.19.0", "properties": [ { "name": "syft:package:foundBy", @@ -11349,13 +11335,17 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_golang:v1.19.0:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -11363,25 +11353,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:HzHnuAF1plUN2zGlAFHbSQP2qJ0ZAD3XF5XD7OesXRQ=" + "value": "h1:ygXvpU1AoN1MhdzckN+PyD9QJOSD4x7kmXYlnfbA6JU=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/go.opentelemetry.io/contrib/instrumentation@v0.45.0?package-id=160c7b3976622032#net/http/otelhttp", + "bom-ref": "pkg:golang/github.com/prometheus/client_model@v0.4.0?package-id=5d467475d348b694", "type": "library", - "name": "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp", - "version": "v0.45.0", - "cpe": "cpe:2.3:a:contrib:instrumentation\\/net\\/http\\/otelhttp:v0.45.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/go.opentelemetry.io/contrib/instrumentation@v0.45.0#net/http/otelhttp", + "name": "github.com/prometheus/client_model", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:prometheus:client-model:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_model@v0.4.0", "properties": [ { "name": "syft:package:foundBy", @@ -11399,9 +11393,13 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_model:v0.4.0:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -11417,7 +11415,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:x8Z78aZx8cOF0+Kkazoc7lwUNMGy0LrzEMxTm4BbTxg=" + "value": "h1:5lQXD3cAg1OXBf4Wq03gTrXHeaV0TQvGfUooCfx1yqY=" }, { "name": "syft:metadata:mainModule", @@ -11426,11 +11424,12 @@ ] }, { - "bom-ref": "pkg:golang/go.opentelemetry.io/otel@v1.19.0?package-id=c7cc7b86e75fb2cf", + "bom-ref": "pkg:golang/github.com/prometheus/client_model@v0.6.1?package-id=301089fa3799fe5c", "type": "library", - "name": "go.opentelemetry.io/otel", - "version": "v1.19.0", - "purl": "pkg:golang/go.opentelemetry.io/otel@v1.19.0", + "name": "github.com/prometheus/client_model", + "version": "v0.6.1", + "cpe": "cpe:2.3:a:prometheus:client-model:v0.6.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_model@v0.6.1", "properties": [ { "name": "syft:package:foundBy", @@ -11448,13 +11447,17 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_model:v0.6.1:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -11462,25 +11465,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:MuS/TNf4/j4IXsZuJegVzI1cwut7Qc00344rgH7p8bs=" + "value": "h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/go.opentelemetry.io/otel/metric@v1.19.0?package-id=44cb39e7c16e7538", + "bom-ref": "pkg:golang/github.com/prometheus/common@v0.44.0?package-id=d777f9230684f487", "type": "library", - "name": "go.opentelemetry.io/otel/metric", - "version": "v1.19.0", - "cpe": "cpe:2.3:a:otel:metric:v1.19.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/go.opentelemetry.io/otel/metric@v1.19.0", + "name": "github.com/prometheus/common", + "version": "v0.44.0", + "cpe": "cpe:2.3:a:prometheus:common:v0.44.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/common@v0.44.0", "properties": [ { "name": "syft:package:foundBy", @@ -11500,7 +11507,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -11516,7 +11523,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:aTzpGtV0ar9wlV4Sna9sdJyII5jTVJEvKETPiOKwvpE=" + "value": "h1:+5BrQJwiBB9xsMygAB3TNvpQKOwlkc25LbISbrdOOfY=" }, { "name": "syft:metadata:mainModule", @@ -11525,12 +11532,12 @@ ] }, { - "bom-ref": "pkg:golang/go.opentelemetry.io/otel/trace@v1.19.0?package-id=2667630d0297c6b8", + "bom-ref": "pkg:golang/github.com/prometheus/common@v0.48.0?package-id=ddac5d24fb0a6918", "type": "library", - "name": "go.opentelemetry.io/otel/trace", - "version": "v1.19.0", - "cpe": "cpe:2.3:a:otel:trace:v1.19.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/go.opentelemetry.io/otel/trace@v1.19.0", + "name": "github.com/prometheus/common", + "version": "v0.48.0", + "cpe": "cpe:2.3:a:prometheus:common:v0.48.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/common@v0.48.0", "properties": [ { "name": "syft:package:foundBy", @@ -11550,11 +11557,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -11562,24 +11569,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:DFVQmlVbfVeOuBRrwdtaehRrWiL1JoVs9CPIQ1Dzxpg=" + "value": "h1:QO8U2CdOzSn1BBsmXJXduaaW+dY/5QLjfB8svtSzKKE=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/go.starlark.net@v0.0.0-20230525235612-a134d8f9ddca?package-id=49dd9bdf33314b90", + "bom-ref": "pkg:golang/github.com/prometheus/procfs@v0.10.1?package-id=b86c5042968a034f", "type": "library", - "name": "go.starlark.net", - "version": "v0.0.0-20230525235612-a134d8f9ddca", - "purl": "pkg:golang/go.starlark.net@v0.0.0-20230525235612-a134d8f9ddca", + "name": "github.com/prometheus/procfs", + "version": "v0.10.1", + "cpe": "cpe:2.3:a:prometheus:procfs:v0.10.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/procfs@v0.10.1", "properties": [ { "name": "syft:package:foundBy", @@ -11599,7 +11611,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -11615,7 +11627,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:VdD38733bfYv5tUZwEIskMM93VanwNIi5bIKnDrJdEY=" + "value": "h1:kYK1Va/YMlutzCGazswoHKo//tZVlFpKYh+PymziUAg=" }, { "name": "syft:metadata:mainModule", @@ -11624,11 +11636,12 @@ ] }, { - "bom-ref": "pkg:golang/go.uber.org/multierr@v1.11.0?package-id=0be6547bb8d6f8d3", + "bom-ref": "pkg:golang/github.com/prometheus/procfs@v0.12.0?package-id=e7050f2c2e7d7c7e", "type": "library", - "name": "go.uber.org/multierr", - "version": "v1.11.0", - "purl": "pkg:golang/go.uber.org/multierr@v1.11.0", + "name": "github.com/prometheus/procfs", + "version": "v0.12.0", + "cpe": "cpe:2.3:a:prometheus:procfs:v0.12.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/procfs@v0.12.0", "properties": [ { "name": "syft:package:foundBy", @@ -11648,7 +11661,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -11668,7 +11681,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=" + "value": "h1:jluTpSng7V9hY0O2R9DzzJHYb2xULk9VTR1V1R/k6Bo=" }, { "name": "syft:metadata:mainModule", @@ -11677,11 +11690,12 @@ ] }, { - "bom-ref": "pkg:golang/go.uber.org/zap@v1.26.0?package-id=4e44f1a71b058dfc", + "bom-ref": "pkg:golang/github.com/rubenv/sql-migrate@v1.5.2?package-id=eea599b2c4b084d0", "type": "library", - "name": "go.uber.org/zap", - "version": "v1.26.0", - "purl": "pkg:golang/go.uber.org/zap@v1.26.0", + "name": "github.com/rubenv/sql-migrate", + "version": "v1.5.2", + "cpe": "cpe:2.3:a:rubenv:sql-migrate:v1.5.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/rubenv/sql-migrate@v1.5.2", "properties": [ { "name": "syft:package:foundBy", @@ -11699,13 +11713,17 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rubenv:sql_migrate:v1.5.2:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -11713,29 +11731,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:sI7k6L95XOKS281NhVKOFCUNIvv9e0w4BF8N3u+tCRo=" + "value": "h1:bMDqOnrJVV/6JQgQ/MxOpU+AdO8uzYYA/TxFUBzFtS0=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/golang.org/x/crypto@v0.21.0?package-id=f9ae10a35a2065b9", + "bom-ref": "pkg:golang/github.com/russross/blackfriday@v2.1.0?package-id=c76ac18bed0488c8#v2", "type": "library", - "name": "golang.org/x/crypto", - "version": "v0.21.0", - "cpe": "cpe:2.3:a:golang:x\\/crypto:v0.21.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/golang.org/x/crypto@v0.21.0", + "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.1.0#v2", "properties": [ { "name": "syft:package:foundBy", @@ -11755,7 +11769,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -11771,7 +11785,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:X31++rzVUdKhX5sWmSOFZxx8UW/ldWx55cbf08iNAMA=" + "value": "h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=" }, { "name": "syft:metadata:mainModule", @@ -11780,12 +11794,12 @@ ] }, { - "bom-ref": "pkg:golang/golang.org/x/exp@v0.0.0-20240213143201-ec583247a57a?package-id=4ed98bdb2a19104a", + "bom-ref": "pkg:golang/github.com/shopspring/decimal@v1.3.1?package-id=f5a8599952a99e63", "type": "library", - "name": "golang.org/x/exp", - "version": "v0.0.0-20240213143201-ec583247a57a", - "cpe": "cpe:2.3:a:golang:x\\/exp:v0.0.0-20240213143201-ec583247a57a:*:*:*:*:*:*:*", - "purl": "pkg:golang/golang.org/x/exp@v0.0.0-20240213143201-ec583247a57a", + "name": "github.com/shopspring/decimal", + "version": "v1.3.1", + "cpe": "cpe:2.3:a:shopspring:decimal:v1.3.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/shopspring/decimal@v1.3.1", "properties": [ { "name": "syft:package:foundBy", @@ -11805,11 +11819,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -11817,29 +11831,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:HinSgX1tJRX3KsL//Gxynpw5CTOAIPhgL4W8PNiIpVE=" + "value": "h1:2Usl1nmF/WZucqkFZhnfFYxxxu8LG21F6nPQBE5gKV8=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/golang.org/x/net@v0.23.0?package-id=82f68980b5bfe876", + "bom-ref": "pkg:golang/github.com/sirupsen/logrus@v1.9.3?package-id=b59cf0219bbd34f7", "type": "library", - "name": "golang.org/x/net", - "version": "v0.23.0", - "cpe": "cpe:2.3:a:golang:networking:v0.23.0:*:*:*:*:go:*:*", - "purl": "pkg:golang/golang.org/x/net@v0.23.0", + "name": "github.com/sirupsen/logrus", + "version": "v1.9.3", + "cpe": "cpe:2.3:a:sirupsen:logrus:v1.9.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/sirupsen/logrus@v1.9.3", "properties": [ { "name": "syft:package:foundBy", @@ -11859,7 +11869,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -11875,7 +11885,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:7EYJ93RZ9vYSZAIb2x3lnuvqO5zneoD6IvWjuhfxjTs=" + "value": "h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=" }, { "name": "syft:metadata:mainModule", @@ -11884,12 +11894,12 @@ ] }, { - "bom-ref": "pkg:golang/golang.org/x/net@v0.24.0?package-id=0f6501568342ebe5", + "bom-ref": "pkg:golang/github.com/sirupsen/logrus@v1.9.3?package-id=14f9b36ae3c4b716", "type": "library", - "name": "golang.org/x/net", - "version": "v0.24.0", - "cpe": "cpe:2.3:a:golang:networking:v0.24.0:*:*:*:*:go:*:*", - "purl": "pkg:golang/golang.org/x/net@v0.24.0", + "name": "github.com/sirupsen/logrus", + "version": "v1.9.3", + "cpe": "cpe:2.3:a:sirupsen:logrus:v1.9.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/sirupsen/logrus@v1.9.3", "properties": [ { "name": "syft:package:foundBy", @@ -11909,7 +11919,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -11929,7 +11939,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:1PcaxkF854Fu3+lvBIx5SYn9wRlBzzcnHZSiaFFAb0w=" + "value": "h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=" }, { "name": "syft:metadata:mainModule", @@ -11938,62 +11948,12 @@ ] }, { - "bom-ref": "pkg:golang/golang.org/x/oauth2@v0.10.0?package-id=d7c34e6cc71eb1f2", - "type": "library", - "name": "golang.org/x/oauth2", - "version": "v0.10.0", - "cpe": "cpe:2.3:a:golang:x\\/oauth2:v0.10.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/golang.org/x/oauth2@v0.10.0", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" - }, - { - "name": "syft:package:language", - "value": "go" - }, - { - "name": "syft:package:type", - "value": "go-module" - }, - { - "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" - }, - { - "name": "syft:location:0:path", - "value": "/bin/helm" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:zHCpF2Khkwy4mMB4bv0U37YtJdTGW8jI0glAApi0Kh8=" - }, - { - "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" - } - ] - }, - { - "bom-ref": "pkg:golang/golang.org/x/oauth2@v0.17.0?package-id=f3b27b9f221274da", + "bom-ref": "pkg:golang/github.com/spf13/afero@v1.11.0?package-id=05766d4e9b5ab8f8", "type": "library", - "name": "golang.org/x/oauth2", - "version": "v0.17.0", - "cpe": "cpe:2.3:a:golang:x\\/oauth2:v0.17.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/golang.org/x/oauth2@v0.17.0", + "name": "github.com/spf13/afero", + "version": "v1.11.0", + "cpe": "cpe:2.3:a:spf13:afero:v1.11.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/afero@v1.11.0", "properties": [ { "name": "syft:package:foundBy", @@ -12013,7 +11973,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -12033,7 +11993,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:6m3ZPmLEFdVxKKWnKq4VqZ60gutO35zm+zrAHVmHyDQ=" + "value": "h1:WJQKhtpdm3v2IzqG8VMqrr6Rf3UYpEF239Jy9wNepM8=" }, { "name": "syft:metadata:mainModule", @@ -12042,12 +12002,12 @@ ] }, { - "bom-ref": "pkg:golang/golang.org/x/sync@v0.6.0?package-id=6f454635d094f7bf", + "bom-ref": "pkg:golang/github.com/spf13/cast@v1.5.0?package-id=87172a140a024fac", "type": "library", - "name": "golang.org/x/sync", - "version": "v0.6.0", - "cpe": "cpe:2.3:a:golang:x\\/sync:v0.6.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/golang.org/x/sync@v0.6.0", + "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", @@ -12067,7 +12027,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -12083,7 +12043,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:5BMeUDZ7vkXGfEr1x9B4bRcTH4lpkTkpdh0T/J+qjbQ=" + "value": "h1:rj3WzYc11XZaIZMPKmwP96zkFEnnAmV8s6XbB2aY32w=" }, { "name": "syft:metadata:mainModule", @@ -12092,12 +12052,12 @@ ] }, { - "bom-ref": "pkg:golang/golang.org/x/sys@v0.18.0?package-id=aa1cac719fa9a881", + "bom-ref": "pkg:golang/github.com/spf13/cobra@v1.8.0?package-id=947fae4a408761e4", "type": "library", - "name": "golang.org/x/sys", - "version": "v0.18.0", - "cpe": "cpe:2.3:a:golang:x\\/sys:v0.18.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/golang.org/x/sys@v0.18.0", + "name": "github.com/spf13/cobra", + "version": "v1.8.0", + "cpe": "cpe:2.3:a:spf13:cobra:v1.8.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/cobra@v1.8.0", "properties": [ { "name": "syft:package:foundBy", @@ -12117,7 +12077,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -12133,7 +12093,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:DBdB3niSjOA/O0blCZBqDefyWNYveAYMNF1Wum0DYQ4=" + "value": "h1:7aJaZx1B85qltLMc546zn58BxxfZdR/W22ej9CFoEf0=" }, { "name": "syft:metadata:mainModule", @@ -12142,12 +12102,12 @@ ] }, { - "bom-ref": "pkg:golang/golang.org/x/sys@v0.19.0?package-id=19a9d31ecbe5fc74", + "bom-ref": "pkg:golang/github.com/spf13/cobra@v1.8.0?package-id=d6d373069e7c8709", "type": "library", - "name": "golang.org/x/sys", - "version": "v0.19.0", - "cpe": "cpe:2.3:a:golang:x\\/sys:v0.19.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/golang.org/x/sys@v0.19.0", + "name": "github.com/spf13/cobra", + "version": "v1.8.0", + "cpe": "cpe:2.3:a:spf13:cobra:v1.8.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/cobra@v1.8.0", "properties": [ { "name": "syft:package:foundBy", @@ -12167,7 +12127,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -12187,7 +12147,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:q5f1RH2jigJ1MoAWp2KTp3gm5zAGFUTarQZ5U386+4o=" + "value": "h1:7aJaZx1B85qltLMc546zn58BxxfZdR/W22ej9CFoEf0=" }, { "name": "syft:metadata:mainModule", @@ -12196,12 +12156,12 @@ ] }, { - "bom-ref": "pkg:golang/golang.org/x/term@v0.18.0?package-id=820775970676c74a", + "bom-ref": "pkg:golang/github.com/spf13/pflag@v1.0.5?package-id=b78c23a3b74402d3", "type": "library", - "name": "golang.org/x/term", - "version": "v0.18.0", - "cpe": "cpe:2.3:a:golang:x\\/term:v0.18.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/golang.org/x/term@v0.18.0", + "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", @@ -12221,7 +12181,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -12237,7 +12197,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:FcHjZXDMxI8mM3nwhX9HlKop4C0YQvCVCdwYl2wOtE8=" + "value": "h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=" }, { "name": "syft:metadata:mainModule", @@ -12246,12 +12206,12 @@ ] }, { - "bom-ref": "pkg:golang/golang.org/x/term@v0.19.0?package-id=34906cd83f55b70b", + "bom-ref": "pkg:golang/github.com/spf13/pflag@v1.0.5?package-id=02166d57d5d40373", "type": "library", - "name": "golang.org/x/term", - "version": "v0.19.0", - "cpe": "cpe:2.3:a:golang:x\\/term:v0.19.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/golang.org/x/term@v0.19.0", + "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", @@ -12271,7 +12231,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -12291,7 +12251,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:+ThwsDv+tYfnJFhF4L8jITxu1tdTWRTZpdsWgEgjL6Q=" + "value": "h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=" }, { "name": "syft:metadata:mainModule", @@ -12300,12 +12260,12 @@ ] }, { - "bom-ref": "pkg:golang/golang.org/x/text@v0.14.0?package-id=314882ceb34fbccf", + "bom-ref": "pkg:golang/github.com/stoewer/go-strcase@v1.3.0?package-id=08cc07930dc27234", "type": "library", - "name": "golang.org/x/text", - "version": "v0.14.0", - "cpe": "cpe:2.3:a:golang:text:v0.14.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/golang.org/x/text@v0.14.0", + "name": "github.com/stoewer/go-strcase", + "version": "v1.3.0", + "cpe": "cpe:2.3:a:stoewer:go-strcase:v1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/stoewer/go-strcase@v1.3.0", "properties": [ { "name": "syft:package:foundBy", @@ -12323,13 +12283,17 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stoewer:go_strcase:v1.3.0:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -12337,25 +12301,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=" + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:g0eASXYtp+yvN9fK8sH94oCIk0fau9uV1/ZdJ0AVEzs=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/golang.org/x/text@v0.14.0?package-id=25d405d4e0296a3b", + "bom-ref": "pkg:golang/github.com/xeipuuv/gojsonpointer@v0.0.0-20190905194746-02993c407bfb?package-id=f841f4cbbbdcf752", "type": "library", - "name": "golang.org/x/text", - "version": "v0.14.0", - "cpe": "cpe:2.3:a:golang:text:v0.14.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/golang.org/x/text@v0.14.0", + "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", @@ -12375,11 +12343,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -12387,29 +12355,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=" + "value": "h1:zGWFAtiMcyryUHoUjUJX0/lt1H2+i2Ka2n+D3DImSNo=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/golang.org/x/time@v0.3.0?package-id=218a5626a5c0b15a", + "bom-ref": "pkg:golang/github.com/xeipuuv/gojsonreference@v0.0.0-20180127040603-bd5ef7bd5415?package-id=3008016ad4dd64b7", "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", + "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", @@ -12429,7 +12393,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -12445,7 +12409,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:rg5rLMjNzMS1RkNLzCG38eapWhnYLFYXDXj2gOlr8j4=" + "value": "h1:EzJWgHovont7NscjpAxXsDA8S8BMYve8Y5+7cuRE7R0=" }, { "name": "syft:metadata:mainModule", @@ -12454,12 +12418,12 @@ ] }, { - "bom-ref": "pkg:golang/golang.org/x/time@v0.5.0?package-id=ba90e129b4fe2193", + "bom-ref": "pkg:golang/github.com/xeipuuv/gojsonschema@v1.2.0?package-id=cd521ef7252ea944", "type": "library", - "name": "golang.org/x/time", - "version": "v0.5.0", - "cpe": "cpe:2.3:a:golang:x\\/time:v0.5.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/golang.org/x/time@v0.5.0", + "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", @@ -12479,11 +12443,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -12491,29 +12455,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:o7cqy6amK/52YcAKIPlM3a+Fpj35zvRj2TP+e1xFSfk=" + "value": "h1:LhYJRs+L4fBtjZUfuSZIKGeVu0QRy8e5Xi7D17UxZ74=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/gomodules.xyz/jsonpatch/v2@v2.4.0?package-id=dec66c25bc2f0206", + "bom-ref": "pkg:golang/github.com/xlab/treeprint@v1.2.0?package-id=a4dd01d69bfebd08", "type": "library", - "name": "gomodules.xyz/jsonpatch/v2", - "version": "v2.4.0", - "cpe": "cpe:2.3:a:jsonpatch:v2:v2.4.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/gomodules.xyz/jsonpatch/v2@v2.4.0", + "name": "github.com/xlab/treeprint", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:xlab:treeprint:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xlab/treeprint@v1.2.0", "properties": [ { "name": "syft:package:foundBy", @@ -12533,11 +12493,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -12545,323 +12505,325 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:Ci3iUJyx9UeRx7CeFN8ARgGbkESwJK+KB9lLcWxY/Zw=" + "value": "h1:HzHnuAF1plUN2zGlAFHbSQP2qJ0ZAD3XF5XD7OesXRQ=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:pypi/google-auth@2.32.0?package-id=56ed3a8c2276907c", + "bom-ref": "pkg:golang/go.opentelemetry.io/contrib/instrumentation@v0.45.0?package-id=160c7b3976622032#net/http/otelhttp", "type": "library", - "author": "Google Cloud Platform ", - "name": "google-auth", - "version": "2.32.0", - "licenses": [ - { - "license": { - "name": "Apache 2.0" - } - } - ], - "cpe": "cpe:2.3:a:google_cloud_platform_project:python-google-auth:2.32.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/google-auth@2.32.0", + "name": "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp", + "version": "v0.45.0", + "cpe": "cpe:2.3:a:contrib:instrumentation\\/net\\/http\\/otelhttp:v0.45.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/contrib/instrumentation@v0.45.0#net/http/otelhttp", "properties": [ { "name": "syft:package:foundBy", - "value": "python-installed-package-cataloger" + "value": "go-module-binary-cataloger" }, { "name": "syft:package:language", - "value": "python" + "value": "go" }, { "name": "syft:package:type", - "value": "python" + "value": "go-module" }, { "name": "syft:package:metadataType", - "value": "python-package" + "value": "go-module-buildinfo-entry" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google_cloud_platform_project:python_google_auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:location:0:layerID", + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google_cloud_platformproject:python-google-auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:location:0:path", + "value": "/bin/helm" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google_cloud_platformproject:python_google_auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:metadata:architecture", + "value": "amd64" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:googleapis_packages_project:python-google-auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:googleapis_packages_project:python_google_auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:metadata:h1Digest", + "value": "h1:x8Z78aZx8cOF0+Kkazoc7lwUNMGy0LrzEMxTm4BbTxg=" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:googleapis_packagesproject:python-google-auth:2.32.0:*:*:*:*:*:*:*" - }, + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel@v1.19.0?package-id=c7cc7b86e75fb2cf", + "type": "library", + "name": "go.opentelemetry.io/otel", + "version": "v1.19.0", + "purl": "pkg:golang/go.opentelemetry.io/otel@v1.19.0", + "properties": [ { - "name": "syft:cpe23", - "value": "cpe:2.3:a:googleapis_packagesproject:python_google_auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google_cloud_platform_project:google-auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:package:language", + "value": "go" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google_cloud_platform_project:google_auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:package:type", + "value": "go-module" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google_cloud_platform:python-google-auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google_cloud_platform:python_google_auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:location:0:layerID", + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google_cloud_platformproject:google-auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:location:0:path", + "value": "/bin/helm" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google_cloud_platformproject:google_auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:metadata:architecture", + "value": "amd64" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:googleapis_packages_project:google-auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:googleapis_packages_project:google_auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:metadata:h1Digest", + "value": "h1:MuS/TNf4/j4IXsZuJegVzI1cwut7Qc00344rgH7p8bs=" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:googleapis-packages:python-google-auth:2.32.0:*:*:*:*:*:*:*" - }, + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/metric@v1.19.0?package-id=44cb39e7c16e7538", + "type": "library", + "name": "go.opentelemetry.io/otel/metric", + "version": "v1.19.0", + "cpe": "cpe:2.3:a:otel:metric:v1.19.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/metric@v1.19.0", + "properties": [ { - "name": "syft:cpe23", - "value": "cpe:2.3:a:googleapis-packages:python_google_auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:googleapis_packages:python-google-auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:package:language", + "value": "go" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:googleapis_packages:python_google_auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:package:type", + "value": "go-module" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:googleapis_packagesproject:google-auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:googleapis_packagesproject:google_auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:location:0:layerID", + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-google-auth:python-google-auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:location:0:path", + "value": "/bin/helm" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-google-auth:python_google_auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:metadata:architecture", + "value": "amd64" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_google_auth:python-google-auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_google_auth:python_google_auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:metadata:h1Digest", + "value": "h1:aTzpGtV0ar9wlV4Sna9sdJyII5jTVJEvKETPiOKwvpE=" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google_cloud_platform:google-auth:2.32.0:*:*:*:*:*:*:*" - }, + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/trace@v1.19.0?package-id=2667630d0297c6b8", + "type": "library", + "name": "go.opentelemetry.io/otel/trace", + "version": "v1.19.0", + "cpe": "cpe:2.3:a:otel:trace:v1.19.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/trace@v1.19.0", + "properties": [ { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google_cloud_platform:google_auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-google:python-google-auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:package:language", + "value": "go" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-google:python_google_auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:package:type", + "value": "go-module" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_google:python-google-auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_google:python_google_auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:location:0:layerID", + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:googleapis-packages:google-auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:location:0:path", + "value": "/bin/helm" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:googleapis-packages:google_auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:metadata:architecture", + "value": "amd64" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:googleapis_packages:google-auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:googleapis_packages:google_auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:metadata:h1Digest", + "value": "h1:DFVQmlVbfVeOuBRrwdtaehRrWiL1JoVs9CPIQ1Dzxpg=" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google-auth:python-google-auth:2.32.0:*:*:*:*:*:*:*" - }, + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/go.starlark.net@v0.0.0-20230525235612-a134d8f9ddca?package-id=49dd9bdf33314b90", + "type": "library", + "name": "go.starlark.net", + "version": "v0.0.0-20230525235612-a134d8f9ddca", + "purl": "pkg:golang/go.starlark.net@v0.0.0-20230525235612-a134d8f9ddca", + "properties": [ { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google-auth:python_google_auth:2.32.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google_auth:python-google-auth:2.32.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google_auth:python_google_auth:2.32.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-google-auth:google-auth:2.32.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-google-auth:google_auth:2.32.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_google_auth:google-auth:2.32.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_google_auth:google_auth:2.32.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google:python-google-auth:2.32.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google:python_google_auth:2.32.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-google:google-auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-google:google_auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:package:language", + "value": "go" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-google-auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:package:type", + "value": "go-module" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_google_auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_google:google-auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:location:0:layerID", + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_google:google_auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:location:0:path", + "value": "/bin/helm" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google-auth:google-auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:metadata:architecture", + "value": "amd64" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google-auth:google_auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google_auth:google-auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:metadata:h1Digest", + "value": "h1:VdD38733bfYv5tUZwEIskMM93VanwNIi5bIKnDrJdEY=" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google_auth:google_auth:2.32.0:*:*:*:*:*:*:*" - }, + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/go.uber.org/multierr@v1.11.0?package-id=0be6547bb8d6f8d3", + "type": "library", + "name": "go.uber.org/multierr", + "version": "v1.11.0", + "purl": "pkg:golang/go.uber.org/multierr@v1.11.0", + "properties": [ { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google:google-auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google:google_auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:package:language", + "value": "go" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:google-auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:package:type", + "value": "go-module" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:google_auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/google_auth-2.32.0.dist-info/METADATA" + "value": "/usr/local/bin/ansible-operator" }, { - "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:metadata:architecture", + "value": "amd64" }, { - "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/google_auth-2.32.0.dist-info/RECORD" + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.8" }, { - "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { - "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/google_auth-2.32.0.dist-info/top_level.txt" + "name": "syft:metadata:h1Digest", + "value": "h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/google.golang.org/genproto/googleapis@v0.0.0-20240213162025-012b6fc9bca9?package-id=369166f1b74b1472#api", + "bom-ref": "pkg:golang/go.uber.org/zap@v1.26.0?package-id=4e44f1a71b058dfc", "type": "library", - "name": "google.golang.org/genproto/googleapis/api", - "version": "v0.0.0-20240213162025-012b6fc9bca9", - "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20240213162025-012b6fc9bca9:*:*:*:*:*:*:*", - "purl": "pkg:golang/google.golang.org/genproto/googleapis@v0.0.0-20240213162025-012b6fc9bca9#api", + "name": "go.uber.org/zap", + "version": "v1.26.0", + "purl": "pkg:golang/go.uber.org/zap@v1.26.0", "properties": [ { "name": "syft:package:foundBy", @@ -12881,7 +12843,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -12901,7 +12863,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:4++qSzdWBUy9/2x8L5KZgwZw+mjJZ2yDSCGMVM0YzRs=" + "value": "h1:sI7k6L95XOKS281NhVKOFCUNIvv9e0w4BF8N3u+tCRo=" }, { "name": "syft:metadata:mainModule", @@ -12910,12 +12872,12 @@ ] }, { - "bom-ref": "pkg:golang/google.golang.org/genproto/googleapis@v0.0.0-20230822172742-b8732ec3820d?package-id=cd620ea099d56d75#rpc", + "bom-ref": "pkg:golang/golang.org/x/crypto@v0.21.0?package-id=f9ae10a35a2065b9", "type": "library", - "name": "google.golang.org/genproto/googleapis/rpc", - "version": "v0.0.0-20230822172742-b8732ec3820d", - "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20230822172742-b8732ec3820d:*:*:*:*:*:*:*", - "purl": "pkg:golang/google.golang.org/genproto/googleapis@v0.0.0-20230822172742-b8732ec3820d#rpc", + "name": "golang.org/x/crypto", + "version": "v0.21.0", + "cpe": "cpe:2.3:a:golang:x\\/crypto:v0.21.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/crypto@v0.21.0", "properties": [ { "name": "syft:package:foundBy", @@ -12935,7 +12897,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -12951,7 +12913,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:uvYuEyMHKNt+lT4K3bN6fGswmK8qSvcreM3BwjDh+y4=" + "value": "h1:X31++rzVUdKhX5sWmSOFZxx8UW/ldWx55cbf08iNAMA=" }, { "name": "syft:metadata:mainModule", @@ -12960,12 +12922,12 @@ ] }, { - "bom-ref": "pkg:golang/google.golang.org/genproto/googleapis@v0.0.0-20240221002015-b0ce06bbee7c?package-id=f789064c753bff9a#rpc", + "bom-ref": "pkg:golang/golang.org/x/exp@v0.0.0-20240213143201-ec583247a57a?package-id=4ed98bdb2a19104a", "type": "library", - "name": "google.golang.org/genproto/googleapis/rpc", - "version": "v0.0.0-20240221002015-b0ce06bbee7c", - "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20240221002015-b0ce06bbee7c:*:*:*:*:*:*:*", - "purl": "pkg:golang/google.golang.org/genproto/googleapis@v0.0.0-20240221002015-b0ce06bbee7c#rpc", + "name": "golang.org/x/exp", + "version": "v0.0.0-20240213143201-ec583247a57a", + "cpe": "cpe:2.3:a:golang:x\\/exp:v0.0.0-20240213143201-ec583247a57a:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/exp@v0.0.0-20240213143201-ec583247a57a", "properties": [ { "name": "syft:package:foundBy", @@ -12985,7 +12947,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -13005,7 +12967,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:NUsgEN92SQQqzfA+YtqYNqYmB3DMMYLlIwUZAQFVFbo=" + "value": "h1:HinSgX1tJRX3KsL//Gxynpw5CTOAIPhgL4W8PNiIpVE=" }, { "name": "syft:metadata:mainModule", @@ -13014,12 +12976,12 @@ ] }, { - "bom-ref": "pkg:golang/google.golang.org/grpc@v1.58.3?package-id=d01f18359656cd93", + "bom-ref": "pkg:golang/golang.org/x/net@v0.23.0?package-id=82f68980b5bfe876", "type": "library", - "name": "google.golang.org/grpc", - "version": "v1.58.3", - "cpe": "cpe:2.3:a:google:grpc:v1.58.3:*:*:*:*:*:*:*", - "purl": "pkg:golang/google.golang.org/grpc@v1.58.3", + "name": "golang.org/x/net", + "version": "v0.23.0", + "cpe": "cpe:2.3:a:golang:networking:v0.23.0:*:*:*:*:go:*:*", + "purl": "pkg:golang/golang.org/x/net@v0.23.0", "properties": [ { "name": "syft:package:foundBy", @@ -13039,7 +13001,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -13055,7 +13017,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:BjnpXut1btbtgN/6sp+brB2Kbm2LjNXnidYujAVbSoQ=" + "value": "h1:7EYJ93RZ9vYSZAIb2x3lnuvqO5zneoD6IvWjuhfxjTs=" }, { "name": "syft:metadata:mainModule", @@ -13064,12 +13026,12 @@ ] }, { - "bom-ref": "pkg:golang/google.golang.org/grpc@v1.61.1?package-id=eb478c5cb2ffa2b8", + "bom-ref": "pkg:golang/golang.org/x/net@v0.25.0?package-id=bbd17693a2417149", "type": "library", - "name": "google.golang.org/grpc", - "version": "v1.61.1", - "cpe": "cpe:2.3:a:google:grpc:v1.61.1:*:*:*:*:*:*:*", - "purl": "pkg:golang/google.golang.org/grpc@v1.61.1", + "name": "golang.org/x/net", + "version": "v0.25.0", + "cpe": "cpe:2.3:a:golang:networking:v0.25.0:*:*:*:*:go:*:*", + "purl": "pkg:golang/golang.org/x/net@v0.25.0", "properties": [ { "name": "syft:package:foundBy", @@ -13089,7 +13051,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -13109,7 +13071,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:kLAiWrZs7YeDM6MumDe7m3y4aM6wacLzM1Y/wiLP9XY=" + "value": "h1:d/OCCoBEUq33pjydKrGQhw7IlUPI2Oylr+8qLx49kac=" }, { "name": "syft:metadata:mainModule", @@ -13118,12 +13080,12 @@ ] }, { - "bom-ref": "pkg:golang/google.golang.org/protobuf@v1.33.0?package-id=b312f18b9eb29da4", + "bom-ref": "pkg:golang/golang.org/x/oauth2@v0.10.0?package-id=d7c34e6cc71eb1f2", "type": "library", - "name": "google.golang.org/protobuf", - "version": "v1.33.0", - "cpe": "cpe:2.3:a:google:protobuf:v1.33.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/google.golang.org/protobuf@v1.33.0", + "name": "golang.org/x/oauth2", + "version": "v0.10.0", + "cpe": "cpe:2.3:a:golang:x\\/oauth2:v0.10.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/oauth2@v0.10.0", "properties": [ { "name": "syft:package:foundBy", @@ -13143,7 +13105,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -13159,7 +13121,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI=" + "value": "h1:zHCpF2Khkwy4mMB4bv0U37YtJdTGW8jI0glAApi0Kh8=" }, { "name": "syft:metadata:mainModule", @@ -13168,12 +13130,12 @@ ] }, { - "bom-ref": "pkg:golang/google.golang.org/protobuf@v1.33.0?package-id=d2404ef06bd8e951", + "bom-ref": "pkg:golang/golang.org/x/oauth2@v0.17.0?package-id=f3b27b9f221274da", "type": "library", - "name": "google.golang.org/protobuf", - "version": "v1.33.0", - "cpe": "cpe:2.3:a:google:protobuf:v1.33.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/google.golang.org/protobuf@v1.33.0", + "name": "golang.org/x/oauth2", + "version": "v0.17.0", + "cpe": "cpe:2.3:a:golang:x\\/oauth2:v0.17.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/oauth2@v0.17.0", "properties": [ { "name": "syft:package:foundBy", @@ -13193,7 +13155,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -13213,7 +13175,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI=" + "value": "h1:6m3ZPmLEFdVxKKWnKq4VqZ60gutO35zm+zrAHVmHyDQ=" }, { "name": "syft:metadata:mainModule", @@ -13222,11 +13184,12 @@ ] }, { - "bom-ref": "pkg:golang/gopkg.in/inf.v0@v0.9.1?package-id=9a89019c74af94b9", + "bom-ref": "pkg:golang/golang.org/x/sync@v0.6.0?package-id=6f454635d094f7bf", "type": "library", - "name": "gopkg.in/inf.v0", - "version": "v0.9.1", - "purl": "pkg:golang/gopkg.in/inf.v0@v0.9.1", + "name": "golang.org/x/sync", + "version": "v0.6.0", + "cpe": "cpe:2.3:a:golang:x\\/sync:v0.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sync@v0.6.0", "properties": [ { "name": "syft:package:foundBy", @@ -13246,7 +13209,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -13262,7 +13225,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=" + "value": "h1:5BMeUDZ7vkXGfEr1x9B4bRcTH4lpkTkpdh0T/J+qjbQ=" }, { "name": "syft:metadata:mainModule", @@ -13271,11 +13234,12 @@ ] }, { - "bom-ref": "pkg:golang/gopkg.in/inf.v0@v0.9.1?package-id=e19aeffe06f8c89e", + "bom-ref": "pkg:golang/golang.org/x/sys@v0.18.0?package-id=aa1cac719fa9a881", "type": "library", - "name": "gopkg.in/inf.v0", - "version": "v0.9.1", - "purl": "pkg:golang/gopkg.in/inf.v0@v0.9.1", + "name": "golang.org/x/sys", + "version": "v0.18.0", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.18.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.18.0", "properties": [ { "name": "syft:package:foundBy", @@ -13295,11 +13259,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -13307,28 +13271,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=" + "value": "h1:DBdB3niSjOA/O0blCZBqDefyWNYveAYMNF1Wum0DYQ4=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/gopkg.in/yaml.v2@v2.4.0?package-id=3215046de34931bd", + "bom-ref": "pkg:golang/golang.org/x/sys@v0.20.0?package-id=214798b35d6aaa8e", "type": "library", - "name": "gopkg.in/yaml.v2", - "version": "v2.4.0", - "purl": "pkg:golang/gopkg.in/yaml.v2@v2.4.0", + "name": "golang.org/x/sys", + "version": "v0.20.0", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.20.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.20.0", "properties": [ { "name": "syft:package:foundBy", @@ -13348,11 +13309,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -13360,24 +13321,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=" + "value": "h1:Od9JTbYCk261bKm4M/mw7AklTlFYIa0bIp9BgSm1S8Y=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/gopkg.in/yaml.v2@v2.4.0?package-id=aa5ce742eafa9743", + "bom-ref": "pkg:golang/golang.org/x/term@v0.18.0?package-id=820775970676c74a", "type": "library", - "name": "gopkg.in/yaml.v2", - "version": "v2.4.0", - "purl": "pkg:golang/gopkg.in/yaml.v2@v2.4.0", + "name": "golang.org/x/term", + "version": "v0.18.0", + "cpe": "cpe:2.3:a:golang:x\\/term:v0.18.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/term@v0.18.0", "properties": [ { "name": "syft:package:foundBy", @@ -13397,11 +13363,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -13409,29 +13375,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=" + "value": "h1:FcHjZXDMxI8mM3nwhX9HlKop4C0YQvCVCdwYl2wOtE8=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/gopkg.in/yaml.v3@v3.0.1?package-id=ea0814cfc9632606", + "bom-ref": "pkg:golang/golang.org/x/term@v0.20.0?package-id=c848061289be5130", "type": "library", - "name": "gopkg.in/yaml.v3", - "version": "v3.0.1", - "cpe": "cpe:2.3:a:yaml_project:yaml:v3.0.1:*:*:*:*:go:*:*", - "purl": "pkg:golang/gopkg.in/yaml.v3@v3.0.1", + "name": "golang.org/x/term", + "version": "v0.20.0", + "cpe": "cpe:2.3:a:golang:x\\/term:v0.20.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/term@v0.20.0", "properties": [ { "name": "syft:package:foundBy", @@ -13451,11 +13413,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -13463,11 +13425,65 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=" + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:VnkxpohqXaOBYJtBmEppKUG6mXpi+4O6purfc2+sMhw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/operator-framework/ansible-operator-plugins" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/text@v0.14.0?package-id=314882ceb34fbccf", + "type": "library", + "name": "golang.org/x/text", + "version": "v0.14.0", + "cpe": "cpe:2.3:a:golang:text:v0.14.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/text@v0.14.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" + }, + { + "name": "syft:location:0:path", + "value": "/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=" }, { "name": "syft:metadata:mainModule", @@ -13476,12 +13492,12 @@ ] }, { - "bom-ref": "pkg:golang/gopkg.in/yaml.v3@v3.0.1?package-id=bf38d87e75bfdfd0", + "bom-ref": "pkg:golang/golang.org/x/text@v0.15.0?package-id=7ccf12210a40bda4", "type": "library", - "name": "gopkg.in/yaml.v3", - "version": "v3.0.1", - "cpe": "cpe:2.3:a:yaml_project:yaml:v3.0.1:*:*:*:*:go:*:*", - "purl": "pkg:golang/gopkg.in/yaml.v3@v3.0.1", + "name": "golang.org/x/text", + "version": "v0.15.0", + "cpe": "cpe:2.3:a:golang:text:v0.15.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/text@v0.15.0", "properties": [ { "name": "syft:package:foundBy", @@ -13501,7 +13517,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -13521,7 +13537,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=" + "value": "h1:h1V/4gjBv8v9cjcR6+AR5+/cIYK5N/WAgiv4xlsEtAk=" }, { "name": "syft:metadata:mainModule", @@ -13530,12 +13546,12 @@ ] }, { - "bom-ref": "pkg:golang/helm.sh/helm/v3@v0.0.0-20240710191640-3bb50bbbdd9c?package-id=d338de6bba0afa4b", + "bom-ref": "pkg:golang/golang.org/x/time@v0.3.0?package-id=218a5626a5c0b15a", "type": "library", - "name": "helm.sh/helm/v3", - "version": "v0.0.0-20240710191640-3bb50bbbdd9c", - "cpe": "cpe:2.3:a:helm:v3:v0.0.0-20240710191640-3bb50bbbdd9c:*:*:*:*:*:*:*", - "purl": "pkg:golang/helm.sh/helm/v3@v0.0.0-20240710191640-3bb50bbbdd9c", + "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", @@ -13555,7 +13571,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -13569,6 +13585,10 @@ "name": "syft:metadata:goCompiledVersion", "value": "go1.22.5" }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:rg5rLMjNzMS1RkNLzCG38eapWhnYLFYXDXj2gOlr8j4=" + }, { "name": "syft:metadata:mainModule", "value": "helm.sh/helm/v3" @@ -13576,20 +13596,128 @@ ] }, { - "bom-ref": "pkg:pypi/htmlmin@0.1.12?package-id=3121db516e82e8ef", + "bom-ref": "pkg:golang/golang.org/x/time@v0.5.0?package-id=ba90e129b4fe2193", "type": "library", - "author": "Dave Mankoff ", - "name": "htmlmin", - "version": "0.1.12", + "name": "golang.org/x/time", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:golang:x\\/time:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/time@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/ansible-operator" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:o7cqy6amK/52YcAKIPlM3a+Fpj35zvRj2TP+e1xFSfk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/operator-framework/ansible-operator-plugins" + } + ] + }, + { + "bom-ref": "pkg:golang/gomodules.xyz/jsonpatch/v2@v2.4.0?package-id=dec66c25bc2f0206", + "type": "library", + "name": "gomodules.xyz/jsonpatch/v2", + "version": "v2.4.0", + "cpe": "cpe:2.3:a:jsonpatch:v2:v2.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/gomodules.xyz/jsonpatch/v2@v2.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/ansible-operator" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Ci3iUJyx9UeRx7CeFN8ARgGbkESwJK+KB9lLcWxY/Zw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/operator-framework/ansible-operator-plugins" + } + ] + }, + { + "bom-ref": "pkg:pypi/google-auth@2.35.0?package-id=cdf4b7d045468de6", + "type": "library", + "author": "Google Cloud Platform ", + "name": "google-auth", + "version": "2.35.0", "licenses": [ { "license": { - "name": "BSD" + "name": "Apache 2.0" } } ], - "cpe": "cpe:2.3:a:dave_mankoff_project:python-htmlmin:0.1.12:*:*:*:*:*:*:*", - "purl": "pkg:pypi/htmlmin@0.1.12", + "cpe": "cpe:2.3:a:google_cloud_platform_project:python-google-auth:2.35.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/google-auth@2.35.0", "properties": [ { "name": "syft:package:foundBy", @@ -13609,1114 +13737,1349 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dave_mankoff_project:python_htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:google_cloud_platform_project:python_google_auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dave_mankoffproject:python-htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:google_cloud_platformproject:python-google-auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dave_mankoffproject:python_htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:google_cloud_platformproject:python_google_auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mankyd_project:python-htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:googleapis_packages_project:python-google-auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mankyd_project:python_htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:googleapis_packages_project:python_google_auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-htmlmin:python-htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:googleapis_packagesproject:python-google-auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-htmlmin:python_htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:googleapis_packagesproject:python_google_auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_htmlmin:python-htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:google_cloud_platform_project:google-auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_htmlmin:python_htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:google_cloud_platform_project:google_auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dave_mankoff_project:htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:google_cloud_platform:python-google-auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mankydproject:python-htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:google_cloud_platform:python_google_auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mankydproject:python_htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:google_cloud_platformproject:google-auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dave_mankoff:python-htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:google_cloud_platformproject:google_auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dave_mankoff:python_htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:googleapis_packages_project:google-auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dave_mankoffproject:htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:googleapis_packages_project:google_auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:htmlmin:python-htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:googleapis-packages:python-google-auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:htmlmin:python_htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:googleapis-packages:python_google_auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mankyd_project:htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:googleapis_packages:python-google-auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-htmlmin:htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:googleapis_packages:python_google_auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_htmlmin:htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:googleapis_packagesproject:google-auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mankyd:python-htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:googleapis_packagesproject:google_auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mankyd:python_htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-google-auth:python-google-auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mankydproject:htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-google-auth:python_google_auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_google_auth:python-google-auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_google_auth:python_google_auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dave_mankoff:htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:google_cloud_platform:google-auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:htmlmin:htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:google_cloud_platform:google_auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mankyd:htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-google:python-google-auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:htmlmin:0.1.12:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "cpe:2.3:a:python-google:python_google_auth:2.35.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/htmlmin-0.1.12.dist-info/METADATA" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_google:python-google-auth:2.35.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/htmlmin-0.1.12.dist-info/RECORD" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_google:python_google_auth:2.35.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis-packages:google-auth:2.35.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/htmlmin-0.1.12.dist-info/top_level.txt" - } - ] - }, - { - "bom-ref": "pkg:pypi/idna@3.7?package-id=48c70e4ccf175e39", - "type": "library", - "author": "Kim Davies ", - "name": "idna", - "version": "3.7", - "cpe": "cpe:2.3:a:kim_davies_\\", - "name": "importlib_metadata", - "version": "8.0.0", - "licenses": [ + "value": "/usr/local/lib/python3.12/site-packages/google_auth-2.35.0.dist-info/RECORD" + }, { - "license": { - "id": "Apache-2.0" - } + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/google_auth-2.35.0.dist-info/top_level.txt" } - ], - "cpe": "cpe:2.3:a:\\\"jason_r__coombs\\\"_\\", - "name": "importlib_resources", - "version": "6.4.0", - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "cpe": "cpe:2.3:a:python-importlib-resources:python-importlib-resources:6.4.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/importlib_resources@6.4.0", + "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": "python-installed-package-cataloger" + "value": "go-module-binary-cataloger" }, { "name": "syft:package:language", - "value": "python" + "value": "go" }, { "name": "syft:package:type", - "value": "python" + "value": "go-module" }, { "name": "syft:package:metadataType", - "value": "python-package" + "value": "go-module-buildinfo-entry" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-importlib-resources:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:location:0:layerID", + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-importlib-resources:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:location:0:path", + "value": "/bin/helm" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-importlib_resources:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:metadata:architecture", + "value": "amd64" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-importlib_resources:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-importlib_resources:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:metadata:h1Digest", + "value": "h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_importlib_resources:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" - }, + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/inf.v0@v0.9.1?package-id=e19aeffe06f8c89e", + "type": "library", + "name": "gopkg.in/inf.v0", + "version": "v0.9.1", + "purl": "pkg:golang/gopkg.in/inf.v0@v0.9.1", + "properties": [ { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_importlib_resources:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_importlib_resources:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:package:language", + "value": "go" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_warsaw_project:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:package:type", + "value": "go-module" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_warsaw_project:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_warsaw_project:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:location:0:layerID", + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_warsawproject:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:location:0:path", + "value": "/usr/local/bin/ansible-operator" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_warsawproject:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:metadata:architecture", + "value": "amd64" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_warsawproject:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.8" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:importlib-resources:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:importlib-resources:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:metadata:h1Digest", + "value": "h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:importlib-resources:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:metadata:mainModule", + "value": "github.com/operator-framework/ansible-operator-plugins" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v2@v2.4.0?package-id=3215046de34931bd", + "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:cpe23", - "value": "cpe:2.3:a:importlib_resources:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:package:language", + "value": "go" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:importlib_resources:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:package:type", + "value": "go-module" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:importlib_resources:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-importlib-resources:importlib-resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:location:0:layerID", + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-importlib-resources:importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:location:0:path", + "value": "/bin/helm" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-importlib_resources:importlib-resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:metadata:architecture", + "value": "amd64" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-importlib_resources:importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_importlib_resources:importlib-resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:metadata:h1Digest", + "value": "h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_importlib_resources:importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v2@v2.4.0?package-id=aa5ce742eafa9743", + "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:cpe23", - "value": "cpe:2.3:a:python-importlib:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:package:language", + "value": "go" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-importlib:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:package:type", + "value": "go-module" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-importlib:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_importlib:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:location:0:layerID", + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_importlib:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:location:0:path", + "value": "/usr/local/bin/ansible-operator" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_importlib:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:metadata:architecture", + "value": "amd64" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_project:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.8" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_project:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_project:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:metadata:h1Digest", + "value": "h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_warsaw_project:importlib-resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:metadata:mainModule", + "value": "github.com/operator-framework/ansible-operator-plugins" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v3@v3.0.1?package-id=ea0814cfc9632606", + "type": "library", + "name": "gopkg.in/yaml.v3", + "version": "v3.0.1", + "cpe": "cpe:2.3:a:yaml_project:yaml:v3.0.1:*:*:*:*:go:*:*", + "purl": "pkg:golang/gopkg.in/yaml.v3@v3.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_warsaw_project:importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:package:language", + "value": "go" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_warsaw:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:package:type", + "value": "go-module" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_warsaw:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_warsaw:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:location:0:layerID", + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_warsawproject:importlib-resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:location:0:path", + "value": "/bin/helm" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_warsawproject:importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:metadata:architecture", + "value": "amd64" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barryproject:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barryproject:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:metadata:h1Digest", + "value": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barryproject:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v3@v3.0.1?package-id=bf38d87e75bfdfd0", + "type": "library", + "name": "gopkg.in/yaml.v3", + "version": "v3.0.1", + "cpe": "cpe:2.3:a:yaml_project:yaml:v3.0.1:*:*:*:*:go:*:*", + "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:type", + "value": "go-module" + }, + { + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/ansible-operator" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/operator-framework/ansible-operator-plugins" + } + ] + }, + { + "bom-ref": "pkg:pypi/h11@0.14.0?package-id=ee8981362dc600bc", + "type": "library", + "author": "Nathaniel J. Smith ", + "name": "h11", + "version": "0.14.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:nathaniel_j__smith_project:python-h11:0.14.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/h11@0.14.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "python-package" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:importlib-resources:importlib-resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:nathaniel_j__smith_project:python_h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:importlib-resources:importlib_resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:nathaniel_j__smithproject:python-h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:importlib_resources:importlib-resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:nathaniel_j__smithproject:python_h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:importlib_resources:importlib_resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:nathaniel_j__smith_project:h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:importlib:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:nathaniel_j__smith:python-h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:importlib:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:nathaniel_j__smith:python_h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:importlib:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:nathaniel_j__smithproject:h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-importlib:importlib-resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:nathaniel_j__smith:h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-importlib:importlib_resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:njs_project:python-h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_importlib:importlib-resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:njs_project:python_h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_importlib:importlib_resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:njsproject:python-h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_project:importlib-resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:njsproject:python_h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_project:importlib_resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-h11:python-h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-h11:python_h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_h11:python-h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_h11:python_h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:barry:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:barry:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:barry:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:njs_project:h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_warsaw:importlib-resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:h11:python-h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_warsaw:importlib_resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:h11:python_h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:barryproject:importlib-resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:njs:python-h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:barryproject:importlib_resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:njs:python_h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:importlib:importlib-resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:njsproject:h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:importlib:importlib_resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-h11:h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:importlib-resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_h11:h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:importlib_resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:barry:importlib-resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:h11:h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:barry:importlib_resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:njs:h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources-6.4.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/h11-0.14.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources-6.4.0.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/h11-0.14.0.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources-6.4.0.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/h11-0.14.0.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/inflect@7.3.1?package-id=d7e59e305df9b723", + "bom-ref": "pkg:golang/helm.sh/helm/v3@v0.0.0-20240710191640-3bb50bbbdd9c?package-id=d338de6bba0afa4b", "type": "library", - "author": "Paul Dyson ", - "name": "inflect", - "version": "7.3.1", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:paul_dyson_\\", + "name": "htmlmin", + "version": "0.1.12", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:dave_mankoff_project:python-htmlmin:0.1.12:*:*:*:*:*:*:*", + "purl": "pkg:pypi/htmlmin@0.1.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "python-package" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:paul-dyson-\\", - "name": "jaraco.context", - "version": "5.3.0", + "author": "Tom Christie ", + "name": "httpcore", + "version": "1.0.6", "licenses": [ { "license": { - "id": "MIT" + "id": "BSD-3-Clause" } } ], - "cpe": "cpe:2.3:a:jason_r__coombs_project:python-jaraco.context:5.3.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/jaraco.context@5.3.0", + "cpe": "cpe:2.3:a:tom_christie_\\", + "name": "httpx", + "version": "0.27.2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:encode:httpx:0.27.2:*:*:*:*:python:*:*", + "purl": "pkg:pypi/httpx@0.27.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:jaraco:jaraco.context:5.3.0:*:*:*:*:*:*:*" + "name": "syft:package:language", + "value": "python" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:jaraco.context:5.3.0:*:*:*:*:*:*:*" + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "python-package" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/httpx-0.27.2.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/RECORD" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" - }, - { - "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/httpx-0.27.2.dist-info/RECORD" } ] }, { - "bom-ref": "pkg:pypi/jaraco.functools@4.0.1?package-id=06afee6faa51084a", + "bom-ref": "pkg:pypi/idna@3.10?package-id=29c478d02e54e469", "type": "library", - "author": "\"Jason R. Coombs\" ", - "name": "jaraco.functools", - "version": "4.0.1", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:\\\"jason_r__coombs\\\"_\\", + "name": "idna", + "version": "3.10", + "cpe": "cpe:2.3:a:kim_davies_\\", - "name": "jaraco.text", - "version": "3.12.1", + "name": "importlib_metadata", + "version": "8.0.0", "licenses": [ { "license": { - "id": "MIT" + "id": "Apache-2.0" } } ], - "cpe": "cpe:2.3:a:\\\"jason_r__coombs\\\"_\\", - "name": "jmespath", - "version": "1.0.1", - "licenses": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib-metadata:python-importlib-metadata:8.0.0:*:*:*:*:*:*:*" + }, { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:james_saryerwinnie_project:python-jmespath:1.0.1:*:*:*:*:*:*:*", - "purl": "pkg:pypi/jmespath@1.0.1", - "properties": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib-metadata:python-importlib_metadata:8.0.0:*:*:*:*:*:*:*" + }, { - "name": "syft:package:foundBy", - "value": "python-installed-package-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib-metadata:python_importlib_metadata:8.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "python" + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib_metadata:python-importlib-metadata:8.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "python" + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib_metadata:python-importlib_metadata:8.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "python-package" + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib_metadata:python_importlib_metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:james_saryerwinnie_project:python_jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-importlib-metadata:importlib-metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:james_saryerwinnieproject:python-jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-importlib-metadata:importlib_metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:james_saryerwinnieproject:python_jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-importlib_metadata:importlib-metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:james_saryerwinnie_project:jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-importlib_metadata:importlib_metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:james_saryerwinnie:python-jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_importlib_metadata:importlib-metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:james_saryerwinnie:python_jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_importlib_metadata:importlib_metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:james_saryerwinnieproject:jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-importlib:python-importlib-metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-jmespath:python-jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-importlib:python-importlib_metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-jmespath:python_jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-importlib:python_importlib_metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_jmespath:python-jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_importlib:python-importlib-metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_jmespath:python_jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_importlib:python-importlib_metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:james_saryerwinnie:jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_importlib:python_importlib_metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:js_project:python-jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:importlib-metadata:importlib-metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:js_project:python_jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:importlib-metadata:importlib_metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:jsproject:python-jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:importlib_metadata:importlib-metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:jsproject:python_jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:importlib_metadata:importlib_metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:jmespath:python-jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:importlib:python-importlib-metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:jmespath:python_jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:importlib:python-importlib_metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-jmespath:jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:importlib:python_importlib_metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_jmespath:jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-importlib:importlib-metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-importlib:importlib_metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_importlib:importlib-metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:js_project:jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_importlib:importlib_metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:js:python-jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-importlib-metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:js:python_jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-importlib_metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:jsproject:jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_importlib_metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:jmespath:jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:importlib:importlib-metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:importlib:importlib_metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:js:jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:importlib-metadata:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:importlib_metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/jmespath-1.0.1.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/jmespath-1.0.1.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/jmespath-1.0.1.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/json-schema-for-humans@1.0.2?package-id=4ffa392d29f61072", + "bom-ref": "pkg:pypi/importlib-resources@6.4.0?package-id=3741844c72bc7eec", "type": "library", - "author": "Denis Blanchette ", - "name": "json-schema-for-humans", - "version": "1.0.2", + "author": "Barry Warsaw ", + "name": "importlib_resources", + "version": "6.4.0", "licenses": [ { "license": { @@ -15363,8 +15719,8 @@ } } ], - "cpe": "cpe:2.3:a:python-json-schema-for-humans:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*", - "purl": "pkg:pypi/json-schema-for-humans@1.0.2", + "cpe": "cpe:2.3:a:python-importlib-resources:python-importlib-resources:6.4.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/importlib_resources@6.4.0", "properties": [ { "name": "syft:package:foundBy", @@ -15384,3658 +15740,7939 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-json-schema-for-humans:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-importlib-resources:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_json_schema_for_humans:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-importlib-resources:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_json_schema_for_humans:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-importlib_resources:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:denis_blanchette_project:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-importlib_resources:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:denis_blanchette_project:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-importlib_resources:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:denis_blanchetteproject:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_importlib_resources:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:denis_blanchetteproject:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_importlib_resources:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:json-schema-for-humans:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_importlib_resources:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:json-schema-for-humans:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barry_warsaw_project:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:json_schema_for_humans:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barry_warsaw_project:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:json_schema_for_humans:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barry_warsaw_project:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-json-schema-for-humans:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barry_warsawproject:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-json-schema-for-humans:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barry_warsawproject:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-json-schema-for:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barry_warsawproject:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-json-schema-for:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:importlib-resources:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_json_schema_for:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:importlib-resources:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_json_schema_for:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:importlib-resources:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_json_schema_for_humans:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:importlib_resources:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_json_schema_for_humans:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:importlib_resources:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-json-schema:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:importlib_resources:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-json-schema:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-importlib-resources:importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_json_schema:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-importlib-resources:importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_json_schema:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-importlib_resources:importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:denis_blanchette_project:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-importlib_resources:importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:denis_blanchette_project:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_importlib_resources:importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:denis_blanchette:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_importlib_resources:importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:denis_blanchette:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-importlib:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:denis_blanchetteproject:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-importlib:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:denis_blanchetteproject:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-importlib:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:json-schema-for-humans:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_importlib:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:json-schema-for-humans:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_importlib:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:json-schema-for:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_importlib:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:json-schema-for:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barry_project:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:json_schema_for:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barry_project:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:json_schema_for:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barry_project:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:json_schema_for_humans:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barry_warsaw_project:importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:json_schema_for_humans:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barry_warsaw_project:importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-json-schema-for:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barry_warsaw:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-json-schema-for:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barry_warsaw:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_json_schema_for:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barry_warsaw:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_json_schema_for:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barry_warsawproject:importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:tools_project:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barry_warsawproject:importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:tools_project:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barryproject:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:toolsproject:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barryproject:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:toolsproject:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barryproject:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:json-schema:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:importlib-resources:importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:json-schema:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:importlib-resources:importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:json_schema:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:importlib_resources:importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:json_schema:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:importlib_resources:importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-json-schema:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:importlib:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-json-schema:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:importlib:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-json:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:importlib:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-json:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-importlib:importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_json:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-importlib:importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_json:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_importlib:importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_json_schema:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_importlib:importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_json_schema:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barry_project:importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:denis_blanchette:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barry_project:importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:denis_blanchette:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:json-schema-for:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:json-schema-for:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:json_schema_for:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barry:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:json_schema_for:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barry:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barry:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barry_warsaw:importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:tools_project:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barry_warsaw:importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:tools_project:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barryproject:importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:tools:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barryproject:importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:tools:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:importlib:importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:toolsproject:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:importlib:importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:toolsproject:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:json-schema:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:json-schema:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barry:importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:json:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barry:importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:json:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:json_schema:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources-6.4.0.dist-info/METADATA" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:json_schema:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-json:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources-6.4.0.dist-info/RECORD" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-json:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_json:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources-6.4.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/inflect@7.3.1?package-id=db2110771f11916c", + "type": "library", + "author": "Paul Dyson ", + "name": "inflect", + "version": "7.3.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:paul_dyson_\\, Holger Krekel ", + "name": "iniconfig", + "version": "2.0.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ronny_pfannschmidt_\\", + "name": "jaraco.collections", + "version": "5.1.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\\"jason_r__coombs\\\"_\\", + "name": "jaraco.context", + "version": "5.3.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:jason_r__coombs_project:python-jaraco.context:5.3.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/jaraco.context@5.3.0", "properties": [ { "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" + "value": "python-installed-package-cataloger" }, { "name": "syft:package:language", - "value": "go" + "value": "python" }, { "name": "syft:package:type", - "value": "go-module" + "value": "python" }, { "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "value": "python-package" }, { - "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs_project:python_jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombsproject:python-jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:architecture", - "value": "amd64" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombsproject:python_jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jaraco.context:python-jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jaraco.context:python_jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:R/zaZbEAxqComZ9FHeQwOh3Y1ZUs7FaHKZdQtIc2WZg=" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jaraco.context:python-jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" - } - ] - }, - { - "bom-ref": "pkg:golang/k8s.io/client-go@v0.30.0?package-id=645e8bcc8d1ed791", - "type": "library", - "name": "k8s.io/client-go", - "version": "v0.30.0", - "purl": "pkg:golang/k8s.io/client-go@v0.30.0", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jaraco.context:python_jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "go" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs_project:jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "go-module" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs:python-jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs:python_jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombsproject:jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/bin/helm" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco.context:python-jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:architecture", - "value": "amd64" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco.context:python_jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco_project:python-jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:sB1AGGlhY/o7KCyCEQ0bPWzYDL0pwOZO4vAtTSh/gJQ=" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco_project:python_jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" - } - ] - }, - { - "bom-ref": "pkg:golang/k8s.io/component-base@v0.29.3?package-id=b3840dd3c18558da", - "type": "library", - "name": "k8s.io/component-base", - "version": "v0.29.3", - "purl": "pkg:golang/k8s.io/component-base@v0.29.3", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jaraco.context:jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "go" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jaraco.context:jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "go-module" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaracoproject:python-jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaracoproject:python_jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs:jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco.context:jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:architecture", - "value": "amd64" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco_project:jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco:python-jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco:python_jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:Oq9/nddUxlnrCuuR2K/jp6aflVvc0uDvxMzAWxnGzAo=" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaracoproject:jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" - } - ] - }, - { - "bom-ref": "pkg:golang/k8s.io/component-base@v0.30.0?package-id=66cb9d137697c258", - "type": "library", - "name": "k8s.io/component-base", - "version": "v0.30.0", - "purl": "pkg:golang/k8s.io/component-base@v0.30.0", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "go" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "go-module" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco:jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/METADATA" }, { - "name": "syft:metadata:architecture", - "value": "amd64" + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/RECORD" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:cj6bp38g0ainlfYtaOQuRELh5KSYjhKxM+io7AUIk4o=" + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:golang/k8s.io/klog/v2@v2.120.1?package-id=c74327cbf7f96a8c", + "bom-ref": "pkg:pypi/jaraco.functools@4.0.1?package-id=f6eb1fff3c12f78b", "type": "library", - "name": "k8s.io/klog/v2", - "version": "v2.120.1", - "cpe": "cpe:2.3:a:klog:v2:v2.120.1:*:*:*:*:*:*:*", - "purl": "pkg:golang/k8s.io/klog/v2@v2.120.1", + "author": "\"Jason R. Coombs\" ", + "name": "jaraco.functools", + "version": "4.0.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\\"jason_r__coombs\\\"_\\", + "name": "jaraco.text", + "version": "3.12.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\\"jason_r__coombs\\\"_\\", + "name": "jmespath", + "version": "1.0.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:james_saryerwinnie_project:python-jmespath:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/jmespath@1.0.1", "properties": [ { "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" + "value": "python-installed-package-cataloger" }, { "name": "syft:package:language", - "value": "go" + "value": "python" }, { "name": "syft:package:type", - "value": "go-module" + "value": "python" }, { "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "value": "python-package" }, { - "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "name": "syft:cpe23", + "value": "cpe:2.3:a:james_saryerwinnie_project:python_jmespath:1.0.1:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/bin/helm" + "name": "syft:cpe23", + "value": "cpe:2.3:a:james_saryerwinnieproject:python-jmespath:1.0.1:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:architecture", - "value": "amd64" + "name": "syft:cpe23", + "value": "cpe:2.3:a:james_saryerwinnieproject:python_jmespath:1.0.1:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "name": "syft:cpe23", + "value": "cpe:2.3:a:james_saryerwinnie_project:jmespath:1.0.1:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:sgn3ZU783SCgtaSJjpcVVlRqd6GSnlTLKgpAAttJvpI=" + "name": "syft:cpe23", + "value": "cpe:2.3:a:james_saryerwinnie:python-jmespath:1.0.1:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" - } - ] - }, - { - "bom-ref": "pkg:golang/k8s.io/utils@v0.0.0-20240102154912-e7106e64919e?package-id=50226175e09e8e66", - "type": "library", - "name": "k8s.io/utils", - "version": "v0.0.0-20240102154912-e7106e64919e", - "purl": "pkg:golang/k8s.io/utils@v0.0.0-20240102154912-e7106e64919e", - "properties": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:james_saryerwinnie:python_jmespath:1.0.1:*:*:*:*:*:*:*" + }, { - "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:james_saryerwinnieproject:jmespath:1.0.1:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "go" - }, - { - "name": "syft:package:type", - "value": "go-module" - }, - { - "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jmespath:python-jmespath:1.0.1:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jmespath:python_jmespath:1.0.1:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jmespath:python-jmespath:1.0.1:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:architecture", - "value": "amd64" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jmespath:python_jmespath:1.0.1:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" + "name": "syft:cpe23", + "value": "cpe:2.3:a:james_saryerwinnie:jmespath:1.0.1:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "name": "syft:cpe23", + "value": "cpe:2.3:a:js_project:python-jmespath:1.0.1:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:eQ/4ljkx21sObifjzXwlPKpdGLrCfRziVtos3ofG/sQ=" + "name": "syft:cpe23", + "value": "cpe:2.3:a:js_project:python_jmespath:1.0.1:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" - } - ] - }, - { - "bom-ref": "pkg:pypi/kubernetes@28.1.0?package-id=4468ac428d88e9ba", - "type": "library", - "author": "Kubernetes", - "name": "kubernetes", - "version": "28.1.0", - "licenses": [ - { - "license": { - "name": "Apache License Version 2.0" - } - } - ], - "cpe": "cpe:2.3:a:kubernetes_project:python-kubernetes:28.1.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/kubernetes@28.1.0", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "python-installed-package-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsproject:python-jmespath:1.0.1:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "python" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsproject:python_jmespath:1.0.1:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "python" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath:python-jmespath:1.0.1:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "python-package" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath:python_jmespath:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:kubernetes_project:python_kubernetes:28.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-jmespath:jmespath:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:kubernetesproject:python-kubernetes:28.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_jmespath:jmespath:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:kubernetesproject:python_kubernetes:28.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-jmespath:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-kubernetes:python-kubernetes:28.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_jmespath:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-kubernetes:python_kubernetes:28.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:js_project:jmespath:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_kubernetes:python-kubernetes:28.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:js:python-jmespath:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_kubernetes:python_kubernetes:28.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:js:python_jmespath:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:kubernetes:python-kubernetes:28.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:jsproject:jmespath:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:kubernetes:python_kubernetes:28.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:jmespath:jmespath:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-kubernetes:28.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:jmespath:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_kubernetes:28.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:js:jmespath:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/kubernetes-28.1.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/jmespath-1.0.1.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/kubernetes-28.1.0.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/jmespath-1.0.1.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/kubernetes-28.1.0.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/jmespath-1.0.1.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:deb/debian/libbz2-1.0@1.0.8-5%2Bb1?arch=amd64&upstream=bzip2%401.0.8-5&distro=debian-12&package-id=636e31bcf3b8f8ea", + "bom-ref": "pkg:pypi/json-schema-for-humans@1.0.2?package-id=5f5bacd62b2be28b", "type": "library", - "publisher": "Anibal Monsalve Salazar ", - "name": "libbz2-1.0", - "version": "1.0.8-5+b1", + "author": "Denis Blanchette ", + "name": "json-schema-for-humans", + "version": "1.0.2", "licenses": [ { "license": { - "id": "GPL-2.0-only" - } - }, - { - "license": { - "name": "BSD-variant" + "id": "Apache-2.0" } } ], - "cpe": "cpe:2.3:a:libbz2-1.0:libbz2-1.0:1.0.8-5\\+b1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libbz2-1.0@1.0.8-5%2Bb1?arch=amd64&upstream=bzip2%401.0.8-5&distro=debian-12", + "cpe": "cpe:2.3:a:python-json-schema-for-humans:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/json-schema-for-humans@1.0.2", "properties": [ { "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" + "value": "python-installed-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" }, { "name": "syft:package:type", - "value": "deb" + "value": "python" }, { "name": "syft:package:metadataType", - "value": "dpkg-db-entry" + "value": "python-package" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libbz2-1.0:libbz2_1.0:1.0.8-5\\+b1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-json-schema-for-humans:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libbz2_1.0:libbz2-1.0:1.0.8-5\\+b1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_json_schema_for_humans:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libbz2_1.0:libbz2_1.0:1.0.8-5\\+b1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_json_schema_for_humans:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libbz2:libbz2-1.0:1.0.8-5\\+b1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:denis_blanchette_project:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libbz2:libbz2_1.0:1.0.8-5\\+b1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:denis_blanchette_project:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:d20e351ed4b9a6550ad5c7f7164a955c9b0fec6f5734b48eb0394e9f20f9ec65" + "name": "syft:cpe23", + "value": "cpe:2.3:a:denis_blanchetteproject:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libbz2-1.0/copyright" + "name": "syft:cpe23", + "value": "cpe:2.3:a:denis_blanchetteproject:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:layerID", - "value": "sha256:d20e351ed4b9a6550ad5c7f7164a955c9b0fec6f5734b48eb0394e9f20f9ec65" + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-schema-for-humans:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/status.d/libbz2-1.0" + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-schema-for-humans:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:layerID", - "value": "sha256:d20e351ed4b9a6550ad5c7f7164a955c9b0fec6f5734b48eb0394e9f20f9ec65" + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_schema_for_humans:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status.d/libbz2-1.0.md5sums" + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_schema_for_humans:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:installedSize", - "value": "106" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json-schema-for-humans:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:source", - "value": "bzip2" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json-schema-for-humans:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:sourceVersion", - "value": "1.0.8-5" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf", - "type": "library", - "publisher": "GNU Libc Maintainers ", - "name": "libc6", - "version": "2.36-9+deb12u8", - "licenses": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json-schema-for:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + }, { - "license": { - "id": "GPL-2.0-only" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json-schema-for:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "license": { - "id": "LGPL-2.1-only" - } - } - ], - "cpe": "cpe:2.3:a:libc6:libc6:2.36-9\\+deb12u8:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12", - "properties": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_json_schema_for:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + }, { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_json_schema_for:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "deb" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_json_schema_for_humans:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_json_schema_for_humans:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:cb0e97aec96050082541e26315f3518e5216e7dc45d16816c6c5e9b8f42fb1e7" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json-schema:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libc6/copyright" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json-schema:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:layerID", - "value": "sha256:cb0e97aec96050082541e26315f3518e5216e7dc45d16816c6c5e9b8f42fb1e7" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_json_schema:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/status.d/libc6" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_json_schema:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:layerID", - "value": "sha256:cb0e97aec96050082541e26315f3518e5216e7dc45d16816c6c5e9b8f42fb1e7" + "name": "syft:cpe23", + "value": "cpe:2.3:a:denis_blanchette_project:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status.d/libc6.md5sums" + "name": "syft:cpe23", + "value": "cpe:2.3:a:denis_blanchette_project:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:installedSize", - "value": "12986" + "name": "syft:cpe23", + "value": "cpe:2.3:a:denis_blanchette:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:source", - "value": "glibc" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libcom-err2@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12&package-id=6dad3e374cd30d7f", - "type": "library", - "publisher": "Theodore Y. Ts'o ", - "name": "libcom-err2", - "version": "1.47.0-2", - "licenses": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:denis_blanchette:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + }, { - "license": { - "id": "Apache-2.0" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:denis_blanchetteproject:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "license": { - "id": "BSD-3-Clause" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:denis_blanchetteproject:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "license": { - "id": "GPL-2.0-only" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-schema-for-humans:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "license": { - "id": "GPL-2.0-or-later" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-schema-for-humans:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "license": { - "id": "ISC" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-schema-for:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "license": { - "id": "Kazlib" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-schema-for:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "license": { - "id": "LGPL-2.0-only" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_schema_for:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "license": { - "id": "Latex2e" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_schema_for:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "license": { - "name": "GPL" - } - } - ], - "cpe": "cpe:2.3:a:libcom-err2:libcom-err2:1.47.0-2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libcom-err2@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12", - "properties": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_schema_for_humans:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + }, { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_schema_for_humans:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "deb" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json-schema-for:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json-schema-for:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libcom-err2:libcom_err2:1.47.0-2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_json_schema_for:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libcom_err2:libcom-err2:1.47.0-2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_json_schema_for:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libcom_err2:libcom_err2:1.47.0-2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tools_project:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libcom:libcom-err2:1.47.0-2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tools_project:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libcom:libcom_err2:1.47.0-2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:toolsproject:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:274bf283042a3eaa90cbb9ad1cf8a8b01bb809fa57eedc20b2b1103a9d21fb02" + "name": "syft:cpe23", + "value": "cpe:2.3:a:toolsproject:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libcom-err2/copyright" + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-schema:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:layerID", - "value": "sha256:274bf283042a3eaa90cbb9ad1cf8a8b01bb809fa57eedc20b2b1103a9d21fb02" + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-schema:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/status.d/libcom-err2" + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_schema:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:layerID", - "value": "sha256:274bf283042a3eaa90cbb9ad1cf8a8b01bb809fa57eedc20b2b1103a9d21fb02" + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_schema:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status.d/libcom-err2.md5sums" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json-schema:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:installedSize", - "value": "54" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json-schema:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:source", - "value": "e2fsprogs" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libcrypt1@1:4.4.33-2?arch=amd64&upstream=libxcrypt&distro=debian-12&package-id=8a58e4764a8e506f", - "type": "library", - "publisher": "Marco d'Itri ", - "name": "libcrypt1", - "version": "1:4.4.33-2", - "cpe": "cpe:2.3:a:libcrypt1:libcrypt1:1\\:4.4.33-2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libcrypt1@1:4.4.33-2?arch=amd64&upstream=libxcrypt&distro=debian-12", - "properties": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + }, { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "deb" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_json:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_json:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:1ca5d6162237e422b40e38cf8c2dbc5430eac27133458f62d7762c8700e8b856" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_json_schema:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libcrypt1/copyright" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_json_schema:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:layerID", - "value": "sha256:1ca5d6162237e422b40e38cf8c2dbc5430eac27133458f62d7762c8700e8b856" + "name": "syft:cpe23", + "value": "cpe:2.3:a:denis_blanchette:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/status.d/libcrypt1" + "name": "syft:cpe23", + "value": "cpe:2.3:a:denis_blanchette:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:layerID", - "value": "sha256:1ca5d6162237e422b40e38cf8c2dbc5430eac27133458f62d7762c8700e8b856" + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-schema-for:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status.d/libcrypt1.md5sums" + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-schema-for:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:installedSize", - "value": "233" + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_schema_for:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:source", - "value": "libxcrypt" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libdb5.3@5.3.28%2Bdfsg2-1?arch=amd64&upstream=db5.3&distro=debian-12&package-id=6cf015487270b05c", - "type": "library", - "publisher": "Bastian Germann ", - "name": "libdb5.3", - "version": "5.3.28+dfsg2-1", - "licenses": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_schema_for:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + }, { - "license": { - "id": "BSD-3-Clause" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "license": { - "id": "GPL-3.0-only" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "license": { - "id": "MS-PL" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:tools_project:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "license": { - "id": "Sleepycat" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:tools_project:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "license": { - "id": "X11" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:tools:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "license": { - "id": "Zlib" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:tools:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "license": { - "name": "Artistic" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:toolsproject:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "license": { - "name": "BSD-3-clause-fjord" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:toolsproject:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "license": { - "name": "GPL" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-schema:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "license": { - "name": "MIT-old" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-schema:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "license": { - "name": "TCL-like" - } - } - ], - "cpe": "cpe:2.3:a:libdb5.3:libdb5.3:5.3.28\\+dfsg2-1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libdb5.3@5.3.28%2Bdfsg2-1?arch=amd64&upstream=db5.3&distro=debian-12", - "properties": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + }, { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "deb" + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_schema:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_schema:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:2a45b556222ed1ab09b98b483e99cefd77c7bbd4877ebafb44775a30065c7dd1" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libdb5.3/copyright" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:layerID", - "value": "sha256:2a45b556222ed1ab09b98b483e99cefd77c7bbd4877ebafb44775a30065c7dd1" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_json:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/status.d/libdb5.3" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_json:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:layerID", - "value": "sha256:2a45b556222ed1ab09b98b483e99cefd77c7bbd4877ebafb44775a30065c7dd1" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status.d/libdb5.3.md5sums" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:installedSize", - "value": "1833" + "name": "syft:cpe23", + "value": "cpe:2.3:a:tools:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:source", - "value": "db5.3" + "name": "syft:cpe23", + "value": "cpe:2.3:a:tools:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/json_schema_for_humans-1.0.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/json_schema_for_humans-1.0.2.dist-info/RECORD" } ] }, { - "bom-ref": "pkg:deb/debian/libexpat1@2.5.0-1%2Bdeb12u1?arch=amd64&upstream=expat&distro=debian-12&package-id=8c5efc27111410ac", + "bom-ref": "pkg:pypi/jwcrypto@1.5.6?package-id=59402b856b0c5615", "type": "library", - "publisher": "Laszlo Boszormenyi (GCS) ", - "name": "libexpat1", - "version": "2.5.0-1+deb12u1", + "name": "jwcrypto", + "version": "1.5.6", "licenses": [ { "license": { - "id": "MIT" + "name": "LGPLv3+" } } ], - "cpe": "cpe:2.3:a:libexpat1:libexpat1:2.5.0-1\\+deb12u1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libexpat1@2.5.0-1%2Bdeb12u1?arch=amd64&upstream=expat&distro=debian-12", + "cpe": "cpe:2.3:a:python-jwcrypto:python-jwcrypto:1.5.6:*:*:*:*:*:*:*", + "purl": "pkg:pypi/jwcrypto@1.5.6", "properties": [ { "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" + "value": "python-installed-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" }, { "name": "syft:package:type", - "value": "deb" + "value": "python" }, { "name": "syft:package:metadataType", - "value": "dpkg-db-entry" + "value": "python-package" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jwcrypto:python_jwcrypto:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jwcrypto:python-jwcrypto:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jwcrypto:python_jwcrypto:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jwcrypto:python-jwcrypto:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jwcrypto:python_jwcrypto:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jwcrypto:jwcrypto:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jwcrypto:jwcrypto:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-jwcrypto:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_jwcrypto:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jwcrypto:jwcrypto:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jwcrypto:1.5.6:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:d1d8f17cf05a09f4b5d131811928cfb0b4083118b0bec8480873656205f81431" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/share/doc/libexpat1/copyright" + "value": "/usr/local/lib/python3.12/site-packages/jwcrypto-1.5.6.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:d1d8f17cf05a09f4b5d131811928cfb0b4083118b0bec8480873656205f81431" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/var/lib/dpkg/status.d/libexpat1" + "value": "/usr/local/lib/python3.12/site-packages/jwcrypto-1.5.6.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:d1d8f17cf05a09f4b5d131811928cfb0b4083118b0bec8480873656205f81431" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status.d/libexpat1.md5sums" + "value": "/usr/local/lib/python3.12/site-packages/jwcrypto-1.5.6.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/api@v0.29.3?package-id=31022c5ec253994e", + "type": "library", + "name": "k8s.io/api", + "version": "v0.29.3", + "purl": "pkg:golang/k8s.io/api@v0.29.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" }, { - "name": "syft:metadata:installedSize", - "value": "387" + "name": "syft:package:language", + "value": "go" }, { - "name": "syft:metadata:source", - "value": "expat" + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/ansible-operator" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2ORfZ7+bGC3YJqGpV0KSDDEVf8hdGQ6A03/50vj8pmw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:deb/debian/libffi8@3.4.4-1?arch=amd64&upstream=libffi&distro=debian-12&package-id=2b64d34d6ef3a9ee", + "bom-ref": "pkg:golang/k8s.io/api@v0.30.0?package-id=ccd91cac031e7bea", "type": "library", - "publisher": "Debian GCC Maintainers ", - "name": "libffi8", - "version": "3.4.4-1", - "licenses": [ + "name": "k8s.io/api", + "version": "v0.30.0", + "purl": "pkg:golang/k8s.io/api@v0.30.0", + "properties": [ { - "license": { - "id": "GPL-2.0-or-later" - } + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" }, { - "license": { - "id": "GPL-3.0-or-later" - } + "name": "syft:package:language", + "value": "go" }, { - "license": { - "id": "MPL-1.1" - } + "name": "syft:package:type", + "value": "go-module" }, { - "license": { - "id": "X11" - } + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" }, { - "license": { - "name": "Expat" - } + "name": "syft:location:0:layerID", + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { - "license": { - "name": "GPL" - } + "name": "syft:location:0:path", + "value": "/bin/helm" }, { - "license": { - "name": "public-domain" - } + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:siWhRq7cNjy2iHssOB9SCGNCl2spiF1dO3dABqZ8niA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" } - ], - "cpe": "cpe:2.3:a:libffi8:libffi8:3.4.4-1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libffi8@3.4.4-1?arch=amd64&upstream=libffi&distro=debian-12", + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/apiextensions-apiserver@v0.29.3?package-id=e3a0a83c0b412ad2", + "type": "library", + "name": "k8s.io/apiextensions-apiserver", + "version": "v0.29.3", + "purl": "pkg:golang/k8s.io/apiextensions-apiserver@v0.29.3", "properties": [ { "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" }, { "name": "syft:package:type", - "value": "deb" + "value": "go-module" }, { "name": "syft:package:metadataType", - "value": "dpkg-db-entry" + "value": "go-module-buildinfo-entry" }, { "name": "syft:location:0:layerID", - "value": "sha256:34029bd8646f750ae4e84b107ad574c9b50444b1e7a6e913aca67fa90b1c797e" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/usr/share/doc/libffi8/copyright" + "value": "/usr/local/bin/ansible-operator" }, { - "name": "syft:location:1:layerID", - "value": "sha256:34029bd8646f750ae4e84b107ad574c9b50444b1e7a6e913aca67fa90b1c797e" + "name": "syft:metadata:architecture", + "value": "amd64" }, { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/status.d/libffi8" + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9HF+EtZaVpFjStakF4yVufnXGPRppWFEQ87qnO91YeI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/operator-framework/ansible-operator-plugins" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/apiextensions-apiserver@v0.30.0?package-id=1696cbdf45aba89a", + "type": "library", + "name": "k8s.io/apiextensions-apiserver", + "version": "v0.30.0", + "purl": "pkg:golang/k8s.io/apiextensions-apiserver@v0.30.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" + }, + { + "name": "syft:location:0:path", + "value": "/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:jcZFKMqnICJfRxTgnC4E+Hpcq8UEhT8B2lhBcQ+6uAs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/apimachinery@v0.29.3?package-id=9b3621ce6c1bcf1e", + "type": "library", + "name": "k8s.io/apimachinery", + "version": "v0.29.3", + "purl": "pkg:golang/k8s.io/apimachinery@v0.29.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/ansible-operator" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2tbx+5L7RNvqJjn7RIuIKu9XTsIZ9Z5wX2G22XAa5EU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/operator-framework/ansible-operator-plugins" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/apimachinery@v0.30.0?package-id=4695d66811cad184", + "type": "library", + "name": "k8s.io/apimachinery", + "version": "v0.30.0", + "purl": "pkg:golang/k8s.io/apimachinery@v0.30.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" + }, + { + "name": "syft:location:0:path", + "value": "/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:qxVPsyDM5XS96NIh9Oj6LavoVFYff/Pon9cZeDIkHHA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/apiserver@v0.30.0?package-id=717471a33e3892e9", + "type": "library", + "name": "k8s.io/apiserver", + "version": "v0.30.0", + "purl": "pkg:golang/k8s.io/apiserver@v0.30.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" + }, + { + "name": "syft:location:0:path", + "value": "/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:QCec+U72tMQ+9tR6A0sMBB5Vh6ImCEkoKkTDRABWq6M=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/cli-runtime@v0.30.0?package-id=07ab6ce886e70607", + "type": "library", + "name": "k8s.io/cli-runtime", + "version": "v0.30.0", + "purl": "pkg:golang/k8s.io/cli-runtime@v0.30.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" + }, + { + "name": "syft:location:0:path", + "value": "/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:0vn6/XhOvn1RJ2KJOC6IRR2CGqrpT6QQF4+8pYpWQ48=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/client-go@v0.29.3?package-id=b4676ca19f61e5e4", + "type": "library", + "name": "k8s.io/client-go", + "version": "v0.29.3", + "purl": "pkg:golang/k8s.io/client-go@v0.29.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/ansible-operator" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:R/zaZbEAxqComZ9FHeQwOh3Y1ZUs7FaHKZdQtIc2WZg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/operator-framework/ansible-operator-plugins" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/client-go@v0.30.0?package-id=645e8bcc8d1ed791", + "type": "library", + "name": "k8s.io/client-go", + "version": "v0.30.0", + "purl": "pkg:golang/k8s.io/client-go@v0.30.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" + }, + { + "name": "syft:location:0:path", + "value": "/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:sB1AGGlhY/o7KCyCEQ0bPWzYDL0pwOZO4vAtTSh/gJQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/component-base@v0.29.3?package-id=b3840dd3c18558da", + "type": "library", + "name": "k8s.io/component-base", + "version": "v0.29.3", + "purl": "pkg:golang/k8s.io/component-base@v0.29.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/ansible-operator" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Oq9/nddUxlnrCuuR2K/jp6aflVvc0uDvxMzAWxnGzAo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/operator-framework/ansible-operator-plugins" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/component-base@v0.30.0?package-id=66cb9d137697c258", + "type": "library", + "name": "k8s.io/component-base", + "version": "v0.30.0", + "purl": "pkg:golang/k8s.io/component-base@v0.30.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" + }, + { + "name": "syft:location:0:path", + "value": "/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:cj6bp38g0ainlfYtaOQuRELh5KSYjhKxM+io7AUIk4o=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/klog/v2@v2.120.1?package-id=c74327cbf7f96a8c", + "type": "library", + "name": "k8s.io/klog/v2", + "version": "v2.120.1", + "cpe": "cpe:2.3:a:klog:v2:v2.120.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/k8s.io/klog/v2@v2.120.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" + }, + { + "name": "syft:location:0:path", + "value": "/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:QXU6cPEOIslTGvZaXvFWiP9VKyeet3sawzTOvdXb4Vw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/klog/v2@v2.120.1?package-id=f9b86f5a4618ec8e", + "type": "library", + "name": "k8s.io/klog/v2", + "version": "v2.120.1", + "cpe": "cpe:2.3:a:klog:v2:v2.120.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/k8s.io/klog/v2@v2.120.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/ansible-operator" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:QXU6cPEOIslTGvZaXvFWiP9VKyeet3sawzTOvdXb4Vw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/operator-framework/ansible-operator-plugins" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/kube-openapi@v0.0.0-20240221221325-2ac9dc51f3f1?package-id=455593ec6759d0aa", + "type": "library", + "name": "k8s.io/kube-openapi", + "version": "v0.0.0-20240221221325-2ac9dc51f3f1", + "purl": "pkg:golang/k8s.io/kube-openapi@v0.0.0-20240221221325-2ac9dc51f3f1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/ansible-operator" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:rtdnaWfP40MTKv7izH81gkWpZB45pZrwIxyZdPSn1mI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/operator-framework/ansible-operator-plugins" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/kube-openapi@v0.0.0-20240228011516-70dd3763d340?package-id=9ff8215604102d6d", + "type": "library", + "name": "k8s.io/kube-openapi", + "version": "v0.0.0-20240228011516-70dd3763d340", + "purl": "pkg:golang/k8s.io/kube-openapi@v0.0.0-20240228011516-70dd3763d340", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" + }, + { + "name": "syft:location:0:path", + "value": "/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:BZqlfIlq5YbRMFko6/PM7FjZpUb45WallggurYhKGag=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/kubectl@v0.29.3?package-id=c42b714a0ea486e4", + "type": "library", + "name": "k8s.io/kubectl", + "version": "v0.29.3", + "purl": "pkg:golang/k8s.io/kubectl@v0.29.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/ansible-operator" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:RuwyyIU42MAISRIePaa8Q7A3U74Q9P4MoJbDFz9o3us=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/operator-framework/ansible-operator-plugins" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/kubectl@v0.30.0?package-id=fc8839aa52105b0a", + "type": "library", + "name": "k8s.io/kubectl", + "version": "v0.30.0", + "purl": "pkg:golang/k8s.io/kubectl@v0.30.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" + }, + { + "name": "syft:location:0:path", + "value": "/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xbPvzagbJ6RNYVMVuiHArC1grrV5vSmmIcSZuCdzRyk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/utils@v0.0.0-20230726121419-3b25d923346b?package-id=35e2287376989f72", + "type": "library", + "name": "k8s.io/utils", + "version": "v0.0.0-20230726121419-3b25d923346b", + "purl": "pkg:golang/k8s.io/utils@v0.0.0-20230726121419-3b25d923346b", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" + }, + { + "name": "syft:location:0:path", + "value": "/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:sgn3ZU783SCgtaSJjpcVVlRqd6GSnlTLKgpAAttJvpI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/utils@v0.0.0-20240102154912-e7106e64919e?package-id=50226175e09e8e66", + "type": "library", + "name": "k8s.io/utils", + "version": "v0.0.0-20240102154912-e7106e64919e", + "purl": "pkg:golang/k8s.io/utils@v0.0.0-20240102154912-e7106e64919e", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/ansible-operator" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:eQ/4ljkx21sObifjzXwlPKpdGLrCfRziVtos3ofG/sQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/operator-framework/ansible-operator-plugins" + } + ] + }, + { + "bom-ref": "pkg:pypi/kubernetes@31.0.0?package-id=307dba2bd356cb5b", + "type": "library", + "author": "Kubernetes", + "name": "kubernetes", + "version": "31.0.0", + "licenses": [ + { + "license": { + "name": "Apache License Version 2.0" + } + } + ], + "cpe": "cpe:2.3:a:kubernetes_project:python-kubernetes:31.0.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/kubernetes@31.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "python-package" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kubernetes_project:python_kubernetes:31.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kubernetesproject:python-kubernetes:31.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kubernetesproject:python_kubernetes:31.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-kubernetes:python-kubernetes:31.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-kubernetes:python_kubernetes:31.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_kubernetes:python-kubernetes:31.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_kubernetes:python_kubernetes:31.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kubernetes:python-kubernetes:31.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kubernetes:python_kubernetes:31.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-kubernetes:31.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_kubernetes:31.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/kubernetes-31.0.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/kubernetes-31.0.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/kubernetes-31.0.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libbz2-1.0@1.0.8-5%2Bb1?arch=amd64&upstream=bzip2%401.0.8-5&distro=debian-12&package-id=636e31bcf3b8f8ea", + "type": "library", + "publisher": "Anibal Monsalve Salazar ", + "name": "libbz2-1.0", + "version": "1.0.8-5+b1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "BSD-variant" + } + } + ], + "cpe": "cpe:2.3:a:libbz2-1.0:libbz2-1.0:1.0.8-5\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libbz2-1.0@1.0.8-5%2Bb1?arch=amd64&upstream=bzip2%401.0.8-5&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2-1.0:libbz2_1.0:1.0.8-5\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2-1.0:1.0.8-5\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2_1.0:1.0.8-5\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2-1.0:1.0.8-5\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2_1.0:1.0.8-5\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d20e351ed4b9a6550ad5c7f7164a955c9b0fec6f5734b48eb0394e9f20f9ec65" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libbz2-1.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:d20e351ed4b9a6550ad5c7f7164a955c9b0fec6f5734b48eb0394e9f20f9ec65" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/libbz2-1.0" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d20e351ed4b9a6550ad5c7f7164a955c9b0fec6f5734b48eb0394e9f20f9ec65" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/libbz2-1.0.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "106" + }, + { + "name": "syft:metadata:source", + "value": "bzip2" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "1.0.8-5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libc6", + "version": "2.36-9+deb12u8", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc6:libc6:2.36-9\\+deb12u8:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0e97aec96050082541e26315f3518e5216e7dc45d16816c6c5e9b8f42fb1e7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:cb0e97aec96050082541e26315f3518e5216e7dc45d16816c6c5e9b8f42fb1e7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/libc6" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:cb0e97aec96050082541e26315f3518e5216e7dc45d16816c6c5e9b8f42fb1e7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/libc6.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "12986" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcom-err2@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12&package-id=6dad3e374cd30d7f", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "libcom-err2", + "version": "1.47.0-2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "Kazlib" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "Latex2e" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libcom-err2:libcom-err2:1.47.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcom-err2@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom-err2:libcom_err2:1.47.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom-err2:1.47.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom_err2:1.47.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom-err2:1.47.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom_err2:1.47.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:274bf283042a3eaa90cbb9ad1cf8a8b01bb809fa57eedc20b2b1103a9d21fb02" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcom-err2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:274bf283042a3eaa90cbb9ad1cf8a8b01bb809fa57eedc20b2b1103a9d21fb02" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/libcom-err2" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:274bf283042a3eaa90cbb9ad1cf8a8b01bb809fa57eedc20b2b1103a9d21fb02" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/libcom-err2.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "54" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcrypt1@1:4.4.33-2?arch=amd64&upstream=libxcrypt&distro=debian-12&package-id=8a58e4764a8e506f", + "type": "library", + "publisher": "Marco d'Itri ", + "name": "libcrypt1", + "version": "1:4.4.33-2", + "cpe": "cpe:2.3:a:libcrypt1:libcrypt1:1\\:4.4.33-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcrypt1@1:4.4.33-2?arch=amd64&upstream=libxcrypt&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1ca5d6162237e422b40e38cf8c2dbc5430eac27133458f62d7762c8700e8b856" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcrypt1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:1ca5d6162237e422b40e38cf8c2dbc5430eac27133458f62d7762c8700e8b856" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/libcrypt1" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:1ca5d6162237e422b40e38cf8c2dbc5430eac27133458f62d7762c8700e8b856" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/libcrypt1.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "233" + }, + { + "name": "syft:metadata:source", + "value": "libxcrypt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libdb5.3@5.3.28%2Bdfsg2-1?arch=amd64&upstream=db5.3&distro=debian-12&package-id=6cf015487270b05c", + "type": "library", + "publisher": "Bastian Germann ", + "name": "libdb5.3", + "version": "5.3.28+dfsg2-1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "MS-PL" + } + }, + { + "license": { + "id": "Sleepycat" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "BSD-3-clause-fjord" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "MIT-old" + } + }, + { + "license": { + "name": "TCL-like" + } + } + ], + "cpe": "cpe:2.3:a:libdb5.3:libdb5.3:5.3.28\\+dfsg2-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libdb5.3@5.3.28%2Bdfsg2-1?arch=amd64&upstream=db5.3&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a45b556222ed1ab09b98b483e99cefd77c7bbd4877ebafb44775a30065c7dd1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdb5.3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2a45b556222ed1ab09b98b483e99cefd77c7bbd4877ebafb44775a30065c7dd1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/libdb5.3" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a45b556222ed1ab09b98b483e99cefd77c7bbd4877ebafb44775a30065c7dd1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/libdb5.3.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "1833" + }, + { + "name": "syft:metadata:source", + "value": "db5.3" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libexpat1@2.5.0-1%2Bdeb12u1?arch=amd64&upstream=expat&distro=debian-12&package-id=8c5efc27111410ac", + "type": "library", + "publisher": "Laszlo Boszormenyi (GCS) ", + "name": "libexpat1", + "version": "2.5.0-1+deb12u1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libexpat1:libexpat1:2.5.0-1\\+deb12u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libexpat1@2.5.0-1%2Bdeb12u1?arch=amd64&upstream=expat&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d1d8f17cf05a09f4b5d131811928cfb0b4083118b0bec8480873656205f81431" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libexpat1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:d1d8f17cf05a09f4b5d131811928cfb0b4083118b0bec8480873656205f81431" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/libexpat1" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d1d8f17cf05a09f4b5d131811928cfb0b4083118b0bec8480873656205f81431" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/libexpat1.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "387" + }, + { + "name": "syft:metadata:source", + "value": "expat" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libffi8@3.4.4-1?arch=amd64&upstream=libffi&distro=debian-12&package-id=2b64d34d6ef3a9ee", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libffi8", + "version": "3.4.4-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "MPL-1.1" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libffi8:libffi8:3.4.4-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libffi8@3.4.4-1?arch=amd64&upstream=libffi&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:34029bd8646f750ae4e84b107ad574c9b50444b1e7a6e913aca67fa90b1c797e" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libffi8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:34029bd8646f750ae4e84b107ad574c9b50444b1e7a6e913aca67fa90b1c797e" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/libffi8" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:34029bd8646f750ae4e84b107ad574c9b50444b1e7a6e913aca67fa90b1c797e" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/libffi8.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "68" + }, + { + "name": "syft:metadata:source", + "value": "libffi" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgcc-s1@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=5832c815f8496657", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libgcc-s1", + "version": "12.2.0-14", + "cpe": "cpe:2.3:a:libgcc-s1:libgcc-s1:12.2.0-14:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgcc-s1@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc-s1:libgcc_s1:12.2.0-14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc-s1:12.2.0-14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc_s1:12.2.0-14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc-s1:12.2.0-14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc_s1:12.2.0-14:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:78110d1d980796ae9bfeb3871c21f7c46c8f2f502fa6cea94c8bd0bbd33bc41f" + }, + { + "name": "syft:location:0:path", + "value": "/var/lib/dpkg/status.d/libgcc-s1" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:78110d1d980796ae9bfeb3871c21f7c46c8f2f502fa6cea94c8bd0bbd33bc41f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/libgcc-s1.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "140" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgomp1@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=e6e86bb372a48e51", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libgomp1", + "version": "12.2.0-14", + "cpe": "cpe:2.3:a:libgomp1:libgomp1:12.2.0-14:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgomp1@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b82d7f2804d3bff95452057dc9310a5b55e985e7c64e7785fa2594761c282f31" + }, + { + "name": "syft:location:0:path", + "value": "/var/lib/dpkg/status.d/libgomp1" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:b82d7f2804d3bff95452057dc9310a5b55e985e7c64e7785fa2594761c282f31" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/libgomp1.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "312" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgssapi-krb5-2@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=d8c06ad32a036d56", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libgssapi-krb5-2", + "version": "1.20.1-2+deb12u2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libgssapi-krb5-2:libgssapi-krb5-2:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgssapi-krb5-2@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5-2:libgssapi_krb5_2:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi-krb5-2:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi_krb5_2:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5:libgssapi-krb5-2:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5:libgssapi_krb5_2:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5:libgssapi-krb5-2:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5:libgssapi_krb5_2:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi:libgssapi-krb5-2:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi:libgssapi_krb5_2:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:81d9c00f6ed1c3ff98c6be444ac8061eae57d37c87ebbd58ede574ae76ed6db1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgssapi-krb5-2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:81d9c00f6ed1c3ff98c6be444ac8061eae57d37c87ebbd58ede574ae76ed6db1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/libgssapi-krb5-2" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:81d9c00f6ed1c3ff98c6be444ac8061eae57d37c87ebbd58ede574ae76ed6db1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/libgssapi-krb5-2.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "424" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libk5crypto3@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=981e5e9a30f09b98", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libk5crypto3", + "version": "1.20.1-2+deb12u2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libk5crypto3:libk5crypto3:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libk5crypto3@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:843ad01e654f08e9558cfdb1d6232f65d688b14a4f8ec177f6b15971c3b97cc6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libk5crypto3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:843ad01e654f08e9558cfdb1d6232f65d688b14a4f8ec177f6b15971c3b97cc6" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/libk5crypto3" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:843ad01e654f08e9558cfdb1d6232f65d688b14a4f8ec177f6b15971c3b97cc6" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/libk5crypto3.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "260" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkeyutils1@1.6.3-2?arch=amd64&upstream=keyutils&distro=debian-12&package-id=e182c5a1d7f7d1ea", + "type": "library", + "publisher": "Christian Kastner ", + "name": "libkeyutils1", + "version": "1.6.3-2", + "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.3-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkeyutils1@1.6.3-2?arch=amd64&upstream=keyutils&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1c2c1dbf4c83dfb5544ca0cb264221888a9d111664cab667c1013501be29c8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkeyutils1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:b1c2c1dbf4c83dfb5544ca0cb264221888a9d111664cab667c1013501be29c8c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/libkeyutils1" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:b1c2c1dbf4c83dfb5544ca0cb264221888a9d111664cab667c1013501be29c8c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/libkeyutils1.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "40" + }, + { + "name": "syft:metadata:source", + "value": "keyutils" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkrb5-3@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=1077eede55a0f307", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libkrb5-3", + "version": "1.20.1-2+deb12u2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkrb5-3:libkrb5-3:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkrb5-3@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5-3:libkrb5_3:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5_3:libkrb5-3:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5_3:libkrb5_3:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5:libkrb5-3:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5:libkrb5_3:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f7af08f97f4da5fbfb45dd3dd72d6a963de2bb486248c8cb7ece61f7d8ab07ee" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkrb5-3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:f7af08f97f4da5fbfb45dd3dd72d6a963de2bb486248c8cb7ece61f7d8ab07ee" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/libkrb5-3" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:f7af08f97f4da5fbfb45dd3dd72d6a963de2bb486248c8cb7ece61f7d8ab07ee" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/libkrb5-3.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "1076" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkrb5support0@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=8d747bb9cccad121", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libkrb5support0", + "version": "1.20.1-2+deb12u2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkrb5support0:libkrb5support0:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkrb5support0@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5726a2230e326ac81d7f6e0fc77858c053fb3d5256b595cf4e74ef06ba0899ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkrb5support0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:5726a2230e326ac81d7f6e0fc77858c053fb3d5256b595cf4e74ef06ba0899ed" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/libkrb5support0" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5726a2230e326ac81d7f6e0fc77858c053fb3d5256b595cf4e74ef06ba0899ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/libkrb5support0.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "133" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/liblzma5@5.4.1-0.2?arch=amd64&upstream=xz-utils&distro=debian-12&package-id=e589b1402ec4de9c", + "type": "library", + "publisher": "Jonathan Nieder ", + "name": "liblzma5", + "version": "5.4.1-0.2", + "licenses": [ + { + "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": "Autoconf" + } + }, + { + "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.4.1-0.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/liblzma5@5.4.1-0.2?arch=amd64&upstream=xz-utils&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a191036daeeec43e9125a2bf6d91ca0c4ec042f0c0a20f6d728d63fa260be897" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblzma5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a191036daeeec43e9125a2bf6d91ca0c4ec042f0c0a20f6d728d63fa260be897" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/liblzma5" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a191036daeeec43e9125a2bf6d91ca0c4ec042f0c0a20f6d728d63fa260be897" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/liblzma5.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "333" + }, + { + "name": "syft:metadata:source", + "value": "xz-utils" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libncursesw6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12&package-id=015b1bb725c05616", + "type": "library", + "publisher": "Craig Small ", + "name": "libncursesw6", + "version": "6.4-4", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:libncursesw6:libncursesw6:6.4-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libncursesw6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a5a95a9c158ded2e596ff36493c0bf016b11e8aeec950ce2dff8f599ad43415" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:f3d99806ca4063b4e2fc0d2eeb015d136458b352e6109b1a763993d29e9ee07e" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/libncursesw6" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:f3d99806ca4063b4e2fc0d2eeb015d136458b352e6109b1a763993d29e9ee07e" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/libncursesw6.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "412" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libnsl2@1.3.0-2?arch=amd64&upstream=libnsl&distro=debian-12&package-id=6febad3629e7b7fc", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libnsl2", + "version": "1.3.0-2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "GPL-2+-autoconf-exception" + } + }, + { + "license": { + "name": "GPL-2+-libtool-exception" + } + }, + { + "license": { + "name": "GPL-3+-autoconf-exception" + } + }, + { + "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-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libnsl2@1.3.0-2?arch=amd64&upstream=libnsl&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:af377b41bfba1bf4a21593351556bf69eeba089d768b569175415fb36b01b039" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnsl2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:af377b41bfba1bf4a21593351556bf69eeba089d768b569175415fb36b01b039" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/libnsl2" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:af377b41bfba1bf4a21593351556bf69eeba089d768b569175415fb36b01b039" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/libnsl2.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "127" + }, + { + "name": "syft:metadata:source", + "value": "libnsl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpython3.11-minimal@3.11.2-6%2Bdeb12u3?arch=amd64&upstream=python3.11&distro=debian-12&package-id=9230ff58588ab59d", + "type": "library", + "publisher": "Matthias Klose ", + "name": "libpython3.11-minimal", + "version": "3.11.2-6+deb12u3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "By" + } + }, + { + "license": { + "name": "Permission" + } + }, + { + "license": { + "name": "Redistribution" + } + }, + { + "license": { + "name": "This" + } + } + ], + "cpe": "cpe:2.3:a:libpython3.11-minimal:libpython3.11-minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpython3.11-minimal@3.11.2-6%2Bdeb12u3?arch=amd64&upstream=python3.11&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.11-minimal:libpython3.11_minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.11_minimal:libpython3.11-minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.11_minimal:libpython3.11_minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.11:libpython3.11-minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.11:libpython3.11_minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a60135225f9588cc1d0759b869eeb31bca28e25fd39da00de201b99f8188699b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpython3.11-minimal/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a60135225f9588cc1d0759b869eeb31bca28e25fd39da00de201b99f8188699b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/libpython3.11-minimal" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a60135225f9588cc1d0759b869eeb31bca28e25fd39da00de201b99f8188699b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/libpython3.11-minimal.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "5207" + }, + { + "name": "syft:metadata:source", + "value": "python3.11" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpython3.11-stdlib@3.11.2-6%2Bdeb12u3?arch=amd64&upstream=python3.11&distro=debian-12&package-id=186ddf9fa473cc3b", + "type": "library", + "publisher": "Matthias Klose ", + "name": "libpython3.11-stdlib", + "version": "3.11.2-6+deb12u3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "By" + } + }, + { + "license": { + "name": "Permission" + } + }, + { + "license": { + "name": "Redistribution" + } + }, + { + "license": { + "name": "This" + } + } + ], + "cpe": "cpe:2.3:a:libpython3.11-stdlib:libpython3.11-stdlib:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpython3.11-stdlib@3.11.2-6%2Bdeb12u3?arch=amd64&upstream=python3.11&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.11-stdlib:libpython3.11_stdlib:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.11_stdlib:libpython3.11-stdlib:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.11_stdlib:libpython3.11_stdlib:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.11:libpython3.11-stdlib:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.11:libpython3.11_stdlib:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a60135225f9588cc1d0759b869eeb31bca28e25fd39da00de201b99f8188699b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpython3.11-minimal/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:d387a199ae0c1e22b12ec78b47b84c93bcdd312b44df5ce253e822f9aa5c70c2" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/libpython3.11-stdlib" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d387a199ae0c1e22b12ec78b47b84c93bcdd312b44df5ce253e822f9aa5c70c2" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/libpython3.11-stdlib.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "8323" + }, + { + "name": "syft:metadata:source", + "value": "python3.11" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libreadline8@8.2-1.3?arch=amd64&upstream=readline&distro=debian-12&package-id=cf1e156bd7515d7e", + "type": "library", + "publisher": "Matthias Klose ", + "name": "libreadline8", + "version": "8.2-1.3", + "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": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GFDL-NIV-1.3+" + } + }, + { + "license": { + "name": "ISC-no-attribution" + } + } + ], + "cpe": "cpe:2.3:a:libreadline8:libreadline8:8.2-1.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libreadline8@8.2-1.3?arch=amd64&upstream=readline&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6d945ac65d26a683937d2a98b399fe4e34ba0be47c5ec707753cf78398656876" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libreadline8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:6d945ac65d26a683937d2a98b399fe4e34ba0be47c5ec707753cf78398656876" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/libreadline8" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:6d945ac65d26a683937d2a98b399fe4e34ba0be47c5ec707753cf78398656876" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/libreadline8.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "475" + }, + { + "name": "syft:metadata:source", + "value": "readline" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsqlite3-0@3.40.1-2?arch=amd64&upstream=sqlite3&distro=debian-12&package-id=ba7901014862fb39", + "type": "library", + "publisher": "Laszlo Boszormenyi (GCS) ", + "name": "libsqlite3-0", + "version": "3.40.1-2", + "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.40.1-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsqlite3-0@3.40.1-2?arch=amd64&upstream=sqlite3&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsqlite3-0:libsqlite3_0:3.40.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsqlite3_0:libsqlite3-0:3.40.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsqlite3_0:libsqlite3_0:3.40.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsqlite3:libsqlite3-0:3.40.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsqlite3:libsqlite3_0:3.40.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f211a354af4471e5ead25f8b79c6e0bb3a79d4ddf59702ba6d4f29bfcb8198bf" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsqlite3-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:f211a354af4471e5ead25f8b79c6e0bb3a79d4ddf59702ba6d4f29bfcb8198bf" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/libsqlite3-0" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:f211a354af4471e5ead25f8b79c6e0bb3a79d4ddf59702ba6d4f29bfcb8198bf" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/libsqlite3-0.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "1682" + }, + { + "name": "syft:metadata:source", + "value": "sqlite3" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libssl3@3.0.14-1~deb12u2?arch=amd64&upstream=openssl&distro=debian-12&package-id=8507d2a12f451902", + "type": "library", + "publisher": "Debian OpenSSL Team ", + "name": "libssl3", + "version": "3.0.14-1~deb12u2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "name": "Artistic" + } + } + ], + "cpe": "cpe:2.3:a:libssl3:libssl3:3.0.14-1\\~deb12u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libssl3@3.0.14-1~deb12u2?arch=amd64&upstream=openssl&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:949b44fda9d054b2b420218f6b156e222fb1f89f38dc45521c1b9ac73c7a9c9e" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libssl3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:949b44fda9d054b2b420218f6b156e222fb1f89f38dc45521c1b9ac73c7a9c9e" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/libssl3" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:949b44fda9d054b2b420218f6b156e222fb1f89f38dc45521c1b9ac73c7a9c9e" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/libssl3.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "6021" + }, + { + "name": "syft:metadata:source", + "value": "openssl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libstdc%2B%2B6@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=3f4c97f5621d2ef8", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libstdc++6", + "version": "12.2.0-14", + "cpe": "cpe:2.3:a:libstdc\\+\\+6:libstdc\\+\\+6:12.2.0-14:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libstdc%2B%2B6@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:72b92cef5d1c6e8a1d3ac611f27aabd0cd27ee18a2a8482d0f883b8a1429c1ed" + }, + { + "name": "syft:location:0:path", + "value": "/var/lib/dpkg/status.d/libstdc++6" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:72b92cef5d1c6e8a1d3ac611f27aabd0cd27ee18a2a8482d0f883b8a1429c1ed" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/libstdc++6.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "2686" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtinfo6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12&package-id=36361b5a97996e94", + "type": "library", + "publisher": "Craig Small ", + "name": "libtinfo6", + "version": "6.4-4", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:libtinfo6:libtinfo6:6.4-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtinfo6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a5a95a9c158ded2e596ff36493c0bf016b11e8aeec950ce2dff8f599ad43415" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:6a5a95a9c158ded2e596ff36493c0bf016b11e8aeec950ce2dff8f599ad43415" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/libtinfo6" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:6a5a95a9c158ded2e596ff36493c0bf016b11e8aeec950ce2dff8f599ad43415" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/libtinfo6.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "541" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtirpc3@1.3.3%2Bds-1?arch=amd64&upstream=libtirpc&distro=debian-12&package-id=ce9385b45ab56ab3", + "type": "library", + "publisher": "Josue Ortega ", + "name": "libtirpc3", + "version": "1.3.3+ds-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.3\\+ds-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtirpc3@1.3.3%2Bds-1?arch=amd64&upstream=libtirpc&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:21df81c862b2e3f7e76a90659000c24196dae65e7ed3c0d3e654ed752f618416" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:21df81c862b2e3f7e76a90659000c24196dae65e7ed3c0d3e654ed752f618416" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/libtirpc3" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:21df81c862b2e3f7e76a90659000c24196dae65e7ed3c0d3e654ed752f618416" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/libtirpc3.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "226" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libuuid1@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12&package-id=f8ece42b680f0690", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libuuid1", + "version": "2.38.1-5+deb12u1", + "licenses": [ + { + "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": { + "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": "BSLA" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libuuid1:libuuid1:2.38.1-5\\+deb12u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libuuid1@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b32c8091f23ec0e3ceb23d7cf283d89122638ae55decd53d21253725202e9a45" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libuuid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:b32c8091f23ec0e3ceb23d7cf283d89122638ae55decd53d21253725202e9a45" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/libuuid1" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:b32c8091f23ec0e3ceb23d7cf283d89122638ae55decd53d21253725202e9a45" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/libuuid1.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "79" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:pypi/lightkube@0.15.4?package-id=87d46e4679b0f75a", + "type": "library", + "author": "Giuseppe Tribulato ", + "name": "lightkube", + "version": "0.15.4", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:giuseppe_tribulato_project:python-lightkube:0.15.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/lightkube@0.15.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "python-package" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giuseppe_tribulato_project:python_lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giuseppe_tribulatoproject:python-lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giuseppe_tribulatoproject:python_lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giuseppe_tribulato_project:lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giuseppe_tribulato:python-lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giuseppe_tribulato:python_lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giuseppe_tribulatoproject:lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtsystem_project:python-lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtsystem_project:python_lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lightkube:python-lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lightkube:python_lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lightkube:python-lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lightkube:python_lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtsystemproject:python-lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtsystemproject:python_lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giuseppe_tribulato:lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtsystem_project:lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lightkube:python-lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lightkube:python_lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lightkube:lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lightkube:lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtsystem:python-lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtsystem:python_lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtsystemproject:lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lightkube:lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtsystem:lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/lightkube-0.15.4.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/lightkube-0.15.4.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/lightkube-0.15.4.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/lightkube-models@1.31.1.8?package-id=4c3cd6c9a033f95f", + "type": "library", + "author": "Giuseppe Tribulato ", + "name": "lightkube-models", + "version": "1.31.1.8", + "licenses": [ + { + "license": { + "name": "Apache Software License" + } + } + ], + "cpe": "cpe:2.3:a:giuseppe_tribulato_project:python-lightkube-models:1.31.1.8:*:*:*:*:*:*:*", + "purl": "pkg:pypi/lightkube-models@1.31.1.8", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "python-package" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giuseppe_tribulato_project:python_lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giuseppe_tribulatoproject:python-lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giuseppe_tribulatoproject:python_lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lightkube-models:python-lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lightkube-models:python_lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lightkube_models:python-lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lightkube_models:python_lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giuseppe_tribulato_project:lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giuseppe_tribulato_project:lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giuseppe_tribulato:python-lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giuseppe_tribulato:python_lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giuseppe_tribulatoproject:lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giuseppe_tribulatoproject:lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtsystem_project:python-lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtsystem_project:python_lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lightkube-models:python-lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lightkube-models:python_lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lightkube_models:python-lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lightkube_models:python_lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lightkube-models:lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lightkube-models:lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lightkube:python-lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lightkube:python_lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lightkube:python-lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lightkube:python_lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lightkube_models:lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lightkube_models:lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtsystemproject:python-lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtsystemproject:python_lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giuseppe_tribulato:lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giuseppe_tribulato:lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtsystem_project:lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtsystem_project:lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lightkube-models:lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lightkube-models:lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lightkube:python-lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lightkube:python_lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lightkube_models:lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lightkube_models:lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lightkube:lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lightkube:lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lightkube:lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lightkube:lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtsystem:python-lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtsystem:python_lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtsystemproject:lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtsystemproject:lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lightkube:lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lightkube:lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtsystem:lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtsystem:lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/lightkube_models-1.31.1.8.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/lightkube_models-1.31.1.8.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/lightkube_models-1.31.1.8.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/lockfile@0.12.2?package-id=6bc3175e348d711e", + "type": "library", + "author": "OpenStack ", + "name": "lockfile", + "version": "0.12.2", + "licenses": [ + { + "license": { + "name": "UNKNOWN" + } + } + ], + "cpe": "cpe:2.3:a:openstack_dev_project:python-lockfile:0.12.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/lockfile@0.12.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "python-package" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack_dev_project:python_lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack_devproject:python-lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack_devproject:python_lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack_project:python-lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack_project:python_lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstackproject:python-lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstackproject:python_lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lockfile:python-lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lockfile:python_lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lockfile:python-lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lockfile:python_lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack_dev_project:lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack-dev:python-lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack-dev:python_lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack_dev:python-lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack_dev:python_lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack_devproject:lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack_project:lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack:python-lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack:python_lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstackproject:lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lockfile:python-lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lockfile:python_lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lockfile:lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lockfile:lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack-dev:lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack_dev:lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack:lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lockfile:lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/lockfile-0.12.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/lockfile-0.12.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/lockfile-0.12.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/markdown-it-py@3.0.0?package-id=924c473944f75a29", + "type": "library", + "author": "Chris Sewell ", + "name": "markdown-it-py", + "version": "3.0.0", + "cpe": "cpe:2.3:a:chris_sewell_\\", + "name": "markdown2", + "version": "2.5.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:trent_mick_project:python-markdown2:2.5.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/markdown2@2.5.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "python-package" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trent_mick_project:python_markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trent_mickproject:python-markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trent_mickproject:python_markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-markdown2:python-markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-markdown2:python_markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_markdown2:python-markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_markdown2:python_markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trentm_project:python-markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trentm_project:python_markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trentmproject:python-markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trentmproject:python_markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trent_mick_project:markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trent_mick:python-markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trent_mick:python_markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trent_mickproject:markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:markdown2:python-markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:markdown2:python_markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-markdown2:markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_markdown2:markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trentm_project:markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trentm:python-markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trentm:python_markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trentmproject:markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trent_mick:markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:markdown2:markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trentm:markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/markdown2-2.5.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/markdown2-2.5.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/markdown2-2.5.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/marshmallow@3.23.0?package-id=7e59e6620d55b1eb", + "type": "library", + "author": "Steven Loria ", + "name": "marshmallow", + "version": "3.23.0", + "cpe": "cpe:2.3:a:marshmallow_project:marshmallow:3.23.0:*:*:*:*:python:*:*", + "purl": "pkg:pypi/marshmallow@3.23.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "python-package" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/marshmallow-3.23.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/marshmallow-3.23.0.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:pypi/marshmallow-enum@1.5.1?package-id=ca0d845ba6d8d8d5", + "type": "library", + "author": "Alec Nikolas Reiter ", + "name": "marshmallow-enum", + "version": "1.5.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:alec_nikolas_reiter_project:python-marshmallow-enum:1.5.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/marshmallow-enum@1.5.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "python-package" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alec_nikolas_reiter_project:python_marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alec_nikolas_reiterproject:python-marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alec_nikolas_reiterproject:python_marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-marshmallow-enum:python-marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-marshmallow-enum:python_marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_marshmallow_enum:python-marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_marshmallow_enum:python_marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alec_nikolas_reiter_project:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alec_nikolas_reiter_project:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alec_nikolas_reiter:python-marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alec_nikolas_reiter:python_marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alec_nikolas_reiterproject:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alec_nikolas_reiterproject:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alecreiter_project:python-marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alecreiter_project:python_marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-marshmallow:python-marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-marshmallow:python_marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_marshmallow:python-marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_marshmallow:python_marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alecreiterproject:python-marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alecreiterproject:python_marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:marshmallow-enum:python-marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:marshmallow-enum:python_marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:marshmallow_enum:python-marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:marshmallow_enum:python_marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-marshmallow-enum:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-marshmallow-enum:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_marshmallow_enum:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_marshmallow_enum:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alec_nikolas_reiter:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alec_nikolas_reiter:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alecreiter_project:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alecreiter_project:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:marshmallow:python-marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:marshmallow:python_marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-marshmallow:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-marshmallow:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_marshmallow:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_marshmallow:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alecreiter:python-marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alecreiter:python_marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alecreiterproject:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alecreiterproject:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:marshmallow-enum:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:layerID", - "value": "sha256:34029bd8646f750ae4e84b107ad574c9b50444b1e7a6e913aca67fa90b1c797e" + "name": "syft:cpe23", + "value": "cpe:2.3:a:marshmallow-enum:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status.d/libffi8.md5sums" + "name": "syft:cpe23", + "value": "cpe:2.3:a:marshmallow_enum:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:installedSize", - "value": "68" + "name": "syft:cpe23", + "value": "cpe:2.3:a:marshmallow_enum:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:source", - "value": "libffi" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libgcc-s1@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=5832c815f8496657", - "type": "library", - "publisher": "Debian GCC Maintainers ", - "name": "libgcc-s1", - "version": "12.2.0-14", - "cpe": "cpe:2.3:a:libgcc-s1:libgcc-s1:12.2.0-14:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libgcc-s1@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-marshmallow-enum:1.5.1:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "deb" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_marshmallow_enum:1.5.1:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:marshmallow:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libgcc-s1:libgcc_s1:12.2.0-14:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:marshmallow:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libgcc_s1:libgcc-s1:12.2.0-14:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:alecreiter:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libgcc_s1:libgcc_s1:12.2.0-14:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:alecreiter:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libgcc:libgcc-s1:12.2.0-14:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libgcc:libgcc_s1:12.2.0-14:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:78110d1d980796ae9bfeb3871c21f7c46c8f2f502fa6cea94c8bd0bbd33bc41f" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/var/lib/dpkg/status.d/libgcc-s1" + "value": "/usr/local/lib/python3.12/site-packages/marshmallow_enum-1.5.1.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:78110d1d980796ae9bfeb3871c21f7c46c8f2f502fa6cea94c8bd0bbd33bc41f" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/var/lib/dpkg/status.d/libgcc-s1.md5sums" + "value": "/usr/local/lib/python3.12/site-packages/marshmallow_enum-1.5.1.dist-info/RECORD" }, { - "name": "syft:metadata:installedSize", - "value": "140" + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:metadata:source", - "value": "gcc-12" + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/marshmallow_enum-1.5.1.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:deb/debian/libgomp1@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=e6e86bb372a48e51", + "bom-ref": "pkg:pypi/mdurl@0.1.2?package-id=eb0c3c0478cc1f8b", "type": "library", - "publisher": "Debian GCC Maintainers ", - "name": "libgomp1", - "version": "12.2.0-14", - "cpe": "cpe:2.3:a:libgomp1:libgomp1:12.2.0-14:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libgomp1@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12", + "author": "Taneli Hukkinen ", + "name": "mdurl", + "version": "0.1.2", + "cpe": "cpe:2.3:a:taneli_hukkinen_\\", - "name": "libgssapi-krb5-2", - "version": "1.20.1-2+deb12u2", - "licenses": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:taneli-hukkinen-\\", - "name": "libk5crypto3", - "version": "1.20.1-2+deb12u2", - "licenses": [ - { - "license": { - "id": "GPL-2.0-only" - } - } - ], - "cpe": "cpe:2.3:a:libk5crypto3:libk5crypto3:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libk5crypto3@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12", + "author": "Erik Rose ", + "name": "more-itertools", + "version": "10.3.0", + "cpe": "cpe:2.3:a:erik_rose_\\", - "name": "libkeyutils1", - "version": "1.6.3-2", - "licenses": [ - { - "license": { - "id": "GPL-2.0-only" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:erik_rose_\\", - "name": "libkrb5-3", - "version": "1.20.1-2+deb12u2", - "licenses": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_more_itertools:more-itertools:10.3.0:*:*:*:*:*:*:*" + }, { - "license": { - "id": "GPL-2.0-only" - } - } - ], - "cpe": "cpe:2.3:a:libkrb5-3:libkrb5-3:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libkrb5-3@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12", - "properties": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_more_itertools:more_itertools:10.3.0:*:*:*:*:*:*:*" + }, { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:erik-rose-\\", - "name": "libkrb5support0", - "version": "1.20.1-2+deb12u2", - "licenses": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:more:python_more_itertools:10.3.0:*:*:*:*:*:*:*" + }, { - "license": { - "id": "GPL-2.0-only" - } - } - ], - "cpe": "cpe:2.3:a:libkrb5support0:libkrb5support0:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libkrb5support0@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12", - "properties": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-more:more-itertools:10.3.0:*:*:*:*:*:*:*" + }, { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-more:more_itertools:10.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "deb" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_more:more-itertools:10.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_more:more_itertools:10.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:5726a2230e326ac81d7f6e0fc77858c053fb3d5256b595cf4e74ef06ba0899ed" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:more-itertools:10.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libkrb5support0/copyright" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:more_itertools:10.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:layerID", - "value": "sha256:5726a2230e326ac81d7f6e0fc77858c053fb3d5256b595cf4e74ef06ba0899ed" + "name": "syft:cpe23", + "value": "cpe:2.3:a:more:more-itertools:10.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/status.d/libkrb5support0" + "name": "syft:cpe23", + "value": "cpe:2.3:a:more:more_itertools:10.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:layerID", - "value": "sha256:5726a2230e326ac81d7f6e0fc77858c053fb3d5256b595cf4e74ef06ba0899ed" + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status.d/libkrb5support0.md5sums" + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/METADATA" }, { - "name": "syft:metadata:installedSize", - "value": "133" + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:metadata:source", - "value": "krb5" + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/RECORD" } ] }, { - "bom-ref": "pkg:deb/debian/liblzma5@5.4.1-0.2?arch=amd64&upstream=xz-utils&distro=debian-12&package-id=e589b1402ec4de9c", + "bom-ref": "pkg:pypi/multidict@6.1.0?package-id=39bb9ecdcc6cd992", "type": "library", - "publisher": "Jonathan Nieder ", - "name": "liblzma5", - "version": "5.4.1-0.2", + "author": "Andrew Svetlov ", + "name": "multidict", + "version": "6.1.0", "licenses": [ { "license": { - "id": "GPL-2.0-only" - } - }, - { - "license": { - "id": "GPL-2.0-or-later" - } - }, - { - "license": { - "id": "GPL-3.0-only" + "name": "Apache 2" } - }, + } + ], + "cpe": "cpe:2.3:a:andrew_svetlov_project:python-multidict:6.1.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/multidict@6.1.0", + "properties": [ { - "license": { - "id": "LGPL-2.0-only" - } + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" }, { - "license": { - "id": "LGPL-2.1-only" - } + "name": "syft:package:language", + "value": "python" }, { - "license": { - "id": "LGPL-2.1-or-later" - } + "name": "syft:package:type", + "value": "python" }, { - "license": { - "name": "Autoconf" - } + "name": "syft:package:metadataType", + "value": "python-package" }, { - "license": { - "name": "PD" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_project:python_multidict:6.1.0:*:*:*:*:*:*:*" }, { - "license": { - "name": "PD-debian" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:python-multidict:6.1.0:*:*:*:*:*:*:*" }, { - "license": { - "name": "config-h" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:python_multidict:6.1.0:*:*:*:*:*:*:*" }, { - "license": { - "name": "noderivs" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-multidict:python-multidict:6.1.0:*:*:*:*:*:*:*" }, { - "license": { - "name": "permissive-fsf" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-multidict:python_multidict:6.1.0:*:*:*:*:*:*:*" }, { - "license": { - "name": "permissive-nowarranty" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_multidict:python-multidict:6.1.0:*:*:*:*:*:*:*" }, { - "license": { - "name": "probably-PD" - } - } - ], - "cpe": "cpe:2.3:a:liblzma5:liblzma5:5.4.1-0.2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/liblzma5@5.4.1-0.2?arch=amd64&upstream=xz-utils&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_multidict:python_multidict:6.1.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "deb" + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_project:multidict:6.1.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:python-multidict:6.1.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:a191036daeeec43e9125a2bf6d91ca0c4ec042f0c0a20f6d728d63fa260be897" + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:python_multidict:6.1.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/share/doc/liblzma5/copyright" + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:python-multidict:6.1.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:layerID", - "value": "sha256:a191036daeeec43e9125a2bf6d91ca0c4ec042f0c0a20f6d728d63fa260be897" + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:python_multidict:6.1.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/status.d/liblzma5" + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:multidict:6.1.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:layerID", - "value": "sha256:a191036daeeec43e9125a2bf6d91ca0c4ec042f0c0a20f6d728d63fa260be897" + "name": "syft:cpe23", + "value": "cpe:2.3:a:multidict:python-multidict:6.1.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status.d/liblzma5.md5sums" + "name": "syft:cpe23", + "value": "cpe:2.3:a:multidict:python_multidict:6.1.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:installedSize", - "value": "333" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-multidict:multidict:6.1.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:source", - "value": "xz-utils" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libncursesw6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12&package-id=015b1bb725c05616", - "type": "library", - "publisher": "Craig Small ", - "name": "libncursesw6", - "version": "6.4-4", - "licenses": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_multidict:multidict:6.1.0:*:*:*:*:*:*:*" + }, { - "license": { - "id": "BSD-3-Clause" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:multidict:6.1.0:*:*:*:*:*:*:*" }, { - "license": { - "id": "X11" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:multidict:6.1.0:*:*:*:*:*:*:*" }, { - "license": { - "name": "MIT/X11" - } - } - ], - "cpe": "cpe:2.3:a:libncursesw6:libncursesw6:6.4-4:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libncursesw6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12", - "properties": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-multidict:6.1.0:*:*:*:*:*:*:*" + }, { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_multidict:6.1.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "deb" + "name": "syft:cpe23", + "value": "cpe:2.3:a:multidict:multidict:6.1.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:multidict:6.1.0:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:6a5a95a9c158ded2e596ff36493c0bf016b11e8aeec950ce2dff8f599ad43415" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/share/doc/libtinfo6/copyright" + "value": "/usr/local/lib/python3.12/site-packages/multidict-6.1.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:f3d99806ca4063b4e2fc0d2eeb015d136458b352e6109b1a763993d29e9ee07e" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/var/lib/dpkg/status.d/libncursesw6" + "value": "/usr/local/lib/python3.12/site-packages/multidict-6.1.0.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:f3d99806ca4063b4e2fc0d2eeb015d136458b352e6109b1a763993d29e9ee07e" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status.d/libncursesw6.md5sums" - }, - { - "name": "syft:metadata:installedSize", - "value": "412" - }, - { - "name": "syft:metadata:source", - "value": "ncurses" + "value": "/usr/local/lib/python3.12/site-packages/multidict-6.1.0.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:deb/debian/libnsl2@1.3.0-2?arch=amd64&upstream=libnsl&distro=debian-12&package-id=6febad3629e7b7fc", + "bom-ref": "pkg:pypi/my-test-package@1.0?package-id=d2bfe6c4c31e6662", "type": "library", - "publisher": "GNU Libc Maintainers ", - "name": "libnsl2", - "version": "1.3.0-2", + "author": "UNKNOWN ", + "name": "my-test-package", + "version": "1.0", "licenses": [ { "license": { - "id": "BSD-3-Clause" - } - }, - { - "license": { - "id": "GPL-2.0-only" - } - }, - { - "license": { - "id": "GPL-3.0-only" - } - }, - { - "license": { - "id": "LGPL-2.1-only" + "name": "UNKNOWN" } - }, + } + ], + "cpe": "cpe:2.3:a:python-my-test-package:python-my-test-package:1.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/my-test-package@1.0", + "properties": [ { - "license": { - "id": "LGPL-2.1-or-later" - } + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" }, { - "license": { - "id": "MIT" - } + "name": "syft:package:language", + "value": "python" }, { - "license": { - "name": "GPL-2+-autoconf-exception" - } + "name": "syft:package:type", + "value": "python" }, { - "license": { - "name": "GPL-2+-libtool-exception" - } + "name": "syft:package:metadataType", + "value": "python-package" }, { - "license": { - "name": "GPL-3+-autoconf-exception" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-my-test-package:python_my_test_package:1.0:*:*:*:*:*:*:*" }, { - "license": { - "name": "permissive-autoconf-m4" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_my_test_package:python-my-test-package:1.0:*:*:*:*:*:*:*" }, { - "license": { - "name": "permissive-autoconf-m4-no-warranty" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_my_test_package:python_my_test_package:1.0:*:*:*:*:*:*:*" }, { - "license": { - "name": "permissive-configure" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:my-test-package:python-my-test-package:1.0:*:*:*:*:*:*:*" }, { - "license": { - "name": "permissive-fsf" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:my-test-package:python_my_test_package:1.0:*:*:*:*:*:*:*" }, { - "license": { - "name": "permissive-makefile-in" - } - } - ], - "cpe": "cpe:2.3:a:libnsl2:libnsl2:1.3.0-2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libnsl2@1.3.0-2?arch=amd64&upstream=libnsl&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:my_test_package:python-my-test-package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "deb" + "name": "syft:cpe23", + "value": "cpe:2.3:a:my_test_package:python_my_test_package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-my-test-package:my-test-package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:af377b41bfba1bf4a21593351556bf69eeba089d768b569175415fb36b01b039" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-my-test-package:my_test_package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libnsl2/copyright" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_my_test_package:my-test-package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:layerID", - "value": "sha256:af377b41bfba1bf4a21593351556bf69eeba089d768b569175415fb36b01b039" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_my_test_package:my_test_package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/status.d/libnsl2" + "name": "syft:cpe23", + "value": "cpe:2.3:a:unknown_project:python-my-test-package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:layerID", - "value": "sha256:af377b41bfba1bf4a21593351556bf69eeba089d768b569175415fb36b01b039" + "name": "syft:cpe23", + "value": "cpe:2.3:a:unknown_project:python_my_test_package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status.d/libnsl2.md5sums" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-my-test:python-my-test-package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:installedSize", - "value": "127" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-my-test:python_my_test_package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:source", - "value": "libnsl" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libpython3.11-minimal@3.11.2-6%2Bdeb12u3?arch=amd64&upstream=python3.11&distro=debian-12&package-id=9230ff58588ab59d", - "type": "library", - "publisher": "Matthias Klose ", - "name": "libpython3.11-minimal", - "version": "3.11.2-6+deb12u3", - "licenses": [ - { - "license": { - "id": "GPL-2.0-only" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_my_test:python-my-test-package:1.0:*:*:*:*:*:*:*" }, { - "license": { - "name": "By" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_my_test:python_my_test_package:1.0:*:*:*:*:*:*:*" }, { - "license": { - "name": "Permission" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:unknownproject:python-my-test-package:1.0:*:*:*:*:*:*:*" }, { - "license": { - "name": "Redistribution" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:unknownproject:python_my_test_package:1.0:*:*:*:*:*:*:*" }, { - "license": { - "name": "This" - } - } - ], - "cpe": "cpe:2.3:a:libpython3.11-minimal:libpython3.11-minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libpython3.11-minimal@3.11.2-6%2Bdeb12u3?arch=amd64&upstream=python3.11&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-my:python-my-test-package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "deb" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-my:python_my_test_package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_my:python-my-test-package:1.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libpython3.11-minimal:libpython3.11_minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_my:python_my_test_package:1.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libpython3.11_minimal:libpython3.11-minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:my-test-package:my-test-package:1.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libpython3.11_minimal:libpython3.11_minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:my-test-package:my_test_package:1.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libpython3.11:libpython3.11-minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:my_test_package:my-test-package:1.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libpython3.11:libpython3.11_minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:my_test_package:my_test_package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:a60135225f9588cc1d0759b869eeb31bca28e25fd39da00de201b99f8188699b" + "name": "syft:cpe23", + "value": "cpe:2.3:a:unknown_project:my-test-package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libpython3.11-minimal/copyright" + "name": "syft:cpe23", + "value": "cpe:2.3:a:unknown_project:my_test_package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:layerID", - "value": "sha256:a60135225f9588cc1d0759b869eeb31bca28e25fd39da00de201b99f8188699b" + "name": "syft:cpe23", + "value": "cpe:2.3:a:my-test:python-my-test-package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/status.d/libpython3.11-minimal" + "name": "syft:cpe23", + "value": "cpe:2.3:a:my-test:python_my_test_package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:layerID", - "value": "sha256:a60135225f9588cc1d0759b869eeb31bca28e25fd39da00de201b99f8188699b" + "name": "syft:cpe23", + "value": "cpe:2.3:a:my_test:python-my-test-package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status.d/libpython3.11-minimal.md5sums" + "name": "syft:cpe23", + "value": "cpe:2.3:a:my_test:python_my_test_package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:installedSize", - "value": "5207" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-my-test:my-test-package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:source", - "value": "python3.11" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libpython3.11-stdlib@3.11.2-6%2Bdeb12u3?arch=amd64&upstream=python3.11&distro=debian-12&package-id=186ddf9fa473cc3b", - "type": "library", - "publisher": "Matthias Klose ", - "name": "libpython3.11-stdlib", - "version": "3.11.2-6+deb12u3", - "licenses": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-my-test:my_test_package:1.0:*:*:*:*:*:*:*" + }, { - "license": { - "id": "GPL-2.0-only" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_my_test:my-test-package:1.0:*:*:*:*:*:*:*" }, { - "license": { - "name": "By" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_my_test:my_test_package:1.0:*:*:*:*:*:*:*" }, { - "license": { - "name": "Permission" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:unknown:python-my-test-package:1.0:*:*:*:*:*:*:*" }, { - "license": { - "name": "Redistribution" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:unknown:python_my_test_package:1.0:*:*:*:*:*:*:*" }, { - "license": { - "name": "This" - } - } - ], - "cpe": "cpe:2.3:a:libpython3.11-stdlib:libpython3.11-stdlib:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libpython3.11-stdlib@3.11.2-6%2Bdeb12u3?arch=amd64&upstream=python3.11&distro=debian-12", - "properties": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:unknownproject:my-test-package:1.0:*:*:*:*:*:*:*" + }, { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:unknownproject:my_test_package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "deb" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-my-test-package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_my_test_package:1.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libpython3.11-stdlib:libpython3.11_stdlib:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:my:python-my-test-package:1.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libpython3.11_stdlib:libpython3.11-stdlib:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:my:python_my_test_package:1.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libpython3.11_stdlib:libpython3.11_stdlib:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-my:my-test-package:1.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libpython3.11:libpython3.11-stdlib:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-my:my_test_package:1.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libpython3.11:libpython3.11_stdlib:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_my:my-test-package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:a60135225f9588cc1d0759b869eeb31bca28e25fd39da00de201b99f8188699b" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_my:my_test_package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libpython3.11-minimal/copyright" + "name": "syft:cpe23", + "value": "cpe:2.3:a:my-test:my-test-package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:layerID", - "value": "sha256:d387a199ae0c1e22b12ec78b47b84c93bcdd312b44df5ce253e822f9aa5c70c2" + "name": "syft:cpe23", + "value": "cpe:2.3:a:my-test:my_test_package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/status.d/libpython3.11-stdlib" + "name": "syft:cpe23", + "value": "cpe:2.3:a:my_test:my-test-package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:layerID", - "value": "sha256:d387a199ae0c1e22b12ec78b47b84c93bcdd312b44df5ce253e822f9aa5c70c2" + "name": "syft:cpe23", + "value": "cpe:2.3:a:my_test:my_test_package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status.d/libpython3.11-stdlib.md5sums" + "name": "syft:cpe23", + "value": "cpe:2.3:a:unknown:my-test-package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:installedSize", - "value": "8323" + "name": "syft:cpe23", + "value": "cpe:2.3:a:unknown:my_test_package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:source", - "value": "python3.11" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libreadline8@8.2-1.3?arch=amd64&upstream=readline&distro=debian-12&package-id=cf1e156bd7515d7e", - "type": "library", - "publisher": "Matthias Klose ", - "name": "libreadline8", - "version": "8.2-1.3", - "licenses": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:my-test-package:1.0:*:*:*:*:*:*:*" + }, { - "license": { - "id": "GPL-2.0-only" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:my_test_package:1.0:*:*:*:*:*:*:*" }, { - "license": { - "id": "GPL-2.0-or-later" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:my:my-test-package:1.0:*:*:*:*:*:*:*" }, { - "license": { - "id": "GPL-3.0-only" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:my:my_test_package:1.0:*:*:*:*:*:*:*" }, { - "license": { - "id": "GPL-3.0-or-later" - } + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "license": { - "name": "GFDL" - } + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/PKG-INFO" }, { - "license": { - "name": "GFDL-NIV-1.3+" - } + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/mypy-extensions@1.0.0?package-id=4a7bceed8eac801e", + "type": "library", + "author": "The mypy developers ", + "name": "mypy-extensions", + "version": "1.0.0", + "licenses": [ { "license": { - "name": "ISC-no-attribution" + "name": "MIT License" } } ], - "cpe": "cpe:2.3:a:libreadline8:libreadline8:8.2-1.3:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libreadline8@8.2-1.3?arch=amd64&upstream=readline&distro=debian-12", + "cpe": "cpe:2.3:a:jukka_lehtosalo_project:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/mypy-extensions@1.0.0", "properties": [ { "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" + "value": "python-installed-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" }, { "name": "syft:package:type", - "value": "deb" + "value": "python" }, { "name": "syft:package:metadataType", - "value": "dpkg-db-entry" + "value": "python-package" }, { - "name": "syft:location:0:layerID", - "value": "sha256:6d945ac65d26a683937d2a98b399fe4e34ba0be47c5ec707753cf78398656876" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jukka_lehtosalo_project:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libreadline8/copyright" + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy_developers_project:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:layerID", - "value": "sha256:6d945ac65d26a683937d2a98b399fe4e34ba0be47c5ec707753cf78398656876" + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy_developers_project:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/status.d/libreadline8" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jukka_lehtosaloproject:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:layerID", - "value": "sha256:6d945ac65d26a683937d2a98b399fe4e34ba0be47c5ec707753cf78398656876" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jukka_lehtosaloproject:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status.d/libreadline8.md5sums" + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy_developersproject:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:installedSize", - "value": "475" + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy_developersproject:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:source", - "value": "readline" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libsqlite3-0@3.40.1-2?arch=amd64&upstream=sqlite3&distro=debian-12&package-id=ba7901014862fb39", - "type": "library", - "publisher": "Laszlo Boszormenyi (GCS) ", - "name": "libsqlite3-0", - "version": "3.40.1-2", - "licenses": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mypy-extensions:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" + }, { - "license": { - "id": "GPL-2.0-only" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mypy-extensions:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { - "license": { - "id": "GPL-2.0-or-later" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mypy_extensions:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { - "license": { - "name": "public-domain" - } - } - ], - "cpe": "cpe:2.3:a:libsqlite3-0:libsqlite3-0:3.40.1-2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libsqlite3-0@3.40.1-2?arch=amd64&upstream=sqlite3&distro=debian-12", - "properties": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mypy_extensions:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" + }, { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jukka_lehtosalo_project:mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "deb" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jukka_lehtosalo_project:mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy_developers_project:mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libsqlite3-0:libsqlite3_0:3.40.1-2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:mypy_developers_project:mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libsqlite3_0:libsqlite3-0:3.40.1-2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:jukka-lehtosalo:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libsqlite3_0:libsqlite3_0:3.40.1-2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:jukka-lehtosalo:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libsqlite3:libsqlite3-0:3.40.1-2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:jukka_lehtosalo:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libsqlite3:libsqlite3_0:3.40.1-2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:jukka_lehtosalo:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:f211a354af4471e5ead25f8b79c6e0bb3a79d4ddf59702ba6d4f29bfcb8198bf" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jukka_lehtosaloproject:mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libsqlite3-0/copyright" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jukka_lehtosaloproject:mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:layerID", - "value": "sha256:f211a354af4471e5ead25f8b79c6e0bb3a79d4ddf59702ba6d4f29bfcb8198bf" + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy-extensions:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/status.d/libsqlite3-0" + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy-extensions:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:layerID", - "value": "sha256:f211a354af4471e5ead25f8b79c6e0bb3a79d4ddf59702ba6d4f29bfcb8198bf" + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy_developers:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status.d/libsqlite3-0.md5sums" + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy_developers:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:installedSize", - "value": "1682" + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy_developersproject:mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:source", - "value": "sqlite3" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libssl3@3.0.14-1~deb12u2?arch=amd64&upstream=openssl&distro=debian-12&package-id=8507d2a12f451902", - "type": "library", - "publisher": "Debian OpenSSL Team ", - "name": "libssl3", - "version": "3.0.14-1~deb12u2", - "licenses": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy_developersproject:mypy_extensions:1.0.0:*:*:*:*:*:*:*" + }, { - "license": { - "id": "Apache-2.0" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy_extensions:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { - "license": { - "id": "GPL-1.0-only" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy_extensions:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { - "license": { - "id": "GPL-1.0-or-later" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mypy-extensions:mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { - "license": { - "name": "Artistic" - } - } - ], - "cpe": "cpe:2.3:a:libssl3:libssl3:3.0.14-1\\~deb12u2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libssl3@3.0.14-1~deb12u2?arch=amd64&upstream=openssl&distro=debian-12", - "properties": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mypy-extensions:mypy_extensions:1.0.0:*:*:*:*:*:*:*" + }, { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mypy_extensions:mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "deb" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mypy_extensions:mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mypy:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:949b44fda9d054b2b420218f6b156e222fb1f89f38dc45521c1b9ac73c7a9c9e" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mypy:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libssl3/copyright" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mypy:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:layerID", - "value": "sha256:949b44fda9d054b2b420218f6b156e222fb1f89f38dc45521c1b9ac73c7a9c9e" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mypy:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/status.d/libssl3" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jukka-lehtosalo:mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:layerID", - "value": "sha256:949b44fda9d054b2b420218f6b156e222fb1f89f38dc45521c1b9ac73c7a9c9e" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jukka-lehtosalo:mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status.d/libssl3.md5sums" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jukka_lehtosalo:mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:installedSize", - "value": "6021" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jukka_lehtosalo:mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:source", - "value": "openssl" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libstdc%2B%2B6@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=3f4c97f5621d2ef8", - "type": "library", - "publisher": "Debian GCC Maintainers ", - "name": "libstdc++6", - "version": "12.2.0-14", - "cpe": "cpe:2.3:a:libstdc\\+\\+6:libstdc\\+\\+6:12.2.0-14:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libstdc%2B%2B6@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12", - "properties": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy-extensions:mypy-extensions:1.0.0:*:*:*:*:*:*:*" + }, { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy-extensions:mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "deb" + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy_developers:mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy_developers:mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:72b92cef5d1c6e8a1d3ac611f27aabd0cd27ee18a2a8482d0f883b8a1429c1ed" + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy_extensions:mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/var/lib/dpkg/status.d/libstdc++6" + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy_extensions:mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:layerID", - "value": "sha256:72b92cef5d1c6e8a1d3ac611f27aabd0cd27ee18a2a8482d0f883b8a1429c1ed" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/status.d/libstdc++6.md5sums" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:installedSize", - "value": "2686" + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:source", - "value": "gcc-12" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libtinfo6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12&package-id=36361b5a97996e94", - "type": "library", - "publisher": "Craig Small ", - "name": "libtinfo6", - "version": "6.4-4", - "licenses": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" + }, { - "license": { - "id": "BSD-3-Clause" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mypy:mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { - "license": { - "id": "X11" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mypy:mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { - "license": { - "name": "MIT/X11" - } - } - ], - "cpe": "cpe:2.3:a:libtinfo6:libtinfo6:6.4-4:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libtinfo6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12", - "properties": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mypy:mypy-extensions:1.0.0:*:*:*:*:*:*:*" + }, { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mypy:mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "deb" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:6a5a95a9c158ded2e596ff36493c0bf016b11e8aeec950ce2dff8f599ad43415" + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy:mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libtinfo6/copyright" + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy:mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:layerID", - "value": "sha256:6a5a95a9c158ded2e596ff36493c0bf016b11e8aeec950ce2dff8f599ad43415" + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/status.d/libtinfo6" + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/mypy_extensions-1.0.0.dist-info/METADATA" }, { - "name": "syft:location:2:layerID", - "value": "sha256:6a5a95a9c158ded2e596ff36493c0bf016b11e8aeec950ce2dff8f599ad43415" + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status.d/libtinfo6.md5sums" + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/mypy_extensions-1.0.0.dist-info/RECORD" }, { - "name": "syft:metadata:installedSize", - "value": "541" + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:metadata:source", - "value": "ncurses" + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/mypy_extensions-1.0.0.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:deb/debian/libtirpc3@1.3.3%2Bds-1?arch=amd64&upstream=libtirpc&distro=debian-12&package-id=ce9385b45ab56ab3", + "bom-ref": "pkg:pypi/netaddr@1.3.0?package-id=86e18a319047654e", "type": "library", - "publisher": "Josue Ortega ", - "name": "libtirpc3", - "version": "1.3.3+ds-1", + "author": "\"David P. D. Moss\" , Stefan Nordhausen ", + "name": "netaddr", + "version": "1.3.0", "licenses": [ { "license": { - "id": "BSD-3-Clause" - } - }, - { - "license": { - "id": "GPL-2.0-only" - } - }, - { - "license": { - "id": "LGPL-2.1-only" + "name": "BSD License" } } ], - "cpe": "cpe:2.3:a:libtirpc3:libtirpc3:1.3.3\\+ds-1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libtirpc3@1.3.3%2Bds-1?arch=amd64&upstream=libtirpc&distro=debian-12", + "cpe": "cpe:2.3:a:\\\"david_p__d__moss\\\"_\\", - "name": "libuuid1", - "version": "2.38.1-5+deb12u1", - "licenses": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\\"david_p__d__moss\\\"_\\", + "name": "netbase", + "version": "6.4", + "licenses": [ { "license": { - "name": "public-domain" + "id": "GPL-2.0-only" } } ], - "cpe": "cpe:2.3:a:libuuid1:libuuid1:2.38.1-5\\+deb12u1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libuuid1@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12", + "cpe": "cpe:2.3:a:netbase:netbase:6.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/netbase@6.4?arch=all&distro=debian-12", "properties": [ { "name": "syft:package:foundBy", @@ -19051,53 +23688,49 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:b32c8091f23ec0e3ceb23d7cf283d89122638ae55decd53d21253725202e9a45" + "value": "sha256:8fa10c0194df9b7c054c90dbe482585f768a54428fc90a5b78a0066a123b1bba" }, { "name": "syft:location:0:path", - "value": "/usr/share/doc/libuuid1/copyright" + "value": "/usr/share/doc/netbase/copyright" }, { "name": "syft:location:1:layerID", - "value": "sha256:b32c8091f23ec0e3ceb23d7cf283d89122638ae55decd53d21253725202e9a45" + "value": "sha256:8fa10c0194df9b7c054c90dbe482585f768a54428fc90a5b78a0066a123b1bba" }, { "name": "syft:location:1:path", - "value": "/var/lib/dpkg/status.d/libuuid1" + "value": "/var/lib/dpkg/status.d/netbase" }, { "name": "syft:location:2:layerID", - "value": "sha256:b32c8091f23ec0e3ceb23d7cf283d89122638ae55decd53d21253725202e9a45" + "value": "sha256:8fa10c0194df9b7c054c90dbe482585f768a54428fc90a5b78a0066a123b1bba" }, { "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status.d/libuuid1.md5sums" + "value": "/var/lib/dpkg/status.d/netbase.md5sums" }, { "name": "syft:metadata:installedSize", - "value": "79" - }, - { - "name": "syft:metadata:source", - "value": "util-linux" + "value": "36" } ] }, { - "bom-ref": "pkg:pypi/lockfile@0.12.2?package-id=87f03ed77766a497", + "bom-ref": "pkg:pypi/oauthlib@3.2.2?package-id=b4c342c77eda4a67", "type": "library", - "author": "OpenStack ", - "name": "lockfile", - "version": "0.12.2", + "author": "The OAuthlib Community ", + "name": "oauthlib", + "version": "3.2.2", "licenses": [ { "license": { - "name": "UNKNOWN" + "name": "BSD" } } ], - "cpe": "cpe:2.3:a:openstack_dev_project:python-lockfile:0.12.2:*:*:*:*:*:*:*", - "purl": "pkg:pypi/lockfile@0.12.2", + "cpe": "cpe:2.3:a:oauthlib_community_project:python-oauthlib:3.2.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/oauthlib@3.2.2", "properties": [ { "name": "syft:package:foundBy", @@ -19117,340 +23750,338 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:openstack_dev_project:python_lockfile:0.12.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:openstack_devproject:python-lockfile:0.12.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:openstack_devproject:python_lockfile:0.12.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:openstack_project:python-lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:oauthlib_community_project:python_oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:openstack_project:python_lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:oauthlib_communityproject:python-oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:openstackproject:python-lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:oauthlib_communityproject:python_oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:openstackproject:python_lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:oauthlib_community_project:oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-lockfile:python-lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:oauthlib_community:python-oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-lockfile:python_lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:oauthlib_community:python_oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_lockfile:python-lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:oauthlib_communityproject:oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_lockfile:python_lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-oauthlib:python-oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:openstack_dev_project:lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-oauthlib:python_oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:openstack-dev:python-lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_oauthlib:python-oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:openstack-dev:python_lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_oauthlib:python_oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:openstack_dev:python-lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:idan_project:python-oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:openstack_dev:python_lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:idan_project:python_oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:openstack_devproject:lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:idanproject:python-oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:openstack_project:lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:idanproject:python_oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:openstack:python-lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:oauthlib_community:oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:openstack:python_lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:oauthlib:python-oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:openstackproject:lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:oauthlib:python_oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:lockfile:python-lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-oauthlib:oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:lockfile:python_lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_oauthlib:oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-lockfile:lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_lockfile:lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:openstack-dev:lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:idan_project:oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:openstack_dev:lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:idan:python-oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:idan:python_oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:idanproject:oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:openstack:lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:oauthlib:oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:lockfile:lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:idan:oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/lockfile-0.12.2.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/oauthlib-3.2.2.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/lockfile-0.12.2.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/oauthlib-3.2.2.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/lockfile-0.12.2.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/oauthlib-3.2.2.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/markdown2@2.5.0?package-id=36e419a2e510dbb3", + "bom-ref": "pkg:golang/oras.land/oras-go@v1.2.5?package-id=20870ab505b498f0", "type": "library", - "author": "Trent Mick ", - "name": "markdown2", - "version": "2.5.0", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:trent_mick_project:python-markdown2:2.5.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/markdown2@2.5.0", + "name": "oras.land/oras-go", + "version": "v1.2.5", + "purl": "pkg:golang/oras.land/oras-go@v1.2.5", "properties": [ { "name": "syft:package:foundBy", - "value": "python-installed-package-cataloger" + "value": "go-module-binary-cataloger" }, { "name": "syft:package:language", - "value": "python" + "value": "go" }, { "name": "syft:package:type", - "value": "python" + "value": "go-module" }, { "name": "syft:package:metadataType", - "value": "python-package" + "value": "go-module-buildinfo-entry" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:trent_mick_project:python_markdown2:2.5.0:*:*:*:*:*:*:*" + "name": "syft:location:0:layerID", + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:trent_mickproject:python-markdown2:2.5.0:*:*:*:*:*:*:*" + "name": "syft:location:0:path", + "value": "/bin/helm" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:trent_mickproject:python_markdown2:2.5.0:*:*:*:*:*:*:*" + "name": "syft:metadata:architecture", + "value": "amd64" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-markdown2:python-markdown2:2.5.0:*:*:*:*:*:*:*" + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-markdown2:python_markdown2:2.5.0:*:*:*:*:*:*:*" + "name": "syft:metadata:h1Digest", + "value": "h1:XpYuAwAb0DfQsunIyMfeET92emK8km3W4yEzZvUbsTo=" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_markdown2:python-markdown2:2.5.0:*:*:*:*:*:*:*" + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:pypi/packaging@23.2?package-id=f3ab1bb38aa62021", + "type": "library", + "author": "Donald Stufft ", + "name": "packaging", + "version": "23.2", + "cpe": "cpe:2.3:a:donald_stufft_\\", - "name": "marshmallow", - "version": "3.21.3", - "cpe": "cpe:2.3:a:marshmallow_project:marshmallow:3.21.3:*:*:*:*:python:*:*", - "purl": "pkg:pypi/marshmallow@3.21.3", + "author": "Donald Stufft ", + "name": "packaging", + "version": "24.1", + "cpe": "cpe:2.3:a:donald_stufft_\\", - "name": "marshmallow-enum", - "version": "1.5.1", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:alec_nikolas_reiter_project:python-marshmallow-enum:1.5.1:*:*:*:*:*:*:*", - "purl": "pkg:pypi/marshmallow-enum@1.5.1", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "python-installed-package-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:donald_stufft_\\", + "name": "passlib", + "version": "1.7.4", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:eli_collins_project:python-passlib:1.7.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/passlib@1.7.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:marshmallow_enum:python-marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + "name": "syft:package:language", + "value": "python" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:marshmallow_enum:python_marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + "name": "syft:package:type", + "value": "python" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-marshmallow-enum:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + "name": "syft:package:metadataType", + "value": "python-package" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-marshmallow-enum:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:eli_collins_project:python_passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_marshmallow_enum:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:eli_collinsproject:python-passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_marshmallow_enum:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:eli_collinsproject:python_passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:alec_nikolas_reiter:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-passlib:python-passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:alec_nikolas_reiter:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-passlib:python_passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:alecreiter_project:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_passlib:python-passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:alecreiter_project:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_passlib:python_passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marshmallow:python-marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:eli_collins_project:passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marshmallow:python_marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:elic_project:python-passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-marshmallow:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:elic_project:python_passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-marshmallow:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:eli_collins:python-passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_marshmallow:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:eli_collins:python_passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_marshmallow:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:eli_collinsproject:passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:alecreiter:python-marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:elicproject:python-passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:alecreiter:python_marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:elicproject:python_passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:alecreiterproject:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:passlib:python-passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:alecreiterproject:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:passlib:python_passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marshmallow-enum:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-passlib:passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marshmallow-enum:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_passlib:passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marshmallow_enum:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marshmallow_enum:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:elic_project:passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:eli_collins:passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marshmallow:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:elic:python-passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marshmallow:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:elic:python_passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:alecreiter:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:elicproject:passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:alecreiter:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:passlib:passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:elic:passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/marshmallow_enum-1.5.1.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/passlib-1.7.4.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/marshmallow_enum-1.5.1.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/passlib-1.7.4.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/marshmallow_enum-1.5.1.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/passlib-1.7.4.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/more-itertools@10.3.0?package-id=1645f6cb1bd1ff56", + "bom-ref": "pkg:pypi/pexpect@4.9.0?package-id=3eee89f2047e105c", "type": "library", - "author": "Erik Rose ", - "name": "more-itertools", - "version": "10.3.0", - "cpe": "cpe:2.3:a:erik_rose_\\", + "name": "pexpect", + "version": "4.9.0", + "licenses": [ + { + "license": { + "name": "ISC license" + } + } + ], + "cpe": "cpe:2.3:a:noah_spurrier\\;_thomas_kluyver\\;_jeff_quast_project:python-pexpect:4.9.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pexpect@4.9.0", "properties": [ { "name": "syft:package:foundBy", @@ -19791,225 +24417,161 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:erik_rose_\\", - "name": "my-test-package", - "version": "1.0", + "author": "The pip developers ", + "name": "pip", + "version": "24.2", "licenses": [ { "license": { - "name": "UNKNOWN" + "id": "MIT" } } ], - "cpe": "cpe:2.3:a:python-my-test-package:python-my-test-package:1.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/my-test-package@1.0", + "cpe": "cpe:2.3:a:pip_developers_\\", - "name": "mypy-extensions", - "version": "1.0.0", + "author": "Holger Krekel ", + "name": "pluggy", + "version": "1.5.0", "licenses": [ { "license": { - "name": "MIT License" + "id": "MIT" } } ], - "cpe": "cpe:2.3:a:jukka_lehtosalo_project:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/mypy-extensions@1.0.0", + "cpe": "cpe:2.3:a:holger_krekel_project:python-pluggy:1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pluggy@1.5.0", "properties": [ { "name": "syft:package:foundBy", @@ -20315,281 +24846,311 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:jukka_lehtosalo_project:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:holger_krekel_project:python_pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mypy_developers_project:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:holger_krekelproject:python-pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mypy_developers_project:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:holger_krekelproject:python_pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:jukka_lehtosaloproject:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:holger_krekel_project:pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:jukka_lehtosaloproject:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:holger_project:python-pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mypy_developersproject:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:holger_project:python_pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mypy_developersproject:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:holger_krekel:python-pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-mypy-extensions:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:holger_krekel:python_pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-mypy-extensions:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:holger_krekelproject:pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_mypy_extensions:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:holgerproject:python-pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_mypy_extensions:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:holgerproject:python_pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:jukka_lehtosalo_project:mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pluggy:python-pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:jukka_lehtosalo_project:mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pluggy:python_pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mypy_developers_project:mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pluggy:python-pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mypy_developers_project:mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pluggy:python_pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:jukka-lehtosalo:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:holger_project:pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:jukka-lehtosalo:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:holger:python-pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:jukka_lehtosalo:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:holger:python_pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:jukka_lehtosalo:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:holger_krekel:pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:jukka_lehtosaloproject:mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:holgerproject:pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:jukka_lehtosaloproject:mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pluggy:python-pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mypy-extensions:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pluggy:python_pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mypy-extensions:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pluggy:pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mypy_developers:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mypy_developers:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mypy_developersproject:mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pluggy:pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mypy_developersproject:mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:holger:pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mypy_extensions:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pluggy:pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mypy_extensions:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:pluggy:1.5.0:*:*:*:*:*:*:*" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-mypy-extensions:mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-mypy-extensions:mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/pluggy-1.5.0.dist-info/METADATA" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_mypy_extensions:mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_mypy_extensions:mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/pluggy-1.5.0.dist-info/RECORD" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-mypy:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-mypy:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/pluggy-1.5.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/propcache@0.2.0?package-id=2ffe06fcb0171687", + "type": "library", + "author": "Andrew Svetlov ", + "name": "propcache", + "version": "0.2.0", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:andrew_svetlov_project:python-propcache:0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/propcache@0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_mypy:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "python-package" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_mypy:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:andrew_svetlov_project:python_propcache:0.2.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:jukka-lehtosalo:mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:andrew_svetlovproject:python-propcache:0.2.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:jukka-lehtosalo:mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:andrew_svetlovproject:python_propcache:0.2.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:jukka_lehtosalo:mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-propcache:python-propcache:0.2.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:jukka_lehtosalo:mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-propcache:python_propcache:0.2.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mypy-extensions:mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_propcache:python-propcache:0.2.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mypy-extensions:mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_propcache:python_propcache:0.2.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mypy_developers:mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:andrew_svetlov_project:propcache:0.2.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mypy_developers:mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:andrew-svetlov:python-propcache:0.2.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mypy_extensions:mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:andrew-svetlov:python_propcache:0.2.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mypy_extensions:mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:andrew_svetlov:python-propcache:0.2.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:andrew_svetlov:python_propcache:0.2.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:andrew_svetlovproject:propcache:0.2.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mypy:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:propcache:python-propcache:0.2.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mypy:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:propcache:python_propcache:0.2.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-mypy:mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-propcache:propcache:0.2.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-mypy:mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_propcache:propcache:0.2.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_mypy:mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:andrew-svetlov:propcache:0.2.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_mypy:mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:andrew_svetlov:propcache:0.2.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-propcache:0.2.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_propcache:0.2.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mypy:mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:propcache:propcache:0.2.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mypy:mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:propcache:0.2.0:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/mypy_extensions-1.0.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/propcache-0.2.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/mypy_extensions-1.0.0.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/propcache-0.2.0.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/mypy_extensions-1.0.0.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/propcache-0.2.0.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/netaddr@0.10.1?package-id=e0f3a408e2eb4bfc", + "bom-ref": "pkg:pypi/psycopg2-binary@2.9.10?package-id=b863e91e55a9e6ed", "type": "library", - "author": "David P. D. Moss, Stefan Nordhausen et al ", - "name": "netaddr", - "version": "0.10.1", + "author": "Federico Di Gregorio ", + "name": "psycopg2-binary", + "version": "2.9.10", "licenses": [ { "license": { - "name": "BSD License" + "name": "LGPL with exceptions" } } ], - "cpe": "cpe:2.3:a:david_p__d__moss\\,_stefan_nordhausen_et_al_project:python-netaddr:0.10.1:*:*:*:*:*:*:*", - "purl": "pkg:pypi/netaddr@0.10.1", + "cpe": "cpe:2.3:a:federico_di_gregorio_project:python-psycopg2-binary:2.9.10:*:*:*:*:*:*:*", + "purl": "pkg:pypi/psycopg2-binary@2.9.10", "properties": [ { "name": "syft:package:foundBy", @@ -20609,219 +25170,265 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:david_p__d__moss\\,_stefan_nordhausen_et_al_project:python_netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:federico_di_gregorio_project:python_psycopg2_binary:2.9.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:federico_di_gregorioproject:python-psycopg2-binary:2.9.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:federico_di_gregorioproject:python_psycopg2_binary:2.9.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-psycopg2-binary:python-psycopg2-binary:2.9.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-psycopg2-binary:python_psycopg2_binary:2.9.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_psycopg2_binary:python-psycopg2-binary:2.9.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_psycopg2_binary:python_psycopg2_binary:2.9.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:federico_di_gregorio_project:psycopg2-binary:2.9.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:federico_di_gregorio_project:psycopg2_binary:2.9.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:federico_di_gregorio:python-psycopg2-binary:2.9.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:federico_di_gregorio:python_psycopg2_binary:2.9.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:federico_di_gregorioproject:psycopg2-binary:2.9.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:federico_di_gregorioproject:psycopg2_binary:2.9.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:psycopg2-binary:python-psycopg2-binary:2.9.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:psycopg2-binary:python_psycopg2_binary:2.9.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:psycopg2_binary:python-psycopg2-binary:2.9.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:psycopg2_binary:python_psycopg2_binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:david_p__d__moss\\,_stefan_nordhausen_et_alproject:python-netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-psycopg2-binary:psycopg2-binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:david_p__d__moss\\,_stefan_nordhausen_et_alproject:python_netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-psycopg2-binary:psycopg2_binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:david_p__d__moss\\,_stefan_nordhausen_et_al_project:netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-psycopg2:python-psycopg2-binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:david_p__d__moss\\,_stefan_nordhausen_et_al:python-netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-psycopg2:python_psycopg2_binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:david_p__d__moss\\,_stefan_nordhausen_et_al:python_netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_psycopg2:python-psycopg2-binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:david_p__d__moss\\,_stefan_nordhausen_et_alproject:netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_psycopg2:python_psycopg2_binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:david_p__d__moss\\,_stefan_nordhausen_et_al:netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_psycopg2_binary:psycopg2-binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:drkjam_project:python-netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_psycopg2_binary:psycopg2_binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:drkjam_project:python_netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:federico_di_gregorio:psycopg2-binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-netaddr:python-netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:federico_di_gregorio:psycopg2_binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-netaddr:python_netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:fog_project:python-psycopg2-binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_netaddr:python-netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:fog_project:python_psycopg2_binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_netaddr:python_netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:fogproject:python-psycopg2-binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:drkjamproject:python-netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:fogproject:python_psycopg2_binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:drkjamproject:python_netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:psycopg2-binary:psycopg2-binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:drkjam_project:netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:psycopg2-binary:psycopg2_binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:netaddr:python-netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:psycopg2:python-psycopg2-binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:netaddr:python_netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:psycopg2:python_psycopg2_binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-netaddr:netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:psycopg2_binary:psycopg2-binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_netaddr:netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:psycopg2_binary:psycopg2_binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:drkjam:python-netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-psycopg2:psycopg2-binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:drkjam:python_netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-psycopg2:psycopg2_binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:drkjamproject:netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_psycopg2:psycopg2-binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_psycopg2:psycopg2_binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-psycopg2-binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:netaddr:netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_psycopg2_binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:drkjam:netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:fog_project:psycopg2-binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:fog_project:psycopg2_binary:2.9.10:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:cpe23", + "value": "cpe:2.3:a:fog:python-psycopg2-binary:2.9.10:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/netaddr-0.10.1.dist-info/METADATA" + "name": "syft:cpe23", + "value": "cpe:2.3:a:fog:python_psycopg2_binary:2.9.10:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:cpe23", + "value": "cpe:2.3:a:fogproject:psycopg2-binary:2.9.10:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/netaddr-0.10.1.dist-info/RECORD" + "name": "syft:cpe23", + "value": "cpe:2.3:a:fogproject:psycopg2_binary:2.9.10:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:cpe23", + "value": "cpe:2.3:a:psycopg2:psycopg2-binary:2.9.10:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/netaddr-0.10.1.dist-info/top_level.txt" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/netbase@6.4?arch=all&distro=debian-12&package-id=4939fc774fcd360e", - "type": "library", - "publisher": "Marco d'Itri ", - "name": "netbase", - "version": "6.4", - "licenses": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:psycopg2:psycopg2_binary:2.9.10:*:*:*:*:*:*:*" + }, { - "license": { - "id": "GPL-2.0-only" - } - } - ], - "cpe": "cpe:2.3:a:netbase:netbase:6.4:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/netbase@6.4?arch=all&distro=debian-12", - "properties": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:psycopg2-binary:2.9.10:*:*:*:*:*:*:*" + }, { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:psycopg2_binary:2.9.10:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "deb" + "name": "syft:cpe23", + "value": "cpe:2.3:a:fog:psycopg2-binary:2.9.10:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:fog:psycopg2_binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:8fa10c0194df9b7c054c90dbe482585f768a54428fc90a5b78a0066a123b1bba" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/share/doc/netbase/copyright" + "value": "/usr/local/lib/python3.12/site-packages/psycopg2_binary-2.9.10.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:8fa10c0194df9b7c054c90dbe482585f768a54428fc90a5b78a0066a123b1bba" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/var/lib/dpkg/status.d/netbase" + "value": "/usr/local/lib/python3.12/site-packages/psycopg2_binary-2.9.10.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:8fa10c0194df9b7c054c90dbe482585f768a54428fc90a5b78a0066a123b1bba" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status.d/netbase.md5sums" - }, - { - "name": "syft:metadata:installedSize", - "value": "36" + "value": "/usr/local/lib/python3.12/site-packages/psycopg2_binary-2.9.10.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/oauthlib@3.2.2?package-id=ce2ccf7270e6a3bd", + "bom-ref": "pkg:pypi/ptyprocess@0.7.0?package-id=044ef8a120b00b7b", "type": "library", - "author": "The OAuthlib Community ", - "name": "oauthlib", - "version": "3.2.2", + "author": "Thomas Kluyver ", + "name": "ptyprocess", + "version": "0.7.0", "licenses": [ { "license": { - "name": "BSD" + "name": "UNKNOWN" } } ], - "cpe": "cpe:2.3:a:oauthlib_community_project:python-oauthlib:3.2.2:*:*:*:*:*:*:*", - "purl": "pkg:pypi/oauthlib@3.2.2", + "cpe": "cpe:2.3:a:thomas_kluyver_project:python-ptyprocess:0.7.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/ptyprocess@0.7.0", "properties": [ { "name": "syft:package:foundBy", @@ -20841,203 +25448,153 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:oauthlib_community_project:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:thomas_kluyver_project:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:oauthlib_communityproject:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:thomas_kluyverproject:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:oauthlib_communityproject:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:thomas_kluyverproject:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:oauthlib_community_project:oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-ptyprocess:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:oauthlib_community:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-ptyprocess:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:oauthlib_community:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_ptyprocess:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:oauthlib_communityproject:oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_ptyprocess:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-oauthlib:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:thomas_kluyver_project:ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-oauthlib:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:thomas_kluyver:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_oauthlib:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:thomas_kluyver:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_oauthlib:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:thomas_kluyverproject:ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:idan_project:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:thomas_project:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:idan_project:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:thomas_project:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:idanproject:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:thomasproject:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:idanproject:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:thomasproject:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:oauthlib_community:oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ptyprocess:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:oauthlib:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ptyprocess:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:oauthlib:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-ptyprocess:ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-oauthlib:oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_ptyprocess:ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_oauthlib:oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:thomas_kluyver:ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:thomas_project:ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:idan_project:oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:idan:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:thomas:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:idan:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:thomas:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:idanproject:oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:thomasproject:ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:oauthlib:oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ptyprocess:ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:idan:oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:thomas:ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/oauthlib-3.2.2.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/ptyprocess-0.7.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/oauthlib-3.2.2.dist-info/RECORD" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" - }, - { - "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/oauthlib-3.2.2.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/ptyprocess-0.7.0.dist-info/RECORD" } ] }, { - "bom-ref": "pkg:golang/oras.land/oras-go@v1.2.5?package-id=20870ab505b498f0", + "bom-ref": "pkg:pypi/pyasn1@0.6.1?package-id=dbe81bad336f859f", "type": "library", - "name": "oras.land/oras-go", - "version": "v1.2.5", - "purl": "pkg:golang/oras.land/oras-go@v1.2.5", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" - }, - { - "name": "syft:package:language", - "value": "go" - }, - { - "name": "syft:package:type", - "value": "go-module" - }, - { - "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" - }, - { - "name": "syft:location:0:path", - "value": "/bin/helm" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:XpYuAwAb0DfQsunIyMfeET92emK8km3W4yEzZvUbsTo=" - }, + "author": "Ilya Etingof ", + "name": "pyasn1", + "version": "0.6.1", + "licenses": [ { - "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "license": { + "id": "BSD-2-Clause" + } } - ] - }, - { - "bom-ref": "pkg:pypi/ordered-set@4.1.0?package-id=4c06ff7201671a9b", - "type": "library", - "author": "Elia Robyn Lake ", - "name": "ordered-set", - "version": "4.1.0", - "cpe": "cpe:2.3:a:elia_robyn_lake_\\", + "name": "pyasn1_modules", + "version": "0.4.1", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:python-pyasn1-modules:python-pyasn1-modules:0.4.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pyasn1_modules@0.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "python-package" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ordered:ordered_set:4.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pyasn1-modules:python-pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ordered:ordered-set:4.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pyasn1-modules:python_pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ordered:ordered_set:4.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pyasn1_modules:python-pyasn1-modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-ordered-set:4.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pyasn1_modules:python-pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_ordered_set:4.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pyasn1_modules:python_pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ordered-set:ordered-set:4.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pyasn1_modules:python-pyasn1-modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ordered-set:ordered_set:4.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pyasn1_modules:python-pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ordered_set:ordered-set:4.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pyasn1_modules:python_pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ordered_set:ordered_set:4.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ilya_etingof_project:python-pyasn1-modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ordered:ordered-set:4.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ilya_etingof_project:python-pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ordered:ordered_set:4.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ilya_etingof_project:python_pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:ordered-set:4.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ilya_etingofproject:python-pyasn1-modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:ordered_set:4.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ilya_etingofproject:python-pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilya_etingofproject:python_pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/ordered_set-4.1.0.dist-info/METADATA" + "name": "syft:cpe23", + "value": "cpe:2.3:a:etingof_project:python-pyasn1-modules:0.4.1:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:cpe23", + "value": "cpe:2.3:a:etingof_project:python-pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/ordered_set-4.1.0.dist-info/RECORD" - } - ] - }, - { - "bom-ref": "pkg:pypi/packaging@23.2?package-id=86baff2a9f9683bf", - "type": "library", - "author": "Donald Stufft ", - "name": "packaging", - "version": "23.2", - "cpe": "cpe:2.3:a:donald_stufft_\\", - "name": "packaging", - "version": "24.1", - "cpe": "cpe:2.3:a:donald_stufft_\\", - "name": "passlib", - "version": "1.7.4", + "author": "Eli Bendersky ", + "name": "pycparser", + "version": "2.22", "licenses": [ { "license": { - "name": "BSD" + "id": "BSD-3-Clause" } } ], - "cpe": "cpe:2.3:a:eli_collins_project:python-passlib:1.7.4:*:*:*:*:*:*:*", - "purl": "pkg:pypi/passlib@1.7.4", + "cpe": "cpe:2.3:a:eli_bendersky_project:python-pycparser:2.22:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pycparser@2.22", "properties": [ { "name": "syft:package:foundBy", @@ -21565,161 +26142,161 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:eli_collins_project:python_passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:eli_bendersky_project:python_pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:eli_collinsproject:python-passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:eli_benderskyproject:python-pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:eli_collinsproject:python_passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:eli_benderskyproject:python_pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-passlib:python-passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pycparser:python-pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-passlib:python_passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pycparser:python_pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_passlib:python-passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pycparser:python-pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_passlib:python_passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pycparser:python_pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:eli_collins_project:passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:eli_bendersky_project:pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:elic_project:python-passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:eliben_project:python-pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:elic_project:python_passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:eliben_project:python_pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:eli_collins:python-passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:eli_bendersky:python-pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:eli_collins:python_passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:eli_bendersky:python_pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:eli_collinsproject:passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:eli_benderskyproject:pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:elicproject:python-passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:elibenproject:python-pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:elicproject:python_passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:elibenproject:python_pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:passlib:python-passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pycparser:python-pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:passlib:python_passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pycparser:python_pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-passlib:passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pycparser:pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_passlib:passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pycparser:pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:eliben_project:pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:eli_bendersky:pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:elic_project:passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:eliben:python-pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:eli_collins:passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:eliben:python_pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:elic:python-passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:elibenproject:pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:elic:python_passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:elicproject:passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:passlib:passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pycparser:pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:eliben:pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:elic:passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/passlib-1.7.4.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/pycparser-2.22.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/passlib-1.7.4.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/pycparser-2.22.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/passlib-1.7.4.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/pycparser-2.22.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/pexpect@4.9.0?package-id=b317567164a98863", + "bom-ref": "pkg:pypi/pydantic@2.9.2?package-id=ae035feb699eeee9", "type": "library", - "author": "Noah Spurrier; Thomas Kluyver; Jeff Quast ", - "name": "pexpect", - "version": "4.9.0", + "author": "Samuel Colvin , Eric Jolibois , Hasan Ramezani , Adrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com>, Terrence Dorsey , David Montague , Serge Matveenko , Marcelo Trylesinski , Sydney Runkle , David Hewitt , Alex Hall ", + "name": "pydantic", + "version": "2.9.2", "licenses": [ { "license": { - "name": "ISC license" + "id": "MIT" } } ], - "cpe": "cpe:2.3:a:noah_spurrier\\;_thomas_kluyver\\;_jeff_quast_project:python-pexpect:4.9.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/pexpect@4.9.0", + "cpe": "cpe:2.3:a:samuel_colvin_\\", + "name": "pydantic_core", + "version": "2.23.4", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:samuel_colvin_\\", - "name": "pip", - "version": "24.0", - "licenses": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pydantic_core:python_pydantic_core:2.23.4:*:*:*:*:*:*:*" + }, { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:pip_developers_\\", - "name": "psycopg2-binary", - "version": "2.9.9", + "author": "Matt Pryor ", + "name": "pyhelm3", + "version": "0.4.0", "licenses": [ { "license": { - "name": "LGPL with exceptions" + "id": "Apache-2.0" } } ], - "cpe": "cpe:2.3:a:federico_di_gregorio_project:python-psycopg2-binary:2.9.9:*:*:*:*:*:*:*", - "purl": "pkg:pypi/psycopg2-binary@2.9.9", + "cpe": "cpe:2.3:a:matt_pryor_project:python-pyhelm3:0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pyhelm3@0.4.0", "properties": [ { "name": "syft:package:foundBy", @@ -22168,265 +26764,299 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:federico_di_gregorio_project:python_psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matt_pryor_project:python_pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:federico_di_gregorioproject:python-psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matt_pryorproject:python-pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:federico_di_gregorioproject:python_psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matt_pryorproject:python_pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-psycopg2-binary:python-psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pyhelm3:python-pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-psycopg2-binary:python_psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pyhelm3:python_pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_psycopg2_binary:python-psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pyhelm3:python-pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_psycopg2_binary:python_psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pyhelm3:python_pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:federico_di_gregorio_project:psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matt_project:python-pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:federico_di_gregorio_project:psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matt_project:python_pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:federico_di_gregorio:python-psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matt_pryor_project:pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:federico_di_gregorio:python_psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:mattproject:python-pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:federico_di_gregorioproject:psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:mattproject:python_pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:federico_di_gregorioproject:psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matt_pryor:python-pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:psycopg2-binary:python-psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matt_pryor:python_pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:psycopg2-binary:python_psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matt_pryorproject:pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:psycopg2_binary:python-psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pyhelm3:python-pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:psycopg2_binary:python_psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pyhelm3:python_pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-psycopg2-binary:psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pyhelm3:pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-psycopg2-binary:psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pyhelm3:pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-psycopg2:python-psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-psycopg2:python_psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_psycopg2:python-psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matt_project:pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_psycopg2:python_psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matt:python-pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_psycopg2_binary:psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matt:python_pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_psycopg2_binary:psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:mattproject:pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:federico_di_gregorio:psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matt_pryor:pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:federico_di_gregorio:psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pyhelm3:pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:fog_project:python-psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:fog_project:python_psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matt:pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:fogproject:python-psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:fogproject:python_psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/pyhelm3-0.4.0.dist-info/METADATA" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:psycopg2-binary:psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:psycopg2-binary:psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/pyhelm3-0.4.0.dist-info/RECORD" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:psycopg2:python-psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:psycopg2:python_psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/pyhelm3-0.4.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pytest@8.3.3?package-id=1409f2968af05d59", + "type": "library", + "author": "Holger Krekel, Bruno Oliveira, Ronny Pfannschmidt, Floris Bruynooghe, Brianna Laugher, Florian Bruhin, Others (See AUTHORS)", + "name": "pytest", + "version": "8.3.3", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:holger_krekel\\,_bruno_oliveira\\,_ronny_pfannschmidt\\,_floris_bruynooghe\\,_brianna_laugher\\,_florian_bruhin\\,_others_\\(see_authors\\)_project:python-pytest:8.3.3:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pytest@8.3.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "python-package" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:psycopg2_binary:psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:holger_krekel\\,_bruno_oliveira\\,_ronny_pfannschmidt\\,_floris_bruynooghe\\,_brianna_laugher\\,_florian_bruhin\\,_others_\\(see_authors\\)_project:python_pytest:8.3.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:psycopg2_binary:psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:holger_krekel\\,_bruno_oliveira\\,_ronny_pfannschmidt\\,_floris_bruynooghe\\,_brianna_laugher\\,_florian_bruhin\\,_others_\\(see_authors\\)project:python-pytest:8.3.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-psycopg2:psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:holger_krekel\\,_bruno_oliveira\\,_ronny_pfannschmidt\\,_floris_bruynooghe\\,_brianna_laugher\\,_florian_bruhin\\,_others_\\(see_authors\\)project:python_pytest:8.3.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-psycopg2:psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:holger_krekel\\,_bruno_oliveira\\,_ronny_pfannschmidt\\,_floris_bruynooghe\\,_brianna_laugher\\,_florian_bruhin\\,_others_\\(see_authors\\)_project:pytest:8.3.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_psycopg2:psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:holger_krekel\\,_bruno_oliveira\\,_ronny_pfannschmidt\\,_floris_bruynooghe\\,_brianna_laugher\\,_florian_bruhin\\,_others_\\(see_authors\\):python-pytest:8.3.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_psycopg2:psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:holger_krekel\\,_bruno_oliveira\\,_ronny_pfannschmidt\\,_floris_bruynooghe\\,_brianna_laugher\\,_florian_bruhin\\,_others_\\(see_authors\\):python_pytest:8.3.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:holger_krekel\\,_bruno_oliveira\\,_ronny_pfannschmidt\\,_floris_bruynooghe\\,_brianna_laugher\\,_florian_bruhin\\,_others_\\(see_authors\\)project:pytest:8.3.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:holger_krekel\\,_bruno_oliveira\\,_ronny_pfannschmidt\\,_floris_bruynooghe\\,_brianna_laugher\\,_florian_bruhin\\,_others_\\(see_authors\\):pytest:8.3.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:fog_project:psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pytest:python-pytest:8.3.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:fog_project:psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pytest:python_pytest:8.3.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:fog:python-psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pytest:python-pytest:8.3.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:fog:python_psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pytest:python_pytest:8.3.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:fogproject:psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest:python-pytest:8.3.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:fogproject:psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest:python_pytest:8.3.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:psycopg2:psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pytest:pytest:8.3.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:psycopg2:psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-pytest:8.3.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_pytest:8.3.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pytest:pytest:8.3.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:fog:psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest:pytest:8.3.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:fog:psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:pytest:8.3.3:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/psycopg2_binary-2.9.9.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/pytest-8.3.3.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/psycopg2_binary-2.9.9.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/pytest-8.3.3.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/psycopg2_binary-2.9.9.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/pytest-8.3.3.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/ptyprocess@0.7.0?package-id=50682fe6a53bc900", + "bom-ref": "pkg:pypi/pytest-asyncio@0.24.0?package-id=abce9350eeb7d283", "type": "library", - "author": "Thomas Kluyver ", - "name": "ptyprocess", - "version": "0.7.0", + "author": "Tin Tvrtković ", + "name": "pytest-asyncio", + "version": "0.24.0", "licenses": [ { "license": { - "name": "UNKNOWN" + "name": "Apache 2.0" } } ], - "cpe": "cpe:2.3:a:thomas_kluyver_project:python-ptyprocess:0.7.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/ptyprocess@0.7.0", + "cpe": "cpe:2.3:a:python-pytest-asyncio:python-pytest-asyncio:0.24.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pytest-asyncio@0.24.0", "properties": [ { "name": "syft:package:foundBy", @@ -22446,327 +27076,210 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas_kluyver_project:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas_kluyverproject:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas_kluyverproject:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ptyprocess:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ptyprocess:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ptyprocess:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ptyprocess:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas_kluyver_project:ptyprocess:0.7.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas_kluyver:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas_kluyver:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas_kluyverproject:ptyprocess:0.7.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas_project:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas_project:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:thomasproject:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:thomasproject:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ptyprocess:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pytest-asyncio:python_pytest_asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ptyprocess:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pytest_asyncio:python-pytest-asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ptyprocess:ptyprocess:0.7.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pytest_asyncio:python_pytest_asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ptyprocess:ptyprocess:0.7.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tinchester_project:python-pytest-asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas_kluyver:ptyprocess:0.7.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tinchester_project:python_pytest_asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas_project:ptyprocess:0.7.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tinchesterproject:python-pytest-asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tinchesterproject:python_pytest_asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest-asyncio:python-pytest-asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest-asyncio:python_pytest_asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest_asyncio:python-pytest-asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:thomasproject:ptyprocess:0.7.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest_asyncio:python_pytest_asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ptyprocess:ptyprocess:0.7.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pytest-asyncio:pytest-asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:ptyprocess:0.7.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pytest-asyncio:pytest_asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas:ptyprocess:0.7.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" - }, - { - "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/ptyprocess-0.7.0.dist-info/METADATA" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" - }, - { - "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/ptyprocess-0.7.0.dist-info/RECORD" - } - ] - }, - { - "bom-ref": "pkg:pypi/pyasn1@0.6.0?package-id=0af623814bbe3748", - "type": "library", - "author": "Ilya Etingof ", - "name": "pyasn1", - "version": "0.6.0", - "licenses": [ - { - "license": { - "id": "BSD-2-Clause" - } - } - ], - "cpe": "cpe:2.3:a:ilya_etingof_project:python-pyasn1:0.6.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/pyasn1@0.6.0", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "python-installed-package-cataloger" - }, - { - "name": "syft:package:language", - "value": "python" - }, - { - "name": "syft:package:type", - "value": "python" - }, - { - "name": "syft:package:metadataType", - "value": "python-package" + "value": "cpe:2.3:a:python_pytest_asyncio:pytest-asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingof_project:python_pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pytest_asyncio:pytest_asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingofproject:python-pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pytest:python-pytest-asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingofproject:python_pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pytest:python_pytest_asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingof_project:python-pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pytest:python-pytest-asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingof_project:python_pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pytest:python_pytest_asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingofproject:python-pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tinchester_project:pytest-asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingofproject:python_pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tinchester_project:pytest_asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingof_project:pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tinchester:python-pytest-asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyasn1:python-pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tinchester:python_pytest_asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyasn1:python_pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tinchesterproject:pytest-asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pyasn1:python-pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tinchesterproject:pytest_asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pyasn1:python_pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest-asyncio:pytest-asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingof:python-pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest-asyncio:pytest_asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingof:python_pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest_asyncio:pytest-asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingofproject:pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest_asyncio:pytest_asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingof_project:pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest:python-pytest-asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingof:python-pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest:python_pytest_asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingof:python_pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pytest:pytest-asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingofproject:pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pytest:pytest_asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1:python-pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-pytest-asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1:python_pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_pytest_asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyasn1:pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pytest:pytest-asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pytest:pytest_asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tinchester:pytest-asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pyasn1:pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tinchester:pytest_asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingof:pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest:pytest-asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingof:pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest:pytest_asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1:pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:pytest-asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:pytest_asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/pyasn1-0.6.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/pytest_asyncio-0.24.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/pyasn1-0.6.0.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/pytest_asyncio-0.24.0.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/pyasn1-0.6.0.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/pytest_asyncio-0.24.0.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/pyasn1-modules@0.4.0?package-id=ddb03a90c8bb1dde", + "bom-ref": "pkg:pypi/pytest-check@2.4.1?package-id=7de40c643ee8de1c", "type": "library", - "author": "Ilya Etingof ", - "name": "pyasn1_modules", - "version": "0.4.0", - "licenses": [ - { - "license": { - "name": "BSD" - } - } - ], - "cpe": "cpe:2.3:a:python-pyasn1-modules:python-pyasn1-modules:0.4.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/pyasn1_modules@0.4.0", + "author": "Brian Okken", + "name": "pytest-check", + "version": "2.4.1", + "cpe": "cpe:2.3:a:brian_okken_project:python-pytest-check:2.4.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pytest-check@2.4.1", "properties": [ { "name": "syft:package:foundBy", @@ -22786,341 +27299,381 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyasn1-modules:python-pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:brian_okken_project:python_pytest_check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyasn1-modules:python_pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pytest-check:python-pytest-check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyasn1_modules:python-pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pytest-check:python_pytest_check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyasn1_modules:python-pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pytest_check:python-pytest-check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyasn1_modules:python_pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pytest_check:python_pytest_check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pyasn1_modules:python-pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:brian_okkenproject:python-pytest-check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pyasn1_modules:python-pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:brian_okkenproject:python_pytest_check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pyasn1_modules:python_pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pytest:python-pytest-check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingof_project:python-pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pytest:python_pytest_check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingof_project:python-pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pytest:python-pytest-check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingof_project:python_pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pytest:python_pytest_check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingofproject:python-pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:brian_okken_project:pytest-check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingofproject:python-pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:brian_okken_project:pytest_check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingofproject:python_pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest-check:python-pytest-check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingof_project:python-pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest-check:python_pytest_check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingof_project:python-pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest_check:python-pytest-check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingof_project:python_pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest_check:python_pytest_check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingofproject:python-pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pytest-check:pytest-check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingofproject:python-pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pytest-check:pytest_check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingofproject:python_pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pytest_check:pytest-check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1-modules:python-pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pytest_check:pytest_check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1-modules:python-pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:brian_okken:python-pytest-check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1-modules:python_pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:brian_okken:python_pytest_check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1_modules:python-pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:brian_okkenproject:pytest-check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1_modules:python-pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:brian_okkenproject:pytest_check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1_modules:python_pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest:python-pytest-check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyasn1-modules:pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest:python_pytest_check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyasn1-modules:pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pytest:pytest-check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyasn1_modules:pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pytest:pytest_check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyasn1_modules:pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-pytest-check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pyasn1_modules:pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_pytest_check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pyasn1_modules:pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pytest:pytest-check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingof_project:pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pytest:pytest_check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingof_project:pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest-check:pytest-check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyasn1:python-pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest-check:pytest_check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyasn1:python-pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest_check:pytest-check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyasn1:python_pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest_check:pytest_check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pyasn1:python-pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:brian_okken:pytest-check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pyasn1:python-pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:brian_okken:pytest_check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pyasn1:python_pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest:pytest-check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingof:python-pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest:pytest_check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingof:python-pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:pytest-check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingof:python_pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:pytest_check:2.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingofproject:pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/pytest_check-2.4.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/pytest_check-2.4.1.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:generic/python@3.12.7?package-id=41e3f7fc8c7f9c79", + "type": "application", + "name": "python", + "version": "3.12.7", + "cpe": "cpe:2.3:a:python_software_foundation:python:3.12.7:*:*:*:*:*:*:*", + "purl": "pkg:generic/python@3.12.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "binary-classifier-cataloger" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingofproject:pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "name": "syft:package:type", + "value": "binary" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:etingof_project:pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "name": "syft:package:metadataType", + "value": "binary-signature" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingof_project:pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python:3.12.7:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingof:python-pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python:3.12.7:*:*:*:*:*:*:*" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:etingof:python-pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "name": "syft:location:0:layerID", + "value": "sha256:394afcf1db9a9832f4d2b47af6c50b30df111382977bf265349e14d98f371dc5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:etingof:python_pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "name": "syft:location:0:path", + "value": "/usr/local/bin/python3.12" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:etingofproject:pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:etingofproject:pyasn1_modules:0.4.0:*:*:*:*:*:*:*" - }, + "name": "syft:location:1:path", + "value": "/usr/local/lib/libpython3.12.so.1.0" + } + ] + }, + { + "bom-ref": "pkg:pypi/python-daemon@3.0.1?package-id=0e1ec95e57ce3bd3", + "type": "library", + "author": "Ben Finney ", + "name": "python-daemon", + "version": "3.0.1", + "licenses": [ { - "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1-modules:pyasn1-modules:0.4.0:*:*:*:*:*:*:*" - }, + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:ben\\+python_project:python-daemon:3.0.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/python-daemon@3.0.1", + "properties": [ { - "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1-modules:pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1_modules:pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "name": "syft:package:language", + "value": "python" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1_modules:pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "name": "syft:package:type", + "value": "python" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1:python-pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "name": "syft:package:metadataType", + "value": "python-package" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1:python-pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ben\\+python_project:python_daemon:3.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1:python_pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ben_finney_project:python-daemon:3.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyasn1:pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ben_finney_project:python_daemon:3.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyasn1:pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ben\\+pythonproject:python-daemon:3.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ben\\+pythonproject:python_daemon:3.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ben_finneyproject:python-daemon:3.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ben_finneyproject:python_daemon:3.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pyasn1:pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-daemon:python-daemon:3.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pyasn1:pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-daemon:python_daemon:3.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingof:pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_daemon:python-daemon:3.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingof:pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_daemon:python_daemon:3.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingof:pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ben\\+python:python-daemon:3.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingof:pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ben\\+python:python_daemon:3.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1:pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ben_finney:python-daemon:3.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1:pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ben_finney:python_daemon:3.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-daemon:3.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_daemon:3.0.1:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/pyasn1_modules-0.4.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/python_daemon-3.0.1.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/pyasn1_modules-0.4.0.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/python_daemon-3.0.1.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/pyasn1_modules-0.4.0.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/python_daemon-3.0.1.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/pycparser@2.22?package-id=0a22ed74e8222d0a", + "bom-ref": "pkg:pypi/python-dateutil@2.9.0.post0?package-id=43b9801f3d37d73e", "type": "library", - "author": "Eli Bendersky ", - "name": "pycparser", - "version": "2.22", + "author": "Gustavo Niemeyer ", + "name": "python-dateutil", + "version": "2.9.0.post0", "licenses": [ { "license": { - "id": "BSD-3-Clause" + "name": "Dual License" } } ], - "cpe": "cpe:2.3:a:eli_bendersky_project:python-pycparser:2.22:*:*:*:*:*:*:*", - "purl": "pkg:pypi/pycparser@2.22", + "cpe": "cpe:2.3:a:gustavo_niemeyer_project:python-dateutil:2.9.0.post0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/python-dateutil@2.9.0.post0", "properties": [ { "name": "syft:package:foundBy", @@ -23140,333 +27693,383 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:eli_bendersky_project:python_pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:gustavo_niemeyer_project:python_dateutil:2.9.0.post0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:eli_benderskyproject:python-pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:gustavo_niemeyerproject:python-dateutil:2.9.0.post0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:eli_benderskyproject:python_pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:gustavo_niemeyerproject:python_dateutil:2.9.0.post0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pycparser:python-pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:gustavo_niemeyer:python-dateutil:2.9.0.post0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pycparser:python_pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:gustavo_niemeyer:python_dateutil:2.9.0.post0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pycparser:python-pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:gustavo_project:python-dateutil:2.9.0.post0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pycparser:python_pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:gustavo_project:python_dateutil:2.9.0.post0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:eli_bendersky_project:pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-dateutil:python-dateutil:2.9.0.post0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:eliben_project:python-pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-dateutil:python_dateutil:2.9.0.post0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:eliben_project:python_pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_dateutil:python-dateutil:2.9.0.post0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:eli_bendersky:python-pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_dateutil:python_dateutil:2.9.0.post0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:eli_bendersky:python_pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:gustavoproject:python-dateutil:2.9.0.post0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:eli_benderskyproject:pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:gustavoproject:python_dateutil:2.9.0.post0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:elibenproject:python-pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:gustavo:python-dateutil:2.9.0.post0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:elibenproject:python_pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:gustavo:python_dateutil:2.9.0.post0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pycparser:python-pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-dateutil:2.9.0.post0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pycparser:python_pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_dateutil:2.9.0.post0:*:*:*:*:*:*:*" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pycparser:pycparser:2.22:*:*:*:*:*:*:*" + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pycparser:pycparser:2.22:*:*:*:*:*:*:*" + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/python_dateutil-2.9.0.post0.dist-info/METADATA" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:eliben_project:pycparser:2.22:*:*:*:*:*:*:*" + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/python_dateutil-2.9.0.post0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/python_dateutil-2.9.0.post0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/python-on-whales@0.73.0?package-id=0f2e8a9ccd5409bb", + "type": "library", + "name": "python-on-whales", + "version": "0.73.0", + "licenses": [ + { + "license": { + "name": "MIT License\n \n Copyright (c) 2020 Gabriel de Marmiesse de Lussan\n \n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n \n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n " + } + } + ], + "cpe": "cpe:2.3:a:python-on-whales:python-on-whales:0.73.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/python-on-whales@0.73.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "python-package" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:eli_bendersky:pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-on-whales:python_on_whales:0.73.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:eliben:python-pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_on_whales:python-on-whales:0.73.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:eliben:python_pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_on_whales:python_on_whales:0.73.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:elibenproject:pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-on:python-on-whales:0.73.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-on:python_on_whales:0.73.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_on:python-on-whales:0.73.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pycparser:pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_on:python_on_whales:0.73.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:eliben:pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-on-whales:0.73.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_on_whales:0.73.0:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/pycparser-2.22.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/python_on_whales-0.73.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/pycparser-2.22.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/python_on_whales-0.73.0.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/pycparser-2.22.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/python_on_whales-0.73.0.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:generic/python@3.11.10?package-id=431c50eb00a546bb", - "type": "application", - "name": "python", - "version": "3.11.10", - "cpe": "cpe:2.3:a:python_software_foundation:python:3.11.10:*:*:*:*:*:*:*", - "purl": "pkg:generic/python@3.11.10", + "bom-ref": "pkg:deb/debian/python3-distutils@3.11.2-3?arch=all&upstream=python3-stdlib-extensions&distro=debian-12&package-id=e419919899838876", + "type": "library", + "publisher": "Matthias Klose ", + "name": "python3-distutils", + "version": "3.11.2-3", + "cpe": "cpe:2.3:a:python3-distutils:python3-distutils:3.11.2-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/python3-distutils@3.11.2-3?arch=all&upstream=python3-stdlib-extensions&distro=debian-12", "properties": [ { "name": "syft:package:foundBy", - "value": "binary-classifier-cataloger" + "value": "dpkg-db-cataloger" }, { "name": "syft:package:type", - "value": "binary" + "value": "deb" }, { "name": "syft:package:metadataType", - "value": "binary-signature" + "value": "dpkg-db-entry" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python:3.11.10:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python3-distutils:python3_distutils:3.11.2-3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python:3.11.10:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python3_distutils:python3-distutils:3.11.2-3:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:f28e36fd4efd2a8ae540c7c05bc273a8febb2f4d2b72a12716855642efe3b2e1" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_distutils:python3_distutils:3.11.2-3:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/local/bin/python3.11" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python3-distutils:3.11.2-3:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python3_distutils:3.11.2-3:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:path", - "value": "/usr/local/lib/libpython3.11.so.1.0" - } - ] - }, - { - "bom-ref": "pkg:pypi/python-daemon@3.0.1?package-id=f53ec5c2366141ac", - "type": "library", - "author": "Ben Finney ", - "name": "python-daemon", - "version": "3.0.1", - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "cpe": "cpe:2.3:a:ben\\+python_project:python-daemon:3.0.1:*:*:*:*:*:*:*", - "purl": "pkg:pypi/python-daemon@3.0.1", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "python-installed-package-cataloger" + "name": "syft:location:0:layerID", + "value": "sha256:dd8bd834609ca48d15941fae8dc5bb70e1ed986735c9d59c771ed505dfe45278" }, { - "name": "syft:package:language", - "value": "python" + "name": "syft:location:0:path", + "value": "/usr/share/doc/python3-distutils/copyright" }, { - "name": "syft:package:type", - "value": "python" + "name": "syft:location:1:layerID", + "value": "sha256:dd8bd834609ca48d15941fae8dc5bb70e1ed986735c9d59c771ed505dfe45278" }, { - "name": "syft:package:metadataType", - "value": "python-package" + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/python3-distutils" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ben\\+python_project:python_daemon:3.0.1:*:*:*:*:*:*:*" + "name": "syft:location:2:layerID", + "value": "sha256:dd8bd834609ca48d15941fae8dc5bb70e1ed986735c9d59c771ed505dfe45278" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ben_finney_project:python-daemon:3.0.1:*:*:*:*:*:*:*" + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/python3-distutils.md5sums" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ben_finney_project:python_daemon:3.0.1:*:*:*:*:*:*:*" + "name": "syft:metadata:installedSize", + "value": "638" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ben\\+pythonproject:python-daemon:3.0.1:*:*:*:*:*:*:*" - }, + "name": "syft:metadata:source", + "value": "python3-stdlib-extensions" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/python3.11-minimal@3.11.2-6%2Bdeb12u3?arch=amd64&upstream=python3.11&distro=debian-12&package-id=e6bb6083f238fe33", + "type": "library", + "publisher": "Matthias Klose ", + "name": "python3.11-minimal", + "version": "3.11.2-6+deb12u3", + "licenses": [ { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ben\\+pythonproject:python_daemon:3.0.1:*:*:*:*:*:*:*" + "license": { + "id": "GPL-2.0-only" + } }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ben_finneyproject:python-daemon:3.0.1:*:*:*:*:*:*:*" + "license": { + "name": "By" + } }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ben_finneyproject:python_daemon:3.0.1:*:*:*:*:*:*:*" + "license": { + "name": "Permission" + } }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-daemon:python-daemon:3.0.1:*:*:*:*:*:*:*" + "license": { + "name": "Redistribution" + } }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-daemon:python_daemon:3.0.1:*:*:*:*:*:*:*" - }, + "license": { + "name": "This" + } + } + ], + "cpe": "cpe:2.3:a:python3.11-minimal:python3.11-minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/python3.11-minimal@3.11.2-6%2Bdeb12u3?arch=amd64&upstream=python3.11&distro=debian-12", + "properties": [ { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_daemon:python-daemon:3.0.1:*:*:*:*:*:*:*" + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_daemon:python_daemon:3.0.1:*:*:*:*:*:*:*" + "name": "syft:package:type", + "value": "deb" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ben\\+python:python-daemon:3.0.1:*:*:*:*:*:*:*" + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ben\\+python:python_daemon:3.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python3.11-minimal:python3.11_minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ben_finney:python-daemon:3.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python3.11_minimal:python3.11-minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ben_finney:python_daemon:3.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python3.11_minimal:python3.11_minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-daemon:3.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python3.11:python3.11-minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_daemon:3.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python3.11:python3.11_minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:e5b13cdc72e944b6f9b9544f5acf9ddab0d2b512ce5384576c623c7c5ff5d756" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/python_daemon-3.0.1.dist-info/METADATA" + "value": "/usr/share/doc/python3.11-minimal/copyright" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:e5b13cdc72e944b6f9b9544f5acf9ddab0d2b512ce5384576c623c7c5ff5d756" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/python_daemon-3.0.1.dist-info/RECORD" + "value": "/var/lib/dpkg/status.d/python3.11-minimal" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:e5b13cdc72e944b6f9b9544f5acf9ddab0d2b512ce5384576c623c7c5ff5d756" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/python_daemon-3.0.1.dist-info/top_level.txt" + "value": "/var/lib/dpkg/status.d/python3.11-minimal.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "6770" + }, + { + "name": "syft:metadata:source", + "value": "python3.11" } ] }, { - "bom-ref": "pkg:pypi/python-dateutil@2.9.0.post0?package-id=eef73428ff429447", + "bom-ref": "pkg:pypi/pytz@2024.2?package-id=8dcbbc360888b0d9", "type": "library", - "author": "Gustavo Niemeyer ", - "name": "python-dateutil", - "version": "2.9.0.post0", + "author": "Stuart Bishop ", + "name": "pytz", + "version": "2024.2", "licenses": [ { "license": { - "name": "Dual License" + "id": "MIT" } } ], - "cpe": "cpe:2.3:a:gustavo_niemeyer_project:python-dateutil:2.9.0.post0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/python-dateutil@2.9.0.post0", + "cpe": "cpe:2.3:a:stuart_bishop_project:python-pytz:2024.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pytz@2024.2", "properties": [ { "name": "syft:package:foundBy", @@ -23486,522 +28089,497 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:gustavo_niemeyer_project:python_dateutil:2.9.0.post0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:stuart_bishop_project:python_pytz:2024.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:gustavo_niemeyerproject:python-dateutil:2.9.0.post0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:stuart_bishopproject:python-pytz:2024.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:gustavo_niemeyerproject:python_dateutil:2.9.0.post0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:stuart_bishopproject:python_pytz:2024.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:gustavo_niemeyer:python-dateutil:2.9.0.post0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:stuart_bishop_project:pytz:2024.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:gustavo_niemeyer:python_dateutil:2.9.0.post0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:stuart_project:python-pytz:2024.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:gustavo_project:python-dateutil:2.9.0.post0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:stuart_project:python_pytz:2024.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:gustavo_project:python_dateutil:2.9.0.post0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:stuart_bishop:python-pytz:2024.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-dateutil:python-dateutil:2.9.0.post0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:stuart_bishop:python_pytz:2024.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-dateutil:python_dateutil:2.9.0.post0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:stuart_bishopproject:pytz:2024.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_dateutil:python-dateutil:2.9.0.post0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:stuartproject:python-pytz:2024.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_dateutil:python_dateutil:2.9.0.post0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:stuartproject:python_pytz:2024.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:gustavoproject:python-dateutil:2.9.0.post0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pytz:python-pytz:2024.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:gustavoproject:python_dateutil:2.9.0.post0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pytz:python_pytz:2024.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:gustavo:python-dateutil:2.9.0.post0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pytz:python-pytz:2024.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:gustavo:python_dateutil:2.9.0.post0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pytz:python_pytz:2024.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-dateutil:2.9.0.post0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:stuart_project:pytz:2024.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_dateutil:2.9.0.post0:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "cpe:2.3:a:python:python-pytz:2024.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/python_dateutil-2.9.0.post0.dist-info/METADATA" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pytz:2024.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuart:python-pytz:2024.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/python_dateutil-2.9.0.post0.dist-info/RECORD" + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuart:python_pytz:2024.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuart_bishop:pytz:2024.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/python_dateutil-2.9.0.post0.dist-info/top_level.txt" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/python3-distutils@3.11.2-3?arch=all&upstream=python3-stdlib-extensions&distro=debian-12&package-id=e419919899838876", - "type": "library", - "publisher": "Matthias Klose ", - "name": "python3-distutils", - "version": "3.11.2-3", - "cpe": "cpe:2.3:a:python3-distutils:python3-distutils:3.11.2-3:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/python3-distutils@3.11.2-3?arch=all&upstream=python3-stdlib-extensions&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuartproject:pytz:2024.2:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "deb" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytz:pytz:2024.2:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytz:pytz:2024.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python3-distutils:python3_distutils:3.11.2-3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytz:python-pytz:2024.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python3_distutils:python3-distutils:3.11.2-3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytz:python_pytz:2024.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python3_distutils:python3_distutils:3.11.2-3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:pytz:2024.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python3:python3-distutils:3.11.2-3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:stuart:pytz:2024.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python3:python3_distutils:3.11.2-3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytz:pytz:2024.2:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:dd8bd834609ca48d15941fae8dc5bb70e1ed986735c9d59c771ed505dfe45278" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/share/doc/python3-distutils/copyright" + "value": "/usr/local/lib/python3.12/site-packages/pytz-2024.2.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:dd8bd834609ca48d15941fae8dc5bb70e1ed986735c9d59c771ed505dfe45278" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/var/lib/dpkg/status.d/python3-distutils" + "value": "/usr/local/lib/python3.12/site-packages/pytz-2024.2.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:dd8bd834609ca48d15941fae8dc5bb70e1ed986735c9d59c771ed505dfe45278" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status.d/python3-distutils.md5sums" - }, - { - "name": "syft:metadata:installedSize", - "value": "638" - }, - { - "name": "syft:metadata:source", - "value": "python3-stdlib-extensions" + "value": "/usr/local/lib/python3.12/site-packages/pytz-2024.2.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:deb/debian/python3.11-minimal@3.11.2-6%2Bdeb12u3?arch=amd64&upstream=python3.11&distro=debian-12&package-id=e6bb6083f238fe33", + "bom-ref": "pkg:pypi/requests@2.31.0?package-id=dfb10e6816ef4608", "type": "library", - "publisher": "Matthias Klose ", - "name": "python3.11-minimal", - "version": "3.11.2-6+deb12u3", + "author": "Kenneth Reitz ", + "name": "requests", + "version": "2.31.0", "licenses": [ { "license": { - "id": "GPL-2.0-only" + "name": "Apache 2.0" } + } + ], + "cpe": "cpe:2.3:a:python:requests:2.31.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/requests@2.31.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" }, { - "license": { - "name": "By" - } + "name": "syft:package:language", + "value": "python" }, { - "license": { - "name": "Permission" - } + "name": "syft:package:type", + "value": "python" }, { - "license": { - "name": "Redistribution" - } + "name": "syft:package:metadataType", + "value": "python-package" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/requests-2.31.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/requests-2.31.0.dist-info/RECORD" }, + { + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/requests-2.31.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/requests-oauthlib@2.0.0?package-id=b1fbd014703d5279", + "type": "library", + "author": "Kenneth Reitz ", + "name": "requests-oauthlib", + "version": "2.0.0", + "licenses": [ { "license": { - "name": "This" + "id": "ISC" } } ], - "cpe": "cpe:2.3:a:python3.11-minimal:python3.11-minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/python3.11-minimal@3.11.2-6%2Bdeb12u3?arch=amd64&upstream=python3.11&distro=debian-12", + "cpe": "cpe:2.3:a:python-requests-oauthlib:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/requests-oauthlib@2.0.0", "properties": [ { "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" + "value": "python-installed-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" }, { "name": "syft:package:type", - "value": "deb" + "value": "python" }, { "name": "syft:package:metadataType", - "value": "dpkg-db-entry" + "value": "python-package" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python3.11-minimal:python3.11_minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-requests-oauthlib:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python3.11_minimal:python3.11-minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_requests_oauthlib:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python3.11_minimal:python3.11_minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_requests_oauthlib:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python3.11:python3.11-minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:kenneth_reitz_project:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python3.11:python3.11_minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:e5b13cdc72e944b6f9b9544f5acf9ddab0d2b512ce5384576c623c7c5ff5d756" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/python3.11-minimal/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:e5b13cdc72e944b6f9b9544f5acf9ddab0d2b512ce5384576c623c7c5ff5d756" + "value": "cpe:2.3:a:kenneth_reitz_project:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/status.d/python3.11-minimal" + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:layerID", - "value": "sha256:e5b13cdc72e944b6f9b9544f5acf9ddab0d2b512ce5384576c623c7c5ff5d756" + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status.d/python3.11-minimal.md5sums" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-requests-oauthlib:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:installedSize", - "value": "6770" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-requests-oauthlib:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:source", - "value": "python3.11" - } - ] - }, - { - "bom-ref": "pkg:pypi/pytz@2024.1?package-id=86f1ed759c964cfa", - "type": "library", - "author": "Stuart Bishop ", - "name": "pytz", - "version": "2024.1", - "licenses": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_requests_oauthlib:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + }, { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:stuart_bishop_project:python-pytz:2024.1:*:*:*:*:*:*:*", - "purl": "pkg:pypi/pytz@2024.1", - "properties": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_requests_oauthlib:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + }, { - "name": "syft:package:foundBy", - "value": "python-installed-package-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests-oauthlib:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "python" + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests-oauthlib:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "python" + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests_oauthlib:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "python-package" + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests_oauthlib:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:stuart_bishop_project:python_pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-requests:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:stuart_bishopproject:python-pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-requests:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:stuart_bishopproject:python_pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_requests:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:stuart_bishop_project:pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_requests:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:stuart_project:python-pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:kenneth_reitz_project:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:stuart_project:python_pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:kenneth_reitz_project:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:stuart_bishop:python-pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:kenneth_reitz:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:stuart_bishop:python_pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:kenneth_reitz:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:stuart_bishopproject:pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:kenneth_reitzproject:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:stuartproject:python-pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:kenneth_reitzproject:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:stuartproject:python_pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:me_project:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pytz:python-pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:me_project:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pytz:python_pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:requests-oauthlib:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pytz:python-pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:requests-oauthlib:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pytz:python_pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:requests_oauthlib:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:stuart_project:pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:requests_oauthlib:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:meproject:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:meproject:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:stuart:python-pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-requests:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:stuart:python_pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-requests:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:stuart_bishop:pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_requests:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:stuartproject:pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_requests:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pytz:pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:requests:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pytz:pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:requests:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pytz:python-pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:kenneth_reitz:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pytz:python_pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:kenneth_reitz:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:stuart:pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pytz:pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:me_project:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/pytz-2024.1.dist-info/METADATA" + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/pytz-2024.1.dist-info/RECORD" + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/pytz-2024.1.dist-info/top_level.txt" - } - ] - }, - { - "bom-ref": "pkg:pypi/requests@2.31.0?package-id=4c2f455bc9f27f0d", - "type": "library", - "author": "Kenneth Reitz ", - "name": "requests", - "version": "2.31.0", - "licenses": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + }, { - "license": { - "name": "Apache 2.0" - } - } - ], - "cpe": "cpe:2.3:a:python:requests:2.31.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/requests@2.31.0", - "properties": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + }, { - "name": "syft:package:foundBy", - "value": "python-installed-package-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "python" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "python" + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "python-package" + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/requests-2.31.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/requests_oauthlib-2.0.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/requests-2.31.0.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/requests_oauthlib-2.0.0.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/requests-2.31.0.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/requests_oauthlib-2.0.0.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/requests-oauthlib@2.0.0?package-id=69630f6f9de658fa", + "bom-ref": "pkg:pypi/requests-unixsocket@0.3.0?package-id=831845e6f4375070", "type": "library", - "author": "Kenneth Reitz ", - "name": "requests-oauthlib", - "version": "2.0.0", + "author": "Marc Abramowitz ", + "name": "requests-unixsocket", + "version": "0.3.0", "licenses": [ { "license": { - "id": "ISC" + "id": "Apache-2.0" } } ], - "cpe": "cpe:2.3:a:python-requests-oauthlib:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/requests-oauthlib@2.0.0", + "cpe": "cpe:2.3:a:python-requests-unixsocket:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/requests-unixsocket@0.3.0", "properties": [ { "name": "syft:package:foundBy", @@ -24021,265 +28599,265 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-requests-oauthlib:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-requests-unixsocket:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_requests_oauthlib:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_requests_unixsocket:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_requests_oauthlib:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_requests_unixsocket:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:kenneth_reitz_project:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:marc_abramowitz_project:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:kenneth_reitz_project:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:marc_abramowitz_project:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:kenneth_reitzproject:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:marc_abramowitzproject:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:kenneth_reitzproject:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:marc_abramowitzproject:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-requests-oauthlib:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-requests-unixsocket:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-requests-oauthlib:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-requests-unixsocket:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_requests_oauthlib:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_requests_unixsocket:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_requests_oauthlib:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_requests_unixsocket:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:requests-oauthlib:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:requests-unixsocket:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:requests-oauthlib:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:requests-unixsocket:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:requests_oauthlib:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:requests_unixsocket:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:requests_oauthlib:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:requests_unixsocket:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-requests:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:marc_abramowitz_project:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-requests:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:marc_abramowitz_project:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_requests:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:marc_abramowitz:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_requests:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:marc_abramowitz:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:kenneth_reitz_project:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:marc_abramowitzproject:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:kenneth_reitz_project:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:marc_abramowitzproject:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:kenneth_reitz:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-requests:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:kenneth_reitz:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-requests:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:kenneth_reitzproject:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_requests:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:kenneth_reitzproject:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_requests:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:me_project:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:marc_project:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:me_project:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:marc_project:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:requests-oauthlib:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:requests-unixsocket:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:requests-oauthlib:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:requests-unixsocket:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:requests_oauthlib:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:requests_unixsocket:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:requests_oauthlib:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:requests_unixsocket:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:meproject:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:marcproject:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:meproject:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:marcproject:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-requests:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:marc_abramowitz:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-requests:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:marc_abramowitz:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_requests:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-requests:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_requests:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-requests:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:requests:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_requests:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:requests:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_requests:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:kenneth_reitz:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:requests:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:kenneth_reitz:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:requests:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:me_project:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:marc_project:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:me_project:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:marc_project:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:me:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:marc:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:me:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:marc:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:meproject:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:marcproject:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:meproject:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:marcproject:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:requests:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:requests:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:requests:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:requests:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:me:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:marc:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:me:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:marc:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/requests_oauthlib-2.0.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/requests_unixsocket-0.3.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/requests_oauthlib-2.0.0.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/requests_unixsocket-0.3.0.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/requests_oauthlib-2.0.0.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/requests_unixsocket-0.3.0.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/requests-unixsocket@0.3.0?package-id=8b50ae36efc68a64", + "bom-ref": "pkg:pypi/resolvelib@1.0.1?package-id=c32124da4fdd1319", "type": "library", - "author": "Marc Abramowitz ", - "name": "requests-unixsocket", - "version": "0.3.0", + "author": "Tzu-ping Chung ", + "name": "resolvelib", + "version": "1.0.1", "licenses": [ { "license": { - "id": "Apache-2.0" + "name": "ISC License" } } ], - "cpe": "cpe:2.3:a:python-requests-unixsocket:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/requests-unixsocket@0.3.0", + "cpe": "cpe:2.3:a:tzu_ping_chung_project:python-resolvelib:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/resolvelib@1.0.1", "properties": [ { "name": "syft:package:foundBy", @@ -24299,265 +28877,327 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-requests-unixsocket:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tzu_ping_chung_project:python_resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_requests_unixsocket:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tzu_ping_chungproject:python-resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_requests_unixsocket:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tzu_ping_chungproject:python_resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marc_abramowitz_project:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-resolvelib:python-resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marc_abramowitz_project:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-resolvelib:python_resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marc_abramowitzproject:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_resolvelib:python-resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marc_abramowitzproject:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_resolvelib:python_resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-requests-unixsocket:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:uranusjr_project:python-resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-requests-unixsocket:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:uranusjr_project:python_resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_requests_unixsocket:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tzu_ping_chung_project:resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_requests_unixsocket:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:uranusjrproject:python-resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:requests-unixsocket:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:uranusjrproject:python_resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:requests-unixsocket:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tzu_ping_chung:python-resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:requests_unixsocket:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tzu_ping_chung:python_resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:requests_unixsocket:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tzu_ping_chungproject:resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marc_abramowitz_project:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-resolvelib:resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marc_abramowitz_project:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_resolvelib:resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marc_abramowitz:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:resolvelib:python-resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marc_abramowitz:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:resolvelib:python_resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marc_abramowitzproject:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:uranusjr_project:resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marc_abramowitzproject:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:uranusjr:python-resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-requests:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:uranusjr:python_resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-requests:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:uranusjrproject:resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_requests:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tzu_ping_chung:resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_requests:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marc_project:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marc_project:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:resolvelib:resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:requests-unixsocket:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:uranusjr:resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:requests-unixsocket:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:resolvelib:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/resolvelib-1.0.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/resolvelib-1.0.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/resolvelib-1.0.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/rich@13.9.2?package-id=aef2401750e3a2a9", + "type": "library", + "author": "Will McGugan ", + "name": "rich", + "version": "13.9.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:will_mcgugan_project:python-rich:13.9.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/rich@13.9.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "python-package" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:requests_unixsocket:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:will_mcgugan_project:python_rich:13.9.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:requests_unixsocket:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:will_mcguganproject:python-rich:13.9.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marcproject:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:will_mcguganproject:python_rich:13.9.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marcproject:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:willmcgugan_project:python-rich:13.9.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marc_abramowitz:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:willmcgugan_project:python_rich:13.9.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marc_abramowitz:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:willmcguganproject:python-rich:13.9.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-requests:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:willmcguganproject:python_rich:13.9.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-requests:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:will_mcgugan_project:rich:13.9.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_requests:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:will_mcgugan:python-rich:13.9.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_requests:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:will_mcgugan:python_rich:13.9.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:requests:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:will_mcguganproject:rich:13.9.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:requests:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:willmcgugan_project:rich:13.9.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-rich:python-rich:13.9.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-rich:python_rich:13.9.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marc_project:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_rich:python-rich:13.9.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marc_project:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_rich:python_rich:13.9.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marc:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:willmcgugan:python-rich:13.9.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marc:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:willmcgugan:python_rich:13.9.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marcproject:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:willmcguganproject:rich:13.9.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marcproject:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-rich:13.9.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:requests:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_rich:13.9.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:requests:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:will_mcgugan:rich:13.9.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-rich:rich:13.9.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_rich:rich:13.9.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marc:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:rich:python-rich:13.9.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marc:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:rich:python_rich:13.9.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:cpe23", + "value": "cpe:2.3:a:willmcgugan:rich:13.9.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/requests_unixsocket-0.3.0.dist-info/METADATA" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:rich:13.9.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:cpe23", + "value": "cpe:2.3:a:rich:rich:13.9.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/requests_unixsocket-0.3.0.dist-info/RECORD" + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/rich-13.9.2.dist-info/METADATA" }, { - "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/requests_unixsocket-0.3.0.dist-info/top_level.txt" + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/rich-13.9.2.dist-info/RECORD" } ] }, { - "bom-ref": "pkg:pypi/resolvelib@1.0.1?package-id=a1d2921debd94de5", + "bom-ref": "pkg:pypi/rsa@4.9?package-id=aa26de35a01c9215", "type": "library", - "author": "Tzu-ping Chung ", - "name": "resolvelib", - "version": "1.0.1", + "author": "Sybren A. Stüvel ", + "name": "rsa", + "version": "4.9", "licenses": [ { "license": { - "name": "ISC License" + "id": "Apache-2.0" } } ], - "cpe": "cpe:2.3:a:tzu_ping_chung_project:python-resolvelib:1.0.1:*:*:*:*:*:*:*", - "purl": "pkg:pypi/resolvelib@1.0.1", + "cpe": "cpe:2.3:a:python:rsa:4.9:*:*:*:*:python:*:*", + "purl": "pkg:pypi/rsa@4.9", "properties": [ { "name": "syft:package:foundBy", @@ -24576,257 +29216,257 @@ "value": "python-package" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:tzu_ping_chung_project:python_resolvelib:1.0.1:*:*:*:*:*:*:*" + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:tzu_ping_chungproject:python-resolvelib:1.0.1:*:*:*:*:*:*:*" + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/rsa-4.9.dist-info/METADATA" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:tzu_ping_chungproject:python_resolvelib:1.0.1:*:*:*:*:*:*:*" + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-resolvelib:python-resolvelib:1.0.1:*:*:*:*:*:*:*" + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/rsa-4.9.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:pypi/setuptools@75.2.0?package-id=6bf7d1d07ca520f1", + "type": "library", + "author": "Python Packaging Authority ", + "name": "setuptools", + "version": "75.2.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:python:setuptools:75.2.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/setuptools@75.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-resolvelib:python_resolvelib:1.0.1:*:*:*:*:*:*:*" + "name": "syft:package:language", + "value": "python" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_resolvelib:python-resolvelib:1.0.1:*:*:*:*:*:*:*" + "name": "syft:package:type", + "value": "python" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_resolvelib:python_resolvelib:1.0.1:*:*:*:*:*:*:*" + "name": "syft:package:metadataType", + "value": "python-package" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:uranusjr_project:python-resolvelib:1.0.1:*:*:*:*:*:*:*" + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:uranusjr_project:python_resolvelib:1.0.1:*:*:*:*:*:*:*" + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/setuptools-75.2.0.dist-info/METADATA" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:tzu_ping_chung_project:resolvelib:1.0.1:*:*:*:*:*:*:*" + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:uranusjrproject:python-resolvelib:1.0.1:*:*:*:*:*:*:*" + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/setuptools-75.2.0.dist-info/RECORD" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:uranusjrproject:python_resolvelib:1.0.1:*:*:*:*:*:*:*" + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:tzu_ping_chung:python-resolvelib:1.0.1:*:*:*:*:*:*:*" + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/setuptools-75.2.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/shellingham@1.5.4?package-id=64cdd26b1f1646d4", + "type": "library", + "author": "Tzu-ping Chung ", + "name": "shellingham", + "version": "1.5.4", + "licenses": [ + { + "license": { + "name": "ISC License" + } + } + ], + "cpe": "cpe:2.3:a:tzu_ping_chung_project:python-shellingham:1.5.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/shellingham@1.5.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:tzu_ping_chung:python_resolvelib:1.0.1:*:*:*:*:*:*:*" + "name": "syft:package:language", + "value": "python" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:tzu_ping_chungproject:resolvelib:1.0.1:*:*:*:*:*:*:*" + "name": "syft:package:type", + "value": "python" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-resolvelib:resolvelib:1.0.1:*:*:*:*:*:*:*" + "name": "syft:package:metadataType", + "value": "python-package" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_resolvelib:resolvelib:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tzu_ping_chung_project:python_shellingham:1.5.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:resolvelib:python-resolvelib:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tzu_ping_chungproject:python-shellingham:1.5.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:resolvelib:python_resolvelib:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tzu_ping_chungproject:python_shellingham:1.5.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:uranusjr_project:resolvelib:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-shellingham:python-shellingham:1.5.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:uranusjr:python-resolvelib:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-shellingham:python_shellingham:1.5.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:uranusjr:python_resolvelib:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_shellingham:python-shellingham:1.5.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:uranusjrproject:resolvelib:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_shellingham:python_shellingham:1.5.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:tzu_ping_chung:resolvelib:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:uranusjr_project:python-shellingham:1.5.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-resolvelib:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:uranusjr_project:python_shellingham:1.5.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_resolvelib:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tzu_ping_chung_project:shellingham:1.5.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:resolvelib:resolvelib:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:uranusjrproject:python-shellingham:1.5.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:uranusjr:resolvelib:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:uranusjrproject:python_shellingham:1.5.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:resolvelib:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tzu_ping_chung:python-shellingham:1.5.4:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:cpe23", + "value": "cpe:2.3:a:tzu_ping_chung:python_shellingham:1.5.4:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/resolvelib-1.0.1.dist-info/METADATA" + "name": "syft:cpe23", + "value": "cpe:2.3:a:tzu_ping_chungproject:shellingham:1.5.4:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-shellingham:shellingham:1.5.4:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/resolvelib-1.0.1.dist-info/RECORD" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_shellingham:shellingham:1.5.4:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:cpe23", + "value": "cpe:2.3:a:shellingham:python-shellingham:1.5.4:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/resolvelib-1.0.1.dist-info/top_level.txt" - } - ] - }, - { - "bom-ref": "pkg:pypi/rsa@4.9?package-id=1dc29a5841a2a946", - "type": "library", - "author": "Sybren A. Stüvel ", - "name": "rsa", - "version": "4.9", - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "cpe": "cpe:2.3:a:python:rsa:4.9:*:*:*:*:python:*:*", - "purl": "pkg:pypi/rsa@4.9", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "python-installed-package-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:shellingham:python_shellingham:1.5.4:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "python" + "name": "syft:cpe23", + "value": "cpe:2.3:a:uranusjr_project:shellingham:1.5.4:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "python" + "name": "syft:cpe23", + "value": "cpe:2.3:a:uranusjr:python-shellingham:1.5.4:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "python-package" + "name": "syft:cpe23", + "value": "cpe:2.3:a:uranusjr:python_shellingham:1.5.4:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:cpe23", + "value": "cpe:2.3:a:uranusjrproject:shellingham:1.5.4:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/rsa-4.9.dist-info/METADATA" + "name": "syft:cpe23", + "value": "cpe:2.3:a:tzu_ping_chung:shellingham:1.5.4:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-shellingham:1.5.4:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/rsa-4.9.dist-info/RECORD" - } - ] - }, - { - "bom-ref": "pkg:pypi/setuptools@72.1.0?package-id=5cde1c9db6d2eedb", - "type": "library", - "author": "Python Packaging Authority ", - "name": "setuptools", - "version": "72.1.0", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:python:setuptools:72.1.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/setuptools@72.1.0", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "python-installed-package-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_shellingham:1.5.4:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "python" + "name": "syft:cpe23", + "value": "cpe:2.3:a:shellingham:shellingham:1.5.4:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "python" + "name": "syft:cpe23", + "value": "cpe:2.3:a:uranusjr:shellingham:1.5.4:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "python-package" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:shellingham:1.5.4:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools-72.1.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/shellingham-1.5.4.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools-72.1.0.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/shellingham-1.5.4.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools-72.1.0.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/shellingham-1.5.4.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/signedjson@1.1.4?package-id=5bebe91705a3cb3e", + "bom-ref": "pkg:pypi/signedjson@1.1.4?package-id=d25b4190a99278bb", "type": "library", "name": "signedjson", "version": "1.1.4", @@ -24902,27 +29542,27 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/signedjson-1.1.4.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/signedjson-1.1.4.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/signedjson-1.1.4.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/signedjson-1.1.4.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/signedjson-1.1.4.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/signedjson-1.1.4.dist-info/top_level.txt" } ] }, @@ -24951,7 +29591,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -25004,7 +29644,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -25053,7 +29693,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -25107,7 +29747,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -25157,7 +29797,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -25223,7 +29863,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -25289,7 +29929,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -25342,7 +29982,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -25374,66 +30014,238 @@ "purl": "pkg:golang/sigs.k8s.io/yaml@v1.4.0", "properties": [ { - "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/ansible-operator" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Mk1wCc2gy/F0THH0TAp1QYyJNzRm2KCLy3o5ASXVI5E=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/operator-framework/ansible-operator-plugins" + } + ] + }, + { + "bom-ref": "pkg:pypi/six@1.16.0?package-id=bd9a8b94e706542d", + "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-installed-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "python-package" + }, + { + "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:package:language", - "value": "go" + "name": "syft:cpe23", + "value": "cpe:2.3:a:six:python-six:1.16.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "go-module" + "name": "syft:cpe23", + "value": "cpe:2.3:a:six:python_six:1.16.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin:six:1.16.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:six:1.16.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "name": "syft:cpe23", + "value": "cpe:2.3:a:six:six:1.16.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:architecture", - "value": "amd64" + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/six-1.16.0.dist-info/METADATA" }, { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:Mk1wCc2gy/F0THH0TAp1QYyJNzRm2KCLy3o5ASXVI5E=" + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/six-1.16.0.dist-info/RECORD" }, { - "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/six-1.16.0.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/six@1.16.0?package-id=057699d32b18f404", + "bom-ref": "pkg:pypi/sniffio@1.3.1?package-id=73d8fcdadd109b78", "type": "library", - "author": "Benjamin Peterson ", - "name": "six", - "version": "1.16.0", + "author": "\"Nathaniel J. Smith\" ", + "name": "sniffio", + "version": "1.3.1", "licenses": [ { - "license": { - "id": "MIT" - } + "expression": "MIT OR Apache-2.0" } ], - "cpe": "cpe:2.3:a:benjamin_peterson_project:python-six:1.16.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/six@1.16.0", + "cpe": "cpe:2.3:a:\\\"nathaniel_j__smith\\\"_\\", "name": "tomli", @@ -25794,24 +30582,123 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:pypi/tqdm@4.66.5?package-id=9fe76875955aaac2", + "type": "library", + "name": "tqdm", + "version": "4.66.5", + "licenses": [ + { + "expression": "MPL-2.0 AND MIT" + } + ], + "cpe": "cpe:2.3:a:python-tqdm:python-tqdm:4.66.5:*:*:*:*:*:*:*", + "purl": "pkg:pypi/tqdm@4.66.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "python-package" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-tqdm:python_tqdm:4.66.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tqdm:python-tqdm:4.66.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tqdm:python_tqdm:4.66.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-tqdm:4.66.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_tqdm:4.66.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-tqdm:tqdm:4.66.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tqdm:tqdm:4.66.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tqdm:python-tqdm:4.66.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tqdm:python_tqdm:4.66.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:tqdm:4.66.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tqdm:tqdm:4.66.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/tqdm-4.66.5.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/tqdm-4.66.5.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/tqdm-4.66.5.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/typeguard@4.3.0?package-id=eca579fb40edd03f", + "bom-ref": "pkg:pypi/typeguard@4.3.0?package-id=ae764fc1c481269f", "type": "library", "author": "Alex Grönholm ", "name": "typeguard", @@ -25888,32 +30775,119 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/typer@0.12.5?package-id=38e5d082b859d6ec", + "type": "library", + "author": "=?utf-8?q?Sebasti=C3=A1n_Ram=C3=ADrez?= ", + "name": "typer", + "version": "0.12.5", + "cpe": "cpe:2.3:a:python-typer:python-typer:0.12.5:*:*:*:*:*:*:*", + "purl": "pkg:pypi/typer@0.12.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "python-package" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typer:python_typer:0.12.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typer:python-typer:0.12.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typer:python_typer:0.12.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-typer:0.12.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_typer:0.12.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typer:typer:0.12.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typer:typer:0.12.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typer:python-typer:0.12.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typer:python_typer:0.12.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:typer:0.12.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typer:typer:0.12.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/typer-0.12.5.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/typer-0.12.5.dist-info/RECORD" } ] }, { - "bom-ref": "pkg:pypi/typing-inspect@0.9.0?package-id=060a1017497c7fc7", + "bom-ref": "pkg:pypi/typing-inspect@0.9.0?package-id=69f095540474ceec", "type": "library", "author": "Ivan Levkivskyi ", "name": "typing-inspect", @@ -26166,32 +31140,32 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/typing_inspect-0.9.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/typing_inspect-0.9.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/typing_inspect-0.9.0.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/typing_inspect-0.9.0.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/typing_inspect-0.9.0.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/typing_inspect-0.9.0.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/typing-extensions@4.12.2?package-id=e7e37271712113b9", + "bom-ref": "pkg:pypi/typing-extensions@4.12.2?package-id=ae750b267f0d422c", "type": "library", "author": "\"Guido van Rossum, Jukka Lehtosalo, Łukasz Langa, Michael Lee\" ", "name": "typing_extensions", @@ -26393,24 +31367,24 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/RECORD" } ] }, { - "bom-ref": "pkg:pypi/typing-extensions@4.12.2?package-id=c3eb468a9f97d5b9", + "bom-ref": "pkg:pypi/typing-extensions@4.12.2?package-id=f3f969b1242a64ab", "type": "library", "author": "\"Guido van Rossum, Jukka Lehtosalo, Łukasz Langa, Michael Lee\" ", "name": "typing_extensions", @@ -26612,19 +31586,19 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/typing_extensions-4.12.2.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/typing_extensions-4.12.2.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/typing_extensions-4.12.2.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/typing_extensions-4.12.2.dist-info/RECORD" } ] }, @@ -26687,7 +31661,7 @@ ] }, { - "bom-ref": "pkg:pypi/unpaddedbase64@2.1.0?package-id=bcc000266136e7b0", + "bom-ref": "pkg:pypi/unpaddedbase64@2.1.0?package-id=e6e8929c3d841ec6", "type": "library", "author": "The Matrix.org Foundation C.I.C.", "name": "unpaddedbase64", @@ -26800,28 +31774,28 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/unpaddedbase64-2.1.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/unpaddedbase64-2.1.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/unpaddedbase64-2.1.0.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/unpaddedbase64-2.1.0.dist-info/RECORD" } ] }, { - "bom-ref": "pkg:pypi/urllib3@1.26.19?package-id=7c6d1a5cd7aea864", + "bom-ref": "pkg:pypi/urllib3@1.26.20?package-id=9555f5f6fd40960c", "type": "library", "author": "Andrey Petrov ", "name": "urllib3", - "version": "1.26.19", + "version": "1.26.20", "licenses": [ { "license": { @@ -26829,8 +31803,8 @@ } } ], - "cpe": "cpe:2.3:a:python:urllib3:1.26.19:*:*:*:*:*:*:*", - "purl": "pkg:pypi/urllib3@1.26.19", + "cpe": "cpe:2.3:a:python:urllib3:1.26.20:*:*:*:*:*:*:*", + "purl": "pkg:pypi/urllib3@1.26.20", "properties": [ { "name": "syft:package:foundBy", @@ -26850,32 +31824,32 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/urllib3-1.26.19.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/urllib3-1.26.20.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/urllib3-1.26.19.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/urllib3-1.26.20.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/urllib3-1.26.19.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/urllib3-1.26.20.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/websocket-client@1.8.0?package-id=5d9a5928c855aa6f", + "bom-ref": "pkg:pypi/websocket-client@1.8.0?package-id=8edf6a69a8f625f5", "type": "library", "author": "liris ", "name": "websocket-client", @@ -27144,32 +32118,32 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/websocket_client-1.8.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/websocket_client-1.8.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/websocket_client-1.8.0.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/websocket_client-1.8.0.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/websocket_client-1.8.0.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/websocket_client-1.8.0.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/wheel@0.43.0?package-id=d171a4dd69290dc7", + "bom-ref": "pkg:pypi/wheel@0.43.0?package-id=814c95e37012535b", "type": "library", "author": "Daniel Holth ", "name": "wheel", @@ -27287,30 +32261,37 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/wheel-0.43.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.43.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/wheel-0.43.0.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.43.0.dist-info/RECORD" } ] }, { - "bom-ref": "pkg:pypi/wheel@0.44.0?package-id=205f5fcae9e5d1f8", + "bom-ref": "pkg:pypi/yarl@1.15.4?package-id=4e522caae8056009", "type": "library", - "author": "Daniel Holth ", - "name": "wheel", - "version": "0.44.0", - "cpe": "cpe:2.3:a:daniel_holth_\\", + "name": "yarl", + "version": "1.15.4", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:andrew_svetlov_project:python-yarl:1.15.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/yarl@1.15.4", "properties": [ { "name": "syft:package:foundBy", @@ -27330,116 +32311,124 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:daniel_holth_\\", "name": "zipp", @@ -27564,27 +32553,27 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/top_level.txt" } ] }, @@ -27894,13 +32883,13 @@ ] }, { - "ref": "pkg:generic/python@3.11.10?package-id=431c50eb00a546bb", + "ref": "pkg:generic/python@3.12.7?package-id=41e3f7fc8c7f9c79", "dependsOn": [ "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf" ] }, { - "ref": "pkg:golang/github.com/operator-framework/ansible-operator-plugins@v1.35.0-mark-unsafe-non-spec-object-main?package-id=8eb9a00f0200961e", + "ref": "pkg:golang/github.com/operator-framework/ansible-operator-plugins@v1.29.0?package-id=30cb6e3f993b9ef5", "dependsOn": [ "pkg:golang/github.com/antlr/antlr4@v4.0.0-20230305170008-8188dc5388df?package-id=c6659d9f4e02eb2f#runtime/Go/antlr/v4", "pkg:golang/github.com/beorn7/perks@v1.0.1?package-id=565337fba68b26e5", @@ -27933,7 +32922,7 @@ "pkg:golang/github.com/modern-go/reflect2@v1.0.2?package-id=c58da5a8a18d8e2e", "pkg:golang/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822?package-id=7b1ee68c61485dca", "pkg:golang/github.com/mxk/go-flowrate@v0.0.0-20140419014527-cca7078d478f?package-id=9bc3e38c0eed6d4c", - "pkg:golang/github.com/onsi/gomega@v1.33.0?package-id=bda5b30b5b7da945", + "pkg:golang/github.com/onsi/gomega@v1.33.1?package-id=2adbf02740834c81", "pkg:golang/github.com/operator-framework/api@v0.23.0?package-id=750e20b0172c8d1e", "pkg:golang/github.com/operator-framework/operator-lib@v0.13.0?package-id=a9e73f5a2165b267", "pkg:golang/github.com/operator-framework/operator-registry@v1.39.0?package-id=556230a4d06b0e36", @@ -27950,11 +32939,11 @@ "pkg:golang/go.uber.org/multierr@v1.11.0?package-id=0be6547bb8d6f8d3", "pkg:golang/go.uber.org/zap@v1.26.0?package-id=4e44f1a71b058dfc", "pkg:golang/golang.org/x/exp@v0.0.0-20240213143201-ec583247a57a?package-id=4ed98bdb2a19104a", - "pkg:golang/golang.org/x/net@v0.24.0?package-id=0f6501568342ebe5", + "pkg:golang/golang.org/x/net@v0.25.0?package-id=bbd17693a2417149", "pkg:golang/golang.org/x/oauth2@v0.17.0?package-id=f3b27b9f221274da", - "pkg:golang/golang.org/x/sys@v0.19.0?package-id=19a9d31ecbe5fc74", - "pkg:golang/golang.org/x/term@v0.19.0?package-id=34906cd83f55b70b", - "pkg:golang/golang.org/x/text@v0.14.0?package-id=25d405d4e0296a3b", + "pkg:golang/golang.org/x/sys@v0.20.0?package-id=214798b35d6aaa8e", + "pkg:golang/golang.org/x/term@v0.20.0?package-id=c848061289be5130", + "pkg:golang/golang.org/x/text@v0.15.0?package-id=7ccf12210a40bda4", "pkg:golang/golang.org/x/time@v0.5.0?package-id=ba90e129b4fe2193", "pkg:golang/gomodules.xyz/jsonpatch/v2@v2.4.0?package-id=dec66c25bc2f0206", "pkg:golang/google.golang.org/genproto/googleapis@v0.0.0-20240213162025-012b6fc9bca9?package-id=369166f1b74b1472#api", @@ -28120,216 +33109,313 @@ ] }, { - "ref": "pkg:pypi/ansible-core@2.15.12?package-id=d135d2dbc5855499", + "ref": "pkg:pypi/aiosignal@1.3.1?package-id=276e5dc26541a706", + "dependsOn": [ + "pkg:pypi/frozenlist@1.4.1?package-id=2f3cf9e4db1cbf24" + ] + }, + { + "ref": "pkg:pypi/ansible-core@2.17.5?package-id=dfca4c7d0b0a256d", + "dependsOn": [ + "pkg:pypi/cryptography@43.0.1?package-id=f0fa866eab2cf7bb", + "pkg:pypi/packaging@24.1?package-id=4a8c2ad942f01c73" + ] + }, + { + "ref": "pkg:pypi/ansible-runner-http@1.0.0?package-id=aa2c3b84ce270f78", + "dependsOn": [ + "pkg:pypi/ansible-runner@2.4.0?package-id=ca7bbf92154647b4", + "pkg:pypi/requests-unixsocket@0.3.0?package-id=831845e6f4375070", + "pkg:pypi/requests@2.31.0?package-id=dfb10e6816ef4608" + ] + }, + { + "ref": "pkg:pypi/ansible-runner@2.4.0?package-id=ca7bbf92154647b4", + "dependsOn": [ + "pkg:pypi/packaging@24.1?package-id=4a8c2ad942f01c73", + "pkg:pypi/python-daemon@3.0.1?package-id=0e1ec95e57ce3bd3" + ] + }, + { + "ref": "pkg:pypi/anyio@4.6.2.post1?package-id=a561b4d93c67464f", + "dependsOn": [ + "pkg:pypi/packaging@24.1?package-id=4a8c2ad942f01c73" + ] + }, + { + "ref": "pkg:pypi/cffi@1.17.1?package-id=fc417a0d142eb718", + "dependsOn": [ + "pkg:pypi/pycparser@2.22?package-id=f0a800fffecabb43" + ] + }, + { + "ref": "pkg:pypi/cryptography@43.0.1?package-id=f0fa866eab2cf7bb", + "dependsOn": [ + "pkg:pypi/certifi@2024.8.30?package-id=75bca180f5f73da5", + "pkg:pypi/click@8.1.7?package-id=e810505a144925eb" + ] + }, + { + "ref": "pkg:pypi/dataclasses-json@0.5.9?package-id=57bf1880bf02d19b", + "dependsOn": [ + "pkg:pypi/marshmallow-enum@1.5.1?package-id=ca0d845ba6d8d8d5", + "pkg:pypi/marshmallow@3.23.0?package-id=7e59e6620d55b1eb", + "pkg:pypi/pytest@8.3.3?package-id=1409f2968af05d59", + "pkg:pypi/setuptools@75.2.0?package-id=6bf7d1d07ca520f1", + "pkg:pypi/typing-inspect@0.9.0?package-id=69f095540474ceec", + "pkg:pypi/wheel@0.43.0?package-id=814c95e37012535b" + ] + }, + { + "ref": "pkg:pypi/google-auth@2.35.0?package-id=cdf4b7d045468de6", + "dependsOn": [ + "pkg:pypi/cryptography@43.0.1?package-id=f0fa866eab2cf7bb" + ] + }, + { + "ref": "pkg:pypi/httpcore@1.0.6?package-id=b75b7c0b9dd6ce47", + "dependsOn": [ + "pkg:pypi/certifi@2024.8.30?package-id=75bca180f5f73da5" + ] + }, + { + "ref": "pkg:pypi/httpx@0.27.2?package-id=be51ba14f0d8a4d0", + "dependsOn": [ + "pkg:pypi/anyio@4.6.2.post1?package-id=a561b4d93c67464f", + "pkg:pypi/certifi@2024.8.30?package-id=75bca180f5f73da5", + "pkg:pypi/idna@3.10?package-id=29c478d02e54e469", + "pkg:pypi/sniffio@1.3.1?package-id=73d8fcdadd109b78" + ] + }, + { + "ref": "pkg:pypi/importlib-metadata@8.0.0?package-id=afac5f5a0d82ba99", + "dependsOn": [ + "pkg:pypi/packaging@24.1?package-id=4a8c2ad942f01c73" + ] + }, + { + "ref": "pkg:pypi/jaraco.collections@5.1.0?package-id=d3ed18b710f3d8cb", + "dependsOn": [ + "pkg:pypi/jaraco.text@3.12.1?package-id=fb1b241e1c76001b" + ] + }, + { + "ref": "pkg:pypi/jaraco.context@5.3.0?package-id=68e9f3ba91578214", + "dependsOn": [ + "pkg:pypi/backports.tarfile@1.2.0?package-id=7458ca3efddd5894" + ] + }, + { + "ref": "pkg:pypi/jaraco.functools@4.0.1?package-id=f6eb1fff3c12f78b", "dependsOn": [ - "pkg:pypi/cryptography@43.0.0?package-id=421baa05e84a195d", - "pkg:pypi/packaging@24.1?package-id=f590a1eca73e7abd" + "pkg:pypi/more-itertools@10.3.0?package-id=f64a5eebb6a4a081" ] }, { - "ref": "pkg:pypi/ansible-runner-http@1.0.0?package-id=df19a87e60cb1262", + "ref": "pkg:pypi/jaraco.text@3.12.1?package-id=fb1b241e1c76001b", "dependsOn": [ - "pkg:pypi/ansible-runner@2.3.6?package-id=5927859254f28997", - "pkg:pypi/requests-unixsocket@0.3.0?package-id=8b50ae36efc68a64", - "pkg:pypi/requests@2.31.0?package-id=4c2f455bc9f27f0d" + "pkg:pypi/autocommand@2.2.2?package-id=bc954d3de3267d88", + "pkg:pypi/inflect@7.3.1?package-id=db2110771f11916c", + "pkg:pypi/jaraco.functools@4.0.1?package-id=f6eb1fff3c12f78b", + "pkg:pypi/more-itertools@10.3.0?package-id=f64a5eebb6a4a081" ] }, { - "ref": "pkg:pypi/ansible-runner@2.3.6?package-id=5927859254f28997", + "ref": "pkg:pypi/json-schema-for-humans@1.0.2?package-id=5f5bacd62b2be28b", "dependsOn": [ - "pkg:pypi/packaging@24.1?package-id=f590a1eca73e7abd", - "pkg:pypi/python-daemon@3.0.1?package-id=f53ec5c2366141ac", - "pkg:pypi/six@1.16.0?package-id=057699d32b18f404" + "pkg:pypi/click@8.1.7?package-id=e810505a144925eb", + "pkg:pypi/dataclasses-json@0.5.9?package-id=57bf1880bf02d19b", + "pkg:pypi/htmlmin@0.1.12?package-id=2748526511811742", + "pkg:pypi/jinja2@3.1.4?package-id=a9545e237bb21ff6", + "pkg:pypi/markdown2@2.5.1?package-id=f623c8d61e13b4ce", + "pkg:pypi/markupsafe@2.1.5?package-id=581105c9fcbf9728", + "pkg:pypi/pygments@2.18.0?package-id=2f1269883bd59992", + "pkg:pypi/pytz@2024.2?package-id=8dcbbc360888b0d9", + "pkg:pypi/pyyaml@6.0.2?package-id=67a1c4f426d92020", + "pkg:pypi/requests@2.31.0?package-id=dfb10e6816ef4608" ] }, { - "ref": "pkg:pypi/cffi@1.16.0?package-id=7cf37282788dcac9", + "ref": "pkg:pypi/kubernetes@31.0.0?package-id=307dba2bd356cb5b", "dependsOn": [ - "pkg:pypi/pycparser@2.22?package-id=0a22ed74e8222d0a" + "pkg:pypi/requests-oauthlib@2.0.0?package-id=b1fbd014703d5279", + "pkg:pypi/requests@2.31.0?package-id=dfb10e6816ef4608" ] }, { - "ref": "pkg:pypi/cryptography@43.0.0?package-id=421baa05e84a195d", + "ref": "pkg:pypi/lightkube@0.15.4?package-id=87d46e4679b0f75a", "dependsOn": [ - "pkg:pypi/certifi@2024.7.4?package-id=39485f8f0d2e8b6b", - "pkg:pypi/click@8.1.7?package-id=3ec5ab6970e190ac" + "pkg:pypi/pytest@8.3.3?package-id=1409f2968af05d59", + "pkg:pypi/pyyaml@6.0.2?package-id=67a1c4f426d92020" ] }, { - "ref": "pkg:pypi/dataclasses-json@0.5.9?package-id=cf61b9abefbbd377", + "ref": "pkg:pypi/markdown-it-py@3.0.0?package-id=924c473944f75a29", "dependsOn": [ - "pkg:pypi/marshmallow-enum@1.5.1?package-id=0e427a16f5a6a907", - "pkg:pypi/marshmallow@3.21.3?package-id=87d6fb7456595f97", - "pkg:pypi/setuptools@72.1.0?package-id=5cde1c9db6d2eedb", - "pkg:pypi/typing-inspect@0.9.0?package-id=060a1017497c7fc7", - "pkg:pypi/wheel@0.44.0?package-id=205f5fcae9e5d1f8" + "pkg:pypi/pytest@8.3.3?package-id=1409f2968af05d59" ] }, { - "ref": "pkg:pypi/importlib-metadata@8.0.0?package-id=28e25161e120669a", + "ref": "pkg:pypi/marshmallow-enum@1.5.1?package-id=ca0d845ba6d8d8d5", "dependsOn": [ - "pkg:pypi/packaging@24.1?package-id=f590a1eca73e7abd" + "pkg:pypi/marshmallow@3.23.0?package-id=7e59e6620d55b1eb" ] }, { - "ref": "pkg:pypi/jaraco.context@5.3.0?package-id=f2bf8169ce78b070", + "ref": "pkg:pypi/marshmallow@3.23.0?package-id=7e59e6620d55b1eb", "dependsOn": [ - "pkg:pypi/backports.tarfile@1.2.0?package-id=741aa298f8634024" + "pkg:pypi/pytest@8.3.3?package-id=1409f2968af05d59" ] }, { - "ref": "pkg:pypi/jaraco.functools@4.0.1?package-id=06afee6faa51084a", + "ref": "pkg:pypi/oauthlib@3.2.2?package-id=b4c342c77eda4a67", "dependsOn": [ - "pkg:pypi/more-itertools@10.3.0?package-id=1645f6cb1bd1ff56" + "pkg:pypi/cryptography@43.0.1?package-id=f0fa866eab2cf7bb" ] }, { - "ref": "pkg:pypi/jaraco.text@3.12.1?package-id=39d00fed72e49a9e", + "ref": "pkg:pypi/passlib@1.7.4?package-id=dfc742cf4298f318", "dependsOn": [ - "pkg:pypi/autocommand@2.2.2?package-id=dded7b2c62436c0c", - "pkg:pypi/inflect@7.3.1?package-id=d7e59e305df9b723", - "pkg:pypi/jaraco.functools@4.0.1?package-id=06afee6faa51084a", - "pkg:pypi/more-itertools@10.3.0?package-id=1645f6cb1bd1ff56" + "pkg:pypi/bcrypt@4.2.0?package-id=a6e649cc86f806a0", + "pkg:pypi/cryptography@43.0.1?package-id=f0fa866eab2cf7bb" ] }, { - "ref": "pkg:pypi/json-schema-for-humans@1.0.2?package-id=4ffa392d29f61072", + "ref": "pkg:pypi/pexpect@4.9.0?package-id=3eee89f2047e105c", "dependsOn": [ - "pkg:pypi/click@8.1.7?package-id=3ec5ab6970e190ac", - "pkg:pypi/dataclasses-json@0.5.9?package-id=cf61b9abefbbd377", - "pkg:pypi/htmlmin@0.1.12?package-id=3121db516e82e8ef", - "pkg:pypi/jinja2@3.1.4?package-id=e3de4c2aa4beff4f", - "pkg:pypi/markdown2@2.5.0?package-id=36e419a2e510dbb3", - "pkg:pypi/markupsafe@2.1.5?package-id=d64198a4686ff4ea", - "pkg:pypi/pygments@2.18.0?package-id=c97b36c7bad03351", - "pkg:pypi/pytz@2024.1?package-id=86f1ed759c964cfa", - "pkg:pypi/pyyaml@6.0.1?package-id=a3c427c301c61408", - "pkg:pypi/requests@2.31.0?package-id=4c2f455bc9f27f0d" + "pkg:pypi/ptyprocess@0.7.0?package-id=044ef8a120b00b7b" ] }, { - "ref": "pkg:pypi/kubernetes@28.1.0?package-id=4468ac428d88e9ba", + "ref": "pkg:pypi/pluggy@1.5.0?package-id=32e7754aa4d6bc57", "dependsOn": [ - "pkg:pypi/requests-oauthlib@2.0.0?package-id=69630f6f9de658fa", - "pkg:pypi/requests@2.31.0?package-id=4c2f455bc9f27f0d" + "pkg:pypi/pytest@8.3.3?package-id=1409f2968af05d59" ] }, { - "ref": "pkg:pypi/marshmallow-enum@1.5.1?package-id=0e427a16f5a6a907", + "ref": "pkg:pypi/pyhelm3@0.4.0?package-id=f09b0bdf8400b696", "dependsOn": [ - "pkg:pypi/marshmallow@3.21.3?package-id=87d6fb7456595f97" + "pkg:pypi/pydantic@2.9.2?package-id=ae035feb699eeee9" ] }, { - "ref": "pkg:pypi/marshmallow@3.21.3?package-id=87d6fb7456595f97", + "ref": "pkg:pypi/pynacl@1.5.0?package-id=e20c429f6d60cbfa", "dependsOn": [ - "pkg:pypi/pytz@2024.1?package-id=86f1ed759c964cfa" + "pkg:pypi/cffi@1.17.1?package-id=fc417a0d142eb718", + "pkg:pypi/pytest@8.3.3?package-id=1409f2968af05d59" ] }, { - "ref": "pkg:pypi/oauthlib@3.2.2?package-id=ce2ccf7270e6a3bd", + "ref": "pkg:pypi/pytest@8.3.3?package-id=1409f2968af05d59", "dependsOn": [ - "pkg:pypi/cryptography@43.0.0?package-id=421baa05e84a195d" + "pkg:pypi/iniconfig@2.0.0?package-id=20042721cce24f81", + "pkg:pypi/packaging@24.1?package-id=4a8c2ad942f01c73", + "pkg:pypi/requests@2.31.0?package-id=dfb10e6816ef4608", + "pkg:pypi/setuptools@75.2.0?package-id=6bf7d1d07ca520f1" ] }, { - "ref": "pkg:pypi/passlib@1.7.4?package-id=888c744af32566d0", + "ref": "pkg:pypi/python-daemon@3.0.1?package-id=0e1ec95e57ce3bd3", "dependsOn": [ - "pkg:pypi/bcrypt@4.2.0?package-id=0bdfd9d70fd4d9dd", - "pkg:pypi/cryptography@43.0.0?package-id=421baa05e84a195d" + "pkg:pypi/docutils@0.21.2?package-id=899aa909e74d3ea3", + "pkg:pypi/lockfile@0.12.2?package-id=6bc3175e348d711e", + "pkg:pypi/setuptools@75.2.0?package-id=6bf7d1d07ca520f1" ] }, { - "ref": "pkg:pypi/pexpect@4.9.0?package-id=b317567164a98863", + "ref": "pkg:pypi/python-on-whales@0.73.0?package-id=0f2e8a9ccd5409bb", "dependsOn": [ - "pkg:pypi/ptyprocess@0.7.0?package-id=50682fe6a53bc900" + "pkg:pypi/pytest@8.3.3?package-id=1409f2968af05d59", + "pkg:pypi/requests@2.31.0?package-id=dfb10e6816ef4608", + "pkg:pypi/tqdm@4.66.5?package-id=9fe76875955aaac2" ] }, { - "ref": "pkg:pypi/pynacl@1.5.0?package-id=22bda88b1ddbd25b", + "ref": "pkg:pypi/requests-unixsocket@0.3.0?package-id=831845e6f4375070", "dependsOn": [ - "pkg:pypi/cffi@1.16.0?package-id=7cf37282788dcac9" + "pkg:pypi/requests@2.31.0?package-id=dfb10e6816ef4608" ] }, { - "ref": "pkg:pypi/python-daemon@3.0.1?package-id=f53ec5c2366141ac", + "ref": "pkg:pypi/requests@2.31.0?package-id=dfb10e6816ef4608", "dependsOn": [ - "pkg:pypi/docutils@0.21.2?package-id=b3ebfb585346ae4e", - "pkg:pypi/lockfile@0.12.2?package-id=87f03ed77766a497", - "pkg:pypi/setuptools@72.1.0?package-id=5cde1c9db6d2eedb" + "pkg:pypi/certifi@2024.8.30?package-id=75bca180f5f73da5", + "pkg:pypi/charset-normalizer@3.4.0?package-id=ac5c6ac5465b9ff9", + "pkg:pypi/idna@3.10?package-id=29c478d02e54e469", + "pkg:pypi/urllib3@1.26.20?package-id=9555f5f6fd40960c" ] }, { - "ref": "pkg:pypi/requests-unixsocket@0.3.0?package-id=8b50ae36efc68a64", + "ref": "pkg:pypi/resolvelib@1.0.1?package-id=c32124da4fdd1319", "dependsOn": [ - "pkg:pypi/requests@2.31.0?package-id=4c2f455bc9f27f0d" + "pkg:pypi/packaging@24.1?package-id=4a8c2ad942f01c73", + "pkg:pypi/pytest@8.3.3?package-id=1409f2968af05d59", + "pkg:pypi/requests@2.31.0?package-id=dfb10e6816ef4608" ] }, { - "ref": "pkg:pypi/requests@2.31.0?package-id=4c2f455bc9f27f0d", + "ref": "pkg:pypi/rich@13.9.2?package-id=aef2401750e3a2a9", "dependsOn": [ - "pkg:pypi/certifi@2024.7.4?package-id=39485f8f0d2e8b6b", - "pkg:pypi/charset-normalizer@3.3.2?package-id=f1883ab045f8e3b9", - "pkg:pypi/idna@3.7?package-id=48c70e4ccf175e39", - "pkg:pypi/urllib3@1.26.19?package-id=7c6d1a5cd7aea864" + "pkg:pypi/markdown-it-py@3.0.0?package-id=924c473944f75a29" ] }, { - "ref": "pkg:pypi/resolvelib@1.0.1?package-id=a1d2921debd94de5", + "ref": "pkg:pypi/rsa@4.9?package-id=aa26de35a01c9215", "dependsOn": [ - "pkg:pypi/packaging@24.1?package-id=f590a1eca73e7abd", - "pkg:pypi/requests@2.31.0?package-id=4c2f455bc9f27f0d" + "pkg:pypi/pyasn1@0.6.1?package-id=dbe81bad336f859f" ] }, { - "ref": "pkg:pypi/rsa@4.9?package-id=1dc29a5841a2a946", + "ref": "pkg:pypi/setuptools@75.2.0?package-id=6bf7d1d07ca520f1", "dependsOn": [ - "pkg:pypi/pyasn1@0.6.0?package-id=0af623814bbe3748" + "pkg:pypi/jaraco.collections@5.1.0?package-id=d3ed18b710f3d8cb", + "pkg:pypi/jaraco.functools@4.0.1?package-id=f6eb1fff3c12f78b", + "pkg:pypi/more-itertools@10.3.0?package-id=f64a5eebb6a4a081", + "pkg:pypi/packaging@24.1?package-id=4a8c2ad942f01c73" ] }, { - "ref": "pkg:pypi/setuptools@72.1.0?package-id=5cde1c9db6d2eedb", + "ref": "pkg:pypi/signedjson@1.1.4?package-id=d25b4190a99278bb", "dependsOn": [ - "pkg:pypi/tomli@2.0.1?package-id=32d941b35d88e747", - "pkg:pypi/wheel@0.44.0?package-id=205f5fcae9e5d1f8" + "pkg:pypi/canonicaljson@2.0.0?package-id=d6438cd5291b8658", + "pkg:pypi/unpaddedbase64@2.1.0?package-id=e6e8929c3d841ec6" ] }, { - "ref": "pkg:pypi/signedjson@1.1.4?package-id=5bebe91705a3cb3e", + "ref": "pkg:pypi/tqdm@4.66.5?package-id=9fe76875955aaac2", "dependsOn": [ - "pkg:pypi/canonicaljson@2.0.0?package-id=cece6c8380222801", - "pkg:pypi/unpaddedbase64@2.1.0?package-id=bcc000266136e7b0" + "pkg:pypi/requests@2.31.0?package-id=dfb10e6816ef4608" ] }, { - "ref": "pkg:pypi/typeguard@4.3.0?package-id=eca579fb40edd03f", + "ref": "pkg:pypi/typeguard@4.3.0?package-id=ae764fc1c481269f", "dependsOn": [ - "pkg:pypi/packaging@24.1?package-id=f590a1eca73e7abd" + "pkg:pypi/packaging@24.1?package-id=4a8c2ad942f01c73" ] }, { - "ref": "pkg:pypi/typing-inspect@0.9.0?package-id=060a1017497c7fc7", + "ref": "pkg:pypi/typing-inspect@0.9.0?package-id=69f095540474ceec", "dependsOn": [ - "pkg:pypi/mypy-extensions@1.0.0?package-id=595781e9e43d2f57" + "pkg:pypi/mypy-extensions@1.0.0?package-id=4a7bceed8eac801e" ] }, { - "ref": "pkg:pypi/urllib3@1.26.19?package-id=7c6d1a5cd7aea864", + "ref": "pkg:pypi/urllib3@1.26.20?package-id=9555f5f6fd40960c", "dependsOn": [ - "pkg:pypi/certifi@2024.7.4?package-id=39485f8f0d2e8b6b" + "pkg:pypi/certifi@2024.8.30?package-id=75bca180f5f73da5" ] }, { - "ref": "pkg:pypi/zipp@3.19.2?package-id=cb3371bb4cc74366", + "ref": "pkg:pypi/zipp@3.19.2?package-id=e290bd9474261b5c", "dependsOn": [ - "pkg:pypi/jaraco.functools@4.0.1?package-id=06afee6faa51084a", - "pkg:pypi/more-itertools@10.3.0?package-id=1645f6cb1bd1ff56" + "pkg:pypi/jaraco.functools@4.0.1?package-id=f6eb1fff3c12f78b", + "pkg:pypi/more-itertools@10.3.0?package-id=f64a5eebb6a4a081" ] } ], "vulnerabilities": [ { - "bom-ref": "urn:uuid:2e3a8117-b6fc-42cc-8d5b-b3a21f71cc61", + "bom-ref": "urn:uuid:79084b45-0b44-4504-9d57-69f1185bf712", "id": "CVE-2010-4756", "source": { "name": "debian-distro-debian-12", @@ -28362,7 +33448,7 @@ ] }, { - "bom-ref": "urn:uuid:a7977a11-8ee9-43f4-ac94-fbd493dfc9ca", + "bom-ref": "urn:uuid:b5d16c2d-8ff0-45d0-b888-3eacae71cd27", "id": "CVE-2018-20796", "source": { "name": "debian-distro-debian-12", @@ -28395,7 +33481,7 @@ ] }, { - "bom-ref": "urn:uuid:c6ceb6be-3a79-47c0-b82f-b8e892078266", + "bom-ref": "urn:uuid:6b380ec4-d5b1-4c56-a397-c16cff8d8bcf", "id": "CVE-2018-5709", "source": { "name": "debian-distro-debian-12", @@ -28428,7 +33514,7 @@ ] }, { - "bom-ref": "urn:uuid:c741c009-ef9f-4d4d-be2b-6e309b4b9e62", + "bom-ref": "urn:uuid:4d4cd7b1-b586-4b5d-9622-d6876bee915b", "id": "CVE-2018-5709", "source": { "name": "debian-distro-debian-12", @@ -28461,7 +33547,7 @@ ] }, { - "bom-ref": "urn:uuid:88b16fb9-3d62-4a32-bb63-2b0d9b50b629", + "bom-ref": "urn:uuid:d8252b66-f04b-4282-9d3a-870bedec4921", "id": "CVE-2018-5709", "source": { "name": "debian-distro-debian-12", @@ -28494,7 +33580,7 @@ ] }, { - "bom-ref": "urn:uuid:9aaf6a09-1f22-4538-9ad7-b0cbdc224940", + "bom-ref": "urn:uuid:ee702aad-5a3e-4be3-bb06-a932ff90f141", "id": "CVE-2018-5709", "source": { "name": "debian-distro-debian-12", @@ -28527,7 +33613,7 @@ ] }, { - "bom-ref": "urn:uuid:ea7f8aac-f74b-4145-a683-6b7e71ed112c", + "bom-ref": "urn:uuid:fe791b5d-37d5-40f0-ab95-c0a360759bbc", "id": "CVE-2019-1010022", "source": { "name": "debian-distro-debian-12", @@ -28560,7 +33646,7 @@ ] }, { - "bom-ref": "urn:uuid:17c73597-df06-4659-b775-b6a74fba4148", + "bom-ref": "urn:uuid:6749b17a-3371-4df5-814b-bcf7f159e66d", "id": "CVE-2019-1010023", "source": { "name": "debian-distro-debian-12", @@ -28593,7 +33679,7 @@ ] }, { - "bom-ref": "urn:uuid:3430c102-c4b3-4add-9d11-f827402c6cf6", + "bom-ref": "urn:uuid:7c29b522-0fc9-4f40-85f5-8e9119ec2022", "id": "CVE-2019-1010024", "source": { "name": "debian-distro-debian-12", @@ -28626,7 +33712,7 @@ ] }, { - "bom-ref": "urn:uuid:6e2434d1-0fc3-4ff5-b9e6-b2bb66942205", + "bom-ref": "urn:uuid:2e7e9cfc-b58f-4a02-9c4a-305351e486ed", "id": "CVE-2019-1010025", "source": { "name": "debian-distro-debian-12", @@ -28659,7 +33745,7 @@ ] }, { - "bom-ref": "urn:uuid:4b84db27-8104-46b9-afa7-81c07493efa7", + "bom-ref": "urn:uuid:54653392-8ab3-4e08-90a2-36b1cd14be63", "id": "CVE-2019-9192", "source": { "name": "debian-distro-debian-12", @@ -28692,7 +33778,7 @@ ] }, { - "bom-ref": "urn:uuid:0b78733e-92e9-45b9-84e6-59fa2692455b", + "bom-ref": "urn:uuid:bd7ea86a-fd3c-476c-b4e9-53dd2d0b46de", "id": "CVE-2021-45346", "source": { "name": "debian-distro-debian-12", @@ -28725,7 +33811,7 @@ ] }, { - "bom-ref": "urn:uuid:9ba0a08e-e093-4c70-81fe-bec1dde91fec", + "bom-ref": "urn:uuid:62bce646-7364-4df7-83aa-731fb88f9632", "id": "CVE-2022-0563", "source": { "name": "debian-distro-debian-12", @@ -28758,7 +33844,7 @@ ] }, { - "bom-ref": "urn:uuid:b168096d-c441-437f-bcff-f150286e7274", + "bom-ref": "urn:uuid:17e5b2c6-e398-42f7-8da9-60576f6c97be", "id": "CVE-2022-27943", "source": { "name": "debian-distro-debian-12", @@ -28791,7 +33877,7 @@ ] }, { - "bom-ref": "urn:uuid:fd223428-99b1-4ba2-9c7c-0d1114d46a25", + "bom-ref": "urn:uuid:6ca9c51b-dfea-48bd-a659-d4c9b8b6a89f", "id": "CVE-2022-27943", "source": { "name": "debian-distro-debian-12", @@ -28824,7 +33910,7 @@ ] }, { - "bom-ref": "urn:uuid:ead35488-0131-4735-a4fe-30dc616445bb", + "bom-ref": "urn:uuid:43f0e5eb-08cf-4e71-90f1-595250e7152b", "id": "CVE-2022-27943", "source": { "name": "debian-distro-debian-12", @@ -28857,7 +33943,7 @@ ] }, { - "bom-ref": "urn:uuid:189d8a2d-dc29-462f-b1ac-0d6419f6d550", + "bom-ref": "urn:uuid:b6ce6307-7606-4268-a6b9-2aa541aafd2d", "id": "CVE-2023-27043", "source": { "name": "debian-distro-debian-12", @@ -28890,7 +33976,7 @@ ] }, { - "bom-ref": "urn:uuid:a9c76fc4-51cf-4b9c-975f-658fa00cfda3", + "bom-ref": "urn:uuid:a9a4ec8c-da5a-4832-b5a2-6e9413932e3a", "id": "CVE-2023-27043", "source": { "name": "debian-distro-debian-12", @@ -28923,7 +34009,7 @@ ] }, { - "bom-ref": "urn:uuid:b3fff2a9-d9fa-4b40-b53f-385dc7759069", + "bom-ref": "urn:uuid:91f52d99-6c57-4552-94be-09a5a505ad21", "id": "CVE-2023-27043", "source": { "name": "debian-distro-debian-12", @@ -28956,43 +34042,7 @@ ] }, { - "bom-ref": "urn:uuid:55118672-eba4-4ba8-ad18-0b2560088fd5", - "id": "CVE-2023-38898", - "source": { - "name": "nvd-cpe", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-38898" - }, - "references": [ - { - "id": "CVE-2023-38898", - "source": { - "name": "nvd-cpe", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-38898" - } - } - ], - "ratings": [ - { - "score": 5.3, - "severity": "medium", - "method": "CVSSv31", - "vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" - } - ], - "description": "An issue in Python cpython v.3.7 allows an attacker to obtain sensitive information via the _asyncio._swap_current_task component. NOTE: this is disputed by the vendor because (1) neither 3.7 nor any other release is affected (it is a bug in some 3.12 pre-releases); (2) there are no common scenarios in which an adversary can call _asyncio._swap_current_task but does not already have the ability to call arbitrary functions; and (3) there are no common scenarios in which sensitive information, which is not already accessible to an adversary, becomes accessible through this bug.", - "advisories": [ - { - "url": "https://github.com/python/cpython/issues/105987" - } - ], - "affects": [ - { - "ref": "pkg:generic/python@3.11.10?package-id=431c50eb00a546bb" - } - ] - }, - { - "bom-ref": "urn:uuid:ee5c5e19-dea7-4063-930c-3336bcbdbc01", + "bom-ref": "urn:uuid:f463da74-f771-4bac-9d84-bfe49d9e64ec", "id": "CVE-2023-4039", "source": { "name": "debian-distro-debian-12", @@ -29009,7 +34059,7 @@ ], "ratings": [ { - "severity": "medium" + "severity": "none" } ], "description": "**DISPUTED**A failure in the -fstack-protector feature in GCC-based toolchains that target AArch64 allows an attacker to exploit an existing buffer overflow in dynamically-sized local variables in your application without this being detected. This stack-protector failure only applies to C99-style dynamically-sized local variables or those created using alloca(). The stack-protector operates as intended for statically-sized local variables. The default behavior when the stack-protector detects an overflow is to terminate your application, resulting in controlled loss of availability. An attacker who can exploit a buffer overflow without triggering the stack-protector might be able to change program flow control to cause an uncontrolled loss of availability or to go further and affect confidentiality or integrity. NOTE: The GCC project argues that this is a missed hardening bug and not a vulnerability by itself.", @@ -29025,7 +34075,7 @@ ] }, { - "bom-ref": "urn:uuid:162d4555-79cf-4e0b-8d06-36869c65a845", + "bom-ref": "urn:uuid:cfcd5385-b8f2-4357-9015-e612911ab632", "id": "CVE-2023-4039", "source": { "name": "debian-distro-debian-12", @@ -29042,7 +34092,7 @@ ], "ratings": [ { - "severity": "medium" + "severity": "none" } ], "description": "**DISPUTED**A failure in the -fstack-protector feature in GCC-based toolchains that target AArch64 allows an attacker to exploit an existing buffer overflow in dynamically-sized local variables in your application without this being detected. This stack-protector failure only applies to C99-style dynamically-sized local variables or those created using alloca(). The stack-protector operates as intended for statically-sized local variables. The default behavior when the stack-protector detects an overflow is to terminate your application, resulting in controlled loss of availability. An attacker who can exploit a buffer overflow without triggering the stack-protector might be able to change program flow control to cause an uncontrolled loss of availability or to go further and affect confidentiality or integrity. NOTE: The GCC project argues that this is a missed hardening bug and not a vulnerability by itself.", @@ -29058,7 +34108,7 @@ ] }, { - "bom-ref": "urn:uuid:3335f3a6-99d9-426d-96ea-e3578b3c2bcc", + "bom-ref": "urn:uuid:db4ea5eb-cdb1-4fc6-9158-cb1e65eb861b", "id": "CVE-2023-4039", "source": { "name": "debian-distro-debian-12", @@ -29075,7 +34125,7 @@ ], "ratings": [ { - "severity": "medium" + "severity": "none" } ], "description": "**DISPUTED**A failure in the -fstack-protector feature in GCC-based toolchains that target AArch64 allows an attacker to exploit an existing buffer overflow in dynamically-sized local variables in your application without this being detected. This stack-protector failure only applies to C99-style dynamically-sized local variables or those created using alloca(). The stack-protector operates as intended for statically-sized local variables. The default behavior when the stack-protector detects an overflow is to terminate your application, resulting in controlled loss of availability. An attacker who can exploit a buffer overflow without triggering the stack-protector might be able to change program flow control to cause an uncontrolled loss of availability or to go further and affect confidentiality or integrity. NOTE: The GCC project argues that this is a missed hardening bug and not a vulnerability by itself.", @@ -29091,7 +34141,7 @@ ] }, { - "bom-ref": "urn:uuid:0938a1e9-8028-4a87-9c3a-85eca3660910", + "bom-ref": "urn:uuid:92d8e72e-81bf-4123-9655-5e21f2334efd", "id": "CVE-2023-45853", "source": { "name": "debian-distro-debian-12", @@ -29124,7 +34174,7 @@ ] }, { - "bom-ref": "urn:uuid:cd2449da-e042-475f-9f2a-219e83e92d3f", + "bom-ref": "urn:uuid:f0c10b19-8b88-453e-90ef-a6498dd4ff81", "id": "CVE-2023-45918", "source": { "name": "debian-distro-debian-12", @@ -29141,10 +34191,10 @@ ], "ratings": [ { - "severity": "unknown" + "severity": "medium" } ], - "description": "ncurses 6.4-20230610 has a NULL pointer dereference in tgetstr in tinfo/lib_termcap.c.", + "description": "ncurses 6.4-20230610 has a NULL pointer dereference in tgetstr in tinfo/lib_termcap.c. NOTE: Multiple third parties have disputed this indicating upstream does not regard it as a security issue.", "advisories": [ { "url": "https://security-tracker.debian.org/tracker/CVE-2023-45918" @@ -29157,7 +34207,7 @@ ] }, { - "bom-ref": "urn:uuid:23d32e56-1284-4417-a53b-d6ecbb4f3b25", + "bom-ref": "urn:uuid:e179155a-62e6-498c-897b-70cf0c0560d1", "id": "CVE-2023-45918", "source": { "name": "debian-distro-debian-12", @@ -29174,10 +34224,10 @@ ], "ratings": [ { - "severity": "unknown" + "severity": "medium" } ], - "description": "ncurses 6.4-20230610 has a NULL pointer dereference in tgetstr in tinfo/lib_termcap.c.", + "description": "ncurses 6.4-20230610 has a NULL pointer dereference in tgetstr in tinfo/lib_termcap.c. NOTE: Multiple third parties have disputed this indicating upstream does not regard it as a security issue.", "advisories": [ { "url": "https://security-tracker.debian.org/tracker/CVE-2023-45918" @@ -29190,7 +34240,7 @@ ] }, { - "bom-ref": "urn:uuid:a393491b-ac04-446a-bb62-45137d94433f", + "bom-ref": "urn:uuid:c45dbd78-be77-4c02-be83-fc29843a0c7b", "id": "CVE-2023-50495", "source": { "name": "debian-distro-debian-12", @@ -29223,7 +34273,7 @@ ] }, { - "bom-ref": "urn:uuid:5ffde305-3d29-421b-9d8b-7815345dc418", + "bom-ref": "urn:uuid:224b3018-7756-400a-80a5-b0bb9caa0dbd", "id": "CVE-2023-50495", "source": { "name": "debian-distro-debian-12", @@ -29256,7 +34306,7 @@ ] }, { - "bom-ref": "urn:uuid:d6384ad8-0ced-4116-82a7-4e5b97497e38", + "bom-ref": "urn:uuid:ad5458d3-0c52-4efe-a38e-99221c1cfc07", "id": "CVE-2023-52425", "source": { "name": "debian-distro-debian-12", @@ -29289,7 +34339,7 @@ ] }, { - "bom-ref": "urn:uuid:c8426385-303d-451c-b2cd-59310379a37b", + "bom-ref": "urn:uuid:aad780fe-87c2-4b0a-8c3b-f1ca8b12c620", "id": "CVE-2023-52426", "source": { "name": "debian-distro-debian-12", @@ -29322,7 +34372,7 @@ ] }, { - "bom-ref": "urn:uuid:b7cfd1a0-5694-46bb-9c1b-21fe32182783", + "bom-ref": "urn:uuid:699ca60a-8917-42fe-a658-388946df3303", "id": "CVE-2023-7104", "source": { "name": "debian-distro-debian-12", @@ -29355,7 +34405,7 @@ ] }, { - "bom-ref": "urn:uuid:259b616e-36af-42ce-82f2-47eb78d6fb6c", + "bom-ref": "urn:uuid:c2e97119-7d54-4bc2-94f4-c2af8fa2210e", "id": "CVE-2024-26458", "source": { "name": "debian-distro-debian-12", @@ -29372,7 +34422,7 @@ ], "ratings": [ { - "severity": "unknown" + "severity": "none" } ], "description": "Kerberos 5 (aka krb5) 1.21.2 contains a memory leak in /krb5/src/lib/rpc/pmap_rmt.c.", @@ -29388,7 +34438,7 @@ ] }, { - "bom-ref": "urn:uuid:42a5ab69-9f5b-42c8-813e-1c86adfbb636", + "bom-ref": "urn:uuid:39b06587-c00d-4cb0-8e35-f276e1310a7b", "id": "CVE-2024-26458", "source": { "name": "debian-distro-debian-12", @@ -29405,7 +34455,7 @@ ], "ratings": [ { - "severity": "unknown" + "severity": "none" } ], "description": "Kerberos 5 (aka krb5) 1.21.2 contains a memory leak in /krb5/src/lib/rpc/pmap_rmt.c.", @@ -29421,7 +34471,7 @@ ] }, { - "bom-ref": "urn:uuid:f8939eed-1d42-435f-a96c-c67f6c847bb7", + "bom-ref": "urn:uuid:6e03357c-79d7-4a95-b2c1-8940f08614da", "id": "CVE-2024-26458", "source": { "name": "debian-distro-debian-12", @@ -29438,7 +34488,7 @@ ], "ratings": [ { - "severity": "unknown" + "severity": "none" } ], "description": "Kerberos 5 (aka krb5) 1.21.2 contains a memory leak in /krb5/src/lib/rpc/pmap_rmt.c.", @@ -29454,7 +34504,7 @@ ] }, { - "bom-ref": "urn:uuid:89610ebc-70e8-4f8c-b35c-e4de2759d652", + "bom-ref": "urn:uuid:9b7c6895-cfaa-4633-9fd2-82480d02e54c", "id": "CVE-2024-26458", "source": { "name": "debian-distro-debian-12", @@ -29471,7 +34521,7 @@ ], "ratings": [ { - "severity": "unknown" + "severity": "none" } ], "description": "Kerberos 5 (aka krb5) 1.21.2 contains a memory leak in /krb5/src/lib/rpc/pmap_rmt.c.", @@ -29487,7 +34537,7 @@ ] }, { - "bom-ref": "urn:uuid:45d72e67-b1e7-4cea-9792-732f3376d496", + "bom-ref": "urn:uuid:a56b2db3-ccab-4322-83d0-0583701865a4", "id": "CVE-2024-26461", "source": { "name": "debian-distro-debian-12", @@ -29504,7 +34554,7 @@ ], "ratings": [ { - "severity": "high" + "severity": "none" } ], "description": "Kerberos 5 (aka krb5) 1.21.2 contains a memory leak vulnerability in /krb5/src/lib/gssapi/krb5/k5sealv3.c.", @@ -29520,7 +34570,7 @@ ] }, { - "bom-ref": "urn:uuid:d0829e80-dcbf-444e-9f89-ea799cce149f", + "bom-ref": "urn:uuid:53c3d958-46bd-4ae0-990e-2e8b4c1d4685", "id": "CVE-2024-26461", "source": { "name": "debian-distro-debian-12", @@ -29537,7 +34587,7 @@ ], "ratings": [ { - "severity": "high" + "severity": "none" } ], "description": "Kerberos 5 (aka krb5) 1.21.2 contains a memory leak vulnerability in /krb5/src/lib/gssapi/krb5/k5sealv3.c.", @@ -29553,7 +34603,7 @@ ] }, { - "bom-ref": "urn:uuid:718a291f-b0c4-41a4-b6c6-11519bae69a4", + "bom-ref": "urn:uuid:1e562c1f-bae2-4957-97b9-fa9e5482e991", "id": "CVE-2024-26461", "source": { "name": "debian-distro-debian-12", @@ -29570,7 +34620,7 @@ ], "ratings": [ { - "severity": "high" + "severity": "none" } ], "description": "Kerberos 5 (aka krb5) 1.21.2 contains a memory leak vulnerability in /krb5/src/lib/gssapi/krb5/k5sealv3.c.", @@ -29586,7 +34636,7 @@ ] }, { - "bom-ref": "urn:uuid:6772bd3a-25a1-468a-9e59-f7831c2dff11", + "bom-ref": "urn:uuid:d793f0b2-0bf8-4b4e-8483-9afdf9901496", "id": "CVE-2024-26461", "source": { "name": "debian-distro-debian-12", @@ -29603,7 +34653,7 @@ ], "ratings": [ { - "severity": "high" + "severity": "none" } ], "description": "Kerberos 5 (aka krb5) 1.21.2 contains a memory leak vulnerability in /krb5/src/lib/gssapi/krb5/k5sealv3.c.", @@ -29619,7 +34669,7 @@ ] }, { - "bom-ref": "urn:uuid:77344fff-b8fe-4dd4-9193-08694620d5a9", + "bom-ref": "urn:uuid:31e1ed23-0409-4178-9efd-5f552c6d5feb", "id": "CVE-2024-26462", "source": { "name": "debian-distro-debian-12", @@ -29652,7 +34702,7 @@ ] }, { - "bom-ref": "urn:uuid:e6477e5c-0ab3-422d-b607-1dbfcb885b5d", + "bom-ref": "urn:uuid:70a621be-8f79-4f6e-8a15-3aad392015be", "id": "CVE-2024-26462", "source": { "name": "debian-distro-debian-12", @@ -29685,7 +34735,7 @@ ] }, { - "bom-ref": "urn:uuid:236a94c8-fe28-4411-8f1f-a7c53dc28513", + "bom-ref": "urn:uuid:3a01ebc9-88d3-4c6d-b2e5-04ecba2ff81d", "id": "CVE-2024-26462", "source": { "name": "debian-distro-debian-12", @@ -29718,7 +34768,7 @@ ] }, { - "bom-ref": "urn:uuid:d5650bd3-f4d2-4a24-9a9e-3a70d40cacae", + "bom-ref": "urn:uuid:1b0e3551-ee07-42ab-8353-b9f4490e6281", "id": "CVE-2024-26462", "source": { "name": "debian-distro-debian-12", @@ -29751,7 +34801,7 @@ ] }, { - "bom-ref": "urn:uuid:4abc7788-f3ae-448f-b5d0-6f0286f350b2", + "bom-ref": "urn:uuid:d32d4caf-9ed7-44ea-8473-3a970ae7d997", "id": "CVE-2024-28757", "source": { "name": "debian-distro-debian-12", @@ -29784,7 +34834,7 @@ ] }, { - "bom-ref": "urn:uuid:a0ff8d21-ef88-4b8c-ba8b-829c8cd767fc", + "bom-ref": "urn:uuid:937d0ac0-9297-498e-bbbd-35f152341d7b", "id": "CVE-2024-34155", "source": { "name": "nvd-cpe", @@ -29801,7 +34851,10 @@ ], "ratings": [ { - "severity": "unknown" + "score": 4.3, + "severity": "medium", + "method": "CVSSv31", + "vector": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L" } ], "description": "Calling any of the Parse functions on Go source code which contains deeply nested literals can cause a panic due to stack exhaustion.", @@ -29826,7 +34879,7 @@ ] }, { - "bom-ref": "urn:uuid:ede05fea-6bcf-429d-8211-e27637ffeaaf", + "bom-ref": "urn:uuid:9a441643-cb1b-4cf3-a623-0c8a406e4c1c", "id": "CVE-2024-34156", "source": { "name": "nvd-cpe", @@ -29871,7 +34924,7 @@ ] }, { - "bom-ref": "urn:uuid:605dabb3-7011-4e7c-9909-f6e8bde86576", + "bom-ref": "urn:uuid:9070fdab-d15b-4f01-b3fa-ad15eb0711c9", "id": "CVE-2024-34158", "source": { "name": "nvd-cpe", @@ -29916,7 +34969,40 @@ ] }, { - "bom-ref": "urn:uuid:d0399e4e-7782-4bb9-8c3a-2412fec59ebe", + "bom-ref": "urn:uuid:37120e31-1f1c-412f-8301-b16203d5e3d8", + "id": "CVE-2024-50602", + "source": { + "name": "debian-distro-debian-12", + "url": "https://security-tracker.debian.org/tracker/CVE-2024-50602" + }, + "references": [ + { + "id": "CVE-2024-50602", + "source": { + "name": "debian-distro-debian-12", + "url": "https://security-tracker.debian.org/tracker/CVE-2024-50602" + } + } + ], + "ratings": [ + { + "severity": "medium" + } + ], + "description": "An issue was discovered in libexpat before 2.6.4. There is a crash within the XML_ResumeParser function because XML_StopParser can stop/suspend an unstarted parser.", + "advisories": [ + { + "url": "https://security-tracker.debian.org/tracker/CVE-2024-50602" + } + ], + "affects": [ + { + "ref": "pkg:deb/debian/libexpat1@2.5.0-1%2Bdeb12u1?arch=amd64&upstream=expat&distro=debian-12&package-id=8c5efc27111410ac" + } + ] + }, + { + "bom-ref": "urn:uuid:442090fc-297e-4afa-acb5-fdec36a02dce", "id": "CVE-2024-5535", "source": { "name": "debian-distro-debian-12", @@ -29949,7 +35035,7 @@ ] }, { - "bom-ref": "urn:uuid:17db8327-be31-4dd7-b2ea-afecfeba484e", + "bom-ref": "urn:uuid:f8c7c880-a10c-42d4-a9b6-180350952f8f", "id": "CVE-2024-6232", "source": { "name": "debian-distro-debian-12", @@ -29982,7 +35068,7 @@ ] }, { - "bom-ref": "urn:uuid:0c4e4592-4ae5-42c0-8d3a-83bb70adc89f", + "bom-ref": "urn:uuid:7fc4efa7-b056-4fe9-8662-695f49f326f5", "id": "CVE-2024-6232", "source": { "name": "debian-distro-debian-12", @@ -30015,7 +35101,7 @@ ] }, { - "bom-ref": "urn:uuid:65aa612e-5f89-4811-beb5-fe5f4fcf99c7", + "bom-ref": "urn:uuid:a4e55685-71e4-46e4-8dad-4e9da9481d71", "id": "CVE-2024-6232", "source": { "name": "debian-distro-debian-12", @@ -30048,7 +35134,7 @@ ] }, { - "bom-ref": "urn:uuid:309e0e5e-93af-4795-a7f6-c64144f86e1a", + "bom-ref": "urn:uuid:114a457e-20ab-46f9-bf74-25f67bfcbf6f", "id": "CVE-2024-6923", "source": { "name": "debian-distro-debian-12", @@ -30081,7 +35167,7 @@ ] }, { - "bom-ref": "urn:uuid:8a0ed6e2-c768-4a55-8eb9-098d349c5e2d", + "bom-ref": "urn:uuid:00a2a208-e96c-4fa1-bace-252c0c0ed581", "id": "CVE-2024-6923", "source": { "name": "debian-distro-debian-12", @@ -30114,7 +35200,7 @@ ] }, { - "bom-ref": "urn:uuid:264af899-667b-4520-b3b6-a69e0535bfd1", + "bom-ref": "urn:uuid:40438665-d8b2-4088-808f-58369c1bf6e9", "id": "CVE-2024-6923", "source": { "name": "debian-distro-debian-12", @@ -30147,7 +35233,7 @@ ] }, { - "bom-ref": "urn:uuid:364f2405-870d-4865-8275-a4f5f598229a", + "bom-ref": "urn:uuid:20ed66a3-746a-4a5f-8382-8afc0b41b7f6", "id": "CVE-2024-7592", "source": { "name": "debian-distro-debian-12", @@ -30180,7 +35266,7 @@ ] }, { - "bom-ref": "urn:uuid:5218326f-8925-4f77-9b2d-2902cac1cdd5", + "bom-ref": "urn:uuid:24b93f0f-8434-4930-80b6-5e379f9ea8ea", "id": "CVE-2024-7592", "source": { "name": "debian-distro-debian-12", @@ -30213,7 +35299,7 @@ ] }, { - "bom-ref": "urn:uuid:899717cd-2b91-4cb7-9024-04e382ee548b", + "bom-ref": "urn:uuid:38786a44-0983-4e2d-91e6-986f1f3ef770", "id": "CVE-2024-7592", "source": { "name": "debian-distro-debian-12", @@ -30246,112 +35332,229 @@ ] }, { - "bom-ref": "urn:uuid:8586e973-d75a-4387-87df-1e1ac44d2a32", - "id": "GHSA-9wx4-h78v-vm56", + "bom-ref": "urn:uuid:8d64f541-5d33-4b47-81f4-eb21edf0dd70", + "id": "CVE-2024-9143", "source": { - "name": "github-language-python", - "url": "https://github.com/advisories/GHSA-9wx4-h78v-vm56" + "name": "debian-distro-debian-12", + "url": "https://security-tracker.debian.org/tracker/CVE-2024-9143" }, "references": [ { - "id": "GHSA-9wx4-h78v-vm56", + "id": "CVE-2024-9143", "source": { - "name": "github-language-python", - "url": "https://github.com/advisories/GHSA-9wx4-h78v-vm56" + "name": "debian-distro-debian-12", + "url": "https://security-tracker.debian.org/tracker/CVE-2024-9143" } } ], "ratings": [ { - "score": 5.6, - "severity": "medium", - "method": "CVSSv31", - "vector": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:N" + "severity": "unknown" } ], - "description": "Requests `Session` object does not verify requests after making first request with verify=False", + "description": "Issue summary: Use of the low-level GF(2^m) elliptic curve APIs with untrusted explicit values for the field polynomial can lead to out-of-bounds memory reads or writes. Impact summary: Out of bound memory writes can lead to an application crash or even a possibility of a remote code execution, however, in all the protocols involving Elliptic Curve Cryptography that we're aware of, either only \"named curves\" are supported, or, if explicit curve parameters are supported, they specify an X9.62 encoding of binary (GF(2^m)) curves that can't represent problematic input values. Thus the likelihood of existence of a vulnerable application is low. In particular, the X9.62 encoding is used for ECC keys in X.509 certificates, so problematic inputs cannot occur in the context of processing X.509 certificates. Any problematic use-cases would have to be using an \"exotic\" curve encoding. The affected APIs include: EC_GROUP_new_curve_GF2m(), EC_GROUP_new_from_params(), and various supporting BN_GF2m_*() functions. Applications working with \"exotic\" explicit binary (GF(2^m)) curve parameters, that make it possible to represent invalid field polynomials with a zero constant term, via the above or similar APIs, may terminate abruptly as a result of reading or writing outside of array bounds. Remote code execution cannot easily be ruled out. The FIPS modules in 3.3, 3.2, 3.1 and 3.0 are not affected by this issue.", "advisories": [ { - "url": "https://github.com/advisories/GHSA-9wx4-h78v-vm56" + "url": "https://security-tracker.debian.org/tracker/CVE-2024-9143" } ], "affects": [ { - "ref": "pkg:pypi/requests@2.31.0?package-id=4c2f455bc9f27f0d" + "ref": "pkg:deb/debian/libssl3@3.0.14-1~deb12u2?arch=amd64&upstream=openssl&distro=debian-12&package-id=8507d2a12f451902" } ] }, { - "bom-ref": "urn:uuid:d219b019-4c19-4588-b7d0-b7de1c8d0f4e", - "id": "GHSA-h4gh-qq45-vh27", + "bom-ref": "urn:uuid:8185db2e-fa66-45b3-b2ed-cec00323fa3e", + "id": "CVE-2024-9287", "source": { - "name": "github-language-python", - "url": "https://github.com/advisories/GHSA-h4gh-qq45-vh27" + "name": "debian-distro-debian-12", + "url": "https://security-tracker.debian.org/tracker/CVE-2024-9287" }, "references": [ { - "id": "GHSA-h4gh-qq45-vh27", + "id": "CVE-2024-9287", "source": { - "name": "github-language-python", - "url": "https://github.com/advisories/GHSA-h4gh-qq45-vh27" + "name": "debian-distro-debian-12", + "url": "https://security-tracker.debian.org/tracker/CVE-2024-9287" } } ], "ratings": [ { - "severity": "medium" + "severity": "unknown" + } + ], + "description": "A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \"activation\" scripts (ie \"source venv/bin/activate\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren't activated before being used (ie \"./venv/bin/python\") are not affected.", + "advisories": [ + { + "url": "https://security-tracker.debian.org/tracker/CVE-2024-9287" + } + ], + "affects": [ + { + "ref": "pkg:deb/debian/libpython3.11-minimal@3.11.2-6%2Bdeb12u3?arch=amd64&upstream=python3.11&distro=debian-12&package-id=9230ff58588ab59d" + } + ] + }, + { + "bom-ref": "urn:uuid:86b3c438-4e91-48de-83a4-acc1c171b0f1", + "id": "CVE-2024-9287", + "source": { + "name": "debian-distro-debian-12", + "url": "https://security-tracker.debian.org/tracker/CVE-2024-9287" + }, + "references": [ + { + "id": "CVE-2024-9287", + "source": { + "name": "debian-distro-debian-12", + "url": "https://security-tracker.debian.org/tracker/CVE-2024-9287" + } + } + ], + "ratings": [ + { + "severity": "unknown" + } + ], + "description": "A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \"activation\" scripts (ie \"source venv/bin/activate\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren't activated before being used (ie \"./venv/bin/python\") are not affected.", + "advisories": [ + { + "url": "https://security-tracker.debian.org/tracker/CVE-2024-9287" + } + ], + "affects": [ + { + "ref": "pkg:deb/debian/libpython3.11-stdlib@3.11.2-6%2Bdeb12u3?arch=amd64&upstream=python3.11&distro=debian-12&package-id=186ddf9fa473cc3b" + } + ] + }, + { + "bom-ref": "urn:uuid:2dd5320d-d414-47de-9e46-0cf66ac75167", + "id": "CVE-2024-9287", + "source": { + "name": "nvd-cpe", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-9287" + }, + "references": [ + { + "id": "CVE-2024-9287", + "source": { + "name": "nvd-cpe", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-9287" + } + } + ], + "ratings": [ + { + "severity": "unknown" + } + ], + "description": "A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \"activation\" scripts (ie \"source venv/bin/activate\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren't activated before being used (ie \"./venv/bin/python\") are not affected.", + "advisories": [ + { + "url": "https://github.com/python/cpython/commit/633555735a023d3e4d92ba31da35b1205f9ecbd7" + }, + { + "url": "https://github.com/python/cpython/commit/8450b2482586857d689b6658f08de9c8179af7db" + }, + { + "url": "https://github.com/python/cpython/commit/9286ab3a107ea41bd3f3c3682ce2512692bdded8" + }, + { + "url": "https://github.com/python/cpython/commit/ae961ae94bf19c8f8c7fbea3d1c25cc55ce8ae97" + }, + { + "url": "https://github.com/python/cpython/commit/e52095a0c1005a87eed2276af7a1f2f66e2b6483" + }, + { + "url": "https://github.com/python/cpython/issues/124651" + }, + { + "url": "https://github.com/python/cpython/pull/124712" + }, + { + "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/" + } + ], + "affects": [ + { + "ref": "pkg:generic/python@3.12.7?package-id=41e3f7fc8c7f9c79" + } + ] + }, + { + "bom-ref": "urn:uuid:e7ee4297-83fc-46e4-8474-4d8b3bab31a3", + "id": "CVE-2024-9287", + "source": { + "name": "debian-distro-debian-12", + "url": "https://security-tracker.debian.org/tracker/CVE-2024-9287" + }, + "references": [ + { + "id": "CVE-2024-9287", + "source": { + "name": "debian-distro-debian-12", + "url": "https://security-tracker.debian.org/tracker/CVE-2024-9287" + } + } + ], + "ratings": [ + { + "severity": "unknown" } ], - "description": "pyca/cryptography has a vulnerable OpenSSL included in cryptography wheels", + "description": "A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \"activation\" scripts (ie \"source venv/bin/activate\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren't activated before being used (ie \"./venv/bin/python\") are not affected.", "advisories": [ { - "url": "https://github.com/advisories/GHSA-h4gh-qq45-vh27" + "url": "https://security-tracker.debian.org/tracker/CVE-2024-9287" } ], "affects": [ { - "ref": "pkg:pypi/cryptography@43.0.0?package-id=421baa05e84a195d" + "ref": "pkg:deb/debian/python3.11-minimal@3.11.2-6%2Bdeb12u3?arch=amd64&upstream=python3.11&distro=debian-12&package-id=e6bb6083f238fe33" } ] }, { - "bom-ref": "urn:uuid:2c79f948-a6d8-4c12-ab72-83c3459b91c7", - "id": "GHSA-jpxc-vmjf-9fcj", + "bom-ref": "urn:uuid:3c936104-451a-4e2a-8d36-1b9ba04ec87a", + "id": "GHSA-9wx4-h78v-vm56", "source": { "name": "github-language-python", - "url": "https://github.com/advisories/GHSA-jpxc-vmjf-9fcj" + "url": "https://github.com/advisories/GHSA-9wx4-h78v-vm56" }, "references": [ { - "id": "GHSA-jpxc-vmjf-9fcj", + "id": "GHSA-9wx4-h78v-vm56", "source": { "name": "github-language-python", - "url": "https://github.com/advisories/GHSA-jpxc-vmjf-9fcj" + "url": "https://github.com/advisories/GHSA-9wx4-h78v-vm56" } } ], "ratings": [ { - "score": 5.5, + "score": 5.6, "severity": "medium", "method": "CVSSv31", - "vector": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" + "vector": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:N" } ], - "description": "Ansible vulnerable to Insertion of Sensitive Information into Log File", + "description": "Requests `Session` object does not verify requests after making first request with verify=False", "advisories": [ { - "url": "https://github.com/advisories/GHSA-jpxc-vmjf-9fcj" + "url": "https://github.com/advisories/GHSA-9wx4-h78v-vm56" } ], "affects": [ { - "ref": "pkg:pypi/ansible-core@2.15.12?package-id=d135d2dbc5855499" + "ref": "pkg:pypi/requests@2.31.0?package-id=dfb10e6816ef4608" } ] }, { - "bom-ref": "urn:uuid:e4bdf4a6-6be3-44ae-879f-5614aceed2a8", + "bom-ref": "urn:uuid:704d7b7e-44e2-4040-86d4-fc466bad825a", "id": "GHSA-v23v-6jw2-98fq", "source": { "name": "github-language-go", diff --git a/sboms/docker.io_vectorim_ess-core-updater-conversion-webhook:2.20.2.json b/sboms/docker.io_vectorim_ess-core-updater-conversion-webhook:2.21.1.json similarity index 94% rename from sboms/docker.io_vectorim_ess-core-updater-conversion-webhook:2.20.2.json rename to sboms/docker.io_vectorim_ess-core-updater-conversion-webhook:2.21.1.json index 75ce73c..c6bf973 100644 --- a/sboms/docker.io_vectorim_ess-core-updater-conversion-webhook:2.20.2.json +++ b/sboms/docker.io_vectorim_ess-core-updater-conversion-webhook:2.21.1.json @@ -2,10 +2,10 @@ "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json", "bomFormat": "CycloneDX", "specVersion": "1.6", - "serialNumber": "urn:uuid:bcfd8ed1-6084-484e-9bcf-eeee20a6fa09", + "serialNumber": "urn:uuid:fa558b15-08f4-47e3-b363-585a491f8d2c", "version": 1, "metadata": { - "timestamp": "2024-10-15T16:35:01Z", + "timestamp": "2024-11-06T12:43:31Z", "tools": { "components": [ { @@ -17,10 +17,10 @@ ] }, "component": { - "bom-ref": "b8c7f24efeda0ca3", + "bom-ref": "880c2936aa9a48a2", "type": "container", - "name": "docker.io/vectorim/ess-core-updater-conversion-webhook:2.20.2@sha256:10ebb92a575b9d46395bc5a27b11bebef5ade6451093ffe8ea8260d0271c5c05", - "version": "sha256:10ebb92a575b9d46395bc5a27b11bebef5ade6451093ffe8ea8260d0271c5c05" + "name": "docker.io/vectorim/ess-core-updater-conversion-webhook:2.21.1@sha256:37fb05ce969ac2954bf70458ae627707c4915a0d7ead5d4438e4b6606c12d768", + "version": "sha256:37fb05ce969ac2954bf70458ae627707c4915a0d7ead5d4438e4b6606c12d768" }, "properties": [ { @@ -133,7 +133,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:2db2ffc1598aca94873caccad3bf457a2de26bc9d8b4553a6e711785f7f8e95d" + "value": "sha256:dda451b1305fc15c014cf3db160add3b27d9e59adff3c290746c5bd302039b31" }, { "name": "syft:location:0:path", @@ -182,7 +182,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:2db2ffc1598aca94873caccad3bf457a2de26bc9d8b4553a6e711785f7f8e95d" + "value": "sha256:dda451b1305fc15c014cf3db160add3b27d9e59adff3c290746c5bd302039b31" }, { "name": "syft:location:0:path", @@ -236,7 +236,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:2db2ffc1598aca94873caccad3bf457a2de26bc9d8b4553a6e711785f7f8e95d" + "value": "sha256:dda451b1305fc15c014cf3db160add3b27d9e59adff3c290746c5bd302039b31" }, { "name": "syft:location:0:path", @@ -294,7 +294,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:2db2ffc1598aca94873caccad3bf457a2de26bc9d8b4553a6e711785f7f8e95d" + "value": "sha256:dda451b1305fc15c014cf3db160add3b27d9e59adff3c290746c5bd302039b31" }, { "name": "syft:location:0:path", @@ -356,7 +356,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:2db2ffc1598aca94873caccad3bf457a2de26bc9d8b4553a6e711785f7f8e95d" + "value": "sha256:dda451b1305fc15c014cf3db160add3b27d9e59adff3c290746c5bd302039b31" }, { "name": "syft:location:0:path", @@ -418,7 +418,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:2db2ffc1598aca94873caccad3bf457a2de26bc9d8b4553a6e711785f7f8e95d" + "value": "sha256:dda451b1305fc15c014cf3db160add3b27d9e59adff3c290746c5bd302039b31" }, { "name": "syft:location:0:path", @@ -480,7 +480,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:2db2ffc1598aca94873caccad3bf457a2de26bc9d8b4553a6e711785f7f8e95d" + "value": "sha256:dda451b1305fc15c014cf3db160add3b27d9e59adff3c290746c5bd302039b31" }, { "name": "syft:location:0:path", @@ -542,7 +542,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:2db2ffc1598aca94873caccad3bf457a2de26bc9d8b4553a6e711785f7f8e95d" + "value": "sha256:dda451b1305fc15c014cf3db160add3b27d9e59adff3c290746c5bd302039b31" }, { "name": "syft:location:0:path", @@ -596,7 +596,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:2db2ffc1598aca94873caccad3bf457a2de26bc9d8b4553a6e711785f7f8e95d" + "value": "sha256:dda451b1305fc15c014cf3db160add3b27d9e59adff3c290746c5bd302039b31" }, { "name": "syft:location:0:path", @@ -650,7 +650,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:2db2ffc1598aca94873caccad3bf457a2de26bc9d8b4553a6e711785f7f8e95d" + "value": "sha256:dda451b1305fc15c014cf3db160add3b27d9e59adff3c290746c5bd302039b31" }, { "name": "syft:location:0:path", @@ -708,7 +708,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:2db2ffc1598aca94873caccad3bf457a2de26bc9d8b4553a6e711785f7f8e95d" + "value": "sha256:dda451b1305fc15c014cf3db160add3b27d9e59adff3c290746c5bd302039b31" }, { "name": "syft:location:0:path", @@ -766,7 +766,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:2db2ffc1598aca94873caccad3bf457a2de26bc9d8b4553a6e711785f7f8e95d" + "value": "sha256:dda451b1305fc15c014cf3db160add3b27d9e59adff3c290746c5bd302039b31" }, { "name": "syft:location:0:path", @@ -820,7 +820,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:2db2ffc1598aca94873caccad3bf457a2de26bc9d8b4553a6e711785f7f8e95d" + "value": "sha256:dda451b1305fc15c014cf3db160add3b27d9e59adff3c290746c5bd302039b31" }, { "name": "syft:location:0:path", @@ -874,7 +874,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:2db2ffc1598aca94873caccad3bf457a2de26bc9d8b4553a6e711785f7f8e95d" + "value": "sha256:dda451b1305fc15c014cf3db160add3b27d9e59adff3c290746c5bd302039b31" }, { "name": "syft:location:0:path", @@ -928,7 +928,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:2db2ffc1598aca94873caccad3bf457a2de26bc9d8b4553a6e711785f7f8e95d" + "value": "sha256:dda451b1305fc15c014cf3db160add3b27d9e59adff3c290746c5bd302039b31" }, { "name": "syft:location:0:path", @@ -990,7 +990,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:2db2ffc1598aca94873caccad3bf457a2de26bc9d8b4553a6e711785f7f8e95d" + "value": "sha256:dda451b1305fc15c014cf3db160add3b27d9e59adff3c290746c5bd302039b31" }, { "name": "syft:location:0:path", @@ -1044,7 +1044,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:2db2ffc1598aca94873caccad3bf457a2de26bc9d8b4553a6e711785f7f8e95d" + "value": "sha256:dda451b1305fc15c014cf3db160add3b27d9e59adff3c290746c5bd302039b31" }, { "name": "syft:location:0:path", @@ -1106,7 +1106,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:2db2ffc1598aca94873caccad3bf457a2de26bc9d8b4553a6e711785f7f8e95d" + "value": "sha256:dda451b1305fc15c014cf3db160add3b27d9e59adff3c290746c5bd302039b31" }, { "name": "syft:location:0:path", @@ -1168,7 +1168,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:2db2ffc1598aca94873caccad3bf457a2de26bc9d8b4553a6e711785f7f8e95d" + "value": "sha256:dda451b1305fc15c014cf3db160add3b27d9e59adff3c290746c5bd302039b31" }, { "name": "syft:location:0:path", @@ -1222,7 +1222,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:2db2ffc1598aca94873caccad3bf457a2de26bc9d8b4553a6e711785f7f8e95d" + "value": "sha256:dda451b1305fc15c014cf3db160add3b27d9e59adff3c290746c5bd302039b31" }, { "name": "syft:location:0:path", @@ -1276,7 +1276,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:2db2ffc1598aca94873caccad3bf457a2de26bc9d8b4553a6e711785f7f8e95d" + "value": "sha256:dda451b1305fc15c014cf3db160add3b27d9e59adff3c290746c5bd302039b31" }, { "name": "syft:location:0:path", @@ -1330,7 +1330,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:2db2ffc1598aca94873caccad3bf457a2de26bc9d8b4553a6e711785f7f8e95d" + "value": "sha256:dda451b1305fc15c014cf3db160add3b27d9e59adff3c290746c5bd302039b31" }, { "name": "syft:location:0:path", @@ -1384,7 +1384,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:2db2ffc1598aca94873caccad3bf457a2de26bc9d8b4553a6e711785f7f8e95d" + "value": "sha256:dda451b1305fc15c014cf3db160add3b27d9e59adff3c290746c5bd302039b31" }, { "name": "syft:location:0:path", @@ -1438,7 +1438,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:2db2ffc1598aca94873caccad3bf457a2de26bc9d8b4553a6e711785f7f8e95d" + "value": "sha256:dda451b1305fc15c014cf3db160add3b27d9e59adff3c290746c5bd302039b31" }, { "name": "syft:location:0:path", @@ -1492,7 +1492,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:2db2ffc1598aca94873caccad3bf457a2de26bc9d8b4553a6e711785f7f8e95d" + "value": "sha256:dda451b1305fc15c014cf3db160add3b27d9e59adff3c290746c5bd302039b31" }, { "name": "syft:location:0:path", @@ -1546,7 +1546,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:2db2ffc1598aca94873caccad3bf457a2de26bc9d8b4553a6e711785f7f8e95d" + "value": "sha256:dda451b1305fc15c014cf3db160add3b27d9e59adff3c290746c5bd302039b31" }, { "name": "syft:location:0:path", @@ -1600,7 +1600,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:2db2ffc1598aca94873caccad3bf457a2de26bc9d8b4553a6e711785f7f8e95d" + "value": "sha256:dda451b1305fc15c014cf3db160add3b27d9e59adff3c290746c5bd302039b31" }, { "name": "syft:location:0:path", @@ -1654,7 +1654,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:2db2ffc1598aca94873caccad3bf457a2de26bc9d8b4553a6e711785f7f8e95d" + "value": "sha256:dda451b1305fc15c014cf3db160add3b27d9e59adff3c290746c5bd302039b31" }, { "name": "syft:location:0:path", @@ -1708,7 +1708,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:2db2ffc1598aca94873caccad3bf457a2de26bc9d8b4553a6e711785f7f8e95d" + "value": "sha256:dda451b1305fc15c014cf3db160add3b27d9e59adff3c290746c5bd302039b31" }, { "name": "syft:location:0:path", @@ -1761,7 +1761,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:2db2ffc1598aca94873caccad3bf457a2de26bc9d8b4553a6e711785f7f8e95d" + "value": "sha256:dda451b1305fc15c014cf3db160add3b27d9e59adff3c290746c5bd302039b31" }, { "name": "syft:location:0:path", @@ -1814,7 +1814,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:2db2ffc1598aca94873caccad3bf457a2de26bc9d8b4553a6e711785f7f8e95d" + "value": "sha256:dda451b1305fc15c014cf3db160add3b27d9e59adff3c290746c5bd302039b31" }, { "name": "syft:location:0:path", @@ -1868,7 +1868,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:2db2ffc1598aca94873caccad3bf457a2de26bc9d8b4553a6e711785f7f8e95d" + "value": "sha256:dda451b1305fc15c014cf3db160add3b27d9e59adff3c290746c5bd302039b31" }, { "name": "syft:location:0:path", @@ -1921,7 +1921,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:2db2ffc1598aca94873caccad3bf457a2de26bc9d8b4553a6e711785f7f8e95d" + "value": "sha256:dda451b1305fc15c014cf3db160add3b27d9e59adff3c290746c5bd302039b31" }, { "name": "syft:location:0:path", @@ -1974,7 +1974,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:2db2ffc1598aca94873caccad3bf457a2de26bc9d8b4553a6e711785f7f8e95d" + "value": "sha256:dda451b1305fc15c014cf3db160add3b27d9e59adff3c290746c5bd302039b31" }, { "name": "syft:location:0:path", @@ -2027,7 +2027,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:2db2ffc1598aca94873caccad3bf457a2de26bc9d8b4553a6e711785f7f8e95d" + "value": "sha256:dda451b1305fc15c014cf3db160add3b27d9e59adff3c290746c5bd302039b31" }, { "name": "syft:location:0:path", @@ -2080,7 +2080,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:2db2ffc1598aca94873caccad3bf457a2de26bc9d8b4553a6e711785f7f8e95d" + "value": "sha256:dda451b1305fc15c014cf3db160add3b27d9e59adff3c290746c5bd302039b31" }, { "name": "syft:location:0:path", @@ -2133,7 +2133,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:2db2ffc1598aca94873caccad3bf457a2de26bc9d8b4553a6e711785f7f8e95d" + "value": "sha256:dda451b1305fc15c014cf3db160add3b27d9e59adff3c290746c5bd302039b31" }, { "name": "syft:location:0:path", @@ -2187,7 +2187,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:2db2ffc1598aca94873caccad3bf457a2de26bc9d8b4553a6e711785f7f8e95d" + "value": "sha256:dda451b1305fc15c014cf3db160add3b27d9e59adff3c290746c5bd302039b31" }, { "name": "syft:location:0:path", @@ -2240,7 +2240,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:2db2ffc1598aca94873caccad3bf457a2de26bc9d8b4553a6e711785f7f8e95d" + "value": "sha256:dda451b1305fc15c014cf3db160add3b27d9e59adff3c290746c5bd302039b31" }, { "name": "syft:location:0:path", @@ -2293,7 +2293,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:2db2ffc1598aca94873caccad3bf457a2de26bc9d8b4553a6e711785f7f8e95d" + "value": "sha256:dda451b1305fc15c014cf3db160add3b27d9e59adff3c290746c5bd302039b31" }, { "name": "syft:location:0:path", @@ -2404,7 +2404,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:2db2ffc1598aca94873caccad3bf457a2de26bc9d8b4553a6e711785f7f8e95d" + "value": "sha256:dda451b1305fc15c014cf3db160add3b27d9e59adff3c290746c5bd302039b31" }, { "name": "syft:location:0:path", @@ -2474,7 +2474,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:2db2ffc1598aca94873caccad3bf457a2de26bc9d8b4553a6e711785f7f8e95d" + "value": "sha256:dda451b1305fc15c014cf3db160add3b27d9e59adff3c290746c5bd302039b31" }, { "name": "syft:location:0:path", @@ -2527,7 +2527,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:2db2ffc1598aca94873caccad3bf457a2de26bc9d8b4553a6e711785f7f8e95d" + "value": "sha256:dda451b1305fc15c014cf3db160add3b27d9e59adff3c290746c5bd302039b31" }, { "name": "syft:location:0:path", @@ -2584,7 +2584,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:2db2ffc1598aca94873caccad3bf457a2de26bc9d8b4553a6e711785f7f8e95d" + "value": "sha256:dda451b1305fc15c014cf3db160add3b27d9e59adff3c290746c5bd302039b31" }, { "name": "syft:location:0:path", @@ -2748,7 +2748,7 @@ ], "vulnerabilities": [ { - "bom-ref": "urn:uuid:ec281381-c2fe-46fa-8548-cd6176b54710", + "bom-ref": "urn:uuid:2da885d8-9f19-4ca6-97ed-af18746e8561", "id": "CVE-2024-34155", "source": { "name": "nvd-cpe", @@ -2765,7 +2765,10 @@ ], "ratings": [ { - "severity": "unknown" + "score": 4.3, + "severity": "medium", + "method": "CVSSv31", + "vector": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L" } ], "description": "Calling any of the Parse functions on Go source code which contains deeply nested literals can cause a panic due to stack exhaustion.", @@ -2790,7 +2793,7 @@ ] }, { - "bom-ref": "urn:uuid:7c950110-20e0-4f8f-82f5-ecc806706dee", + "bom-ref": "urn:uuid:ea3432ac-5f25-4ce7-bf6f-c9305425a9d8", "id": "CVE-2024-34156", "source": { "name": "nvd-cpe", @@ -2835,7 +2838,7 @@ ] }, { - "bom-ref": "urn:uuid:b5e904c3-8210-489b-a21a-d3369622ea26", + "bom-ref": "urn:uuid:36791519-a930-4688-bd97-7c8d7ab79923", "id": "CVE-2024-34158", "source": { "name": "nvd-cpe", diff --git a/sboms/docker.io_vectorim_ess-core-operator:2.20.2.json b/sboms/docker.io_vectorim_ess-core-updater:2.21.1.json similarity index 75% rename from sboms/docker.io_vectorim_ess-core-operator:2.20.2.json rename to sboms/docker.io_vectorim_ess-core-updater:2.21.1.json index f3674f1..18ab0d9 100644 --- a/sboms/docker.io_vectorim_ess-core-operator:2.20.2.json +++ b/sboms/docker.io_vectorim_ess-core-updater:2.21.1.json @@ -2,10 +2,10 @@ "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json", "bomFormat": "CycloneDX", "specVersion": "1.6", - "serialNumber": "urn:uuid:b98b1dfb-5abd-4f6a-b5f1-67863b640ce0", + "serialNumber": "urn:uuid:8cca6204-3999-417c-b4f3-8a9595835d19", "version": 1, "metadata": { - "timestamp": "2024-10-15T16:34:39Z", + "timestamp": "2024-11-06T12:43:12Z", "tools": { "components": [ { @@ -17,10 +17,10 @@ ] }, "component": { - "bom-ref": "a5ef653c68d72f2b", + "bom-ref": "872487e1dadc36a9", "type": "container", - "name": "docker.io/vectorim/ess-core-operator:2.20.2@sha256:e68ee64b201876b215c4039c3bae162dbbf2283ccd17cf79aeb912714e75eebb", - "version": "sha256:e68ee64b201876b215c4039c3bae162dbbf2283ccd17cf79aeb912714e75eebb" + "name": "docker.io/vectorim/ess-core-updater:2.21.1@sha256:6be01228f2790e719d4a6a29d0beefd8847100272cd157a8ffbfb7cb6255ecc2", + "version": "sha256:6be01228f2790e719d4a6a29d0beefd8847100272cd157a8ffbfb7cb6255ecc2" }, "properties": [ { @@ -31,7 +31,7 @@ }, "components": [ { - "bom-ref": "pkg:pypi/jinja2@3.1.4?package-id=e3de4c2aa4beff4f", + "bom-ref": "pkg:pypi/jinja2@3.1.4?package-id=a9545e237bb21ff6", "type": "library", "name": "Jinja2", "version": "3.1.4", @@ -100,24 +100,24 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/jinja2-3.1.4.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/jinja2-3.1.4.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/jinja2-3.1.4.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/jinja2-3.1.4.dist-info/RECORD" } ] }, { - "bom-ref": "pkg:pypi/markupsafe@2.1.5?package-id=d64198a4686ff4ea", + "bom-ref": "pkg:pypi/markupsafe@2.1.5?package-id=581105c9fcbf9728", "type": "library", "name": "MarkupSafe", "version": "2.1.5", @@ -193,32 +193,32 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/MarkupSafe-2.1.5.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/MarkupSafe-2.1.5.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/MarkupSafe-2.1.5.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/MarkupSafe-2.1.5.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/MarkupSafe-2.1.5.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/MarkupSafe-2.1.5.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/pynacl@1.5.0?package-id=22bda88b1ddbd25b", + "bom-ref": "pkg:pypi/pynacl@1.5.0?package-id=e20c429f6d60cbfa", "type": "library", "author": "The PyNaCl developers ", "name": "PyNaCl", @@ -379,36 +379,36 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/PyNaCl-1.5.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/PyNaCl-1.5.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/PyNaCl-1.5.0.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/PyNaCl-1.5.0.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/PyNaCl-1.5.0.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/PyNaCl-1.5.0.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/pyyaml@6.0.1?package-id=a3c427c301c61408", + "bom-ref": "pkg:pypi/pyyaml@6.0.2?package-id=67a1c4f426d92020", "type": "library", "author": "Kirill Simonov ", "name": "PyYAML", - "version": "6.0.1", + "version": "6.0.2", "licenses": [ { "license": { @@ -416,8 +416,8 @@ } } ], - "cpe": "cpe:2.3:a:kirill_simonov_project:python-PyYAML:6.0.1:*:*:*:*:*:*:*", - "purl": "pkg:pypi/PyYAML@6.0.1", + "cpe": "cpe:2.3:a:kirill_simonov_project:python-PyYAML:6.0.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/PyYAML@6.0.2", "properties": [ { "name": "syft:package:foundBy", @@ -437,148 +437,148 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:kirill_simonov_project:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:kirill_simonov_project:python_PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:kirill_simonovproject:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:kirill_simonovproject:python-PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:kirill_simonovproject:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:kirill_simonovproject:python_PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:kirill_simonov_project:PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:kirill_simonov_project:PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:kirill_simonov:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:kirill_simonov:python-PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:kirill_simonov:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:kirill_simonov:python_PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:kirill_simonovproject:PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:kirill_simonovproject:PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-PyYAML:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-PyYAML:python-PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-PyYAML:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-PyYAML:python_PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_PyYAML:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_PyYAML:python-PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_PyYAML:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_PyYAML:python_PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:xi_project:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:xi_project:python-PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:xi_project:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:xi_project:python_PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:xiproject:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:xiproject:python-PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:xiproject:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:xiproject:python_PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:kirill_simonov:PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:kirill_simonov:PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:PyYAML:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:PyYAML:python-PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:PyYAML:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:PyYAML:python_PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-PyYAML:PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-PyYAML:PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_PyYAML:PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_PyYAML:PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:xi_project:PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:xi_project:PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:xi:python-PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:xi:python-PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:xi:python_PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:xi:python_PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:xiproject:PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:xiproject:PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:PyYAML:PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:PyYAML:PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:xi:PyYAML:6.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:xi:PyYAML:6.0.2:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/PyYAML-6.0.1.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/PyYAML-6.0.2.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/PyYAML-6.0.1.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/PyYAML-6.0.2.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/PyYAML-6.0.1.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/PyYAML-6.0.2.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/pygments@2.18.0?package-id=c97b36c7bad03351", + "bom-ref": "pkg:pypi/pygments@2.18.0?package-id=2f1269883bd59992", "type": "library", "author": "Georg Brandl ", "name": "Pygments", @@ -703,24 +703,24 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/pygments-2.18.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/pygments-2.18.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/pygments-2.18.0.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/pygments-2.18.0.dist-info/RECORD" } ] }, { - "bom-ref": "pkg:nuget/Simple%20Launcher@1.1.0.14?package-id=1658c39e675c49b9", + "bom-ref": "pkg:nuget/Simple%20Launcher@1.1.0.14?package-id=9b9f42d6482d6f7d", "type": "library", "name": "Simple Launcher", "version": "1.1.0.14", @@ -745,16 +745,16 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/pip/_vendor/distlib/t32.exe" + "value": "/usr/local/lib/python3.12/site-packages/pip/_vendor/distlib/t32.exe" } ] }, { - "bom-ref": "pkg:nuget/Simple%20Launcher@1.1.0.14?package-id=000d310d129592c4", + "bom-ref": "pkg:nuget/Simple%20Launcher@1.1.0.14?package-id=6bf410ce860a5de9", "type": "library", "name": "Simple Launcher", "version": "1.1.0.14", @@ -779,16 +779,16 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/pip/_vendor/distlib/t64-arm.exe" + "value": "/usr/local/lib/python3.12/site-packages/pip/_vendor/distlib/t64-arm.exe" } ] }, { - "bom-ref": "pkg:nuget/Simple%20Launcher@1.1.0.14?package-id=022b022756238702", + "bom-ref": "pkg:nuget/Simple%20Launcher@1.1.0.14?package-id=664d8747c3cc6976", "type": "library", "name": "Simple Launcher", "version": "1.1.0.14", @@ -813,16 +813,16 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/pip/_vendor/distlib/t64.exe" + "value": "/usr/local/lib/python3.12/site-packages/pip/_vendor/distlib/t64.exe" } ] }, { - "bom-ref": "pkg:nuget/Simple%20Launcher@1.1.0.14?package-id=50b1ed19888df43a", + "bom-ref": "pkg:nuget/Simple%20Launcher@1.1.0.14?package-id=4c6b20f9c0fcc33d", "type": "library", "name": "Simple Launcher", "version": "1.1.0.14", @@ -847,16 +847,16 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/pip/_vendor/distlib/w32.exe" + "value": "/usr/local/lib/python3.12/site-packages/pip/_vendor/distlib/w32.exe" } ] }, { - "bom-ref": "pkg:nuget/Simple%20Launcher@1.1.0.14?package-id=26c1f0f6084ccf06", + "bom-ref": "pkg:nuget/Simple%20Launcher@1.1.0.14?package-id=bfffabb1690c94cf", "type": "library", "name": "Simple Launcher", "version": "1.1.0.14", @@ -881,16 +881,16 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/pip/_vendor/distlib/w64-arm.exe" + "value": "/usr/local/lib/python3.12/site-packages/pip/_vendor/distlib/w64-arm.exe" } ] }, { - "bom-ref": "pkg:nuget/Simple%20Launcher@1.1.0.14?package-id=28cf50980a74ba8c", + "bom-ref": "pkg:nuget/Simple%20Launcher@1.1.0.14?package-id=a91d1e3e16b9a033", "type": "library", "name": "Simple Launcher", "version": "1.1.0.14", @@ -915,29 +915,29 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/pip/_vendor/distlib/w64.exe" + "value": "/usr/local/lib/python3.12/site-packages/pip/_vendor/distlib/w64.exe" } ] }, { - "bom-ref": "pkg:pypi/ansible-core@2.15.12?package-id=d135d2dbc5855499", + "bom-ref": "pkg:pypi/aiohappyeyeballs@2.4.3?package-id=cfc0ae2b13fbe7da", "type": "library", - "author": "Ansible, Inc. ", - "name": "ansible-core", - "version": "2.15.12", + "author": "J. Nick Koston ", + "name": "aiohappyeyeballs", + "version": "2.4.3", "licenses": [ { "license": { - "name": "GPLv3+" + "id": "PSF-2.0" } } ], - "cpe": "cpe:2.3:a:ansible\\,_inc__project:python-ansible-core:2.15.12:*:*:*:*:*:*:*", - "purl": "pkg:pypi/ansible-core@2.15.12", + "cpe": "cpe:2.3:a:python-aiohappyeyeballs:python-aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*", + "purl": "pkg:pypi/aiohappyeyeballs@2.4.3", "properties": [ { "name": "syft:package:foundBy", @@ -957,265 +957,253 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible\\,_inc__project:python_ansible_core:2.15.12:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible\\,_inc_project:python-ansible-core:2.15.12:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible\\,_inc_project:python_ansible_core:2.15.12:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible-core:python-ansible-core:2.15.12:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible-core:python_ansible_core:2.15.12:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible_core:python-ansible-core:2.15.12:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible_core:python_ansible_core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-aiohappyeyeballs:python_aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible\\,_inc__project:ansible-core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_aiohappyeyeballs:python-aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible\\,_inc__project:ansible_core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_aiohappyeyeballs:python_aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible:python-ansible-core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:j__nick_koston_project:python-aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible:python_ansible_core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:j__nick_koston_project:python_aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible:python-ansible-core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:j__nick_kostonproject:python-aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible:python_ansible_core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:j__nick_kostonproject:python_aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible\\,_inc_:python-ansible-core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:aiohappyeyeballs:python-aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible\\,_inc_:python_ansible_core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:aiohappyeyeballs:python_aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible\\,_inc_project:ansible-core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-aiohappyeyeballs:aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible\\,_inc_project:ansible_core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_aiohappyeyeballs:aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible-core:python-ansible-core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:j__nick_koston_project:aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible-core:python_ansible_core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:j__nick_koston:python-aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible_core:python-ansible-core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:j__nick_koston:python_aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible_core:python_ansible_core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:j__nick_kostonproject:aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:info_project:python-ansible-core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:nick_project:python-aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:info_project:python_ansible_core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:nick_project:python_aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible-core:ansible-core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:nickproject:python-aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible-core:ansible_core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:nickproject:python_aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible_core:ansible-core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:aiohappyeyeballs:aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible_core:ansible_core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:j__nick_koston:aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:infoproject:python-ansible-core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:infoproject:python_ansible_core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible:python-ansible-core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:nick_project:aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible:python_ansible_core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:nick:python-aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible:ansible-core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:nick:python_aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible:ansible_core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:nickproject:aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible:ansible-core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible:ansible_core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:nick:aiohappyeyeballs:2.4.3:*:*:*:*:*:*:*" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible\\,_inc_:ansible-core:2.15.12:*:*:*:*:*:*:*" + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible\\,_inc_:ansible_core:2.15.12:*:*:*:*:*:*:*" + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/aiohappyeyeballs-2.4.3.dist-info/METADATA" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-ansible-core:2.15.12:*:*:*:*:*:*:*" + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_ansible_core:2.15.12:*:*:*:*:*:*:*" - }, + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/aiohappyeyeballs-2.4.3.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:pypi/aiohttp@3.10.10?package-id=289f954004a4c13c", + "type": "library", + "name": "aiohttp", + "version": "3.10.10", + "licenses": [ { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible-core:ansible-core:2.15.12:*:*:*:*:*:*:*" - }, + "license": { + "name": "Apache 2" + } + } + ], + "cpe": "cpe:2.3:a:python-aiohttp:python-aiohttp:3.10.10:*:*:*:*:*:*:*", + "purl": "pkg:pypi/aiohttp@3.10.10", + "properties": [ { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible-core:ansible_core:2.15.12:*:*:*:*:*:*:*" + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible_core:ansible-core:2.15.12:*:*:*:*:*:*:*" + "name": "syft:package:language", + "value": "python" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible_core:ansible_core:2.15.12:*:*:*:*:*:*:*" + "name": "syft:package:type", + "value": "python" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:info_project:ansible-core:2.15.12:*:*:*:*:*:*:*" + "name": "syft:package:metadataType", + "value": "python-package" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:info_project:ansible_core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-aiohttp:python_aiohttp:3.10.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:info:python-ansible-core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_aiohttp:python-aiohttp:3.10.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:info:python_ansible_core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_aiohttp:python_aiohttp:3.10.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:infoproject:ansible-core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:aiohttp:python-aiohttp:3.10.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:infoproject:ansible_core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:aiohttp:python_aiohttp:3.10.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible:ansible-core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-aiohttp:aiohttp:3.10.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible:ansible_core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_aiohttp:aiohttp:3.10.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:ansible-core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-aiohttp:3.10.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:ansible_core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_aiohttp:3.10.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:info:ansible-core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:aiohttp:aiohttp:3.10.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:info:ansible_core:2.15.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:aiohttp:3.10.10:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/ansible_core-2.15.12.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/aiohttp-3.10.10.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/ansible_core-2.15.12.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/aiohttp-3.10.10.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/ansible_core-2.15.12.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/aiohttp-3.10.10.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/ansible-runner@2.3.6?package-id=5927859254f28997", + "bom-ref": "pkg:pypi/aiosignal@1.3.1?package-id=276e5dc26541a706", "type": "library", - "author": "Ansible, Inc. ", - "name": "ansible-runner", - "version": "2.3.6", + "name": "aiosignal", + "version": "1.3.1", "licenses": [ { "license": { - "name": "Apache Software License, Version 2.0" + "name": "Apache 2.0" } } ], - "cpe": "cpe:2.3:a:ansible\\,_inc__project:python-ansible-runner:2.3.6:*:*:*:*:*:*:*", - "purl": "pkg:pypi/ansible-runner@2.3.6", + "cpe": "cpe:2.3:a:python-aiosignal:python-aiosignal:1.3.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/aiosignal@1.3.1", "properties": [ { "name": "syft:package:foundBy", @@ -1235,265 +1223,320 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible\\,_inc__project:python_ansible_runner:2.3.6:*:*:*:*:*:*:*" + "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:python-ansible-runner:python-ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:aiosignal:python_aiosignal:1.3.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible-runner:python_ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-aiosignal:aiosignal:1.3.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible_runner:python-ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_aiosignal:aiosignal:1.3.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible_runner:python_ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-aiosignal:1.3.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible\\,_inc_project:python-ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_aiosignal:1.3.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible\\,_inc_project:python_ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:aiosignal:aiosignal:1.3.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible\\,_inc__project:ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/aiosignal-1.3.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/aiosignal-1.3.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/aiosignal-1.3.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/annotated-types@0.7.0?package-id=68d97cbee4c52ddd", + "type": "library", + "author": "Adrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com>, Samuel Colvin , Zac Hatfield-Dodds ", + "name": "annotated-types", + "version": "0.7.0", + "cpe": "cpe:2.3:a:adrian_garcia_badaracco_\\<1755071\\+adriangb_project:python-annotated-types:0.7.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/annotated-types@0.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "python-package" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible\\,_inc__project:ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:adrian_garcia_badaracco_\\<1755071\\+adriangb_project:python_annotated_types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible-runner:python-ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:adrian_garcia_badaracco_\\<1755071\\+adriangbproject:python-annotated-types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible-runner:python_ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:adrian_garcia_badaracco_\\<1755071\\+adriangbproject:python_annotated_types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible_runner:python-ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:adrian_garcia_badaracco_\\<1755071\\+adriangb_project:annotated-types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible_runner:python_ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:adrian_garcia_badaracco_\\<1755071\\+adriangb_project:annotated_types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible-runner:ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:adrian-garcia-badaracco-\\<1755071\\+adriangb:python-annotated-types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible-runner:ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:adrian-garcia-badaracco-\\<1755071\\+adriangb:python_annotated_types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible:python-ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:adrian_garcia_badaracco_\\<1755071\\+adriangb:python-annotated-types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible:python_ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:adrian_garcia_badaracco_\\<1755071\\+adriangb:python_annotated_types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible:python-ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:adrian_garcia_badaracco_\\<1755071\\+adriangbproject:annotated-types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible:python_ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:adrian_garcia_badaracco_\\<1755071\\+adriangbproject:annotated_types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible_runner:ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:adrian-garcia-badaracco-\\<1755071\\+adriangb:annotated-types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible_runner:ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:adrian-garcia-badaracco-\\<1755071\\+adriangb:annotated_types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible\\,_inc_:python-ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:adrian_garcia_badaracco_\\<1755071\\+adriangb:annotated-types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible\\,_inc_:python_ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:adrian_garcia_badaracco_\\<1755071\\+adriangb:annotated_types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible\\,_inc_project:ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-annotated-types:python-annotated-types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible\\,_inc_project:ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-annotated-types:python_annotated_types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:info_project:python-ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_annotated_types:python-annotated-types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:info_project:python_ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_annotated_types:python_annotated_types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:infoproject:python-ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-annotated:python-annotated-types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:infoproject:python_ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-annotated:python_annotated_types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible-runner:ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_annotated:python-annotated-types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible-runner:ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_annotated:python_annotated_types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible:python-ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:annotated-types:python-annotated-types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible:python_ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:annotated-types:python_annotated_types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible_runner:ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:annotated_types:python-annotated-types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible_runner:ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:annotated_types:python_annotated_types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible:ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-annotated-types:annotated-types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible:ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-annotated-types:annotated_types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible:ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_annotated_types:annotated-types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible:ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_annotated_types:annotated_types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible\\,_inc_:ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:annotated:python-annotated-types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible\\,_inc_:ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:annotated:python_annotated_types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-annotated:annotated-types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-annotated:annotated_types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:info_project:ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_annotated:annotated-types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:info_project:ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_annotated:annotated_types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:info:python-ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:annotated-types:annotated-types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:info:python_ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:annotated-types:annotated_types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:infoproject:ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:annotated_types:annotated-types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:infoproject:ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:annotated_types:annotated_types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible:ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-annotated-types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible:ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_annotated_types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:annotated:annotated-types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:annotated:annotated_types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:info:ansible-runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:annotated-types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:info:ansible_runner:2.3.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:annotated_types:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/ansible_runner-2.3.6.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/annotated_types-0.7.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/ansible_runner-2.3.6.dist-info/RECORD" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" - }, - { - "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/ansible_runner-2.3.6.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/annotated_types-0.7.0.dist-info/RECORD" } ] }, { - "bom-ref": "pkg:pypi/ansible-runner-http@1.0.0?package-id=df19a87e60cb1262", + "bom-ref": "pkg:pypi/ansible-core@2.17.5?package-id=dfca4c7d0b0a256d", "type": "library", - "author": "Red Hat Ansible", - "name": "ansible-runner-http", - "version": "1.0.0", + "author": "Ansible, Inc. ", + "name": "ansible-core", + "version": "2.17.5", "licenses": [ { "license": { - "name": "Apache" + "name": "GPLv3+" } } ], - "cpe": "cpe:2.3:a:python-ansible-runner-http:python-ansible-runner-http:1.0.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/ansible-runner-http@1.0.0", + "cpe": "cpe:2.3:a:ansible\\,_inc__project:python-ansible-core:2.17.5:*:*:*:*:*:*:*", + "purl": "pkg:pypi/ansible-core@2.17.5", "properties": [ { "name": "syft:package:foundBy", @@ -1513,281 +1556,265 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible-runner-http:python_ansible_runner_http:1.0.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible_runner_http:python-ansible-runner-http:1.0.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible_runner_http:python_ansible_runner_http:1.0.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:red_hat_ansible_project:python-ansible-runner-http:1.0.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:red_hat_ansible_project:python_ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible\\,_inc__project:python_ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:red_hat_ansibleproject:python-ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible\\,_inc_project:python-ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:red_hat_ansibleproject:python_ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible\\,_inc_project:python_ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible-runner:python-ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-ansible-core:python-ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible-runner:python_ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-ansible-core:python_ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible_runner:python-ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_ansible_core:python-ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible_runner:python_ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_ansible_core:python_ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible-runner-http:python-ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible\\,_inc__project:ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible-runner-http:python_ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible\\,_inc__project:ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible_runner_http:python-ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-ansible:python-ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible_runner_http:python_ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-ansible:python_ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible-runner-http:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_ansible:python-ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible-runner-http:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_ansible:python_ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible_runner_http:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible\\,_inc_:python-ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible_runner_http:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible\\,_inc_:python_ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:red_hat_ansible_project:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible\\,_inc_project:ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:red_hat_ansible_project:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible\\,_inc_project:ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:red_hat_ansible:python-ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible-core:python-ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:red_hat_ansible:python_ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible-core:python_ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:red_hat_ansibleproject:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible_core:python-ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:red_hat_ansibleproject:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible_core:python_ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible-runner:python-ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:info_project:python-ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible-runner:python_ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:info_project:python_ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible_runner:python-ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-ansible-core:ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible_runner:python_ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-ansible-core:ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible-runner:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_ansible_core:ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible-runner:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_ansible_core:ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible:python-ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:infoproject:python-ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible:python_ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:infoproject:python_ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible:python-ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible:python-ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible:python_ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible:python_ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible_runner:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-ansible:ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible_runner:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-ansible:ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible-runner-http:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_ansible:ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible-runner-http:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_ansible:ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible_runner_http:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible\\,_inc_:ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible_runner_http:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible\\,_inc_:ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:red_hat_ansible:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:red_hat_ansible:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible-runner:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible-core:ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible-runner:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible-core:ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible:python-ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible_core:ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible:python_ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible_core:ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible_runner:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:info_project:ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible_runner:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:info_project:ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:info:python-ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ansible:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:info:python_ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:infoproject:ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ansible:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:infoproject:ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible:ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible:ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ansible:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:info:ansible-core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:info:ansible_core:2.17.5:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/ansible_runner_http-1.0.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/ansible_core-2.17.5.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/ansible_runner_http-1.0.0.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/ansible_core-2.17.5.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/ansible_runner_http-1.0.0.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/ansible_core-2.17.5.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/autocommand@2.2.2?package-id=dded7b2c62436c0c", + "bom-ref": "pkg:pypi/ansible-runner@2.4.0?package-id=ca7bbf92154647b4", "type": "library", - "author": "Nathan West", - "name": "autocommand", - "version": "2.2.2", + "author": "Ansible, Inc. ", + "name": "ansible-runner", + "version": "2.4.0", "licenses": [ { "license": { - "name": "LGPLv3" + "name": "Apache Software License, Version 2.0" } } ], - "cpe": "cpe:2.3:a:nathan_west_project:python-autocommand:2.2.2:*:*:*:*:*:*:*", - "purl": "pkg:pypi/autocommand@2.2.2", + "cpe": "cpe:2.3:a:ansible\\,_inc__project:python-ansible-runner:2.4.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/ansible-runner@2.4.0", "properties": [ { "name": "syft:package:foundBy", @@ -1807,353 +1834,265 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:nathan_west_project:python_autocommand:2.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible\\,_inc__project:python_ansible_runner:2.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:nathan_westproject:python-autocommand:2.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-ansible-runner:python-ansible-runner:2.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:nathan_westproject:python_autocommand:2.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-ansible-runner:python_ansible_runner:2.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-autocommand:python-autocommand:2.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_ansible_runner:python-ansible-runner:2.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-autocommand:python_autocommand:2.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_ansible_runner:python_ansible_runner:2.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_autocommand:python-autocommand:2.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible\\,_inc_project:python-ansible-runner:2.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_autocommand:python_autocommand:2.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible\\,_inc_project:python_ansible_runner:2.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:nathan_west_project:autocommand:2.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible\\,_inc__project:ansible-runner:2.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:autocommand:python-autocommand:2.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible\\,_inc__project:ansible_runner:2.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:autocommand:python_autocommand:2.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible-runner:python-ansible-runner:2.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:nathan_west:python-autocommand:2.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible-runner:python_ansible_runner:2.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:nathan_west:python_autocommand:2.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible_runner:python-ansible-runner:2.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:nathan_westproject:autocommand:2.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible_runner:python_ansible_runner:2.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-autocommand:autocommand:2.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-ansible-runner:ansible-runner:2.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_autocommand:autocommand:2.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-ansible-runner:ansible_runner:2.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-autocommand:2.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-ansible:python-ansible-runner:2.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_autocommand:2.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-ansible:python_ansible_runner:2.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:autocommand:autocommand:2.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_ansible:python-ansible-runner:2.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:nathan_west:autocommand:2.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_ansible:python_ansible_runner:2.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:autocommand:2.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_ansible_runner:ansible-runner:2.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_ansible_runner:ansible_runner:2.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/METADATA" + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansible\\,_inc_:python-ansible-runner:2.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansible\\,_inc_:python_ansible_runner:2.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/RECORD" + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansible\\,_inc_project:ansible-runner:2.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansible\\,_inc_project:ansible_runner:2.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/top_level.txt" - } - ] - }, - { - "bom-ref": "pkg:pypi/backports.tarfile@1.2.0?package-id=741aa298f8634024", - "type": "library", - "author": "\"Jason R. Coombs\" ", - "name": "backports.tarfile", - "version": "1.2.0", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:\\\"jason_r__coombs\\\"_\\", - "name": "base-files", - "version": "12.4+deb12u7", - "licenses": [ - { - "license": { - "name": "GPL" - } - } - ], - "cpe": "cpe:2.3:a:base-files:base-files:12.4\\+deb12u7:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/base-files@12.4%2Bdeb12u7?arch=amd64&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" + "value": "cpe:2.3:a:infoproject:ansible_runner:2.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansible:ansible-runner:2.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:base-files:base_files:12.4\\+deb12u7:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible:ansible_runner:2.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:base_files:base-files:12.4\\+deb12u7:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:ansible-runner:2.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:base_files:base_files:12.4\\+deb12u7:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:ansible_runner:2.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:base:base-files:12.4\\+deb12u7:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:info:ansible-runner:2.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:base:base_files:12.4\\+deb12u7:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:info:ansible_runner:2.4.0:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:d37950ece3d30af513521db15b49bfcc95853a6664fe784eeea059572a5bbe55" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/share/doc/base-files/copyright" + "value": "/usr/local/lib/python3.12/site-packages/ansible_runner-2.4.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:d37950ece3d30af513521db15b49bfcc95853a6664fe784eeea059572a5bbe55" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/var/lib/dpkg/status.d/base-files" + "value": "/usr/local/lib/python3.12/site-packages/ansible_runner-2.4.0.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:d37950ece3d30af513521db15b49bfcc95853a6664fe784eeea059572a5bbe55" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status.d/base-files.md5sums" - }, - { - "name": "syft:metadata:installedSize", - "value": "341" + "value": "/usr/local/lib/python3.12/site-packages/ansible_runner-2.4.0.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/bcrypt@4.2.0?package-id=0bdfd9d70fd4d9dd", + "bom-ref": "pkg:pypi/ansible-runner-http@1.0.0?package-id=aa2c3b84ce270f78", "type": "library", - "author": "The Python Cryptographic Authority developers ", - "name": "bcrypt", - "version": "4.2.0", + "author": "Red Hat Ansible", + "name": "ansible-runner-http", + "version": "1.0.0", "licenses": [ { "license": { - "id": "Apache-2.0" + "name": "Apache" } } ], - "cpe": "cpe:2.3:a:python_cryptographic_authority_developers_\\", - "name": "cachetools", - "version": "5.4.0", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:thomas_kemmer_project:python-cachetools:5.4.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/cachetools@5.4.0", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "python-installed-package-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansible-runner:python_ansible_runner_http:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "python" + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansible_runner:python-ansible-runner-http:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "python" + "name": "syft:cpe23", + "value": "cpe:2.3:a:ansible_runner:python_ansible_runner_http:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "python-package" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-ansible-runner:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas_kemmer_project:python_cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-ansible-runner:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas_kemmerproject:python-cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-ansible:python-ansible-runner-http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas_kemmerproject:python_cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-ansible:python_ansible_runner_http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-cachetools:python-cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_ansible:python-ansible-runner-http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-cachetools:python_cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_ansible:python_ansible_runner_http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_cachetools:python-cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_ansible_runner:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_cachetools:python_cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_ansible_runner:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:tkemmer_project:python-cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible-runner-http:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:tkemmer_project:python_cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible-runner-http:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas_kemmer_project:cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible_runner_http:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:tkemmerproject:python-cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible_runner_http:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:tkemmerproject:python_cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:red_hat_ansible:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas_kemmer:python-cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:red_hat_ansible:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas_kemmer:python_cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible-runner:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas_kemmerproject:cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible-runner:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:cachetools:python-cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible:python-ansible-runner-http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:cachetools:python_cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible:python_ansible_runner_http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-cachetools:cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible_runner:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_cachetools:cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible_runner:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:tkemmer_project:cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-ansible:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:tkemmer:python-cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-ansible:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:tkemmer:python_cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_ansible:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:tkemmerproject:cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_ansible:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-ansible-runner-http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_ansible_runner_http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas_kemmer:cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:cachetools:cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ansible:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:tkemmer:cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:ansible-runner-http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:cachetools:5.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:ansible_runner_http:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/cachetools-5.4.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/ansible_runner_http-1.0.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/cachetools-5.4.0.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/ansible_runner_http-1.0.0.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/cachetools-5.4.0.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/ansible_runner_http-1.0.0.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/canonicaljson@2.0.0?package-id=cece6c8380222801", + "bom-ref": "pkg:pypi/anyio@4.6.2.post1?package-id=a561b4d93c67464f", "type": "library", - "author": "Matrix.org Team and Contributors ", - "name": "canonicaljson", - "version": "2.0.0", + "author": "Alex Grönholm ", + "name": "anyio", + "version": "4.6.2.post1", "licenses": [ { "license": { - "name": "Apache License, Version 2.0" + "id": "MIT" } } ], - "cpe": "cpe:2.3:a:matrix_org_team_and_contributors_project:python-canonicaljson:2.0.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/canonicaljson@2.0.0", + "cpe": "cpe:2.3:a:python-anyio:python-anyio:4.6.2.post1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/anyio@4.6.2.post1", "properties": [ { "name": "syft:package:foundBy", @@ -2497,219 +2406,231 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_org_team_and_contributors_project:python_canonicaljson:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-anyio:python_anyio:4.6.2.post1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_org_team_and_contributorsproject:python-canonicaljson:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_anyio:python-anyio:4.6.2.post1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_org_team_and_contributorsproject:python_canonicaljson:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_anyio:python_anyio:4.6.2.post1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_org_team_and_contributors_project:canonicaljson:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-anyio:4.6.2.post1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_org_team_and_contributors:python-canonicaljson:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_anyio:4.6.2.post1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_org_team_and_contributors:python_canonicaljson:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:anyio:python-anyio:4.6.2.post1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_org_team_and_contributorsproject:canonicaljson:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:anyio:python_anyio:4.6.2.post1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_org_team_and_contributors:canonicaljson:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-anyio:anyio:4.6.2.post1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-canonicaljson:python-canonicaljson:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_anyio:anyio:4.6.2.post1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-canonicaljson:python_canonicaljson:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:anyio:4.6.2.post1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_canonicaljson:python-canonicaljson:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:anyio:anyio:4.6.2.post1:*:*:*:*:*:*:*" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_canonicaljson:python_canonicaljson:2.0.0:*:*:*:*:*:*:*" + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:packages_project:python-canonicaljson:2.0.0:*:*:*:*:*:*:*" + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/anyio-4.6.2.post1.dist-info/METADATA" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:packages_project:python_canonicaljson:2.0.0:*:*:*:*:*:*:*" + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:packagesproject:python-canonicaljson:2.0.0:*:*:*:*:*:*:*" + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/anyio-4.6.2.post1.dist-info/RECORD" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:packagesproject:python_canonicaljson:2.0.0:*:*:*:*:*:*:*" + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:canonicaljson:python-canonicaljson:2.0.0:*:*:*:*:*:*:*" + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/anyio-4.6.2.post1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/attrs@24.2.0?package-id=78310d4f46ed3556", + "type": "library", + "author": "Hynek Schlawack ", + "name": "attrs", + "version": "24.2.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:hynek_schlawack_\\", - "name": "certifi", - "version": "2024.7.4", - "licenses": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:attrs:python-attrs:24.2.0:*:*:*:*:*:*:*" + }, { - "license": { - "id": "MPL-2.0" - } - } - ], - "cpe": "cpe:2.3:a:kennethreitz:certifi:2024.7.4:*:*:*:*:python:*:*", - "purl": "pkg:pypi/certifi@2024.7.4", - "properties": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:attrs:python_attrs:24.2.0:*:*:*:*:*:*:*" + }, { - "name": "syft:package:foundBy", - "value": "python-installed-package-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-attrs:attrs:24.2.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "python" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_attrs:attrs:24.2.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "python" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:attrs:24.2.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "python-package" + "name": "syft:cpe23", + "value": "cpe:2.3:a:attrs:attrs:24.2.0:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/certifi-2024.7.4.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/attrs-24.2.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/certifi-2024.7.4.dist-info/RECORD" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" - }, - { - "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/certifi-2024.7.4.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/attrs-24.2.0.dist-info/RECORD" } ] }, { - "bom-ref": "pkg:pypi/cffi@1.16.0?package-id=7cf37282788dcac9", + "bom-ref": "pkg:pypi/autocommand@2.2.2?package-id=bc954d3de3267d88", "type": "library", - "author": "Armin Rigo, Maciej Fijalkowski ", - "name": "cffi", - "version": "1.16.0", + "author": "Nathan West", + "name": "autocommand", + "version": "2.2.2", "licenses": [ { "license": { - "id": "MIT" + "name": "LGPLv3" } } ], - "cpe": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowski_project:python-cffi:1.16.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/cffi@1.16.0", + "cpe": "cpe:2.3:a:nathan_west_project:python-autocommand:2.2.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/autocommand@2.2.2", "properties": [ { "name": "syft:package:foundBy", @@ -2729,140 +2650,116 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowski_project:python_cffi:1.16.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowskiproject:python-cffi:1.16.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowskiproject:python_cffi:1.16.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowski_project:cffi:1.16.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowski:python-cffi:1.16.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowski:python_cffi:1.16.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowskiproject:cffi:1.16.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:nathan_west_project:python_autocommand:2.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowski:cffi:1.16.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:nathan_westproject:python-autocommand:2.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_cffi_project:python-cffi:1.16.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:nathan_westproject:python_autocommand:2.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_cffi_project:python_cffi:1.16.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-autocommand:python-autocommand:2.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_cffiproject:python-cffi:1.16.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-autocommand:python_autocommand:2.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_cffiproject:python_cffi:1.16.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_autocommand:python-autocommand:2.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_cffi_project:cffi:1.16.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_autocommand:python_autocommand:2.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-cffi:python-cffi:1.16.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:nathan_west_project:autocommand:2.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-cffi:python_cffi:1.16.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:autocommand:python-autocommand:2.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_cffi:python-cffi:1.16.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:autocommand:python_autocommand:2.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_cffi:python_cffi:1.16.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:nathan_west:python-autocommand:2.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_cffiproject:cffi:1.16.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:nathan_west:python_autocommand:2.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-cffi:1.16.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:nathan_westproject:autocommand:2.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_cffi:1.16.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-autocommand:autocommand:2.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:cffi:python-cffi:1.16.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_autocommand:autocommand:2.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:cffi:python_cffi:1.16.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-autocommand:2.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-cffi:cffi:1.16.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_autocommand:2.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_cffi:cffi:1.16.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:autocommand:autocommand:2.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:cffi:1.16.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:nathan_west:autocommand:2.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:cffi:cffi:1.16.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:autocommand:2.2.2:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/cffi-1.16.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/cffi-1.16.0.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/cffi-1.16.0.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/charset-normalizer@3.3.2?package-id=f1883ab045f8e3b9", + "bom-ref": "pkg:pypi/backports.tarfile@1.2.0?package-id=7458ca3efddd5894", "type": "library", - "author": "Ahmed TAHRI ", - "name": "charset-normalizer", - "version": "3.3.2", + "author": "\"Jason R. Coombs\" ", + "name": "backports.tarfile", + "version": "1.2.0", "licenses": [ { "license": { @@ -2870,8 +2767,8 @@ } } ], - "cpe": "cpe:2.3:a:python-charset-normalizer:python-charset-normalizer:3.3.2:*:*:*:*:*:*:*", - "purl": "pkg:pypi/charset-normalizer@3.3.2", + "cpe": "cpe:2.3:a:\\\"jason_r__coombs\\\"_\\", + "name": "base-files", + "version": "12.4+deb12u7", + "licenses": [ { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_charset_normalizer:3.3.2:*:*:*:*:*:*:*" - }, + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:base-files:base-files:12.4\\+deb12u7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/base-files@12.4%2Bdeb12u7?arch=amd64&distro=debian-12", + "properties": [ { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ahmed-tahri:charset-normalizer:3.3.2:*:*:*:*:*:*:*" + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ahmed-tahri:charset_normalizer:3.3.2:*:*:*:*:*:*:*" + "name": "syft:package:type", + "value": "deb" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ahmed_tahri:charset-normalizer:3.3.2:*:*:*:*:*:*:*" + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ahmed_tahri:charset_normalizer:3.3.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:base-files:base_files:12.4\\+deb12u7:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:charset:charset-normalizer:3.3.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:base_files:base-files:12.4\\+deb12u7:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:charset:charset_normalizer:3.3.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:base_files:base_files:12.4\\+deb12u7:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:charset-normalizer:3.3.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:base:base-files:12.4\\+deb12u7:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:charset_normalizer:3.3.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:base:base_files:12.4\\+deb12u7:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:d37950ece3d30af513521db15b49bfcc95853a6664fe784eeea059572a5bbe55" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/charset_normalizer-3.3.2.dist-info/METADATA" + "value": "/usr/share/doc/base-files/copyright" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:d37950ece3d30af513521db15b49bfcc95853a6664fe784eeea059572a5bbe55" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/charset_normalizer-3.3.2.dist-info/RECORD" + "value": "/var/lib/dpkg/status.d/base-files" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:d37950ece3d30af513521db15b49bfcc95853a6664fe784eeea059572a5bbe55" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/charset_normalizer-3.3.2.dist-info/top_level.txt" + "value": "/var/lib/dpkg/status.d/base-files.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "341" } ] }, { - "bom-ref": "pkg:pypi/click@8.1.7?package-id=3ec5ab6970e190ac", + "bom-ref": "pkg:pypi/bcrypt@4.2.0?package-id=a6e649cc86f806a0", "type": "library", - "name": "click", - "version": "8.1.7", + "author": "The Python Cryptographic Authority developers ", + "name": "bcrypt", + "version": "4.2.0", "licenses": [ { "license": { - "id": "BSD-3-Clause" + "id": "Apache-2.0" } } ], - "cpe": "cpe:2.3:a:python-click:python-click:8.1.7:*:*:*:*:*:*:*", - "purl": "pkg:pypi/click@8.1.7", + "cpe": "cpe:2.3:a:python_cryptographic_authority_developers_\\ >", - "name": "cryptography", - "version": "43.0.0", - "licenses": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:bcrypt:python_bcrypt:4.2.0:*:*:*:*:*:*:*" + }, { - "expression": "Apache-2.0 OR BSD-3-Clause" - } - ], - "cpe": "cpe:2.3:a:cryptography_project:cryptography:43.0.0:*:*:*:*:python:*:*", - "purl": "pkg:pypi/cryptography@43.0.0", - "properties": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-bcrypt:bcrypt:4.2.0:*:*:*:*:*:*:*" + }, { - "name": "syft:package:foundBy", - "value": "python-installed-package-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-bcrypt:4.2.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "python" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_bcrypt:4.2.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "python" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_bcrypt:bcrypt:4.2.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "python-package" + "name": "syft:cpe23", + "value": "cpe:2.3:a:bcrypt:bcrypt:4.2.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-cryptography_project:python-cryptography:43.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:bcrypt:4.2.0:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/cryptography-43.0.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/bcrypt-4.2.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/cryptography-43.0.0.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/bcrypt-4.2.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/bcrypt-4.2.0.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/dataclasses-json@0.5.9?package-id=cf61b9abefbbd377", + "bom-ref": "pkg:pypi/cachetools@5.5.0?package-id=90e98abaabf12ff0", "type": "library", - "author": "lidatong ", - "name": "dataclasses-json", - "version": "0.5.9", + "author": "Thomas Kemmer ", + "name": "cachetools", + "version": "5.5.0", "licenses": [ { "license": { @@ -3269,8 +3145,8 @@ } } ], - "cpe": "cpe:2.3:a:python-dataclasses-json:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*", - "purl": "pkg:pypi/dataclasses-json@0.5.9", + "cpe": "cpe:2.3:a:thomas_kemmer_project:python-cachetools:5.5.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/cachetools@5.5.0", "properties": [ { "name": "syft:package:foundBy", @@ -3290,274 +3166,335 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-dataclasses-json:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:thomas_kemmer_project:python_cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_dataclasses_json:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:thomas_kemmerproject:python-cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_dataclasses_json:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:thomas_kemmerproject:python_cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:charles_dt_li_project:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-cachetools:python-cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:charles_dt_li_project:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-cachetools:python_cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:charles_dt_liproject:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_cachetools:python-cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:charles_dt_liproject:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_cachetools:python_cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-dataclasses:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tkemmer_project:python-cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-dataclasses:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tkemmer_project:python_cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_dataclasses:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:thomas_kemmer_project:cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_dataclasses:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tkemmerproject:python-cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dataclasses-json:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tkemmerproject:python_cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dataclasses-json:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:thomas_kemmer:python-cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dataclasses_json:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:thomas_kemmer:python_cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dataclasses_json:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:thomas_kemmerproject:cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:lidatong_project:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:cachetools:python-cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:lidatong_project:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:cachetools:python_cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-dataclasses-json:dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-cachetools:cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-dataclasses-json:dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_cachetools:cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_dataclasses_json:dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tkemmer_project:cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_dataclasses_json:dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tkemmer:python-cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:lidatongproject:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tkemmer:python_cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:lidatongproject:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tkemmerproject:cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:charles_dt_li_project:dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:charles_dt_li_project:dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:charles-dt-li:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:thomas_kemmer:cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:charles-dt-li:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:cachetools:cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:charles_dt_li:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tkemmer:cachetools:5.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:charles_dt_li:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:cachetools:5.5.0:*:*:*:*:*:*:*" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:charles_dt_liproject:dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/cachetools-5.5.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/cachetools-5.5.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/cachetools-5.5.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/canonicaljson@2.0.0?package-id=d6438cd5291b8658", + "type": "library", + "author": "Matrix.org Team and Contributors ", + "name": "canonicaljson", + "version": "2.0.0", + "licenses": [ + { + "license": { + "name": "Apache License, Version 2.0" + } + } + ], + "cpe": "cpe:2.3:a:matrix_org_team_and_contributors_project:python-canonicaljson:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/canonicaljson@2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "python-package" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:charles_dt_liproject:dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix_org_team_and_contributors_project:python_canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dataclasses:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix_org_team_and_contributorsproject:python-canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dataclasses:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix_org_team_and_contributorsproject:python_canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-dataclasses:dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix_org_team_and_contributors_project:canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-dataclasses:dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix_org_team_and_contributors:python-canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_dataclasses:dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix_org_team_and_contributors:python_canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_dataclasses:dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix_org_team_and_contributorsproject:canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dataclasses-json:dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix_org_team_and_contributors:canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dataclasses-json:dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-canonicaljson:python-canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dataclasses_json:dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-canonicaljson:python_canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dataclasses_json:dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_canonicaljson:python-canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:lidatong_project:dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_canonicaljson:python_canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:lidatong_project:dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:packages_project:python-canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:lidatong:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:packages_project:python_canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:lidatong:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:packagesproject:python-canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:lidatongproject:dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:packagesproject:python_canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:lidatongproject:dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:canonicaljson:python-canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:charles-dt-li:dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:canonicaljson:python_canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:charles-dt-li:dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-canonicaljson:canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:charles_dt_li:dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_canonicaljson:canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:charles_dt_li:dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:packages_project:canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:packages:python-canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:packages:python_canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dataclasses:dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:packagesproject:canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dataclasses:dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:canonicaljson:canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:lidatong:dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:lidatong:dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:dataclasses-json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:packages:canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:dataclasses_json:0.5.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:canonicaljson:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/dataclasses_json-0.5.9.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/canonicaljson-2.0.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/dataclasses_json-0.5.9.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/canonicaljson-2.0.0.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/dataclasses_json-0.5.9.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/canonicaljson-2.0.0.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/docutils@0.21.2?package-id=b3ebfb585346ae4e", + "bom-ref": "pkg:pypi/certifi@2024.8.30?package-id=75bca180f5f73da5", "type": "library", - "author": "David Goodger ", - "name": "docutils", - "version": "0.21.2", - "cpe": "cpe:2.3:a:david_goodger_\\", + "name": "certifi", + "version": "2024.8.30", + "licenses": [ + { + "license": { + "id": "MPL-2.0" + } + } + ], + "cpe": "cpe:2.3:a:kennethreitz:certifi:2024.8.30:*:*:*:*:python:*:*", + "purl": "pkg:pypi/certifi@2024.8.30", "properties": [ { "name": "syft:package:foundBy", @@ -3576,1312 +3513,1327 @@ "value": "python-package" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:david_goodger_\\", + "name": "cffi", + "version": "1.17.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:armin_rigo\\,_maciej_fijalkowski_project:python-cffi:1.17.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/cffi@1.17.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "python-package" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:david-goodger-\\", + "name": "charset-normalizer", + "version": "3.4.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:python-charset-normalizer:python-charset-normalizer:3.4.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/charset-normalizer@3.4.0", "properties": [ { "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" + "value": "python-installed-package-cataloger" }, { "name": "syft:package:language", - "value": "go" + "value": "python" }, { "name": "syft:package:type", - "value": "go-module" + "value": "python" }, { "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "value": "python-package" }, { - "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset-normalizer:python_charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/bin/helm" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset_normalizer:python-charset-normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:architecture", - "value": "amd64" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset_normalizer:python_charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_project:python-charset-normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:cXCdzVdstXyiTqTvfqk9SDHpKNjxuom+DOlyEeQ4pzQ=" + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_project:python_charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/masterminds/goutils@v1.1.1?package-id=23253cbdd3a09d4e", - "type": "library", - "name": "github.com/Masterminds/goutils", - "version": "v1.1.1", - "cpe": "cpe:2.3:a:goutils_project:goutils:v1.1.1:*:*:*:*:go:*:*", - "purl": "pkg:golang/github.com/Masterminds/goutils@v1.1.1", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:tahri_ahmed_project:python-charset-normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "go" + "name": "syft:cpe23", + "value": "cpe:2.3:a:tahri_ahmed_project:python_charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "go-module" + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahriproject:python-charset-normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahriproject:python_charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset-normalizer:python-charset-normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/bin/helm" + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset-normalizer:python_charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:architecture", - "value": "amd64" + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset_normalizer:python-charset-normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset_normalizer:python_charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI=" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset-normalizer:charset-normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/masterminds/semver@v3.2.1?package-id=9fe6570ab9a82eec#v3", - "type": "library", - "name": "github.com/Masterminds/semver/v3", - "version": "v3.2.1", - "cpe": "cpe:2.3:a:Masterminds:semver\\/v3:v3.2.1:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/Masterminds/semver@v3.2.1#v3", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset-normalizer:charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "go" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset_normalizer:charset-normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "go-module" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset_normalizer:charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:tahri_ahmedproject:python-charset-normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "name": "syft:cpe23", + "value": "cpe:2.3:a:tahri_ahmedproject:python_charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/bin/helm" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset:python-charset-normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:architecture", - "value": "amd64" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset:python_charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset:python-charset-normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:RN9w6+7QoMeJVGyfmbcgs28Br8cvmnucEXnY0rYXWg0=" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset:python_charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/masterminds/sprig@v3.2.3?package-id=5dcc399a68f26bf9#v3", - "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.2.3#v3", - "properties": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_project:charset-normalizer:3.4.0:*:*:*:*:*:*:*" + }, { - "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_project:charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "go" + "name": "syft:cpe23", + "value": "cpe:2.3:a:tahri_ahmed_project:charset-normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "go-module" + "name": "syft:cpe23", + "value": "cpe:2.3:a:tahri_ahmed_project:charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri:python-charset-normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri:python_charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/bin/helm" + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahriproject:charset-normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:architecture", - "value": "amd64" + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahriproject:charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset-normalizer:charset-normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:eL2fZNezLomi0uOLqjQoN6BfsDD+fyLtgbJMAj9n6YA=" + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset-normalizer:charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/masterminds/squirrel@v1.5.4?package-id=e6f4c95e146f5eeb", - "type": "library", - "name": "github.com/Masterminds/squirrel", - "version": "v1.5.4", - "cpe": "cpe:2.3:a:Masterminds:squirrel:v1.5.4:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/Masterminds/squirrel@v1.5.4", - "properties": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset_normalizer:charset-normalizer:3.4.0:*:*:*:*:*:*:*" + }, { - "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset_normalizer:charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "go" + "name": "syft:cpe23", + "value": "cpe:2.3:a:tahri-ahmed:python-charset-normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "go-module" + "name": "syft:cpe23", + "value": "cpe:2.3:a:tahri-ahmed:python_charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:tahri_ahmed:python-charset-normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "name": "syft:cpe23", + "value": "cpe:2.3:a:tahri_ahmed:python_charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/bin/helm" + "name": "syft:cpe23", + "value": "cpe:2.3:a:tahri_ahmedproject:charset-normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:architecture", - "value": "amd64" + "name": "syft:cpe23", + "value": "cpe:2.3:a:tahri_ahmedproject:charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset:python-charset-normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:uUcX/aBc8O7Fg9kaISIUsHXdKuqehiXAMQTYX8afzqM=" + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset:python_charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/masterminds/vcs@v1.13.3?package-id=d357c5497a3c8c27", - "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:cpe23", + "value": "cpe:2.3:a:python-charset:charset-normalizer:3.4.0:*:*:*:*:*:*:*" + }, { - "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset:charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "go" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset:charset-normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "go-module" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset:charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-charset-normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/bin/helm" + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri:charset-normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:architecture", - "value": "amd64" + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri:charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "name": "syft:cpe23", + "value": "cpe:2.3:a:tahri-ahmed:charset-normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:IIA2aBdXvfbIM+yl/eTnL4hb1XwdpvuQLglAix1gweE=" + "name": "syft:cpe23", + "value": "cpe:2.3:a:tahri-ahmed:charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/antlr/antlr4@v4.0.0-20230305170008-8188dc5388df?package-id=c6659d9f4e02eb2f#runtime/Go/antlr/v4", - "type": "library", - "name": "github.com/antlr/antlr4/runtime/Go/antlr/v4", - "version": "v4.0.0-20230305170008-8188dc5388df", - "cpe": "cpe:2.3:a:antlr:antlr4\\/runtime\\/Go\\/antlr\\/v4:v4.0.0-20230305170008-8188dc5388df:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/antlr/antlr4@v4.0.0-20230305170008-8188dc5388df#runtime/Go/antlr/v4", - "properties": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:tahri_ahmed:charset-normalizer:3.4.0:*:*:*:*:*:*:*" + }, { - "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:tahri_ahmed:charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "go" + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset:charset-normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "go-module" + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset:charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:charset-normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:charset_normalizer:3.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:metadata:architecture", - "value": "amd64" + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/charset_normalizer-3.4.0.dist-info/METADATA" }, { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/charset_normalizer-3.4.0.dist-info/RECORD" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:7RFfzj4SSt6nnvCPbCqijJi1nWCd+TqAT3bYCStRC18=" + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/charset_normalizer-3.4.0.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:golang/github.com/asaskevich/govalidator@v0.0.0-20200428143746-21a406dcc535?package-id=ec771963dcbb2905", + "bom-ref": "pkg:pypi/click@8.1.7?package-id=e810505a144925eb", "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", + "name": "click", + "version": "8.1.7", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:python-click:python-click:8.1.7:*:*:*:*:*:*:*", + "purl": "pkg:pypi/click@8.1.7", "properties": [ { "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" + "value": "python-installed-package-cataloger" }, { "name": "syft:package:language", - "value": "go" + "value": "python" }, { "name": "syft:package:type", - "value": "go-module" + "value": "python" }, { "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "value": "python-package" }, { - "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-click:python_click:8.1.7:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/bin/helm" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_click:python-click:8.1.7:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:architecture", - "value": "amd64" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_click:python_click:8.1.7:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-click:8.1.7:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:4daAzAu0S6Vi7/lbWECcX0j45yZReDZ56BQsrVBOEEY=" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_click:8.1.7:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/beorn7/perks@v1.0.1?package-id=9ccbe4a91c61b81a", - "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:cpe23", + "value": "cpe:2.3:a:click:python-click:8.1.7:*:*:*:*:*:*:*" + }, { - "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:click:python_click:8.1.7:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "go" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-click:click:8.1.7:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "go-module" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_click:click:8.1.7:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:click:8.1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:click:click:8.1.7:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/lib/python3.12/site-packages/click-8.1.7.dist-info/METADATA" }, { - "name": "syft:metadata:architecture", - "value": "amd64" + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/click-8.1.7.dist-info/RECORD" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=" + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/click-8.1.7.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:golang/github.com/beorn7/perks@v1.0.1?package-id=565337fba68b26e5", + "bom-ref": "pkg:pypi/cryptography@43.0.1?package-id=f0fa866eab2cf7bb", "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", + "author": "The cryptography developers >", + "name": "cryptography", + "version": "43.0.1", + "licenses": [ + { + "expression": "Apache-2.0 OR BSD-3-Clause" + } + ], + "cpe": "cpe:2.3:a:python-cryptography_project:python-cryptography:43.0.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/cryptography@43.0.1", "properties": [ { "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" + "value": "python-installed-package-cataloger" }, { "name": "syft:package:language", - "value": "go" + "value": "python" }, { "name": "syft:package:type", - "value": "go-module" + "value": "python" }, { "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "value": "python-package" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cryptography_project:cryptography:43.0.1:*:*:*:*:python:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/usr/local/lib/python3.12/site-packages/cryptography-43.0.1.dist-info/METADATA" }, { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=" + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/cryptography-43.0.1.dist-info/RECORD" } ] }, { - "bom-ref": "pkg:golang/github.com/blang/semver@v4.0.0?package-id=94e6011068aa2002#v4", + "bom-ref": "pkg:pypi/dataclasses-json@0.5.9?package-id=57bf1880bf02d19b", "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.0.0#v4", + "author": "lidatong ", + "name": "dataclasses-json", + "version": "0.5.9", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:python-dataclasses-json:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*", + "purl": "pkg:pypi/dataclasses-json@0.5.9", "properties": [ { "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" + "value": "python-installed-package-cataloger" }, { "name": "syft:package:language", - "value": "go" + "value": "python" }, { "name": "syft:package:type", - "value": "go-module" + "value": "python" }, { "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "value": "python-package" }, { - "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-dataclasses-json:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_dataclasses_json:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:architecture", - "value": "amd64" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_dataclasses_json:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" + "name": "syft:cpe23", + "value": "cpe:2.3:a:charles_dt_li_project:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "name": "syft:cpe23", + "value": "cpe:2.3:a:charles_dt_li_project:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM=" + "name": "syft:cpe23", + "value": "cpe:2.3:a:charles_dt_liproject:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/cespare/xxhash@v2.2.0?package-id=62064b1abddffd57#v2", - "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.2.0#v2", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:charles_dt_liproject:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "go" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-dataclasses:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "go-module" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-dataclasses:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_dataclasses:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_dataclasses:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/bin/helm" + "name": "syft:cpe23", + "value": "cpe:2.3:a:dataclasses-json:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:architecture", - "value": "amd64" + "name": "syft:cpe23", + "value": "cpe:2.3:a:dataclasses-json:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "name": "syft:cpe23", + "value": "cpe:2.3:a:dataclasses_json:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=" + "name": "syft:cpe23", + "value": "cpe:2.3:a:dataclasses_json:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/cespare/xxhash@v2.2.0?package-id=af8c84f0824ceff8#v2", - "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.2.0#v2", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:lidatong_project:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "go" + "name": "syft:cpe23", + "value": "cpe:2.3:a:lidatong_project:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "go-module" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-dataclasses-json:dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-dataclasses-json:dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_dataclasses_json:dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_dataclasses_json:dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:architecture", - "value": "amd64" + "name": "syft:cpe23", + "value": "cpe:2.3:a:lidatongproject:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" + "name": "syft:cpe23", + "value": "cpe:2.3:a:lidatongproject:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "name": "syft:cpe23", + "value": "cpe:2.3:a:charles_dt_li_project:dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=" + "name": "syft:cpe23", + "value": "cpe:2.3:a:charles_dt_li_project:dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/chai2010/gettext-go@v1.0.2?package-id=11b6e1fbc6ed31e0", - "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:cpe23", + "value": "cpe:2.3:a:charles-dt-li:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "go" + "name": "syft:cpe23", + "value": "cpe:2.3:a:charles-dt-li:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "go-module" + "name": "syft:cpe23", + "value": "cpe:2.3:a:charles_dt_li:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:charles_dt_li:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:chai2010:gettext_go:v1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:charles_dt_liproject:dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "name": "syft:cpe23", + "value": "cpe:2.3:a:charles_dt_liproject:dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/bin/helm" + "name": "syft:cpe23", + "value": "cpe:2.3:a:dataclasses:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:architecture", - "value": "amd64" + "name": "syft:cpe23", + "value": "cpe:2.3:a:dataclasses:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-dataclasses:dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:1Lwwip6Q2QGsAdl/ZKPCwTe9fe0CjlUbqj5bFNSjIRk=" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-dataclasses:dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/containerd/containerd@v1.7.12?package-id=5d39e2a62c0f6665", - "type": "library", - "name": "github.com/containerd/containerd", - "version": "v1.7.12", - "cpe": "cpe:2.3:a:containerd:containerd:v1.7.12:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/containerd/containerd@v1.7.12", - "properties": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_dataclasses:dataclasses-json:0.5.9:*:*:*:*:*:*:*" + }, { - "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_dataclasses:dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "go" + "name": "syft:cpe23", + "value": "cpe:2.3:a:dataclasses-json:dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "go-module" + "name": "syft:cpe23", + "value": "cpe:2.3:a:dataclasses-json:dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:dataclasses_json:dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "name": "syft:cpe23", + "value": "cpe:2.3:a:dataclasses_json:dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/bin/helm" + "name": "syft:cpe23", + "value": "cpe:2.3:a:lidatong_project:dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:architecture", - "value": "amd64" + "name": "syft:cpe23", + "value": "cpe:2.3:a:lidatong_project:dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "name": "syft:cpe23", + "value": "cpe:2.3:a:lidatong:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:+KQsnv4VnzyxWcfO9mlxxELaoztsDEjOuCMPAuPqgU0=" + "name": "syft:cpe23", + "value": "cpe:2.3:a:lidatong:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/containerd/log@v0.1.0?package-id=52a5a824268cc587", - "type": "library", - "name": "github.com/containerd/log", - "version": "v0.1.0", - "cpe": "cpe:2.3:a:containerd:log:v0.1.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/containerd/log@v0.1.0", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:lidatongproject:dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "go" + "name": "syft:cpe23", + "value": "cpe:2.3:a:lidatongproject:dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "go-module" + "name": "syft:cpe23", + "value": "cpe:2.3:a:charles-dt-li:dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:charles-dt-li:dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "name": "syft:cpe23", + "value": "cpe:2.3:a:charles_dt_li:dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/bin/helm" + "name": "syft:cpe23", + "value": "cpe:2.3:a:charles_dt_li:dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:architecture", - "value": "amd64" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I=" + "name": "syft:cpe23", + "value": "cpe:2.3:a:dataclasses:dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/cpuguy83/go-md2man@v2.0.3?package-id=8c52913065da828d#v2", - "type": "library", - "name": "github.com/cpuguy83/go-md2man/v2", - "version": "v2.0.3", - "cpe": "cpe:2.3:a:cpuguy83:go-md2man\\/v2:v2.0.3:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/cpuguy83/go-md2man@v2.0.3#v2", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:dataclasses:dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "go" + "name": "syft:cpe23", + "value": "cpe:2.3:a:lidatong:dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "go-module" + "name": "syft:cpe23", + "value": "cpe:2.3:a:lidatong:dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:dataclasses-json:0.5.9:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:cpuguy83:go_md2man\\/v2:v2.0.3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:dataclasses_json:0.5.9:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/lib/python3.12/site-packages/dataclasses_json-0.5.9.dist-info/METADATA" }, { - "name": "syft:metadata:architecture", - "value": "amd64" + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/dataclasses_json-0.5.9.dist-info/RECORD" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:qMCsGGgs+MAzDFyp9LpAe1Lqy/fY/qCovCm0qnXZOBM=" + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/dataclasses_json-0.5.9.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:golang/github.com/cyphar/filepath-securejoin@v0.2.4?package-id=ec8484c177e00348", + "bom-ref": "pkg:pypi/docutils@0.21.2?package-id=899aa909e74d3ea3", "type": "library", - "name": "github.com/cyphar/filepath-securejoin", - "version": "v0.2.4", - "cpe": "cpe:2.3:a:cyphar:filepath-securejoin:v0.2.4:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/cyphar/filepath-securejoin@v0.2.4", + "author": "David Goodger ", + "name": "docutils", + "version": "0.21.2", + "cpe": "cpe:2.3:a:david_goodger_\\", + "name": "durationpy", + "version": "0.9", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ilia_choly_project:python-durationpy:0.9:*:*:*:*:*:*:*", + "purl": "pkg:pypi/durationpy@0.9", "properties": [ { "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" + "value": "python-installed-package-cataloger" }, { "name": "syft:package:language", - "value": "go" + "value": "python" }, { "name": "syft:package:type", - "value": "go-module" + "value": "python" }, { "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "value": "python-package" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilia_choly_project:python_durationpy:0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilia_cholyproject:python-durationpy:0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilia_cholyproject:python_durationpy:0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-durationpy:python-durationpy:0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-durationpy:python_durationpy:0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_durationpy:python-durationpy:0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_durationpy:python_durationpy:0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilia_choly_project:durationpy:0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:durationpy:python-durationpy:0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:durationpy:python_durationpy:0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilia-choly:python-durationpy:0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilia-choly:python_durationpy:0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilia_choly:python-durationpy:0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilia_choly:python_durationpy:0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilia_cholyproject:durationpy:0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-durationpy:durationpy:0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_durationpy:durationpy:0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-durationpy:0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_durationpy:0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:durationpy:durationpy:0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilia-choly:durationpy:0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilia_choly:durationpy:0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:durationpy:0.9:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/lib/python3.12/site-packages/durationpy-0.9.dist-info/METADATA" }, { - "name": "syft:metadata:architecture", - "value": "amd64" + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/durationpy-0.9.dist-info/RECORD" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:/FUIFXtfc/x2gpa5/VGfiGLuOIdYa1t65IKK2OFGvA0=" + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/durationpy-0.9.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:golang/github.com/docker/cli@v25.0.1%2Bincompatible?package-id=352dca13c8a20b01", + "bom-ref": "pkg:pypi/frozenlist@1.4.1?package-id=2f3cf9e4db1cbf24", "type": "library", - "name": "github.com/docker/cli", - "version": "v25.0.1+incompatible", - "cpe": "cpe:2.3:a:docker:cli:v25.0.1\\+incompatible:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/docker/cli@v25.0.1%2Bincompatible", + "name": "frozenlist", + "version": "1.4.1", + "licenses": [ + { + "license": { + "name": "Apache 2" + } + } + ], + "cpe": "cpe:2.3:a:python-frozenlist:python-frozenlist:1.4.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/frozenlist@1.4.1", "properties": [ { "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" + "value": "python-installed-package-cataloger" }, { "name": "syft:package:language", - "value": "go" + "value": "python" }, { "name": "syft:package:type", - "value": "go-module" + "value": "python" }, { "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "value": "python-package" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-frozenlist:python_frozenlist:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_frozenlist:python-frozenlist:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_frozenlist:python_frozenlist:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:frozenlist:python-frozenlist:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:frozenlist:python_frozenlist:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-frozenlist:frozenlist:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_frozenlist:frozenlist:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-frozenlist:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_frozenlist:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:frozenlist:frozenlist:1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:frozenlist:1.4.1:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/lib/python3.12/site-packages/frozenlist-1.4.1.dist-info/METADATA" }, { - "name": "syft:metadata:architecture", - "value": "amd64" + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/frozenlist-1.4.1.dist-info/RECORD" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:mFpqnrS6Hsm3v1k7Wa/BO23oz0k121MTbTO1lpcGSkU=" + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/frozenlist-1.4.1.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:golang/github.com/docker/distribution@v2.8.3%2Bincompatible?package-id=f782481158fa6402", + "bom-ref": "pkg:golang/github.com/burntsushi/toml@v1.3.2?package-id=9f07ead338611232", "type": "library", - "name": "github.com/docker/distribution", - "version": "v2.8.3+incompatible", - "cpe": "cpe:2.3:a:docker:distribution:v2.8.3\\+incompatible:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/docker/distribution@v2.8.3%2Bincompatible", + "name": "github.com/BurntSushi/toml", + "version": "v1.3.2", + "cpe": "cpe:2.3:a:BurntSushi:toml:v1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/BurntSushi/toml@v1.3.2", "properties": [ { "name": "syft:package:foundBy", @@ -4901,7 +4853,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -4917,7 +4869,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk=" + "value": "h1:o7IhLm0Msx3BaB+n3Ag7L8EVlByGnpq14C4YWiu/gL8=" }, { "name": "syft:metadata:mainModule", @@ -4926,12 +4878,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/docker/docker@v25.0.5%2Bincompatible?package-id=78b275081468eff3", + "bom-ref": "pkg:golang/github.com/makenowjust/heredoc@v1.0.0?package-id=e19e6cb7ac925d01", "type": "library", - "name": "github.com/docker/docker", - "version": "v25.0.5+incompatible", - "cpe": "cpe:2.3:a:docker:docker:v25.0.5\\+incompatible:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/docker/docker@v25.0.5%2Bincompatible", + "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", @@ -4951,7 +4903,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -4967,7 +4919,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:UmQydMduGkrD5nQde1mecF/YnSbTOaPeFIeP5C4W+DE=" + "value": "h1:cXCdzVdstXyiTqTvfqk9SDHpKNjxuom+DOlyEeQ4pzQ=" }, { "name": "syft:metadata:mainModule", @@ -4976,12 +4928,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/docker/docker-credential-helpers@v0.7.0?package-id=08c6827c5ccc4e12", + "bom-ref": "pkg:golang/github.com/masterminds/goutils@v1.1.1?package-id=23253cbdd3a09d4e", "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", + "name": "github.com/Masterminds/goutils", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:goutils_project:goutils:v1.1.1:*:*:*:*:go:*:*", + "purl": "pkg:golang/github.com/Masterminds/goutils@v1.1.1", "properties": [ { "name": "syft:package:foundBy", @@ -4999,13 +4951,9 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:docker:docker_credential_helpers:v0.7.0:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -5021,7 +4969,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:xtCHsjxogADNZcdv1pKUHXryefjlVRqWqIhk/uXJp0A=" + "value": "h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI=" }, { "name": "syft:metadata:mainModule", @@ -5030,12 +4978,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/docker/go-connections@v0.5.0?package-id=b0d75208a0079d4a", + "bom-ref": "pkg:golang/github.com/masterminds/semver@v3.2.1?package-id=9fe6570ab9a82eec#v3", "type": "library", - "name": "github.com/docker/go-connections", - "version": "v0.5.0", - "cpe": "cpe:2.3:a:docker:go-connections:v0.5.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/docker/go-connections@v0.5.0", + "name": "github.com/Masterminds/semver/v3", + "version": "v3.2.1", + "cpe": "cpe:2.3:a:Masterminds:semver\\/v3:v3.2.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Masterminds/semver@v3.2.1#v3", "properties": [ { "name": "syft:package:foundBy", @@ -5053,13 +5001,9 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:docker:go_connections:v0.5.0:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -5075,7 +5019,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c=" + "value": "h1:RN9w6+7QoMeJVGyfmbcgs28Br8cvmnucEXnY0rYXWg0=" }, { "name": "syft:metadata:mainModule", @@ -5084,12 +5028,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/docker/go-metrics@v0.0.1?package-id=b03a510e93f607bb", + "bom-ref": "pkg:golang/github.com/masterminds/sprig@v3.2.3?package-id=5dcc399a68f26bf9#v3", "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", + "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.2.3#v3", "properties": [ { "name": "syft:package:foundBy", @@ -5107,13 +5051,9 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:docker:go_metrics:v0.0.1:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -5129,7 +5069,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:AgB/0SvBxihN0X8OR4SjsblXkbMvalQ8cjmtKQ2rQV8=" + "value": "h1:eL2fZNezLomi0uOLqjQoN6BfsDD+fyLtgbJMAj9n6YA=" }, { "name": "syft:metadata:mainModule", @@ -5138,12 +5078,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/emicklei/go-restful@v3.11.0?package-id=dab8eab6f936a648#v3", + "bom-ref": "pkg:golang/github.com/masterminds/squirrel@v1.5.4?package-id=e6f4c95e146f5eeb", "type": "library", - "name": "github.com/emicklei/go-restful/v3", - "version": "v3.11.0", - "cpe": "cpe:2.3:a:emicklei:go-restful\\/v3:v3.11.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/emicklei/go-restful@v3.11.0#v3", + "name": "github.com/Masterminds/squirrel", + "version": "v1.5.4", + "cpe": "cpe:2.3:a:Masterminds:squirrel:v1.5.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Masterminds/squirrel@v1.5.4", "properties": [ { "name": "syft:package:foundBy", @@ -5161,13 +5101,9 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:emicklei:go_restful\\/v3:v3.11.0:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -5183,7 +5119,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:rAQeMHw1c7zTmncogyy8VvRZwtkmkZ4FxERmMY4rD+g=" + "value": "h1:uUcX/aBc8O7Fg9kaISIUsHXdKuqehiXAMQTYX8afzqM=" }, { "name": "syft:metadata:mainModule", @@ -5192,12 +5128,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/emicklei/go-restful@v3.11.2?package-id=677c3b05e5bb697c#v3", + "bom-ref": "pkg:golang/github.com/masterminds/vcs@v1.13.3?package-id=d357c5497a3c8c27", "type": "library", - "name": "github.com/emicklei/go-restful/v3", - "version": "v3.11.2", - "cpe": "cpe:2.3:a:emicklei:go-restful\\/v3:v3.11.2:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/emicklei/go-restful@v3.11.2#v3", + "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", @@ -5215,17 +5151,13 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:emicklei:go_restful\\/v3:v3.11.2:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -5233,29 +5165,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:1onLa9DcsMYO9P+CXaL0dStDqQ2EHHXLiz+BtnqkLAU=" + "value": "h1:IIA2aBdXvfbIM+yl/eTnL4hb1XwdpvuQLglAix1gweE=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/evanphx/json-patch@v5.7.0%2Bincompatible?package-id=893611566483ddc8", + "bom-ref": "pkg:golang/github.com/antlr/antlr4@v4.0.0-20230305170008-8188dc5388df?package-id=c6659d9f4e02eb2f#runtime/Go/antlr/v4", "type": "library", - "name": "github.com/evanphx/json-patch", - "version": "v5.7.0+incompatible", - "cpe": "cpe:2.3:a:evanphx:json-patch:v5.7.0\\+incompatible:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/evanphx/json-patch@v5.7.0%2Bincompatible", + "name": "github.com/antlr/antlr4/runtime/Go/antlr/v4", + "version": "v4.0.0-20230305170008-8188dc5388df", + "cpe": "cpe:2.3:a:antlr:antlr4\\/runtime\\/Go\\/antlr\\/v4:v4.0.0-20230305170008-8188dc5388df:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/antlr/antlr4@v4.0.0-20230305170008-8188dc5388df#runtime/Go/antlr/v4", "properties": [ { "name": "syft:package:foundBy", @@ -5273,17 +5201,13 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:evanphx:json_patch:v5.7.0\\+incompatible:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -5291,25 +5215,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:vgGkfT/9f8zE6tvSCe74nfpAVDQ2tG6yudJd8LBksgI=" + "value": "h1:7RFfzj4SSt6nnvCPbCqijJi1nWCd+TqAT3bYCStRC18=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/github.com/evanphx/json-patch@v5.8.0?package-id=b82ff22f84fce959#v5", + "bom-ref": "pkg:golang/github.com/asaskevich/govalidator@v0.0.0-20200428143746-21a406dcc535?package-id=ec771963dcbb2905", "type": "library", - "name": "github.com/evanphx/json-patch/v5", - "version": "v5.8.0", - "cpe": "cpe:2.3:a:evanphx:json-patch\\/v5:v5.8.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/evanphx/json-patch@v5.8.0#v5", + "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", @@ -5327,17 +5255,13 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:evanphx:json_patch\\/v5:v5.8.0:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -5345,29 +5269,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:lRj6N9Nci7MvzrXuX6HFzU8XjmhPiXPlsKEy1u0KQro=" + "value": "h1:4daAzAu0S6Vi7/lbWECcX0j45yZReDZ56BQsrVBOEEY=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/exponent-io/jsonpath@v0.0.0-20151013193312-d6023ce2651d?package-id=f9a2711fc73065c0", + "bom-ref": "pkg:golang/github.com/beorn7/perks@v1.0.1?package-id=9ccbe4a91c61b81a", "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", + "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", @@ -5385,17 +5305,9 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "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:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -5411,7 +5323,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:105gxyaGwCFad8crR9dcMQWvV9Hvulu6hwUh4tWPJnM=" + "value": "h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=" }, { "name": "syft:metadata:mainModule", @@ -5420,12 +5332,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/fatih/color@v1.13.0?package-id=9facee7e28bff540", + "bom-ref": "pkg:golang/github.com/beorn7/perks@v1.0.1?package-id=565337fba68b26e5", "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", + "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", @@ -5445,11 +5357,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -5457,25 +5369,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:8LOYc1KYPPmyKMuN8QV2DNRWNbLo6LZ0iLs8+mlH53w=" + "value": "h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/github.com/felixge/httpsnoop@v1.0.3?package-id=37c034229feb5e02", + "bom-ref": "pkg:golang/github.com/blang/semver@v4.0.0?package-id=94e6011068aa2002#v4", "type": "library", - "name": "github.com/felixge/httpsnoop", - "version": "v1.0.3", - "cpe": "cpe:2.3:a:felixge:httpsnoop:v1.0.3:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/felixge/httpsnoop@v1.0.3", + "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.0.0#v4", "properties": [ { "name": "syft:package:foundBy", @@ -5495,11 +5411,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -5507,25 +5423,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:s/nj+GCswXYzN5v2DpNMuMQYe+0DDwt5WVCU6CWBdXk=" + "value": "h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/github.com/fsnotify/fsnotify@v1.7.0?package-id=668cb72baee8cdfd", + "bom-ref": "pkg:golang/github.com/cespare/xxhash@v2.2.0?package-id=62064b1abddffd57#v2", "type": "library", - "name": "github.com/fsnotify/fsnotify", - "version": "v1.7.0", - "cpe": "cpe:2.3:a:fsnotify:fsnotify:v1.7.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/fsnotify/fsnotify@v1.7.0", + "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.2.0#v2", "properties": [ { "name": "syft:package:foundBy", @@ -5545,11 +5465,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -5557,29 +5477,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=" + "value": "h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/fvbommel/sortorder@v1.1.0?package-id=974c707008f61e65", + "bom-ref": "pkg:golang/github.com/cespare/xxhash@v2.2.0?package-id=af8c84f0824ceff8#v2", "type": "library", - "name": "github.com/fvbommel/sortorder", - "version": "v1.1.0", - "cpe": "cpe:2.3:a:fvbommel:sortorder:v1.1.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/fvbommel/sortorder@v1.1.0", + "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.2.0#v2", "properties": [ { "name": "syft:package:foundBy", @@ -5599,11 +5515,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -5611,25 +5527,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:fUmoe+HLsBTctBDoaBwpQo5N+nrCp8g/BjKb/6ZQmYw=" + "value": "h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/github.com/go-errors/errors@v1.4.2?package-id=357c3cc405739073", + "bom-ref": "pkg:golang/github.com/chai2010/gettext-go@v1.0.2?package-id=11b6e1fbc6ed31e0", "type": "library", - "name": "github.com/go-errors/errors", - "version": "v1.4.2", - "cpe": "cpe:2.3:a:go-errors:errors:v1.4.2:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/go-errors/errors@v1.4.2", + "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", @@ -5649,15 +5569,11 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:go_errors:errors:v1.4.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:go:errors:v1.4.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:chai2010:gettext_go:v1.0.2:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -5673,7 +5589,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:J6MZopCL4uSllY1OfXM374weqZFFItUbrImctkmUxIA=" + "value": "h1:1Lwwip6Q2QGsAdl/ZKPCwTe9fe0CjlUbqj5bFNSjIRk=" }, { "name": "syft:metadata:mainModule", @@ -5682,12 +5598,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/go-gorp/gorp@v3.1.0?package-id=ba3cf528d0a75284#v3", + "bom-ref": "pkg:golang/github.com/containerd/containerd@v1.7.12?package-id=5d39e2a62c0f6665", "type": "library", - "name": "github.com/go-gorp/gorp/v3", - "version": "v3.1.0", - "cpe": "cpe:2.3:a:go-gorp:gorp\\/v3:v3.1.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/go-gorp/gorp@v3.1.0#v3", + "name": "github.com/containerd/containerd", + "version": "v1.7.12", + "cpe": "cpe:2.3:a:containerd:containerd:v1.7.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/containerd@v1.7.12", "properties": [ { "name": "syft:package:foundBy", @@ -5705,17 +5621,9 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:go_gorp:gorp\\/v3:v3.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:go:gorp\\/v3:v3.1.0:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -5731,7 +5639,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:ItKF/Vbuj31dmV4jxA1qblpSwkl9g1typ24xoe70IGs=" + "value": "h1:+KQsnv4VnzyxWcfO9mlxxELaoztsDEjOuCMPAuPqgU0=" }, { "name": "syft:metadata:mainModule", @@ -5740,12 +5648,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/go-logr/logr@v1.4.1?package-id=525b279692cd73fb", + "bom-ref": "pkg:golang/github.com/containerd/log@v0.1.0?package-id=52a5a824268cc587", "type": "library", - "name": "github.com/go-logr/logr", - "version": "v1.4.1", - "cpe": "cpe:2.3:a:go-logr:logr:v1.4.1:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/go-logr/logr@v1.4.1", + "name": "github.com/containerd/log", + "version": "v0.1.0", + "cpe": "cpe:2.3:a:containerd:log:v0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/log@v0.1.0", "properties": [ { "name": "syft:package:foundBy", @@ -5763,17 +5671,9 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:go_logr:logr:v1.4.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:go:logr:v1.4.1:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -5789,7 +5689,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:pKouT5E8xu9zeFC39JXRDukb6JFQPXM5p5I91188VAQ=" + "value": "h1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I=" }, { "name": "syft:metadata:mainModule", @@ -5798,12 +5698,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/go-logr/logr@v1.4.1?package-id=b2be2dbb3abf06fe", + "bom-ref": "pkg:golang/github.com/cpuguy83/go-md2man@v2.0.3?package-id=8c52913065da828d#v2", "type": "library", - "name": "github.com/go-logr/logr", - "version": "v1.4.1", - "cpe": "cpe:2.3:a:go-logr:logr:v1.4.1:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/go-logr/logr@v1.4.1", + "name": "github.com/cpuguy83/go-md2man/v2", + "version": "v2.0.3", + "cpe": "cpe:2.3:a:cpuguy83:go-md2man\\/v2:v2.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cpuguy83/go-md2man@v2.0.3#v2", "properties": [ { "name": "syft:package:foundBy", @@ -5823,19 +5723,15 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:go_logr:logr:v1.4.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:go:logr:v1.4.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:cpuguy83:go_md2man\\/v2:v2.0.3:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -5843,29 +5739,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:pKouT5E8xu9zeFC39JXRDukb6JFQPXM5p5I91188VAQ=" + "value": "h1:qMCsGGgs+MAzDFyp9LpAe1Lqy/fY/qCovCm0qnXZOBM=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/go-logr/stdr@v1.2.2?package-id=3a6aa402a9a2d960", + "bom-ref": "pkg:golang/github.com/cyphar/filepath-securejoin@v0.2.4?package-id=ec8484c177e00348", "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", + "name": "github.com/cyphar/filepath-securejoin", + "version": "v0.2.4", + "cpe": "cpe:2.3:a:cyphar:filepath-securejoin:v0.2.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cyphar/filepath-securejoin@v0.2.4", "properties": [ { "name": "syft:package:foundBy", @@ -5885,15 +5777,11 @@ }, { "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:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:cyphar:filepath_securejoin:v0.2.4:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -5909,7 +5797,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=" + "value": "h1:Ugdm7cg7i6ZK6x3xDF1oEu1nfkyfH53EtKeQYTC3kyg=" }, { "name": "syft:metadata:mainModule", @@ -5918,12 +5806,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/go-logr/zapr@v1.3.0?package-id=cbf8506865a125d4", + "bom-ref": "pkg:golang/github.com/davecgh/go-spew@v1.1.1?package-id=0dc051c9b9d2a406", "type": "library", - "name": "github.com/go-logr/zapr", - "version": "v1.3.0", - "cpe": "cpe:2.3:a:go-logr:zapr:v1.3.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/go-logr/zapr@v1.3.0", + "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", @@ -5943,19 +5831,15 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:go_logr:zapr:v1.3.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:go:zapr:v1.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:davecgh:go_spew:v1.1.1:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -5963,29 +5847,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:XGdV8XW8zdwFiwOA2Dryh1gj2KRQyOOoNmBy4EplIcQ=" + "value": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/go-openapi/jsonpointer@v0.19.6?package-id=cc04d42968af2c0c", + "bom-ref": "pkg:golang/github.com/davecgh/go-spew@v1.1.2-0.20180830191138-d8f796af33cc?package-id=b3ef995be414cb30", "type": "library", - "name": "github.com/go-openapi/jsonpointer", - "version": "v0.19.6", - "cpe": "cpe:2.3:a:go-openapi:jsonpointer:v0.19.6:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/go-openapi/jsonpointer@v0.19.6", + "name": "github.com/davecgh/go-spew", + "version": "v1.1.2-0.20180830191138-d8f796af33cc", + "cpe": "cpe:2.3:a:davecgh:go-spew:v1.1.2-0.20180830191138-d8f796af33cc:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/davecgh/go-spew@v1.1.2-0.20180830191138-d8f796af33cc", "properties": [ { "name": "syft:package:foundBy", @@ -6005,19 +5885,15 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:go_openapi:jsonpointer:v0.19.6:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:go:jsonpointer:v0.19.6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:davecgh:go_spew:v1.1.2-0.20180830191138-d8f796af33cc:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -6025,25 +5901,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:eCs3fxoIi3Wh6vtgmLTOjdhSpiqphQ+DaPn38N2ZdrE=" + "value": "h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/github.com/go-openapi/jsonpointer@v0.20.2?package-id=4690798d47ee6cf0", + "bom-ref": "pkg:golang/github.com/distribution/reference@v0.5.0?package-id=660a917e3647c770", "type": "library", - "name": "github.com/go-openapi/jsonpointer", - "version": "v0.20.2", - "cpe": "cpe:2.3:a:go-openapi:jsonpointer:v0.20.2:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/go-openapi/jsonpointer@v0.20.2", + "name": "github.com/distribution/reference", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:distribution:reference:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/distribution/reference@v0.5.0", "properties": [ { "name": "syft:package:foundBy", @@ -6061,21 +5941,13 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:go_openapi:jsonpointer:v0.20.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:go:jsonpointer:v0.20.2:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -6083,29 +5955,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:mQc3nmndL8ZBzStEo3JYF8wzmeWffDH4VbXz58sAx6Q=" + "value": "h1:/FUIFXtfc/x2gpa5/VGfiGLuOIdYa1t65IKK2OFGvA0=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/go-openapi/jsonreference@v0.20.2?package-id=377ff6baab2b70af", + "bom-ref": "pkg:golang/github.com/docker/cli@v25.0.1%2Bincompatible?package-id=352dca13c8a20b01", "type": "library", - "name": "github.com/go-openapi/jsonreference", - "version": "v0.20.2", - "cpe": "cpe:2.3:a:go-openapi:jsonreference:v0.20.2:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/go-openapi/jsonreference@v0.20.2", + "name": "github.com/docker/cli", + "version": "v25.0.1+incompatible", + "cpe": "cpe:2.3:a:docker:cli:v25.0.1\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/cli@v25.0.1%2Bincompatible", "properties": [ { "name": "syft:package:foundBy", @@ -6123,17 +5991,9 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:go_openapi:jsonreference:v0.20.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:go:jsonreference:v0.20.2:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -6149,7 +6009,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:3sVjiK66+uXK/6oQ8xgcRKcFgQ5KXa2KvnJRumpMGbE=" + "value": "h1:mFpqnrS6Hsm3v1k7Wa/BO23oz0k121MTbTO1lpcGSkU=" }, { "name": "syft:metadata:mainModule", @@ -6158,12 +6018,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/go-openapi/jsonreference@v0.20.4?package-id=bcced6a0fdb90fed", + "bom-ref": "pkg:golang/github.com/docker/distribution@v2.8.3%2Bincompatible?package-id=f782481158fa6402", "type": "library", - "name": "github.com/go-openapi/jsonreference", - "version": "v0.20.4", - "cpe": "cpe:2.3:a:go-openapi:jsonreference:v0.20.4:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/go-openapi/jsonreference@v0.20.4", + "name": "github.com/docker/distribution", + "version": "v2.8.3+incompatible", + "cpe": "cpe:2.3:a:docker:distribution:v2.8.3\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/distribution@v2.8.3%2Bincompatible", "properties": [ { "name": "syft:package:foundBy", @@ -6181,21 +6041,13 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:go_openapi:jsonreference:v0.20.4:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:go:jsonreference:v0.20.4:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -6203,29 +6055,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:bKlDxQxQJgwpUSgOENiMPzCTBVuc7vTdXSSgNeAhojU=" + "value": "h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/go-openapi/swag@v0.22.3?package-id=5cc29188dc26f965", + "bom-ref": "pkg:golang/github.com/docker/docker@v25.0.5%2Bincompatible?package-id=78b275081468eff3", "type": "library", - "name": "github.com/go-openapi/swag", - "version": "v0.22.3", - "cpe": "cpe:2.3:a:go-openapi:swag:v0.22.3:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/go-openapi/swag@v0.22.3", + "name": "github.com/docker/docker", + "version": "v25.0.5+incompatible", + "cpe": "cpe:2.3:a:docker:docker:v25.0.5\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/docker@v25.0.5%2Bincompatible", "properties": [ { "name": "syft:package:foundBy", @@ -6243,17 +6091,9 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:go_openapi:swag:v0.22.3:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:go:swag:v0.22.3:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -6269,7 +6109,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:yMBqmnQ0gyZvEb/+KzuWZOXgllrXT4SADYbvDaXHv/g=" + "value": "h1:UmQydMduGkrD5nQde1mecF/YnSbTOaPeFIeP5C4W+DE=" }, { "name": "syft:metadata:mainModule", @@ -6278,12 +6118,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/go-openapi/swag@v0.22.9?package-id=ed12647e503f8e41", + "bom-ref": "pkg:golang/github.com/docker/docker-credential-helpers@v0.7.0?package-id=08c6827c5ccc4e12", "type": "library", - "name": "github.com/go-openapi/swag", - "version": "v0.22.9", - "cpe": "cpe:2.3:a:go-openapi:swag:v0.22.9:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/go-openapi/swag@v0.22.9", + "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", @@ -6303,19 +6143,15 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:go_openapi:swag:v0.22.9:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:go:swag:v0.22.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:docker:docker_credential_helpers:v0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -6323,29 +6159,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:XX2DssF+mQKM2DHsbgZK74y/zj4mo9I99+89xUmuZCE=" + "value": "h1:xtCHsjxogADNZcdv1pKUHXryefjlVRqWqIhk/uXJp0A=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/gobwas/glob@v0.2.3?package-id=2f2be2007731ee8a", + "bom-ref": "pkg:golang/github.com/docker/go-connections@v0.5.0?package-id=b0d75208a0079d4a", "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", + "name": "github.com/docker/go-connections", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:docker:go-connections:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-connections@v0.5.0", "properties": [ { "name": "syft:package:foundBy", @@ -6363,9 +6195,13 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_connections:v0.5.0:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -6381,7 +6217,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y=" + "value": "h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c=" }, { "name": "syft:metadata:mainModule", @@ -6390,12 +6226,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/gofrs/flock@v0.8.1?package-id=5f3af12e59b9da30", + "bom-ref": "pkg:golang/github.com/docker/go-metrics@v0.0.1?package-id=b03a510e93f607bb", "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", + "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", @@ -6413,9 +6249,13 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_metrics:v0.0.1:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -6431,7 +6271,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:+gYjHKf32LDeiEEFhQaotPbLuUXjY5ZqxKgXy7n59aw=" + "value": "h1:AgB/0SvBxihN0X8OR4SjsblXkbMvalQ8cjmtKQ2rQV8=" }, { "name": "syft:metadata:mainModule", @@ -6440,12 +6280,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/gogo/protobuf@v1.3.2?package-id=5e63964bee8fa0a4", + "bom-ref": "pkg:golang/github.com/emicklei/go-restful@v3.11.0?package-id=dab8eab6f936a648#v3", "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", + "name": "github.com/emicklei/go-restful/v3", + "version": "v3.11.0", + "cpe": "cpe:2.3:a:emicklei:go-restful\\/v3:v3.11.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/emicklei/go-restful@v3.11.0#v3", "properties": [ { "name": "syft:package:foundBy", @@ -6464,9 +6304,13 @@ "value": "go-module-buildinfo-entry" }, { - "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" - }, + "name": "syft:cpe23", + "value": "cpe:2.3:a:emicklei:go_restful\\/v3:v3.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" + }, { "name": "syft:location:0:path", "value": "/bin/helm" @@ -6481,7 +6325,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=" + "value": "h1:rAQeMHw1c7zTmncogyy8VvRZwtkmkZ4FxERmMY4rD+g=" }, { "name": "syft:metadata:mainModule", @@ -6490,12 +6334,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/gogo/protobuf@v1.3.2?package-id=0b98bcf0959fda11", + "bom-ref": "pkg:golang/github.com/emicklei/go-restful@v3.11.2?package-id=677c3b05e5bb697c#v3", "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", + "name": "github.com/emicklei/go-restful/v3", + "version": "v3.11.2", + "cpe": "cpe:2.3:a:emicklei:go-restful\\/v3:v3.11.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/emicklei/go-restful@v3.11.2#v3", "properties": [ { "name": "syft:package:foundBy", @@ -6513,9 +6357,13 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emicklei:go_restful\\/v3:v3.11.2:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -6535,7 +6383,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=" + "value": "h1:1onLa9DcsMYO9P+CXaL0dStDqQ2EHHXLiz+BtnqkLAU=" }, { "name": "syft:metadata:mainModule", @@ -6544,12 +6392,66 @@ ] }, { - "bom-ref": "pkg:golang/github.com/golang/groupcache@v0.0.0-20210331224755-41bb18bfe9da?package-id=bd36151afdf25040", + "bom-ref": "pkg:golang/github.com/evanphx/json-patch@v5.7.0%2Bincompatible?package-id=893611566483ddc8", "type": "library", - "name": "github.com/golang/groupcache", - "version": "v0.0.0-20210331224755-41bb18bfe9da", - "cpe": "cpe:2.3:a:golang:groupcache:v0.0.0-20210331224755-41bb18bfe9da:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/golang/groupcache@v0.0.0-20210331224755-41bb18bfe9da", + "name": "github.com/evanphx/json-patch", + "version": "v5.7.0+incompatible", + "cpe": "cpe:2.3:a:evanphx:json-patch:v5.7.0\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/evanphx/json-patch@v5.7.0%2Bincompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:evanphx:json_patch:v5.7.0\\+incompatible:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" + }, + { + "name": "syft:location:0:path", + "value": "/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vgGkfT/9f8zE6tvSCe74nfpAVDQ2tG6yudJd8LBksgI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/evanphx/json-patch@v5.8.0?package-id=b82ff22f84fce959#v5", + "type": "library", + "name": "github.com/evanphx/json-patch/v5", + "version": "v5.8.0", + "cpe": "cpe:2.3:a:evanphx:json-patch\\/v5:v5.8.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/evanphx/json-patch@v5.8.0#v5", "properties": [ { "name": "syft:package:foundBy", @@ -6567,9 +6469,13 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:evanphx:json_patch\\/v5:v5.8.0:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -6589,7 +6495,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE=" + "value": "h1:lRj6N9Nci7MvzrXuX6HFzU8XjmhPiXPlsKEy1u0KQro=" }, { "name": "syft:metadata:mainModule", @@ -6598,12 +6504,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/golang/protobuf@v1.5.4?package-id=1dfce28acfb25896", + "bom-ref": "pkg:golang/github.com/exponent-io/jsonpath@v0.0.0-20151013193312-d6023ce2651d?package-id=f9a2711fc73065c0", "type": "library", - "name": "github.com/golang/protobuf", - "version": "v1.5.4", - "cpe": "cpe:2.3:a:golang:protobuf:v1.5.4:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/golang/protobuf@v1.5.4", + "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", @@ -6621,9 +6527,17 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "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:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -6639,7 +6553,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek=" + "value": "h1:105gxyaGwCFad8crR9dcMQWvV9Hvulu6hwUh4tWPJnM=" }, { "name": "syft:metadata:mainModule", @@ -6648,12 +6562,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/golang/protobuf@v1.5.4?package-id=c3f041b84e5ed5e2", + "bom-ref": "pkg:golang/github.com/fatih/color@v1.13.0?package-id=9facee7e28bff540", "type": "library", - "name": "github.com/golang/protobuf", - "version": "v1.5.4", - "cpe": "cpe:2.3:a:golang:protobuf:v1.5.4:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/golang/protobuf@v1.5.4", + "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", @@ -6673,11 +6587,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -6685,29 +6599,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek=" + "value": "h1:8LOYc1KYPPmyKMuN8QV2DNRWNbLo6LZ0iLs8+mlH53w=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/google/btree@v1.0.1?package-id=77a29dbc9fac8da4", + "bom-ref": "pkg:golang/github.com/felixge/httpsnoop@v1.0.3?package-id=37c034229feb5e02", "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", + "name": "github.com/felixge/httpsnoop", + "version": "v1.0.3", + "cpe": "cpe:2.3:a:felixge:httpsnoop:v1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/felixge/httpsnoop@v1.0.3", "properties": [ { "name": "syft:package:foundBy", @@ -6727,7 +6637,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -6743,7 +6653,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:gK4Kx5IaGY9CD5sPJ36FHiBJ6ZXl0kilRiiCj+jdYp4=" + "value": "h1:s/nj+GCswXYzN5v2DpNMuMQYe+0DDwt5WVCU6CWBdXk=" }, { "name": "syft:metadata:mainModule", @@ -6752,12 +6662,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/google/cel-go@v0.17.7?package-id=f45e6ffb13c92041", + "bom-ref": "pkg:golang/github.com/fsnotify/fsnotify@v1.7.0?package-id=668cb72baee8cdfd", "type": "library", - "name": "github.com/google/cel-go", - "version": "v0.17.7", - "cpe": "cpe:2.3:a:google:cel-go:v0.17.7:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/google/cel-go@v0.17.7", + "name": "github.com/fsnotify/fsnotify", + "version": "v1.7.0", + "cpe": "cpe:2.3:a:fsnotify:fsnotify:v1.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fsnotify/fsnotify@v1.7.0", "properties": [ { "name": "syft:package:foundBy", @@ -6775,13 +6685,9 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google:cel_go:v0.17.7:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -6801,7 +6707,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:6ebJFzu1xO2n7TLtN+UBqShGBhlD85bhvglh5DpcfqQ=" + "value": "h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=" }, { "name": "syft:metadata:mainModule", @@ -6810,12 +6716,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/google/gnostic-models@v0.6.8?package-id=d1d0cf25b6bd8806", + "bom-ref": "pkg:golang/github.com/fvbommel/sortorder@v1.1.0?package-id=974c707008f61e65", "type": "library", - "name": "github.com/google/gnostic-models", - "version": "v0.6.8", - "cpe": "cpe:2.3:a:google:gnostic-models:v0.6.8:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/google/gnostic-models@v0.6.8", + "name": "github.com/fvbommel/sortorder", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:fvbommel:sortorder:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fvbommel/sortorder@v1.1.0", "properties": [ { "name": "syft:package:foundBy", @@ -6833,13 +6739,9 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google:gnostic_models:v0.6.8:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -6855,7 +6757,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:yo/ABAfM5IMRsS1VnXjTBvUb61tFIHozhlYvRgGre9I=" + "value": "h1:fUmoe+HLsBTctBDoaBwpQo5N+nrCp8g/BjKb/6ZQmYw=" }, { "name": "syft:metadata:mainModule", @@ -6864,12 +6766,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/google/gnostic-models@v0.6.8?package-id=158b28b5deb44506", + "bom-ref": "pkg:golang/github.com/go-errors/errors@v1.4.2?package-id=357c3cc405739073", "type": "library", - "name": "github.com/google/gnostic-models", - "version": "v0.6.8", - "cpe": "cpe:2.3:a:google:gnostic-models:v0.6.8:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/google/gnostic-models@v0.6.8", + "name": "github.com/go-errors/errors", + "version": "v1.4.2", + "cpe": "cpe:2.3:a:go-errors:errors:v1.4.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-errors/errors@v1.4.2", "properties": [ { "name": "syft:package:foundBy", @@ -6889,15 +6791,19 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:google:gnostic_models:v0.6.8:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:go_errors:errors:v1.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:errors:v1.4.2:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -6905,29 +6811,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:yo/ABAfM5IMRsS1VnXjTBvUb61tFIHozhlYvRgGre9I=" + "value": "h1:J6MZopCL4uSllY1OfXM374weqZFFItUbrImctkmUxIA=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/google/go-cmp@v0.6.0?package-id=8a2dbae2b69c2ca4", + "bom-ref": "pkg:golang/github.com/go-gorp/gorp@v3.1.0?package-id=ba3cf528d0a75284#v3", "type": "library", - "name": "github.com/google/go-cmp", - "version": "v0.6.0", - "cpe": "cpe:2.3:a:google:go-cmp:v0.6.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/google/go-cmp@v0.6.0", + "name": "github.com/go-gorp/gorp/v3", + "version": "v3.1.0", + "cpe": "cpe:2.3:a:go-gorp:gorp\\/v3:v3.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-gorp/gorp@v3.1.0#v3", "properties": [ { "name": "syft:package:foundBy", @@ -6947,11 +6849,15 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:google:go_cmp:v0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:go_gorp:gorp\\/v3:v3.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:gorp\\/v3:v3.1.0:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -6967,7 +6873,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=" + "value": "h1:ItKF/Vbuj31dmV4jxA1qblpSwkl9g1typ24xoe70IGs=" }, { "name": "syft:metadata:mainModule", @@ -6976,12 +6882,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/google/go-cmp@v0.6.0?package-id=5f2b8a01315d9554", + "bom-ref": "pkg:golang/github.com/go-logr/logr@v1.4.1?package-id=525b279692cd73fb", "type": "library", - "name": "github.com/google/go-cmp", - "version": "v0.6.0", - "cpe": "cpe:2.3:a:google:go-cmp:v0.6.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/google/go-cmp@v0.6.0", + "name": "github.com/go-logr/logr", + "version": "v1.4.1", + "cpe": "cpe:2.3:a:go-logr:logr:v1.4.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-logr/logr@v1.4.1", "properties": [ { "name": "syft:package:foundBy", @@ -7001,15 +6907,19 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:google:go_cmp:v0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:go_logr:logr:v1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:logr:v1.4.1:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -7017,29 +6927,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=" + "value": "h1:pKouT5E8xu9zeFC39JXRDukb6JFQPXM5p5I91188VAQ=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/google/gofuzz@v1.2.0?package-id=e72124c526683766", + "bom-ref": "pkg:golang/github.com/go-logr/logr@v1.4.1?package-id=b2be2dbb3abf06fe", "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", + "name": "github.com/go-logr/logr", + "version": "v1.4.1", + "cpe": "cpe:2.3:a:go-logr:logr:v1.4.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-logr/logr@v1.4.1", "properties": [ { "name": "syft:package:foundBy", @@ -7057,13 +6963,21 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_logr:logr:v1.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:logr:v1.4.1:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -7071,25 +6985,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0=" + "value": "h1:pKouT5E8xu9zeFC39JXRDukb6JFQPXM5p5I91188VAQ=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/github.com/google/gofuzz@v1.2.0?package-id=942bf8ca44b899da", + "bom-ref": "pkg:golang/github.com/go-logr/stdr@v1.2.2?package-id=3a6aa402a9a2d960", "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", + "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", @@ -7107,13 +7025,21 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "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:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -7121,29 +7047,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0=" + "value": "h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510?package-id=45f5b61e8d138cd7", + "bom-ref": "pkg:golang/github.com/go-logr/zapr@v1.3.0?package-id=cbf8506865a125d4", "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", + "name": "github.com/go-logr/zapr", + "version": "v1.3.0", + "cpe": "cpe:2.3:a:go-logr:zapr:v1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-logr/zapr@v1.3.0", "properties": [ { "name": "syft:package:foundBy", @@ -7161,13 +7083,21 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_logr:zapr:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:zapr:v1.3.0:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -7175,25 +7105,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:El6M4kTTCOh6aBiKaUGG7oYTSPP8MxqL4YI3kZKwcP4=" + "value": "h1:XGdV8XW8zdwFiwOA2Dryh1gj2KRQyOOoNmBy4EplIcQ=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/github.com/google/uuid@v1.3.0?package-id=ade53586e903b835", + "bom-ref": "pkg:golang/github.com/go-openapi/jsonpointer@v0.19.6?package-id=cc04d42968af2c0c", "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", + "name": "github.com/go-openapi/jsonpointer", + "version": "v0.19.6", + "cpe": "cpe:2.3:a:go-openapi:jsonpointer:v0.19.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/jsonpointer@v0.19.6", "properties": [ { "name": "syft:package:foundBy", @@ -7211,9 +7145,17 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:jsonpointer:v0.19.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:jsonpointer:v0.19.6:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -7229,7 +7171,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=" + "value": "h1:eCs3fxoIi3Wh6vtgmLTOjdhSpiqphQ+DaPn38N2ZdrE=" }, { "name": "syft:metadata:mainModule", @@ -7238,12 +7180,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/google/uuid@v1.6.0?package-id=a5166b26c53b0dba", + "bom-ref": "pkg:golang/github.com/go-openapi/jsonpointer@v0.20.2?package-id=4690798d47ee6cf0", "type": "library", - "name": "github.com/google/uuid", - "version": "v1.6.0", - "cpe": "cpe:2.3:a:google:uuid:v1.6.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/google/uuid@v1.6.0", + "name": "github.com/go-openapi/jsonpointer", + "version": "v0.20.2", + "cpe": "cpe:2.3:a:go-openapi:jsonpointer:v0.20.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/jsonpointer@v0.20.2", "properties": [ { "name": "syft:package:foundBy", @@ -7261,9 +7203,17 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:jsonpointer:v0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:jsonpointer:v0.20.2:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -7283,7 +7233,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=" + "value": "h1:mQc3nmndL8ZBzStEo3JYF8wzmeWffDH4VbXz58sAx6Q=" }, { "name": "syft:metadata:mainModule", @@ -7292,12 +7242,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/gorilla/mux@v1.8.0?package-id=8d06b2f547bbada5", + "bom-ref": "pkg:golang/github.com/go-openapi/jsonreference@v0.20.2?package-id=377ff6baab2b70af", "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", + "name": "github.com/go-openapi/jsonreference", + "version": "v0.20.2", + "cpe": "cpe:2.3:a:go-openapi:jsonreference:v0.20.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/jsonreference@v0.20.2", "properties": [ { "name": "syft:package:foundBy", @@ -7315,9 +7265,17 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:jsonreference:v0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:jsonreference:v0.20.2:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -7333,7 +7291,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI=" + "value": "h1:3sVjiK66+uXK/6oQ8xgcRKcFgQ5KXa2KvnJRumpMGbE=" }, { "name": "syft:metadata:mainModule", @@ -7342,12 +7300,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/gorilla/websocket@v1.5.0?package-id=7a4e4b44c66b30f4", + "bom-ref": "pkg:golang/github.com/go-openapi/jsonreference@v0.20.4?package-id=bcced6a0fdb90fed", "type": "library", - "name": "github.com/gorilla/websocket", - "version": "v1.5.0", - "cpe": "cpe:2.3:a:gorilla:websocket:v1.5.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/gorilla/websocket@v1.5.0", + "name": "github.com/go-openapi/jsonreference", + "version": "v0.20.4", + "cpe": "cpe:2.3:a:go-openapi:jsonreference:v0.20.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/jsonreference@v0.20.4", "properties": [ { "name": "syft:package:foundBy", @@ -7365,13 +7323,21 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:jsonreference:v0.20.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:jsonreference:v0.20.4:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -7379,25 +7345,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc=" + "value": "h1:bKlDxQxQJgwpUSgOENiMPzCTBVuc7vTdXSSgNeAhojU=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/github.com/gosuri/uitable@v0.0.4?package-id=f6f4d90bb18dbacd", + "bom-ref": "pkg:golang/github.com/go-openapi/swag@v0.22.3?package-id=5cc29188dc26f965", "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", + "name": "github.com/go-openapi/swag", + "version": "v0.22.3", + "cpe": "cpe:2.3:a:go-openapi:swag:v0.22.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/swag@v0.22.3", "properties": [ { "name": "syft:package:foundBy", @@ -7415,9 +7385,17 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:swag:v0.22.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:swag:v0.22.3:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -7433,7 +7411,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:IG2xLKRvErL3uhY6e1BylFzG+aJiwQviDDTfOKeKTpY=" + "value": "h1:yMBqmnQ0gyZvEb/+KzuWZOXgllrXT4SADYbvDaXHv/g=" }, { "name": "syft:metadata:mainModule", @@ -7442,12 +7420,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/gregjones/httpcache@v0.0.0-20180305231024-9cad4c3443a7?package-id=35b3edb78e301b02", + "bom-ref": "pkg:golang/github.com/go-openapi/swag@v0.22.9?package-id=ed12647e503f8e41", "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", + "name": "github.com/go-openapi/swag", + "version": "v0.22.9", + "cpe": "cpe:2.3:a:go-openapi:swag:v0.22.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/swag@v0.22.9", "properties": [ { "name": "syft:package:foundBy", @@ -7465,13 +7443,21 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:swag:v0.22.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:swag:v0.22.9:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -7479,25 +7465,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:pdN6V1QBWetyv/0+wjACpqVH+eVULgEjkurDLq3goeM=" + "value": "h1:XX2DssF+mQKM2DHsbgZK74y/zj4mo9I99+89xUmuZCE=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/github.com/h2non/filetype@v1.1.3?package-id=e3efc9250cc89302", + "bom-ref": "pkg:golang/github.com/gobwas/glob@v0.2.3?package-id=2f2be2007731ee8a", "type": "library", - "name": "github.com/h2non/filetype", - "version": "v1.1.3", - "cpe": "cpe:2.3:a:h2non:filetype:v1.1.3:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/h2non/filetype@v1.1.3", + "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", @@ -7517,11 +7507,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -7529,30 +7519,26 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:FKkx9QbD7HR/zjK1Ia5XiBsq9zdLi5Kf3zGyFTAFkGg=" + "value": "h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/h2non/go-is-svg@v0.0.0-20160927212452-35e8c4b0612c?package-id=fb00f964240022ce", + "bom-ref": "pkg:golang/github.com/gofrs/flock@v0.8.1?package-id=5f3af12e59b9da30", "type": "library", - "name": "github.com/h2non/go-is-svg", - "version": "v0.0.0-20160927212452-35e8c4b0612c", - "cpe": "cpe:2.3:a:h2non:go-is-svg:v0.0.0-20160927212452-35e8c4b0612c:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/h2non/go-is-svg@v0.0.0-20160927212452-35e8c4b0612c", - "properties": [ + "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" @@ -7569,17 +7555,13 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:h2non:go_is_svg:v0.0.0-20160927212452-35e8c4b0612c:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -7587,29 +7569,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:fEE5/5VNnYUoBOj2I9TP8Jc+a7lge3QWn9DKE7NCwfc=" + "value": "h1:+gYjHKf32LDeiEEFhQaotPbLuUXjY5ZqxKgXy7n59aw=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/hashicorp/errwrap@v1.1.0?package-id=5edd33222d3136d1", + "bom-ref": "pkg:golang/github.com/gogo/protobuf@v1.3.2?package-id=5e63964bee8fa0a4", "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", + "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", @@ -7629,7 +7607,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -7645,7 +7623,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I=" + "value": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=" }, { "name": "syft:metadata:mainModule", @@ -7654,12 +7632,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/hashicorp/go-multierror@v1.1.1?package-id=929c29772de2e9c8", + "bom-ref": "pkg:golang/github.com/gogo/protobuf@v1.3.2?package-id=0b98bcf0959fda11", "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", + "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", @@ -7677,17 +7655,13 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:hashicorp:go_multierror:v1.1.1:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -7695,25 +7669,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+lD48awMYo=" + "value": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/github.com/huandu/xstrings@v1.4.0?package-id=10255fcc3ad4f81b", + "bom-ref": "pkg:golang/github.com/golang/groupcache@v0.0.0-20210331224755-41bb18bfe9da?package-id=bd36151afdf25040", "type": "library", - "name": "github.com/huandu/xstrings", - "version": "v1.4.0", - "cpe": "cpe:2.3:a:huandu:xstrings:v1.4.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/huandu/xstrings@v1.4.0", + "name": "github.com/golang/groupcache", + "version": "v0.0.0-20210331224755-41bb18bfe9da", + "cpe": "cpe:2.3:a:golang:groupcache:v0.0.0-20210331224755-41bb18bfe9da:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/groupcache@v0.0.0-20210331224755-41bb18bfe9da", "properties": [ { "name": "syft:package:foundBy", @@ -7733,11 +7711,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -7745,25 +7723,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:D17IlohoQq4UcpqD7fDk80P7l+lwAmlFaBHgOipl2FU=" + "value": "h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/github.com/imdario/mergo@v0.3.13?package-id=9eb5042e46d58de3", + "bom-ref": "pkg:golang/github.com/golang/protobuf@v1.5.4?package-id=1dfce28acfb25896", "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", + "name": "github.com/golang/protobuf", + "version": "v1.5.4", + "cpe": "cpe:2.3:a:golang:protobuf:v1.5.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/protobuf@v1.5.4", "properties": [ { "name": "syft:package:foundBy", @@ -7783,7 +7765,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -7799,7 +7781,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:lFzP57bqS/wsqKssCGmtLAb8A0wKjLGrve2q3PPVcBk=" + "value": "h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek=" }, { "name": "syft:metadata:mainModule", @@ -7808,12 +7790,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/imdario/mergo@v0.3.16?package-id=fab6144671f89918", + "bom-ref": "pkg:golang/github.com/golang/protobuf@v1.5.4?package-id=c3f041b84e5ed5e2", "type": "library", - "name": "github.com/imdario/mergo", - "version": "v0.3.16", - "cpe": "cpe:2.3:a:imdario:mergo:v0.3.16:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/imdario/mergo@v0.3.16", + "name": "github.com/golang/protobuf", + "version": "v1.5.4", + "cpe": "cpe:2.3:a:golang:protobuf:v1.5.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/protobuf@v1.5.4", "properties": [ { "name": "syft:package:foundBy", @@ -7833,7 +7815,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -7853,7 +7835,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:wwQJbIsHYGMUyLSPrEq1CT16AhnhNJQ51+4fdHUnCl4=" + "value": "h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek=" }, { "name": "syft:metadata:mainModule", @@ -7862,12 +7844,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/jmoiron/sqlx@v1.3.5?package-id=89e1c532e2079e1b", + "bom-ref": "pkg:golang/github.com/google/btree@v1.0.1?package-id=77a29dbc9fac8da4", "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", + "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", @@ -7887,7 +7869,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -7903,7 +7885,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:vFFPA71p1o5gAeqtEAwLU4dnX2napprKtHr7PYIcN3g=" + "value": "h1:gK4Kx5IaGY9CD5sPJ36FHiBJ6ZXl0kilRiiCj+jdYp4=" }, { "name": "syft:metadata:mainModule", @@ -7912,12 +7894,70 @@ ] }, { - "bom-ref": "pkg:golang/github.com/josharian/intern@v1.0.0?package-id=30d6ceb06cd6f71d", + "bom-ref": "pkg:golang/github.com/google/cel-go@v0.17.7?package-id=f45e6ffb13c92041", "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", + "name": "github.com/google/cel-go", + "version": "v0.17.7", + "cpe": "cpe:2.3:a:google:cel-go:v0.17.7:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/cel-go@v0.17.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:cel_go:v0.17.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/ansible-operator" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:6ebJFzu1xO2n7TLtN+UBqShGBhlD85bhvglh5DpcfqQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/operator-framework/ansible-operator-plugins" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/gnostic-models@v0.6.8?package-id=d1d0cf25b6bd8806", + "type": "library", + "name": "github.com/google/gnostic-models", + "version": "v0.6.8", + "cpe": "cpe:2.3:a:google:gnostic-models:v0.6.8:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/gnostic-models@v0.6.8", "properties": [ { "name": "syft:package:foundBy", @@ -7935,9 +7975,13 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:gnostic_models:v0.6.8:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -7953,7 +7997,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=" + "value": "h1:yo/ABAfM5IMRsS1VnXjTBvUb61tFIHozhlYvRgGre9I=" }, { "name": "syft:metadata:mainModule", @@ -7962,12 +8006,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/josharian/intern@v1.0.0?package-id=49068faf801cff21", + "bom-ref": "pkg:golang/github.com/google/gnostic-models@v0.6.8?package-id=158b28b5deb44506", "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", + "name": "github.com/google/gnostic-models", + "version": "v0.6.8", + "cpe": "cpe:2.3:a:google:gnostic-models:v0.6.8:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/gnostic-models@v0.6.8", "properties": [ { "name": "syft:package:foundBy", @@ -7985,9 +8029,13 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:gnostic_models:v0.6.8:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -8007,7 +8055,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=" + "value": "h1:yo/ABAfM5IMRsS1VnXjTBvUb61tFIHozhlYvRgGre9I=" }, { "name": "syft:metadata:mainModule", @@ -8016,12 +8064,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/json-iterator/go@v1.1.12?package-id=1fe4520a7147f1f4", + "bom-ref": "pkg:golang/github.com/google/go-cmp@v0.6.0?package-id=8a2dbae2b69c2ca4", "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", + "name": "github.com/google/go-cmp", + "version": "v0.6.0", + "cpe": "cpe:2.3:a:google:go-cmp:v0.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/go-cmp@v0.6.0", "properties": [ { "name": "syft:package:foundBy", @@ -8041,15 +8089,11 @@ }, { "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:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:google:go_cmp:v0.6.0:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -8065,7 +8109,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=" + "value": "h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=" }, { "name": "syft:metadata:mainModule", @@ -8074,12 +8118,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/json-iterator/go@v1.1.12?package-id=74e15a2df70a7f53", + "bom-ref": "pkg:golang/github.com/google/go-cmp@v0.6.0?package-id=5f2b8a01315d9554", "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", + "name": "github.com/google/go-cmp", + "version": "v0.6.0", + "cpe": "cpe:2.3:a:google:go-cmp:v0.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/go-cmp@v0.6.0", "properties": [ { "name": "syft:package:foundBy", @@ -8099,15 +8143,11 @@ }, { "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:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:google:go_cmp:v0.6.0:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -8127,7 +8167,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=" + "value": "h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=" }, { "name": "syft:metadata:mainModule", @@ -8136,12 +8176,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/klauspost/compress@v1.16.0?package-id=677d56293bc71d22", + "bom-ref": "pkg:golang/github.com/google/gofuzz@v1.2.0?package-id=e72124c526683766", "type": "library", - "name": "github.com/klauspost/compress", - "version": "v1.16.0", - "cpe": "cpe:2.3:a:klauspost:compress:v1.16.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/klauspost/compress@v1.16.0", + "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", @@ -8161,7 +8201,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -8177,7 +8217,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:iULayQNOReoYUe+1qtKOqw9CwJv3aNQu8ivo7lw1HU4=" + "value": "h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0=" }, { "name": "syft:metadata:mainModule", @@ -8186,12 +8226,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/lann/builder@v0.0.0-20180802200727-47ae307949d0?package-id=6d5f1d5f2c5c59c9", + "bom-ref": "pkg:golang/github.com/google/gofuzz@v1.2.0?package-id=942bf8ca44b899da", "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", + "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", @@ -8211,11 +8251,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -8223,25 +8263,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:SOEGU9fKiNWd/HOJuq6+3iTQz8KNCLtVX6idSoTLdUw=" + "value": "h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/github.com/lann/ps@v0.0.0-20150810152359-62de8c46ede0?package-id=05f4cc7729f84444", + "bom-ref": "pkg:golang/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510?package-id=45f5b61e8d138cd7", "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", + "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", @@ -8261,7 +8305,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -8277,7 +8321,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:P6pPBnrTSX3DEVR4fDembhRWSsG5rVo6hYhAB/ADZrk=" + "value": "h1:El6M4kTTCOh6aBiKaUGG7oYTSPP8MxqL4YI3kZKwcP4=" }, { "name": "syft:metadata:mainModule", @@ -8286,12 +8330,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/lib/pq@v1.10.9?package-id=5cf8bbab6b2a9b3a", + "bom-ref": "pkg:golang/github.com/google/uuid@v1.3.0?package-id=ade53586e903b835", "type": "library", - "name": "github.com/lib/pq", - "version": "v1.10.9", - "cpe": "cpe:2.3:a:lib:pq:v1.10.9:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/lib/pq@v1.10.9", + "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", @@ -8311,7 +8355,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -8327,7 +8371,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw=" + "value": "h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=" }, { "name": "syft:metadata:mainModule", @@ -8336,12 +8380,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/liggitt/tabwriter@v0.0.0-20181228230101-89fcab3d43de?package-id=a99a32758ce75be1", + "bom-ref": "pkg:golang/github.com/google/uuid@v1.6.0?package-id=a5166b26c53b0dba", "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", + "name": "github.com/google/uuid", + "version": "v1.6.0", + "cpe": "cpe:2.3:a:google:uuid:v1.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/uuid@v1.6.0", "properties": [ { "name": "syft:package:foundBy", @@ -8361,11 +8405,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -8373,25 +8417,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:9TO3cAIGXtEhnIaL+V+BEER86oLrvS+kWobKpbJuye0=" + "value": "h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/github.com/mailru/easyjson@v0.7.7?package-id=3adb20bdb2caae58", + "bom-ref": "pkg:golang/github.com/gorilla/mux@v1.8.0?package-id=8d06b2f547bbada5", "type": "library", - "name": "github.com/mailru/easyjson", - "version": "v0.7.7", - "cpe": "cpe:2.3:a:mailru:easyjson:v0.7.7:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/mailru/easyjson@v0.7.7", + "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", @@ -8411,7 +8459,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -8427,7 +8475,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=" + "value": "h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI=" }, { "name": "syft:metadata:mainModule", @@ -8436,12 +8484,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/mailru/easyjson@v0.7.7?package-id=16b7ba0068bd23b3", + "bom-ref": "pkg:golang/github.com/gorilla/websocket@v1.5.0?package-id=7a4e4b44c66b30f4", "type": "library", - "name": "github.com/mailru/easyjson", - "version": "v0.7.7", - "cpe": "cpe:2.3:a:mailru:easyjson:v0.7.7:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/mailru/easyjson@v0.7.7", + "name": "github.com/gorilla/websocket", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:gorilla:websocket:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gorilla/websocket@v1.5.0", "properties": [ { "name": "syft:package:foundBy", @@ -8461,11 +8509,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -8473,29 +8521,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=" + "value": "h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/mattn/go-colorable@v0.1.13?package-id=ae21328621cf15fb", + "bom-ref": "pkg:golang/github.com/gosuri/uitable@v0.0.4?package-id=f6f4d90bb18dbacd", "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", + "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", @@ -8513,13 +8557,9 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:mattn:go_colorable:v0.1.13:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -8535,7 +8575,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=" + "value": "h1:IG2xLKRvErL3uhY6e1BylFzG+aJiwQviDDTfOKeKTpY=" }, { "name": "syft:metadata:mainModule", @@ -8544,12 +8584,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/mattn/go-isatty@v0.0.17?package-id=5e055ac29af0e9c2", + "bom-ref": "pkg:golang/github.com/gregjones/httpcache@v0.0.0-20180305231024-9cad4c3443a7?package-id=35b3edb78e301b02", "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", + "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", @@ -8567,13 +8607,9 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:mattn:go_isatty:v0.0.17:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -8589,7 +8625,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:BTarxUcIeDqL27Mc+vyvdWYSL28zpIhv3RoTdsLMPng=" + "value": "h1:pdN6V1QBWetyv/0+wjACpqVH+eVULgEjkurDLq3goeM=" }, { "name": "syft:metadata:mainModule", @@ -8598,12 +8634,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/mattn/go-runewidth@v0.0.9?package-id=f1ee7550d7e86533", + "bom-ref": "pkg:golang/github.com/h2non/filetype@v1.1.3?package-id=e3efc9250cc89302", "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", + "name": "github.com/h2non/filetype", + "version": "v1.1.3", + "cpe": "cpe:2.3:a:h2non:filetype:v1.1.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/h2non/filetype@v1.1.3", "properties": [ { "name": "syft:package:foundBy", @@ -8621,17 +8657,13 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:mattn:go_runewidth:v0.0.9:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -8639,25 +8671,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:Lm995f3rfxdpd6TSmuVCHVb/QhupuXlYr8sCI/QdE+0=" + "value": "h1:FKkx9QbD7HR/zjK1Ia5XiBsq9zdLi5Kf3zGyFTAFkGg=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4?package-id=5353b7ddbcc00b9f", + "bom-ref": "pkg:golang/github.com/h2non/go-is-svg@v0.0.0-20160927212452-35e8c4b0612c?package-id=fb00f964240022ce", "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", + "name": "github.com/h2non/go-is-svg", + "version": "v0.0.0-20160927212452-35e8c4b0612c", + "cpe": "cpe:2.3:a:h2non:go-is-svg:v0.0.0-20160927212452-35e8c4b0612c:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/h2non/go-is-svg@v0.0.0-20160927212452-35e8c4b0612c", "properties": [ { "name": "syft:package:foundBy", @@ -8677,15 +8713,15 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matttproud:golang_protobuf_extensions:v1.0.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:h2non:go_is_svg:v0.0.0-20160927212452-35e8c4b0612c:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -8693,25 +8729,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo=" + "value": "h1:fEE5/5VNnYUoBOj2I9TP8Jc+a7lge3QWn9DKE7NCwfc=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/github.com/mitchellh/copystructure@v1.2.0?package-id=8aefd8351bc36dd1", + "bom-ref": "pkg:golang/github.com/hashicorp/errwrap@v1.1.0?package-id=5edd33222d3136d1", "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", + "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", @@ -8731,7 +8771,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -8747,7 +8787,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw=" + "value": "h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I=" }, { "name": "syft:metadata:mainModule", @@ -8756,12 +8796,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/mitchellh/go-wordwrap@v1.0.1?package-id=46af92020340a772", + "bom-ref": "pkg:golang/github.com/hashicorp/go-multierror@v1.1.1?package-id=929c29772de2e9c8", "type": "library", - "name": "github.com/mitchellh/go-wordwrap", - "version": "v1.0.1", - "cpe": "cpe:2.3:a:mitchellh:go-wordwrap:v1.0.1:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/mitchellh/go-wordwrap@v1.0.1", + "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", @@ -8781,11 +8821,11 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mitchellh:go_wordwrap:v1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:hashicorp:go_multierror:v1.1.1:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -8801,7 +8841,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:TLuKupo69TCn6TQSyGxwI1EblZZEsQ0vMlAFQflz0v0=" + "value": "h1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+lD48awMYo=" }, { "name": "syft:metadata:mainModule", @@ -8810,12 +8850,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/mitchellh/reflectwalk@v1.0.2?package-id=d332413c231a4b16", + "bom-ref": "pkg:golang/github.com/huandu/xstrings@v1.4.0?package-id=10255fcc3ad4f81b", "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", + "name": "github.com/huandu/xstrings", + "version": "v1.4.0", + "cpe": "cpe:2.3:a:huandu:xstrings:v1.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/huandu/xstrings@v1.4.0", "properties": [ { "name": "syft:package:foundBy", @@ -8835,7 +8875,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -8851,7 +8891,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ=" + "value": "h1:D17IlohoQq4UcpqD7fDk80P7l+lwAmlFaBHgOipl2FU=" }, { "name": "syft:metadata:mainModule", @@ -8860,12 +8900,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/moby/locker@v1.0.1?package-id=90becb5c3f85ed39", + "bom-ref": "pkg:golang/github.com/imdario/mergo@v0.3.13?package-id=9eb5042e46d58de3", "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", + "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", @@ -8885,7 +8925,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -8901,7 +8941,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:fOXqR41zeveg4fFODix+1Ch4mj/gT0NE1XJbp/epuBg=" + "value": "h1:lFzP57bqS/wsqKssCGmtLAb8A0wKjLGrve2q3PPVcBk=" }, { "name": "syft:metadata:mainModule", @@ -8910,12 +8950,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/moby/spdystream@v0.2.0?package-id=b57cfc6174040478", + "bom-ref": "pkg:golang/github.com/imdario/mergo@v0.3.16?package-id=fab6144671f89918", "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", + "name": "github.com/imdario/mergo", + "version": "v0.3.16", + "cpe": "cpe:2.3:a:imdario:mergo:v0.3.16:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/imdario/mergo@v0.3.16", "properties": [ { "name": "syft:package:foundBy", @@ -8935,11 +8975,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -8947,25 +8987,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:cjW1zVyyoiM0T7b6UoySUFqzXMoqRckQtXwGPiBhOM8=" + "value": "h1:wwQJbIsHYGMUyLSPrEq1CT16AhnhNJQ51+4fdHUnCl4=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/github.com/moby/term@v0.5.0?package-id=c60a9df001bfc556", + "bom-ref": "pkg:golang/github.com/jmoiron/sqlx@v1.3.5?package-id=89e1c532e2079e1b", "type": "library", - "name": "github.com/moby/term", - "version": "v0.5.0", - "cpe": "cpe:2.3:a:moby:term:v0.5.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/moby/term@v0.5.0", + "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", @@ -8985,7 +9029,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -9001,7 +9045,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:xt8Q1nalod/v7BqbG21f8mQPqH+xAaC9C3N3wfWbVP0=" + "value": "h1:vFFPA71p1o5gAeqtEAwLU4dnX2napprKtHr7PYIcN3g=" }, { "name": "syft:metadata:mainModule", @@ -9010,12 +9054,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd?package-id=2454b118d4b42c2c", + "bom-ref": "pkg:golang/github.com/josharian/intern@v1.0.0?package-id=30d6ceb06cd6f71d", "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", + "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", @@ -9033,17 +9077,9 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "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:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -9059,7 +9095,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=" + "value": "h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=" }, { "name": "syft:metadata:mainModule", @@ -9068,12 +9104,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd?package-id=69a852b442377ad0", + "bom-ref": "pkg:golang/github.com/josharian/intern@v1.0.0?package-id=49068faf801cff21", "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", + "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", @@ -9091,17 +9127,9 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "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:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -9121,7 +9149,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=" + "value": "h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=" }, { "name": "syft:metadata:mainModule", @@ -9130,12 +9158,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/modern-go/reflect2@v1.0.2?package-id=58f42dfc15c4a637", + "bom-ref": "pkg:golang/github.com/json-iterator/go@v1.1.12?package-id=1fe4520a7147f1f4", "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", + "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", @@ -9155,15 +9183,15 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:modern_go:reflect2:v1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:json_iterator:go:v1.1.12:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:modern:reflect2:v1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:json:go:v1.1.12:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -9179,7 +9207,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=" + "value": "h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=" }, { "name": "syft:metadata:mainModule", @@ -9188,12 +9216,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/modern-go/reflect2@v1.0.2?package-id=c58da5a8a18d8e2e", + "bom-ref": "pkg:golang/github.com/json-iterator/go@v1.1.12?package-id=74e15a2df70a7f53", "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", + "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", @@ -9213,15 +9241,15 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:modern_go:reflect2:v1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:json_iterator:go:v1.1.12:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:modern:reflect2:v1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:json:go:v1.1.12:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -9241,7 +9269,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=" + "value": "h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=" }, { "name": "syft:metadata:mainModule", @@ -9250,12 +9278,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/monochromegane/go-gitignore@v0.0.0-20200626010858-205db1a8cc00?package-id=465ff1748a99c299", + "bom-ref": "pkg:golang/github.com/klauspost/compress@v1.16.0?package-id=677d56293bc71d22", "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", + "name": "github.com/klauspost/compress", + "version": "v1.16.0", + "cpe": "cpe:2.3:a:klauspost:compress:v1.16.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/klauspost/compress@v1.16.0", "properties": [ { "name": "syft:package:foundBy", @@ -9273,13 +9301,9 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:monochromegane:go_gitignore:v0.0.0-20200626010858-205db1a8cc00:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -9295,7 +9319,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:n6/2gBQ3RWajuToeY6ZtZTIKv2v7ThUy5KKusIT0yc0=" + "value": "h1:iULayQNOReoYUe+1qtKOqw9CwJv3aNQu8ivo7lw1HU4=" }, { "name": "syft:metadata:mainModule", @@ -9304,12 +9328,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822?package-id=4ba007fad345a760", + "bom-ref": "pkg:golang/github.com/lann/builder@v0.0.0-20180802200727-47ae307949d0?package-id=6d5f1d5f2c5c59c9", "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", + "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", @@ -9329,7 +9353,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -9345,7 +9369,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=" + "value": "h1:SOEGU9fKiNWd/HOJuq6+3iTQz8KNCLtVX6idSoTLdUw=" }, { "name": "syft:metadata:mainModule", @@ -9354,12 +9378,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822?package-id=7b1ee68c61485dca", + "bom-ref": "pkg:golang/github.com/lann/ps@v0.0.0-20150810152359-62de8c46ede0?package-id=05f4cc7729f84444", "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", + "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", @@ -9379,11 +9403,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -9391,29 +9415,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=" + "value": "h1:P6pPBnrTSX3DEVR4fDembhRWSsG5rVo6hYhAB/ADZrk=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/mxk/go-flowrate@v0.0.0-20140419014527-cca7078d478f?package-id=2c1887a5f4c015d6", + "bom-ref": "pkg:golang/github.com/lib/pq@v1.10.9?package-id=5cf8bbab6b2a9b3a", "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", + "name": "github.com/lib/pq", + "version": "v1.10.9", + "cpe": "cpe:2.3:a:lib:pq:v1.10.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lib/pq@v1.10.9", "properties": [ { "name": "syft:package:foundBy", @@ -9431,13 +9451,9 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:mxk:go_flowrate:v0.0.0-20140419014527-cca7078d478f:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -9453,7 +9469,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:y5//uYreIhSUg3J1GEMiLbxo1LJaP8RfCpH6pymGZus=" + "value": "h1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw=" }, { "name": "syft:metadata:mainModule", @@ -9462,12 +9478,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/mxk/go-flowrate@v0.0.0-20140419014527-cca7078d478f?package-id=9bc3e38c0eed6d4c", + "bom-ref": "pkg:golang/github.com/liggitt/tabwriter@v0.0.0-20181228230101-89fcab3d43de?package-id=a99a32758ce75be1", "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", + "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", @@ -9485,17 +9501,13 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:mxk:go_flowrate:v0.0.0-20140419014527-cca7078d478f:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -9503,29 +9515,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:y5//uYreIhSUg3J1GEMiLbxo1LJaP8RfCpH6pymGZus=" + "value": "h1:9TO3cAIGXtEhnIaL+V+BEER86oLrvS+kWobKpbJuye0=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/onsi/gomega@v1.33.0?package-id=bda5b30b5b7da945", + "bom-ref": "pkg:golang/github.com/mailru/easyjson@v0.7.7?package-id=3adb20bdb2caae58", "type": "library", - "name": "github.com/onsi/gomega", - "version": "v1.33.0", - "cpe": "cpe:2.3:a:onsi:gomega:v1.33.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/onsi/gomega@v1.33.0", + "name": "github.com/mailru/easyjson", + "version": "v0.7.7", + "cpe": "cpe:2.3:a:mailru:easyjson:v0.7.7:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mailru/easyjson@v0.7.7", "properties": [ { "name": "syft:package:foundBy", @@ -9545,11 +9553,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -9557,29 +9565,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:snPCflnZrpMsy94p4lXVEkHo12lmPnc3vY5XBbreexE=" + "value": "h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0?package-id=b564f8ac6501c481", + "bom-ref": "pkg:golang/github.com/mailru/easyjson@v0.7.7?package-id=16b7ba0068bd23b3", "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", + "name": "github.com/mailru/easyjson", + "version": "v0.7.7", + "cpe": "cpe:2.3:a:mailru:easyjson:v0.7.7:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mailru/easyjson@v0.7.7", "properties": [ { "name": "syft:package:foundBy", @@ -9597,17 +9601,13 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:opencontainers:go_digest:v1.0.0:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -9615,25 +9615,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=" + "value": "h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/github.com/opencontainers/image-spec@v1.1.0-rc6?package-id=76891e74a2522f8f", + "bom-ref": "pkg:golang/github.com/mattn/go-colorable@v0.1.13?package-id=ae21328621cf15fb", "type": "library", - "name": "github.com/opencontainers/image-spec", - "version": "v1.1.0-rc6", - "cpe": "cpe:2.3:a:opencontainers:image-spec:v1.1.0-rc6:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/opencontainers/image-spec@v1.1.0-rc6", + "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", @@ -9653,11 +9657,11 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:opencontainers:image_spec:v1.1.0-rc6:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:mattn:go_colorable:v0.1.13:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -9673,7 +9677,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:XDqvyKsJEbRtATzkgItUqBA7QHk58yxX1Ov9HERHNqU=" + "value": "h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=" }, { "name": "syft:metadata:mainModule", @@ -9682,12 +9686,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/operator-framework/ansible-operator-plugins@v1.35.0-mark-unsafe-non-spec-object-main?package-id=8eb9a00f0200961e", + "bom-ref": "pkg:golang/github.com/mattn/go-isatty@v0.0.17?package-id=5e055ac29af0e9c2", "type": "library", - "name": "github.com/operator-framework/ansible-operator-plugins", - "version": "v1.35.0-mark-unsafe-non-spec-object-main", - "cpe": "cpe:2.3:a:operator-framework:ansible-operator-plugins:v1.35.0-mark-unsafe-non-spec-object-main:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/operator-framework/ansible-operator-plugins@v1.35.0-mark-unsafe-non-spec-object-main", + "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", @@ -9707,31 +9711,15 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:operator-framework:ansible_operator_plugins:v1.35.0-mark-unsafe-non-spec-object-main:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:operator_framework:ansible-operator-plugins:v1.35.0-mark-unsafe-non-spec-object-main:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:operator_framework:ansible_operator_plugins:v1.35.0-mark-unsafe-non-spec-object-main:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:operator:ansible-operator-plugins:v1.35.0-mark-unsafe-non-spec-object-main:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:operator:ansible_operator_plugins:v1.35.0-mark-unsafe-non-spec-object-main:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:mattn:go_isatty:v0.0.17:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -9739,25 +9727,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" + "value": "go1.22.5" }, { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "name": "syft:metadata:h1Digest", + "value": "h1:BTarxUcIeDqL27Mc+vyvdWYSL28zpIhv3RoTdsLMPng=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/operator-framework/api@v0.23.0?package-id=750e20b0172c8d1e", + "bom-ref": "pkg:golang/github.com/mattn/go-runewidth@v0.0.9?package-id=f1ee7550d7e86533", "type": "library", - "name": "github.com/operator-framework/api", - "version": "v0.23.0", - "cpe": "cpe:2.3:a:operator-framework:api:v0.23.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/operator-framework/api@v0.23.0", + "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", @@ -9777,19 +9765,15 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:operator_framework:api:v0.23.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:operator:api:v0.23.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:mattn:go_runewidth:v0.0.9:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -9797,29 +9781,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:kHymOwcHBpBVujT49SKOCd4EVG7Odwj4wl3NbOR2LLA=" + "value": "h1:Lm995f3rfxdpd6TSmuVCHVb/QhupuXlYr8sCI/QdE+0=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/operator-framework/operator-lib@v0.13.0?package-id=a9e73f5a2165b267", + "bom-ref": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4?package-id=5353b7ddbcc00b9f", "type": "library", - "name": "github.com/operator-framework/operator-lib", - "version": "v0.13.0", - "cpe": "cpe:2.3:a:operator-framework:operator-lib:v0.13.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/operator-framework/operator-lib@v0.13.0", + "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", @@ -9839,31 +9819,15 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:operator-framework:operator_lib:v0.13.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:operator_framework:operator-lib:v0.13.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:operator_framework:operator_lib:v0.13.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:operator:operator-lib:v0.13.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:operator:operator_lib:v0.13.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matttproud:golang_protobuf_extensions:v1.0.4:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -9871,29 +9835,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:+TWgJhbJqyNix9m1LmHK5gY/lb3CGqZX3Wvl7K0k+6I=" + "value": "h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/operator-framework/operator-registry@v1.39.0?package-id=556230a4d06b0e36", + "bom-ref": "pkg:golang/github.com/mitchellh/copystructure@v1.2.0?package-id=8aefd8351bc36dd1", "type": "library", - "name": "github.com/operator-framework/operator-registry", - "version": "v1.39.0", - "cpe": "cpe:2.3:a:operator-framework:operator-registry:v1.39.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/operator-framework/operator-registry@v1.39.0", + "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", @@ -9911,33 +9871,13 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:operator-framework:operator_registry:v1.39.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:operator_framework:operator-registry:v1.39.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:operator_framework:operator_registry:v1.39.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:operator:operator-registry:v1.39.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:operator:operator_registry:v1.39.0:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -9945,29 +9885,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:GiAlmA2h16sLpLjVIuURd2ANm7wYoUbssGCJbdGauYw=" + "value": "h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/peterbourgon/diskv@v2.0.1%2Bincompatible?package-id=27206ea262948f5c", + "bom-ref": "pkg:golang/github.com/mitchellh/go-wordwrap@v1.0.1?package-id=46af92020340a772", "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%2Bincompatible", + "name": "github.com/mitchellh/go-wordwrap", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:mitchellh:go-wordwrap:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/go-wordwrap@v1.0.1", "properties": [ { "name": "syft:package:foundBy", @@ -9985,9 +9921,13 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mitchellh:go_wordwrap:v1.0.1:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -10003,7 +9943,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:UBdAOUP5p4RWqPBg048CAvpKN+vxiaj6gdUUzhl4XmI=" + "value": "h1:TLuKupo69TCn6TQSyGxwI1EblZZEsQ0vMlAFQflz0v0=" }, { "name": "syft:metadata:mainModule", @@ -10012,12 +9952,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=2babb569359bb974", + "bom-ref": "pkg:golang/github.com/mitchellh/reflectwalk@v1.0.2?package-id=d332413c231a4b16", "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", + "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", @@ -10037,7 +9977,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -10053,7 +9993,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=" + "value": "h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ=" }, { "name": "syft:metadata:mainModule", @@ -10062,12 +10002,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=c3138c3ec6500d6a", + "bom-ref": "pkg:golang/github.com/moby/locker@v1.0.1?package-id=90becb5c3f85ed39", "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", + "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", @@ -10087,11 +10027,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -10099,29 +10039,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=" + "value": "h1:fOXqR41zeveg4fFODix+1Ch4mj/gT0NE1XJbp/epuBg=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/prometheus/client_golang@v1.16.0?package-id=c67411a13385a88e", + "bom-ref": "pkg:golang/github.com/moby/spdystream@v0.2.0?package-id=b57cfc6174040478", "type": "library", - "name": "github.com/prometheus/client_golang", - "version": "v1.16.0", - "cpe": "cpe:2.3:a:prometheus:client-golang:v1.16.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/prometheus/client_golang@v1.16.0", + "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", @@ -10139,13 +10075,9 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:prometheus:client_golang:v1.16.0:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -10161,7 +10093,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:yk/hx9hDbrGHovbci4BY+pRMfSuuat626eFsHb7tmT8=" + "value": "h1:cjW1zVyyoiM0T7b6UoySUFqzXMoqRckQtXwGPiBhOM8=" }, { "name": "syft:metadata:mainModule", @@ -10170,12 +10102,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/prometheus/client_golang@v1.19.0?package-id=d4a6d39b05d67237", + "bom-ref": "pkg:golang/github.com/moby/term@v0.5.0?package-id=c60a9df001bfc556", "type": "library", - "name": "github.com/prometheus/client_golang", - "version": "v1.19.0", - "cpe": "cpe:2.3:a:prometheus:client-golang:v1.19.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/prometheus/client_golang@v1.19.0", + "name": "github.com/moby/term", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:moby:term:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/term@v0.5.0", "properties": [ { "name": "syft:package:foundBy", @@ -10193,17 +10125,13 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:prometheus:client_golang:v1.19.0:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -10211,29 +10139,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:ygXvpU1AoN1MhdzckN+PyD9QJOSD4x7kmXYlnfbA6JU=" + "value": "h1:xt8Q1nalod/v7BqbG21f8mQPqH+xAaC9C3N3wfWbVP0=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/prometheus/client_model@v0.4.0?package-id=5d467475d348b694", + "bom-ref": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd?package-id=2454b118d4b42c2c", "type": "library", - "name": "github.com/prometheus/client_model", - "version": "v0.4.0", - "cpe": "cpe:2.3:a:prometheus:client-model:v0.4.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/prometheus/client_model@v0.4.0", + "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", @@ -10253,11 +10177,15 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:prometheus:client_model:v0.4.0:*:*:*:*:*:*:*" + "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:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -10273,7 +10201,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:5lQXD3cAg1OXBf4Wq03gTrXHeaV0TQvGfUooCfx1yqY=" + "value": "h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=" }, { "name": "syft:metadata:mainModule", @@ -10282,12 +10210,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/prometheus/client_model@v0.6.1?package-id=301089fa3799fe5c", + "bom-ref": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd?package-id=69a852b442377ad0", "type": "library", - "name": "github.com/prometheus/client_model", - "version": "v0.6.1", - "cpe": "cpe:2.3:a:prometheus:client-model:v0.6.1:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/prometheus/client_model@v0.6.1", + "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", @@ -10307,11 +10235,15 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:prometheus:client_model:v0.6.1:*:*:*:*:*:*:*" + "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:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -10331,7 +10263,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E=" + "value": "h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=" }, { "name": "syft:metadata:mainModule", @@ -10340,12 +10272,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/prometheus/common@v0.44.0?package-id=d777f9230684f487", + "bom-ref": "pkg:golang/github.com/modern-go/reflect2@v1.0.2?package-id=58f42dfc15c4a637", "type": "library", - "name": "github.com/prometheus/common", - "version": "v0.44.0", - "cpe": "cpe:2.3:a:prometheus:common:v0.44.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/prometheus/common@v0.44.0", + "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", @@ -10364,8 +10296,16 @@ "value": "go-module-buildinfo-entry" }, { - "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "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:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -10381,7 +10321,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:+5BrQJwiBB9xsMygAB3TNvpQKOwlkc25LbISbrdOOfY=" + "value": "h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=" }, { "name": "syft:metadata:mainModule", @@ -10390,12 +10330,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/prometheus/common@v0.48.0?package-id=ddac5d24fb0a6918", + "bom-ref": "pkg:golang/github.com/modern-go/reflect2@v1.0.2?package-id=c58da5a8a18d8e2e", "type": "library", - "name": "github.com/prometheus/common", - "version": "v0.48.0", - "cpe": "cpe:2.3:a:prometheus:common:v0.48.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/prometheus/common@v0.48.0", + "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", @@ -10413,9 +10353,17 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "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:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -10435,7 +10383,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:QO8U2CdOzSn1BBsmXJXduaaW+dY/5QLjfB8svtSzKKE=" + "value": "h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=" }, { "name": "syft:metadata:mainModule", @@ -10444,12 +10392,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/prometheus/procfs@v0.10.1?package-id=b86c5042968a034f", + "bom-ref": "pkg:golang/github.com/monochromegane/go-gitignore@v0.0.0-20200626010858-205db1a8cc00?package-id=465ff1748a99c299", "type": "library", - "name": "github.com/prometheus/procfs", - "version": "v0.10.1", - "cpe": "cpe:2.3:a:prometheus:procfs:v0.10.1:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/prometheus/procfs@v0.10.1", + "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", @@ -10467,9 +10415,13 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:monochromegane:go_gitignore:v0.0.0-20200626010858-205db1a8cc00:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -10485,7 +10437,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:kYK1Va/YMlutzCGazswoHKo//tZVlFpKYh+PymziUAg=" + "value": "h1:n6/2gBQ3RWajuToeY6ZtZTIKv2v7ThUy5KKusIT0yc0=" }, { "name": "syft:metadata:mainModule", @@ -10494,12 +10446,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/prometheus/procfs@v0.12.0?package-id=e7050f2c2e7d7c7e", + "bom-ref": "pkg:golang/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822?package-id=4ba007fad345a760", "type": "library", - "name": "github.com/prometheus/procfs", - "version": "v0.12.0", - "cpe": "cpe:2.3:a:prometheus:procfs:v0.12.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/prometheus/procfs@v0.12.0", + "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", @@ -10519,11 +10471,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -10531,29 +10483,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:jluTpSng7V9hY0O2R9DzzJHYb2xULk9VTR1V1R/k6Bo=" + "value": "h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/rubenv/sql-migrate@v1.5.2?package-id=eea599b2c4b084d0", + "bom-ref": "pkg:golang/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822?package-id=7b1ee68c61485dca", "type": "library", - "name": "github.com/rubenv/sql-migrate", - "version": "v1.5.2", - "cpe": "cpe:2.3:a:rubenv:sql-migrate:v1.5.2:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/rubenv/sql-migrate@v1.5.2", + "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", @@ -10571,17 +10519,13 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:rubenv:sql_migrate:v1.5.2:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -10589,25 +10533,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:bMDqOnrJVV/6JQgQ/MxOpU+AdO8uzYYA/TxFUBzFtS0=" + "value": "h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/github.com/russross/blackfriday@v2.1.0?package-id=c76ac18bed0488c8#v2", + "bom-ref": "pkg:golang/github.com/mxk/go-flowrate@v0.0.0-20140419014527-cca7078d478f?package-id=2c1887a5f4c015d6", "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.1.0#v2", + "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", @@ -10625,9 +10573,13 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mxk:go_flowrate:v0.0.0-20140419014527-cca7078d478f:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -10643,7 +10595,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=" + "value": "h1:y5//uYreIhSUg3J1GEMiLbxo1LJaP8RfCpH6pymGZus=" }, { "name": "syft:metadata:mainModule", @@ -10652,12 +10604,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/shopspring/decimal@v1.3.1?package-id=f5a8599952a99e63", + "bom-ref": "pkg:golang/github.com/mxk/go-flowrate@v0.0.0-20140419014527-cca7078d478f?package-id=9bc3e38c0eed6d4c", "type": "library", - "name": "github.com/shopspring/decimal", - "version": "v1.3.1", - "cpe": "cpe:2.3:a:shopspring:decimal:v1.3.1:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/shopspring/decimal@v1.3.1", + "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", @@ -10675,13 +10627,17 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mxk:go_flowrate:v0.0.0-20140419014527-cca7078d478f:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -10689,25 +10645,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:2Usl1nmF/WZucqkFZhnfFYxxxu8LG21F6nPQBE5gKV8=" + "value": "h1:y5//uYreIhSUg3J1GEMiLbxo1LJaP8RfCpH6pymGZus=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/github.com/sirupsen/logrus@v1.9.3?package-id=b59cf0219bbd34f7", + "bom-ref": "pkg:golang/github.com/onsi/gomega@v1.33.1?package-id=2adbf02740834c81", "type": "library", - "name": "github.com/sirupsen/logrus", - "version": "v1.9.3", - "cpe": "cpe:2.3:a:sirupsen:logrus:v1.9.3:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/sirupsen/logrus@v1.9.3", + "name": "github.com/onsi/gomega", + "version": "v1.33.1", + "cpe": "cpe:2.3:a:onsi:gomega:v1.33.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/onsi/gomega@v1.33.1", "properties": [ { "name": "syft:package:foundBy", @@ -10727,11 +10687,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -10739,25 +10699,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=" + "value": "h1:dsYjIxxSR755MDmKVsaFQTE22ChNBcuuTWgkUDSubOk=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/github.com/sirupsen/logrus@v1.9.3?package-id=14f9b36ae3c4b716", + "bom-ref": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0?package-id=b564f8ac6501c481", "type": "library", - "name": "github.com/sirupsen/logrus", - "version": "v1.9.3", - "cpe": "cpe:2.3:a:sirupsen:logrus:v1.9.3:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/sirupsen/logrus@v1.9.3", + "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", @@ -10775,13 +10739,17 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:go_digest:v1.0.0:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -10789,29 +10757,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=" + "value": "h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/spf13/afero@v1.11.0?package-id=05766d4e9b5ab8f8", + "bom-ref": "pkg:golang/github.com/opencontainers/image-spec@v1.1.0-rc6?package-id=76891e74a2522f8f", "type": "library", - "name": "github.com/spf13/afero", - "version": "v1.11.0", - "cpe": "cpe:2.3:a:spf13:afero:v1.11.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/spf13/afero@v1.11.0", + "name": "github.com/opencontainers/image-spec", + "version": "v1.1.0-rc6", + "cpe": "cpe:2.3:a:opencontainers:image-spec:v1.1.0-rc6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/image-spec@v1.1.0-rc6", "properties": [ { "name": "syft:package:foundBy", @@ -10829,13 +10793,17 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:image_spec:v1.1.0-rc6:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -10843,29 +10811,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:WJQKhtpdm3v2IzqG8VMqrr6Rf3UYpEF239Jy9wNepM8=" + "value": "h1:XDqvyKsJEbRtATzkgItUqBA7QHk58yxX1Ov9HERHNqU=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/spf13/cast@v1.5.0?package-id=87172a140a024fac", + "bom-ref": "pkg:golang/github.com/operator-framework/ansible-operator-plugins@v1.29.0?package-id=30cb6e3f993b9ef5", "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", + "name": "github.com/operator-framework/ansible-operator-plugins", + "version": "v1.29.0", + "cpe": "cpe:2.3:a:operator-framework:ansible-operator-plugins:v1.29.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/operator-framework/ansible-operator-plugins@v1.29.0", "properties": [ { "name": "syft:package:foundBy", @@ -10883,13 +10847,33 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:operator-framework:ansible_operator_plugins:v1.29.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:operator_framework:ansible-operator-plugins:v1.29.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:operator_framework:ansible_operator_plugins:v1.29.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:operator:ansible-operator-plugins:v1.29.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:operator:ansible_operator_plugins:v1.29.0:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -10897,25 +10881,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:rj3WzYc11XZaIZMPKmwP96zkFEnnAmV8s6XbB2aY32w=" + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/github.com/spf13/cobra@v1.8.0?package-id=947fae4a408761e4", + "bom-ref": "pkg:golang/github.com/operator-framework/api@v0.23.0?package-id=750e20b0172c8d1e", "type": "library", - "name": "github.com/spf13/cobra", - "version": "v1.8.0", - "cpe": "cpe:2.3:a:spf13:cobra:v1.8.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/spf13/cobra@v1.8.0", + "name": "github.com/operator-framework/api", + "version": "v0.23.0", + "cpe": "cpe:2.3:a:operator-framework:api:v0.23.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/operator-framework/api@v0.23.0", "properties": [ { "name": "syft:package:foundBy", @@ -10933,13 +10917,21 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:operator_framework:api:v0.23.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:operator:api:v0.23.0:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -10947,25 +10939,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:7aJaZx1B85qltLMc546zn58BxxfZdR/W22ej9CFoEf0=" + "value": "h1:kHymOwcHBpBVujT49SKOCd4EVG7Odwj4wl3NbOR2LLA=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/github.com/spf13/cobra@v1.8.0?package-id=d6d373069e7c8709", + "bom-ref": "pkg:golang/github.com/operator-framework/operator-lib@v0.13.0?package-id=a9e73f5a2165b267", "type": "library", - "name": "github.com/spf13/cobra", - "version": "v1.8.0", - "cpe": "cpe:2.3:a:spf13:cobra:v1.8.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/spf13/cobra@v1.8.0", + "name": "github.com/operator-framework/operator-lib", + "version": "v0.13.0", + "cpe": "cpe:2.3:a:operator-framework:operator-lib:v0.13.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/operator-framework/operator-lib@v0.13.0", "properties": [ { "name": "syft:package:foundBy", @@ -10983,9 +10979,29 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:operator-framework:operator_lib:v0.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:operator_framework:operator-lib:v0.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:operator_framework:operator_lib:v0.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:operator:operator-lib:v0.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:operator:operator_lib:v0.13.0:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -11005,7 +11021,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:7aJaZx1B85qltLMc546zn58BxxfZdR/W22ej9CFoEf0=" + "value": "h1:+TWgJhbJqyNix9m1LmHK5gY/lb3CGqZX3Wvl7K0k+6I=" }, { "name": "syft:metadata:mainModule", @@ -11014,12 +11030,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/spf13/pflag@v1.0.5?package-id=b78c23a3b74402d3", + "bom-ref": "pkg:golang/github.com/operator-framework/operator-registry@v1.39.0?package-id=556230a4d06b0e36", "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", + "name": "github.com/operator-framework/operator-registry", + "version": "v1.39.0", + "cpe": "cpe:2.3:a:operator-framework:operator-registry:v1.39.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/operator-framework/operator-registry@v1.39.0", "properties": [ { "name": "syft:package:foundBy", @@ -11038,58 +11054,28 @@ "value": "go-module-buildinfo-entry" }, { - "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" - }, - { - "name": "syft:location:0:path", - "value": "/bin/helm" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=" + "name": "syft:cpe23", + "value": "cpe:2.3:a:operator-framework:operator_registry:v1.39.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/spf13/pflag@v1.0.5?package-id=02166d57d5d40373", - "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:cpe23", + "value": "cpe:2.3:a:operator_framework:operator-registry:v1.39.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "go" + "name": "syft:cpe23", + "value": "cpe:2.3:a:operator_framework:operator_registry:v1.39.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "go-module" + "name": "syft:cpe23", + "value": "cpe:2.3:a:operator:operator-registry:v1.39.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:operator:operator_registry:v1.39.0:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -11109,7 +11095,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=" + "value": "h1:GiAlmA2h16sLpLjVIuURd2ANm7wYoUbssGCJbdGauYw=" }, { "name": "syft:metadata:mainModule", @@ -11118,12 +11104,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/stoewer/go-strcase@v1.3.0?package-id=08cc07930dc27234", + "bom-ref": "pkg:golang/github.com/peterbourgon/diskv@v2.0.1%2Bincompatible?package-id=27206ea262948f5c", "type": "library", - "name": "github.com/stoewer/go-strcase", - "version": "v1.3.0", - "cpe": "cpe:2.3:a:stoewer:go-strcase:v1.3.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/stoewer/go-strcase@v1.3.0", + "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%2Bincompatible", "properties": [ { "name": "syft:package:foundBy", @@ -11141,17 +11127,13 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:stoewer:go_strcase:v1.3.0:*:*:*:*:*:*:*" - }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -11159,29 +11141,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:g0eASXYtp+yvN9fK8sH94oCIk0fau9uV1/ZdJ0AVEzs=" + "value": "h1:UBdAOUP5p4RWqPBg048CAvpKN+vxiaj6gdUUzhl4XmI=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/github.com/xeipuuv/gojsonpointer@v0.0.0-20190905194746-02993c407bfb?package-id=f841f4cbbbdcf752", + "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=2babb569359bb974", "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", + "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", @@ -11201,7 +11179,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -11217,7 +11195,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:zGWFAtiMcyryUHoUjUJX0/lt1H2+i2Ka2n+D3DImSNo=" + "value": "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=" }, { "name": "syft:metadata:mainModule", @@ -11226,12 +11204,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/xeipuuv/gojsonreference@v0.0.0-20180127040603-bd5ef7bd5415?package-id=3008016ad4dd64b7", + "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=c3138c3ec6500d6a", "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", + "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", @@ -11251,11 +11229,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -11263,25 +11241,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:EzJWgHovont7NscjpAxXsDA8S8BMYve8Y5+7cuRE7R0=" + "value": "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/github.com/xeipuuv/gojsonschema@v1.2.0?package-id=cd521ef7252ea944", + "bom-ref": "pkg:golang/github.com/prometheus/client_golang@v1.16.0?package-id=c67411a13385a88e", "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", + "name": "github.com/prometheus/client_golang", + "version": "v1.16.0", + "cpe": "cpe:2.3:a:prometheus:client-golang:v1.16.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_golang@v1.16.0", "properties": [ { "name": "syft:package:foundBy", @@ -11299,9 +11281,13 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_golang:v1.16.0:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -11317,7 +11303,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:LhYJRs+L4fBtjZUfuSZIKGeVu0QRy8e5Xi7D17UxZ74=" + "value": "h1:yk/hx9hDbrGHovbci4BY+pRMfSuuat626eFsHb7tmT8=" }, { "name": "syft:metadata:mainModule", @@ -11326,12 +11312,12 @@ ] }, { - "bom-ref": "pkg:golang/github.com/xlab/treeprint@v1.2.0?package-id=a4dd01d69bfebd08", + "bom-ref": "pkg:golang/github.com/prometheus/client_golang@v1.19.0?package-id=d4a6d39b05d67237", "type": "library", - "name": "github.com/xlab/treeprint", - "version": "v1.2.0", - "cpe": "cpe:2.3:a:xlab:treeprint:v1.2.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/xlab/treeprint@v1.2.0", + "name": "github.com/prometheus/client_golang", + "version": "v1.19.0", + "cpe": "cpe:2.3:a:prometheus:client-golang:v1.19.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_golang@v1.19.0", "properties": [ { "name": "syft:package:foundBy", @@ -11349,13 +11335,17 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_golang:v1.19.0:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -11363,25 +11353,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:HzHnuAF1plUN2zGlAFHbSQP2qJ0ZAD3XF5XD7OesXRQ=" + "value": "h1:ygXvpU1AoN1MhdzckN+PyD9QJOSD4x7kmXYlnfbA6JU=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/go.opentelemetry.io/contrib/instrumentation@v0.45.0?package-id=160c7b3976622032#net/http/otelhttp", + "bom-ref": "pkg:golang/github.com/prometheus/client_model@v0.4.0?package-id=5d467475d348b694", "type": "library", - "name": "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp", - "version": "v0.45.0", - "cpe": "cpe:2.3:a:contrib:instrumentation\\/net\\/http\\/otelhttp:v0.45.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/go.opentelemetry.io/contrib/instrumentation@v0.45.0#net/http/otelhttp", + "name": "github.com/prometheus/client_model", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:prometheus:client-model:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_model@v0.4.0", "properties": [ { "name": "syft:package:foundBy", @@ -11399,9 +11393,13 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_model:v0.4.0:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -11417,7 +11415,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:x8Z78aZx8cOF0+Kkazoc7lwUNMGy0LrzEMxTm4BbTxg=" + "value": "h1:5lQXD3cAg1OXBf4Wq03gTrXHeaV0TQvGfUooCfx1yqY=" }, { "name": "syft:metadata:mainModule", @@ -11426,11 +11424,12 @@ ] }, { - "bom-ref": "pkg:golang/go.opentelemetry.io/otel@v1.19.0?package-id=c7cc7b86e75fb2cf", + "bom-ref": "pkg:golang/github.com/prometheus/client_model@v0.6.1?package-id=301089fa3799fe5c", "type": "library", - "name": "go.opentelemetry.io/otel", - "version": "v1.19.0", - "purl": "pkg:golang/go.opentelemetry.io/otel@v1.19.0", + "name": "github.com/prometheus/client_model", + "version": "v0.6.1", + "cpe": "cpe:2.3:a:prometheus:client-model:v0.6.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_model@v0.6.1", "properties": [ { "name": "syft:package:foundBy", @@ -11448,13 +11447,17 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_model:v0.6.1:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -11462,25 +11465,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:MuS/TNf4/j4IXsZuJegVzI1cwut7Qc00344rgH7p8bs=" + "value": "h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/go.opentelemetry.io/otel/metric@v1.19.0?package-id=44cb39e7c16e7538", + "bom-ref": "pkg:golang/github.com/prometheus/common@v0.44.0?package-id=d777f9230684f487", "type": "library", - "name": "go.opentelemetry.io/otel/metric", - "version": "v1.19.0", - "cpe": "cpe:2.3:a:otel:metric:v1.19.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/go.opentelemetry.io/otel/metric@v1.19.0", + "name": "github.com/prometheus/common", + "version": "v0.44.0", + "cpe": "cpe:2.3:a:prometheus:common:v0.44.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/common@v0.44.0", "properties": [ { "name": "syft:package:foundBy", @@ -11500,7 +11507,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -11516,7 +11523,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:aTzpGtV0ar9wlV4Sna9sdJyII5jTVJEvKETPiOKwvpE=" + "value": "h1:+5BrQJwiBB9xsMygAB3TNvpQKOwlkc25LbISbrdOOfY=" }, { "name": "syft:metadata:mainModule", @@ -11525,12 +11532,12 @@ ] }, { - "bom-ref": "pkg:golang/go.opentelemetry.io/otel/trace@v1.19.0?package-id=2667630d0297c6b8", + "bom-ref": "pkg:golang/github.com/prometheus/common@v0.48.0?package-id=ddac5d24fb0a6918", "type": "library", - "name": "go.opentelemetry.io/otel/trace", - "version": "v1.19.0", - "cpe": "cpe:2.3:a:otel:trace:v1.19.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/go.opentelemetry.io/otel/trace@v1.19.0", + "name": "github.com/prometheus/common", + "version": "v0.48.0", + "cpe": "cpe:2.3:a:prometheus:common:v0.48.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/common@v0.48.0", "properties": [ { "name": "syft:package:foundBy", @@ -11550,11 +11557,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -11562,24 +11569,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:DFVQmlVbfVeOuBRrwdtaehRrWiL1JoVs9CPIQ1Dzxpg=" + "value": "h1:QO8U2CdOzSn1BBsmXJXduaaW+dY/5QLjfB8svtSzKKE=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/go.starlark.net@v0.0.0-20230525235612-a134d8f9ddca?package-id=49dd9bdf33314b90", + "bom-ref": "pkg:golang/github.com/prometheus/procfs@v0.10.1?package-id=b86c5042968a034f", "type": "library", - "name": "go.starlark.net", - "version": "v0.0.0-20230525235612-a134d8f9ddca", - "purl": "pkg:golang/go.starlark.net@v0.0.0-20230525235612-a134d8f9ddca", + "name": "github.com/prometheus/procfs", + "version": "v0.10.1", + "cpe": "cpe:2.3:a:prometheus:procfs:v0.10.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/procfs@v0.10.1", "properties": [ { "name": "syft:package:foundBy", @@ -11599,7 +11611,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -11615,7 +11627,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:VdD38733bfYv5tUZwEIskMM93VanwNIi5bIKnDrJdEY=" + "value": "h1:kYK1Va/YMlutzCGazswoHKo//tZVlFpKYh+PymziUAg=" }, { "name": "syft:metadata:mainModule", @@ -11624,11 +11636,12 @@ ] }, { - "bom-ref": "pkg:golang/go.uber.org/multierr@v1.11.0?package-id=0be6547bb8d6f8d3", + "bom-ref": "pkg:golang/github.com/prometheus/procfs@v0.12.0?package-id=e7050f2c2e7d7c7e", "type": "library", - "name": "go.uber.org/multierr", - "version": "v1.11.0", - "purl": "pkg:golang/go.uber.org/multierr@v1.11.0", + "name": "github.com/prometheus/procfs", + "version": "v0.12.0", + "cpe": "cpe:2.3:a:prometheus:procfs:v0.12.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/procfs@v0.12.0", "properties": [ { "name": "syft:package:foundBy", @@ -11648,7 +11661,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -11668,7 +11681,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=" + "value": "h1:jluTpSng7V9hY0O2R9DzzJHYb2xULk9VTR1V1R/k6Bo=" }, { "name": "syft:metadata:mainModule", @@ -11677,11 +11690,12 @@ ] }, { - "bom-ref": "pkg:golang/go.uber.org/zap@v1.26.0?package-id=4e44f1a71b058dfc", + "bom-ref": "pkg:golang/github.com/rubenv/sql-migrate@v1.5.2?package-id=eea599b2c4b084d0", "type": "library", - "name": "go.uber.org/zap", - "version": "v1.26.0", - "purl": "pkg:golang/go.uber.org/zap@v1.26.0", + "name": "github.com/rubenv/sql-migrate", + "version": "v1.5.2", + "cpe": "cpe:2.3:a:rubenv:sql-migrate:v1.5.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/rubenv/sql-migrate@v1.5.2", "properties": [ { "name": "syft:package:foundBy", @@ -11699,13 +11713,17 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rubenv:sql_migrate:v1.5.2:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -11713,29 +11731,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:sI7k6L95XOKS281NhVKOFCUNIvv9e0w4BF8N3u+tCRo=" + "value": "h1:bMDqOnrJVV/6JQgQ/MxOpU+AdO8uzYYA/TxFUBzFtS0=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/golang.org/x/crypto@v0.21.0?package-id=f9ae10a35a2065b9", + "bom-ref": "pkg:golang/github.com/russross/blackfriday@v2.1.0?package-id=c76ac18bed0488c8#v2", "type": "library", - "name": "golang.org/x/crypto", - "version": "v0.21.0", - "cpe": "cpe:2.3:a:golang:x\\/crypto:v0.21.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/golang.org/x/crypto@v0.21.0", + "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.1.0#v2", "properties": [ { "name": "syft:package:foundBy", @@ -11755,7 +11769,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -11771,7 +11785,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:X31++rzVUdKhX5sWmSOFZxx8UW/ldWx55cbf08iNAMA=" + "value": "h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=" }, { "name": "syft:metadata:mainModule", @@ -11780,12 +11794,12 @@ ] }, { - "bom-ref": "pkg:golang/golang.org/x/exp@v0.0.0-20240213143201-ec583247a57a?package-id=4ed98bdb2a19104a", + "bom-ref": "pkg:golang/github.com/shopspring/decimal@v1.3.1?package-id=f5a8599952a99e63", "type": "library", - "name": "golang.org/x/exp", - "version": "v0.0.0-20240213143201-ec583247a57a", - "cpe": "cpe:2.3:a:golang:x\\/exp:v0.0.0-20240213143201-ec583247a57a:*:*:*:*:*:*:*", - "purl": "pkg:golang/golang.org/x/exp@v0.0.0-20240213143201-ec583247a57a", + "name": "github.com/shopspring/decimal", + "version": "v1.3.1", + "cpe": "cpe:2.3:a:shopspring:decimal:v1.3.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/shopspring/decimal@v1.3.1", "properties": [ { "name": "syft:package:foundBy", @@ -11805,11 +11819,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -11817,29 +11831,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:HinSgX1tJRX3KsL//Gxynpw5CTOAIPhgL4W8PNiIpVE=" + "value": "h1:2Usl1nmF/WZucqkFZhnfFYxxxu8LG21F6nPQBE5gKV8=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/golang.org/x/net@v0.23.0?package-id=82f68980b5bfe876", + "bom-ref": "pkg:golang/github.com/sirupsen/logrus@v1.9.3?package-id=b59cf0219bbd34f7", "type": "library", - "name": "golang.org/x/net", - "version": "v0.23.0", - "cpe": "cpe:2.3:a:golang:networking:v0.23.0:*:*:*:*:go:*:*", - "purl": "pkg:golang/golang.org/x/net@v0.23.0", + "name": "github.com/sirupsen/logrus", + "version": "v1.9.3", + "cpe": "cpe:2.3:a:sirupsen:logrus:v1.9.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/sirupsen/logrus@v1.9.3", "properties": [ { "name": "syft:package:foundBy", @@ -11859,7 +11869,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -11875,7 +11885,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:7EYJ93RZ9vYSZAIb2x3lnuvqO5zneoD6IvWjuhfxjTs=" + "value": "h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=" }, { "name": "syft:metadata:mainModule", @@ -11884,12 +11894,12 @@ ] }, { - "bom-ref": "pkg:golang/golang.org/x/net@v0.24.0?package-id=0f6501568342ebe5", + "bom-ref": "pkg:golang/github.com/sirupsen/logrus@v1.9.3?package-id=14f9b36ae3c4b716", "type": "library", - "name": "golang.org/x/net", - "version": "v0.24.0", - "cpe": "cpe:2.3:a:golang:networking:v0.24.0:*:*:*:*:go:*:*", - "purl": "pkg:golang/golang.org/x/net@v0.24.0", + "name": "github.com/sirupsen/logrus", + "version": "v1.9.3", + "cpe": "cpe:2.3:a:sirupsen:logrus:v1.9.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/sirupsen/logrus@v1.9.3", "properties": [ { "name": "syft:package:foundBy", @@ -11909,7 +11919,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -11929,7 +11939,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:1PcaxkF854Fu3+lvBIx5SYn9wRlBzzcnHZSiaFFAb0w=" + "value": "h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=" }, { "name": "syft:metadata:mainModule", @@ -11938,62 +11948,12 @@ ] }, { - "bom-ref": "pkg:golang/golang.org/x/oauth2@v0.10.0?package-id=d7c34e6cc71eb1f2", - "type": "library", - "name": "golang.org/x/oauth2", - "version": "v0.10.0", - "cpe": "cpe:2.3:a:golang:x\\/oauth2:v0.10.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/golang.org/x/oauth2@v0.10.0", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" - }, - { - "name": "syft:package:language", - "value": "go" - }, - { - "name": "syft:package:type", - "value": "go-module" - }, - { - "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" - }, - { - "name": "syft:location:0:path", - "value": "/bin/helm" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:zHCpF2Khkwy4mMB4bv0U37YtJdTGW8jI0glAApi0Kh8=" - }, - { - "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" - } - ] - }, - { - "bom-ref": "pkg:golang/golang.org/x/oauth2@v0.17.0?package-id=f3b27b9f221274da", + "bom-ref": "pkg:golang/github.com/spf13/afero@v1.11.0?package-id=05766d4e9b5ab8f8", "type": "library", - "name": "golang.org/x/oauth2", - "version": "v0.17.0", - "cpe": "cpe:2.3:a:golang:x\\/oauth2:v0.17.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/golang.org/x/oauth2@v0.17.0", + "name": "github.com/spf13/afero", + "version": "v1.11.0", + "cpe": "cpe:2.3:a:spf13:afero:v1.11.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/afero@v1.11.0", "properties": [ { "name": "syft:package:foundBy", @@ -12013,7 +11973,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -12033,7 +11993,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:6m3ZPmLEFdVxKKWnKq4VqZ60gutO35zm+zrAHVmHyDQ=" + "value": "h1:WJQKhtpdm3v2IzqG8VMqrr6Rf3UYpEF239Jy9wNepM8=" }, { "name": "syft:metadata:mainModule", @@ -12042,12 +12002,12 @@ ] }, { - "bom-ref": "pkg:golang/golang.org/x/sync@v0.6.0?package-id=6f454635d094f7bf", + "bom-ref": "pkg:golang/github.com/spf13/cast@v1.5.0?package-id=87172a140a024fac", "type": "library", - "name": "golang.org/x/sync", - "version": "v0.6.0", - "cpe": "cpe:2.3:a:golang:x\\/sync:v0.6.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/golang.org/x/sync@v0.6.0", + "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", @@ -12067,7 +12027,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -12083,7 +12043,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:5BMeUDZ7vkXGfEr1x9B4bRcTH4lpkTkpdh0T/J+qjbQ=" + "value": "h1:rj3WzYc11XZaIZMPKmwP96zkFEnnAmV8s6XbB2aY32w=" }, { "name": "syft:metadata:mainModule", @@ -12092,12 +12052,12 @@ ] }, { - "bom-ref": "pkg:golang/golang.org/x/sys@v0.18.0?package-id=aa1cac719fa9a881", + "bom-ref": "pkg:golang/github.com/spf13/cobra@v1.8.0?package-id=947fae4a408761e4", "type": "library", - "name": "golang.org/x/sys", - "version": "v0.18.0", - "cpe": "cpe:2.3:a:golang:x\\/sys:v0.18.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/golang.org/x/sys@v0.18.0", + "name": "github.com/spf13/cobra", + "version": "v1.8.0", + "cpe": "cpe:2.3:a:spf13:cobra:v1.8.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/cobra@v1.8.0", "properties": [ { "name": "syft:package:foundBy", @@ -12117,7 +12077,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -12133,7 +12093,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:DBdB3niSjOA/O0blCZBqDefyWNYveAYMNF1Wum0DYQ4=" + "value": "h1:7aJaZx1B85qltLMc546zn58BxxfZdR/W22ej9CFoEf0=" }, { "name": "syft:metadata:mainModule", @@ -12142,12 +12102,12 @@ ] }, { - "bom-ref": "pkg:golang/golang.org/x/sys@v0.19.0?package-id=19a9d31ecbe5fc74", + "bom-ref": "pkg:golang/github.com/spf13/cobra@v1.8.0?package-id=d6d373069e7c8709", "type": "library", - "name": "golang.org/x/sys", - "version": "v0.19.0", - "cpe": "cpe:2.3:a:golang:x\\/sys:v0.19.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/golang.org/x/sys@v0.19.0", + "name": "github.com/spf13/cobra", + "version": "v1.8.0", + "cpe": "cpe:2.3:a:spf13:cobra:v1.8.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/cobra@v1.8.0", "properties": [ { "name": "syft:package:foundBy", @@ -12167,7 +12127,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -12187,7 +12147,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:q5f1RH2jigJ1MoAWp2KTp3gm5zAGFUTarQZ5U386+4o=" + "value": "h1:7aJaZx1B85qltLMc546zn58BxxfZdR/W22ej9CFoEf0=" }, { "name": "syft:metadata:mainModule", @@ -12196,12 +12156,12 @@ ] }, { - "bom-ref": "pkg:golang/golang.org/x/term@v0.18.0?package-id=820775970676c74a", + "bom-ref": "pkg:golang/github.com/spf13/pflag@v1.0.5?package-id=b78c23a3b74402d3", "type": "library", - "name": "golang.org/x/term", - "version": "v0.18.0", - "cpe": "cpe:2.3:a:golang:x\\/term:v0.18.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/golang.org/x/term@v0.18.0", + "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", @@ -12221,7 +12181,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -12237,7 +12197,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:FcHjZXDMxI8mM3nwhX9HlKop4C0YQvCVCdwYl2wOtE8=" + "value": "h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=" }, { "name": "syft:metadata:mainModule", @@ -12246,12 +12206,12 @@ ] }, { - "bom-ref": "pkg:golang/golang.org/x/term@v0.19.0?package-id=34906cd83f55b70b", + "bom-ref": "pkg:golang/github.com/spf13/pflag@v1.0.5?package-id=02166d57d5d40373", "type": "library", - "name": "golang.org/x/term", - "version": "v0.19.0", - "cpe": "cpe:2.3:a:golang:x\\/term:v0.19.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/golang.org/x/term@v0.19.0", + "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", @@ -12271,7 +12231,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -12291,7 +12251,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:+ThwsDv+tYfnJFhF4L8jITxu1tdTWRTZpdsWgEgjL6Q=" + "value": "h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=" }, { "name": "syft:metadata:mainModule", @@ -12300,12 +12260,12 @@ ] }, { - "bom-ref": "pkg:golang/golang.org/x/text@v0.14.0?package-id=314882ceb34fbccf", + "bom-ref": "pkg:golang/github.com/stoewer/go-strcase@v1.3.0?package-id=08cc07930dc27234", "type": "library", - "name": "golang.org/x/text", - "version": "v0.14.0", - "cpe": "cpe:2.3:a:golang:text:v0.14.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/golang.org/x/text@v0.14.0", + "name": "github.com/stoewer/go-strcase", + "version": "v1.3.0", + "cpe": "cpe:2.3:a:stoewer:go-strcase:v1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/stoewer/go-strcase@v1.3.0", "properties": [ { "name": "syft:package:foundBy", @@ -12323,13 +12283,17 @@ "name": "syft:package:metadataType", "value": "go-module-buildinfo-entry" }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stoewer:go_strcase:v1.3.0:*:*:*:*:*:*:*" + }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -12337,25 +12301,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=" + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:g0eASXYtp+yvN9fK8sH94oCIk0fau9uV1/ZdJ0AVEzs=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/golang.org/x/text@v0.14.0?package-id=25d405d4e0296a3b", + "bom-ref": "pkg:golang/github.com/xeipuuv/gojsonpointer@v0.0.0-20190905194746-02993c407bfb?package-id=f841f4cbbbdcf752", "type": "library", - "name": "golang.org/x/text", - "version": "v0.14.0", - "cpe": "cpe:2.3:a:golang:text:v0.14.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/golang.org/x/text@v0.14.0", + "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", @@ -12375,11 +12343,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -12387,29 +12355,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=" + "value": "h1:zGWFAtiMcyryUHoUjUJX0/lt1H2+i2Ka2n+D3DImSNo=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/golang.org/x/time@v0.3.0?package-id=218a5626a5c0b15a", + "bom-ref": "pkg:golang/github.com/xeipuuv/gojsonreference@v0.0.0-20180127040603-bd5ef7bd5415?package-id=3008016ad4dd64b7", "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", + "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", @@ -12429,7 +12393,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -12445,7 +12409,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:rg5rLMjNzMS1RkNLzCG38eapWhnYLFYXDXj2gOlr8j4=" + "value": "h1:EzJWgHovont7NscjpAxXsDA8S8BMYve8Y5+7cuRE7R0=" }, { "name": "syft:metadata:mainModule", @@ -12454,12 +12418,12 @@ ] }, { - "bom-ref": "pkg:golang/golang.org/x/time@v0.5.0?package-id=ba90e129b4fe2193", + "bom-ref": "pkg:golang/github.com/xeipuuv/gojsonschema@v1.2.0?package-id=cd521ef7252ea944", "type": "library", - "name": "golang.org/x/time", - "version": "v0.5.0", - "cpe": "cpe:2.3:a:golang:x\\/time:v0.5.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/golang.org/x/time@v0.5.0", + "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", @@ -12479,11 +12443,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -12491,29 +12455,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:o7cqy6amK/52YcAKIPlM3a+Fpj35zvRj2TP+e1xFSfk=" + "value": "h1:LhYJRs+L4fBtjZUfuSZIKGeVu0QRy8e5Xi7D17UxZ74=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/gomodules.xyz/jsonpatch/v2@v2.4.0?package-id=dec66c25bc2f0206", + "bom-ref": "pkg:golang/github.com/xlab/treeprint@v1.2.0?package-id=a4dd01d69bfebd08", "type": "library", - "name": "gomodules.xyz/jsonpatch/v2", - "version": "v2.4.0", - "cpe": "cpe:2.3:a:jsonpatch:v2:v2.4.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/gomodules.xyz/jsonpatch/v2@v2.4.0", + "name": "github.com/xlab/treeprint", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:xlab:treeprint:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xlab/treeprint@v1.2.0", "properties": [ { "name": "syft:package:foundBy", @@ -12533,11 +12493,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -12545,323 +12505,325 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:Ci3iUJyx9UeRx7CeFN8ARgGbkESwJK+KB9lLcWxY/Zw=" + "value": "h1:HzHnuAF1plUN2zGlAFHbSQP2qJ0ZAD3XF5XD7OesXRQ=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:pypi/google-auth@2.32.0?package-id=56ed3a8c2276907c", + "bom-ref": "pkg:golang/go.opentelemetry.io/contrib/instrumentation@v0.45.0?package-id=160c7b3976622032#net/http/otelhttp", "type": "library", - "author": "Google Cloud Platform ", - "name": "google-auth", - "version": "2.32.0", - "licenses": [ - { - "license": { - "name": "Apache 2.0" - } - } - ], - "cpe": "cpe:2.3:a:google_cloud_platform_project:python-google-auth:2.32.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/google-auth@2.32.0", + "name": "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp", + "version": "v0.45.0", + "cpe": "cpe:2.3:a:contrib:instrumentation\\/net\\/http\\/otelhttp:v0.45.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/contrib/instrumentation@v0.45.0#net/http/otelhttp", "properties": [ { "name": "syft:package:foundBy", - "value": "python-installed-package-cataloger" + "value": "go-module-binary-cataloger" }, { "name": "syft:package:language", - "value": "python" + "value": "go" }, { "name": "syft:package:type", - "value": "python" + "value": "go-module" }, { "name": "syft:package:metadataType", - "value": "python-package" + "value": "go-module-buildinfo-entry" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google_cloud_platform_project:python_google_auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:location:0:layerID", + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google_cloud_platformproject:python-google-auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:location:0:path", + "value": "/bin/helm" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google_cloud_platformproject:python_google_auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:metadata:architecture", + "value": "amd64" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:googleapis_packages_project:python-google-auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:googleapis_packages_project:python_google_auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:metadata:h1Digest", + "value": "h1:x8Z78aZx8cOF0+Kkazoc7lwUNMGy0LrzEMxTm4BbTxg=" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:googleapis_packagesproject:python-google-auth:2.32.0:*:*:*:*:*:*:*" - }, + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel@v1.19.0?package-id=c7cc7b86e75fb2cf", + "type": "library", + "name": "go.opentelemetry.io/otel", + "version": "v1.19.0", + "purl": "pkg:golang/go.opentelemetry.io/otel@v1.19.0", + "properties": [ { - "name": "syft:cpe23", - "value": "cpe:2.3:a:googleapis_packagesproject:python_google_auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google_cloud_platform_project:google-auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:package:language", + "value": "go" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google_cloud_platform_project:google_auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:package:type", + "value": "go-module" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google_cloud_platform:python-google-auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google_cloud_platform:python_google_auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:location:0:layerID", + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google_cloud_platformproject:google-auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:location:0:path", + "value": "/bin/helm" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google_cloud_platformproject:google_auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:metadata:architecture", + "value": "amd64" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:googleapis_packages_project:google-auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:googleapis_packages_project:google_auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:metadata:h1Digest", + "value": "h1:MuS/TNf4/j4IXsZuJegVzI1cwut7Qc00344rgH7p8bs=" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:googleapis-packages:python-google-auth:2.32.0:*:*:*:*:*:*:*" - }, + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/metric@v1.19.0?package-id=44cb39e7c16e7538", + "type": "library", + "name": "go.opentelemetry.io/otel/metric", + "version": "v1.19.0", + "cpe": "cpe:2.3:a:otel:metric:v1.19.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/metric@v1.19.0", + "properties": [ { - "name": "syft:cpe23", - "value": "cpe:2.3:a:googleapis-packages:python_google_auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:googleapis_packages:python-google-auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:package:language", + "value": "go" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:googleapis_packages:python_google_auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:package:type", + "value": "go-module" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:googleapis_packagesproject:google-auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:googleapis_packagesproject:google_auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:location:0:layerID", + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-google-auth:python-google-auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:location:0:path", + "value": "/bin/helm" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-google-auth:python_google_auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:metadata:architecture", + "value": "amd64" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_google_auth:python-google-auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_google_auth:python_google_auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:metadata:h1Digest", + "value": "h1:aTzpGtV0ar9wlV4Sna9sdJyII5jTVJEvKETPiOKwvpE=" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google_cloud_platform:google-auth:2.32.0:*:*:*:*:*:*:*" - }, + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/trace@v1.19.0?package-id=2667630d0297c6b8", + "type": "library", + "name": "go.opentelemetry.io/otel/trace", + "version": "v1.19.0", + "cpe": "cpe:2.3:a:otel:trace:v1.19.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/trace@v1.19.0", + "properties": [ { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google_cloud_platform:google_auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-google:python-google-auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:package:language", + "value": "go" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-google:python_google_auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:package:type", + "value": "go-module" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_google:python-google-auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_google:python_google_auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:location:0:layerID", + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:googleapis-packages:google-auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:location:0:path", + "value": "/bin/helm" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:googleapis-packages:google_auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:metadata:architecture", + "value": "amd64" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:googleapis_packages:google-auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:googleapis_packages:google_auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:metadata:h1Digest", + "value": "h1:DFVQmlVbfVeOuBRrwdtaehRrWiL1JoVs9CPIQ1Dzxpg=" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google-auth:python-google-auth:2.32.0:*:*:*:*:*:*:*" - }, + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/go.starlark.net@v0.0.0-20230525235612-a134d8f9ddca?package-id=49dd9bdf33314b90", + "type": "library", + "name": "go.starlark.net", + "version": "v0.0.0-20230525235612-a134d8f9ddca", + "purl": "pkg:golang/go.starlark.net@v0.0.0-20230525235612-a134d8f9ddca", + "properties": [ { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google-auth:python_google_auth:2.32.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google_auth:python-google-auth:2.32.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google_auth:python_google_auth:2.32.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-google-auth:google-auth:2.32.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-google-auth:google_auth:2.32.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_google_auth:google-auth:2.32.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_google_auth:google_auth:2.32.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google:python-google-auth:2.32.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google:python_google_auth:2.32.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-google:google-auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-google:google_auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:package:language", + "value": "go" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-google-auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:package:type", + "value": "go-module" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_google_auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_google:google-auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:location:0:layerID", + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_google:google_auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:location:0:path", + "value": "/bin/helm" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google-auth:google-auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:metadata:architecture", + "value": "amd64" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google-auth:google_auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google_auth:google-auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:metadata:h1Digest", + "value": "h1:VdD38733bfYv5tUZwEIskMM93VanwNIi5bIKnDrJdEY=" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google_auth:google_auth:2.32.0:*:*:*:*:*:*:*" - }, + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/go.uber.org/multierr@v1.11.0?package-id=0be6547bb8d6f8d3", + "type": "library", + "name": "go.uber.org/multierr", + "version": "v1.11.0", + "purl": "pkg:golang/go.uber.org/multierr@v1.11.0", + "properties": [ { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google:google-auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google:google_auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:package:language", + "value": "go" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:google-auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:package:type", + "value": "go-module" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:google_auth:2.32.0:*:*:*:*:*:*:*" + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/google_auth-2.32.0.dist-info/METADATA" + "value": "/usr/local/bin/ansible-operator" }, { - "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:metadata:architecture", + "value": "amd64" }, { - "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/google_auth-2.32.0.dist-info/RECORD" + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.8" }, { - "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { - "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/google_auth-2.32.0.dist-info/top_level.txt" + "name": "syft:metadata:h1Digest", + "value": "h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/google.golang.org/genproto/googleapis@v0.0.0-20240213162025-012b6fc9bca9?package-id=369166f1b74b1472#api", + "bom-ref": "pkg:golang/go.uber.org/zap@v1.26.0?package-id=4e44f1a71b058dfc", "type": "library", - "name": "google.golang.org/genproto/googleapis/api", - "version": "v0.0.0-20240213162025-012b6fc9bca9", - "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20240213162025-012b6fc9bca9:*:*:*:*:*:*:*", - "purl": "pkg:golang/google.golang.org/genproto/googleapis@v0.0.0-20240213162025-012b6fc9bca9#api", + "name": "go.uber.org/zap", + "version": "v1.26.0", + "purl": "pkg:golang/go.uber.org/zap@v1.26.0", "properties": [ { "name": "syft:package:foundBy", @@ -12881,7 +12843,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -12901,7 +12863,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:4++qSzdWBUy9/2x8L5KZgwZw+mjJZ2yDSCGMVM0YzRs=" + "value": "h1:sI7k6L95XOKS281NhVKOFCUNIvv9e0w4BF8N3u+tCRo=" }, { "name": "syft:metadata:mainModule", @@ -12910,12 +12872,12 @@ ] }, { - "bom-ref": "pkg:golang/google.golang.org/genproto/googleapis@v0.0.0-20230822172742-b8732ec3820d?package-id=cd620ea099d56d75#rpc", + "bom-ref": "pkg:golang/golang.org/x/crypto@v0.21.0?package-id=f9ae10a35a2065b9", "type": "library", - "name": "google.golang.org/genproto/googleapis/rpc", - "version": "v0.0.0-20230822172742-b8732ec3820d", - "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20230822172742-b8732ec3820d:*:*:*:*:*:*:*", - "purl": "pkg:golang/google.golang.org/genproto/googleapis@v0.0.0-20230822172742-b8732ec3820d#rpc", + "name": "golang.org/x/crypto", + "version": "v0.21.0", + "cpe": "cpe:2.3:a:golang:x\\/crypto:v0.21.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/crypto@v0.21.0", "properties": [ { "name": "syft:package:foundBy", @@ -12935,7 +12897,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -12951,7 +12913,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:uvYuEyMHKNt+lT4K3bN6fGswmK8qSvcreM3BwjDh+y4=" + "value": "h1:X31++rzVUdKhX5sWmSOFZxx8UW/ldWx55cbf08iNAMA=" }, { "name": "syft:metadata:mainModule", @@ -12960,12 +12922,12 @@ ] }, { - "bom-ref": "pkg:golang/google.golang.org/genproto/googleapis@v0.0.0-20240221002015-b0ce06bbee7c?package-id=f789064c753bff9a#rpc", + "bom-ref": "pkg:golang/golang.org/x/exp@v0.0.0-20240213143201-ec583247a57a?package-id=4ed98bdb2a19104a", "type": "library", - "name": "google.golang.org/genproto/googleapis/rpc", - "version": "v0.0.0-20240221002015-b0ce06bbee7c", - "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20240221002015-b0ce06bbee7c:*:*:*:*:*:*:*", - "purl": "pkg:golang/google.golang.org/genproto/googleapis@v0.0.0-20240221002015-b0ce06bbee7c#rpc", + "name": "golang.org/x/exp", + "version": "v0.0.0-20240213143201-ec583247a57a", + "cpe": "cpe:2.3:a:golang:x\\/exp:v0.0.0-20240213143201-ec583247a57a:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/exp@v0.0.0-20240213143201-ec583247a57a", "properties": [ { "name": "syft:package:foundBy", @@ -12985,7 +12947,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -13005,7 +12967,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:NUsgEN92SQQqzfA+YtqYNqYmB3DMMYLlIwUZAQFVFbo=" + "value": "h1:HinSgX1tJRX3KsL//Gxynpw5CTOAIPhgL4W8PNiIpVE=" }, { "name": "syft:metadata:mainModule", @@ -13014,12 +12976,12 @@ ] }, { - "bom-ref": "pkg:golang/google.golang.org/grpc@v1.58.3?package-id=d01f18359656cd93", + "bom-ref": "pkg:golang/golang.org/x/net@v0.23.0?package-id=82f68980b5bfe876", "type": "library", - "name": "google.golang.org/grpc", - "version": "v1.58.3", - "cpe": "cpe:2.3:a:google:grpc:v1.58.3:*:*:*:*:*:*:*", - "purl": "pkg:golang/google.golang.org/grpc@v1.58.3", + "name": "golang.org/x/net", + "version": "v0.23.0", + "cpe": "cpe:2.3:a:golang:networking:v0.23.0:*:*:*:*:go:*:*", + "purl": "pkg:golang/golang.org/x/net@v0.23.0", "properties": [ { "name": "syft:package:foundBy", @@ -13039,7 +13001,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -13055,7 +13017,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:BjnpXut1btbtgN/6sp+brB2Kbm2LjNXnidYujAVbSoQ=" + "value": "h1:7EYJ93RZ9vYSZAIb2x3lnuvqO5zneoD6IvWjuhfxjTs=" }, { "name": "syft:metadata:mainModule", @@ -13064,12 +13026,12 @@ ] }, { - "bom-ref": "pkg:golang/google.golang.org/grpc@v1.61.1?package-id=eb478c5cb2ffa2b8", + "bom-ref": "pkg:golang/golang.org/x/net@v0.25.0?package-id=bbd17693a2417149", "type": "library", - "name": "google.golang.org/grpc", - "version": "v1.61.1", - "cpe": "cpe:2.3:a:google:grpc:v1.61.1:*:*:*:*:*:*:*", - "purl": "pkg:golang/google.golang.org/grpc@v1.61.1", + "name": "golang.org/x/net", + "version": "v0.25.0", + "cpe": "cpe:2.3:a:golang:networking:v0.25.0:*:*:*:*:go:*:*", + "purl": "pkg:golang/golang.org/x/net@v0.25.0", "properties": [ { "name": "syft:package:foundBy", @@ -13089,7 +13051,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -13109,7 +13071,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:kLAiWrZs7YeDM6MumDe7m3y4aM6wacLzM1Y/wiLP9XY=" + "value": "h1:d/OCCoBEUq33pjydKrGQhw7IlUPI2Oylr+8qLx49kac=" }, { "name": "syft:metadata:mainModule", @@ -13118,12 +13080,12 @@ ] }, { - "bom-ref": "pkg:golang/google.golang.org/protobuf@v1.33.0?package-id=b312f18b9eb29da4", + "bom-ref": "pkg:golang/golang.org/x/oauth2@v0.10.0?package-id=d7c34e6cc71eb1f2", "type": "library", - "name": "google.golang.org/protobuf", - "version": "v1.33.0", - "cpe": "cpe:2.3:a:google:protobuf:v1.33.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/google.golang.org/protobuf@v1.33.0", + "name": "golang.org/x/oauth2", + "version": "v0.10.0", + "cpe": "cpe:2.3:a:golang:x\\/oauth2:v0.10.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/oauth2@v0.10.0", "properties": [ { "name": "syft:package:foundBy", @@ -13143,7 +13105,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -13159,7 +13121,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI=" + "value": "h1:zHCpF2Khkwy4mMB4bv0U37YtJdTGW8jI0glAApi0Kh8=" }, { "name": "syft:metadata:mainModule", @@ -13168,12 +13130,12 @@ ] }, { - "bom-ref": "pkg:golang/google.golang.org/protobuf@v1.33.0?package-id=d2404ef06bd8e951", + "bom-ref": "pkg:golang/golang.org/x/oauth2@v0.17.0?package-id=f3b27b9f221274da", "type": "library", - "name": "google.golang.org/protobuf", - "version": "v1.33.0", - "cpe": "cpe:2.3:a:google:protobuf:v1.33.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/google.golang.org/protobuf@v1.33.0", + "name": "golang.org/x/oauth2", + "version": "v0.17.0", + "cpe": "cpe:2.3:a:golang:x\\/oauth2:v0.17.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/oauth2@v0.17.0", "properties": [ { "name": "syft:package:foundBy", @@ -13193,7 +13155,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -13213,7 +13175,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI=" + "value": "h1:6m3ZPmLEFdVxKKWnKq4VqZ60gutO35zm+zrAHVmHyDQ=" }, { "name": "syft:metadata:mainModule", @@ -13222,11 +13184,12 @@ ] }, { - "bom-ref": "pkg:golang/gopkg.in/inf.v0@v0.9.1?package-id=9a89019c74af94b9", + "bom-ref": "pkg:golang/golang.org/x/sync@v0.6.0?package-id=6f454635d094f7bf", "type": "library", - "name": "gopkg.in/inf.v0", - "version": "v0.9.1", - "purl": "pkg:golang/gopkg.in/inf.v0@v0.9.1", + "name": "golang.org/x/sync", + "version": "v0.6.0", + "cpe": "cpe:2.3:a:golang:x\\/sync:v0.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sync@v0.6.0", "properties": [ { "name": "syft:package:foundBy", @@ -13246,7 +13209,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -13262,7 +13225,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=" + "value": "h1:5BMeUDZ7vkXGfEr1x9B4bRcTH4lpkTkpdh0T/J+qjbQ=" }, { "name": "syft:metadata:mainModule", @@ -13271,11 +13234,12 @@ ] }, { - "bom-ref": "pkg:golang/gopkg.in/inf.v0@v0.9.1?package-id=e19aeffe06f8c89e", + "bom-ref": "pkg:golang/golang.org/x/sys@v0.18.0?package-id=aa1cac719fa9a881", "type": "library", - "name": "gopkg.in/inf.v0", - "version": "v0.9.1", - "purl": "pkg:golang/gopkg.in/inf.v0@v0.9.1", + "name": "golang.org/x/sys", + "version": "v0.18.0", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.18.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.18.0", "properties": [ { "name": "syft:package:foundBy", @@ -13295,11 +13259,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -13307,28 +13271,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=" + "value": "h1:DBdB3niSjOA/O0blCZBqDefyWNYveAYMNF1Wum0DYQ4=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/gopkg.in/yaml.v2@v2.4.0?package-id=3215046de34931bd", + "bom-ref": "pkg:golang/golang.org/x/sys@v0.20.0?package-id=214798b35d6aaa8e", "type": "library", - "name": "gopkg.in/yaml.v2", - "version": "v2.4.0", - "purl": "pkg:golang/gopkg.in/yaml.v2@v2.4.0", + "name": "golang.org/x/sys", + "version": "v0.20.0", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.20.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.20.0", "properties": [ { "name": "syft:package:foundBy", @@ -13348,11 +13309,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -13360,24 +13321,29 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { "name": "syft:metadata:h1Digest", - "value": "h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=" + "value": "h1:Od9JTbYCk261bKm4M/mw7AklTlFYIa0bIp9BgSm1S8Y=" }, { "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:golang/gopkg.in/yaml.v2@v2.4.0?package-id=aa5ce742eafa9743", + "bom-ref": "pkg:golang/golang.org/x/term@v0.18.0?package-id=820775970676c74a", "type": "library", - "name": "gopkg.in/yaml.v2", - "version": "v2.4.0", - "purl": "pkg:golang/gopkg.in/yaml.v2@v2.4.0", + "name": "golang.org/x/term", + "version": "v0.18.0", + "cpe": "cpe:2.3:a:golang:x\\/term:v0.18.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/term@v0.18.0", "properties": [ { "name": "syft:package:foundBy", @@ -13397,11 +13363,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "value": "/bin/helm" }, { "name": "syft:metadata:architecture", @@ -13409,29 +13375,25 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "value": "go1.22.5" }, { "name": "syft:metadata:h1Digest", - "value": "h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=" + "value": "h1:FcHjZXDMxI8mM3nwhX9HlKop4C0YQvCVCdwYl2wOtE8=" }, { "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "value": "helm.sh/helm/v3" } ] }, { - "bom-ref": "pkg:golang/gopkg.in/yaml.v3@v3.0.1?package-id=ea0814cfc9632606", + "bom-ref": "pkg:golang/golang.org/x/term@v0.20.0?package-id=c848061289be5130", "type": "library", - "name": "gopkg.in/yaml.v3", - "version": "v3.0.1", - "cpe": "cpe:2.3:a:yaml_project:yaml:v3.0.1:*:*:*:*:go:*:*", - "purl": "pkg:golang/gopkg.in/yaml.v3@v3.0.1", + "name": "golang.org/x/term", + "version": "v0.20.0", + "cpe": "cpe:2.3:a:golang:x\\/term:v0.20.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/term@v0.20.0", "properties": [ { "name": "syft:package:foundBy", @@ -13451,11 +13413,11 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/bin/ansible-operator" }, { "name": "syft:metadata:architecture", @@ -13463,11 +13425,65 @@ }, { "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "value": "go1.22.8" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=" + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:VnkxpohqXaOBYJtBmEppKUG6mXpi+4O6purfc2+sMhw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/operator-framework/ansible-operator-plugins" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/text@v0.14.0?package-id=314882ceb34fbccf", + "type": "library", + "name": "golang.org/x/text", + "version": "v0.14.0", + "cpe": "cpe:2.3:a:golang:text:v0.14.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/text@v0.14.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" + }, + { + "name": "syft:location:0:path", + "value": "/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=" }, { "name": "syft:metadata:mainModule", @@ -13476,12 +13492,12 @@ ] }, { - "bom-ref": "pkg:golang/gopkg.in/yaml.v3@v3.0.1?package-id=bf38d87e75bfdfd0", + "bom-ref": "pkg:golang/golang.org/x/text@v0.15.0?package-id=7ccf12210a40bda4", "type": "library", - "name": "gopkg.in/yaml.v3", - "version": "v3.0.1", - "cpe": "cpe:2.3:a:yaml_project:yaml:v3.0.1:*:*:*:*:go:*:*", - "purl": "pkg:golang/gopkg.in/yaml.v3@v3.0.1", + "name": "golang.org/x/text", + "version": "v0.15.0", + "cpe": "cpe:2.3:a:golang:text:v0.15.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/text@v0.15.0", "properties": [ { "name": "syft:package:foundBy", @@ -13501,7 +13517,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -13521,7 +13537,7 @@ }, { "name": "syft:metadata:h1Digest", - "value": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=" + "value": "h1:h1V/4gjBv8v9cjcR6+AR5+/cIYK5N/WAgiv4xlsEtAk=" }, { "name": "syft:metadata:mainModule", @@ -13530,12 +13546,12 @@ ] }, { - "bom-ref": "pkg:golang/helm.sh/helm/v3@v0.0.0-20240710191640-3bb50bbbdd9c?package-id=d338de6bba0afa4b", + "bom-ref": "pkg:golang/golang.org/x/time@v0.3.0?package-id=218a5626a5c0b15a", "type": "library", - "name": "helm.sh/helm/v3", - "version": "v0.0.0-20240710191640-3bb50bbbdd9c", - "cpe": "cpe:2.3:a:helm:v3:v0.0.0-20240710191640-3bb50bbbdd9c:*:*:*:*:*:*:*", - "purl": "pkg:golang/helm.sh/helm/v3@v0.0.0-20240710191640-3bb50bbbdd9c", + "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", @@ -13555,7 +13571,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -13569,6 +13585,10 @@ "name": "syft:metadata:goCompiledVersion", "value": "go1.22.5" }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:rg5rLMjNzMS1RkNLzCG38eapWhnYLFYXDXj2gOlr8j4=" + }, { "name": "syft:metadata:mainModule", "value": "helm.sh/helm/v3" @@ -13576,20 +13596,128 @@ ] }, { - "bom-ref": "pkg:pypi/htmlmin@0.1.12?package-id=3121db516e82e8ef", + "bom-ref": "pkg:golang/golang.org/x/time@v0.5.0?package-id=ba90e129b4fe2193", "type": "library", - "author": "Dave Mankoff ", - "name": "htmlmin", - "version": "0.1.12", + "name": "golang.org/x/time", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:golang:x\\/time:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/time@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/ansible-operator" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:o7cqy6amK/52YcAKIPlM3a+Fpj35zvRj2TP+e1xFSfk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/operator-framework/ansible-operator-plugins" + } + ] + }, + { + "bom-ref": "pkg:golang/gomodules.xyz/jsonpatch/v2@v2.4.0?package-id=dec66c25bc2f0206", + "type": "library", + "name": "gomodules.xyz/jsonpatch/v2", + "version": "v2.4.0", + "cpe": "cpe:2.3:a:jsonpatch:v2:v2.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/gomodules.xyz/jsonpatch/v2@v2.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/ansible-operator" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Ci3iUJyx9UeRx7CeFN8ARgGbkESwJK+KB9lLcWxY/Zw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/operator-framework/ansible-operator-plugins" + } + ] + }, + { + "bom-ref": "pkg:pypi/google-auth@2.35.0?package-id=cdf4b7d045468de6", + "type": "library", + "author": "Google Cloud Platform ", + "name": "google-auth", + "version": "2.35.0", "licenses": [ { "license": { - "name": "BSD" + "name": "Apache 2.0" } } ], - "cpe": "cpe:2.3:a:dave_mankoff_project:python-htmlmin:0.1.12:*:*:*:*:*:*:*", - "purl": "pkg:pypi/htmlmin@0.1.12", + "cpe": "cpe:2.3:a:google_cloud_platform_project:python-google-auth:2.35.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/google-auth@2.35.0", "properties": [ { "name": "syft:package:foundBy", @@ -13609,1114 +13737,1349 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dave_mankoff_project:python_htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:google_cloud_platform_project:python_google_auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dave_mankoffproject:python-htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:google_cloud_platformproject:python-google-auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dave_mankoffproject:python_htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:google_cloud_platformproject:python_google_auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mankyd_project:python-htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:googleapis_packages_project:python-google-auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mankyd_project:python_htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:googleapis_packages_project:python_google_auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-htmlmin:python-htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:googleapis_packagesproject:python-google-auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-htmlmin:python_htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:googleapis_packagesproject:python_google_auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_htmlmin:python-htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:google_cloud_platform_project:google-auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_htmlmin:python_htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:google_cloud_platform_project:google_auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dave_mankoff_project:htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:google_cloud_platform:python-google-auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mankydproject:python-htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:google_cloud_platform:python_google_auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mankydproject:python_htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:google_cloud_platformproject:google-auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dave_mankoff:python-htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:google_cloud_platformproject:google_auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dave_mankoff:python_htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:googleapis_packages_project:google-auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dave_mankoffproject:htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:googleapis_packages_project:google_auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:htmlmin:python-htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:googleapis-packages:python-google-auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:htmlmin:python_htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:googleapis-packages:python_google_auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mankyd_project:htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:googleapis_packages:python-google-auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-htmlmin:htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:googleapis_packages:python_google_auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_htmlmin:htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:googleapis_packagesproject:google-auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mankyd:python-htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:googleapis_packagesproject:google_auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mankyd:python_htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-google-auth:python-google-auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mankydproject:htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-google-auth:python_google_auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_google_auth:python-google-auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_google_auth:python_google_auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dave_mankoff:htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:google_cloud_platform:google-auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:htmlmin:htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:google_cloud_platform:google_auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mankyd:htmlmin:0.1.12:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-google:python-google-auth:2.35.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:htmlmin:0.1.12:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "cpe:2.3:a:python-google:python_google_auth:2.35.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/htmlmin-0.1.12.dist-info/METADATA" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_google:python-google-auth:2.35.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/htmlmin-0.1.12.dist-info/RECORD" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_google:python_google_auth:2.35.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:cpe23", + "value": "cpe:2.3:a:googleapis-packages:google-auth:2.35.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/htmlmin-0.1.12.dist-info/top_level.txt" - } - ] - }, - { - "bom-ref": "pkg:pypi/idna@3.7?package-id=48c70e4ccf175e39", - "type": "library", - "author": "Kim Davies ", - "name": "idna", - "version": "3.7", - "cpe": "cpe:2.3:a:kim_davies_\\", - "name": "importlib_metadata", - "version": "8.0.0", - "licenses": [ + "value": "/usr/local/lib/python3.12/site-packages/google_auth-2.35.0.dist-info/RECORD" + }, { - "license": { - "id": "Apache-2.0" - } + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/google_auth-2.35.0.dist-info/top_level.txt" } - ], - "cpe": "cpe:2.3:a:\\\"jason_r__coombs\\\"_\\", - "name": "importlib_resources", - "version": "6.4.0", - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "cpe": "cpe:2.3:a:python-importlib-resources:python-importlib-resources:6.4.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/importlib_resources@6.4.0", + "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": "python-installed-package-cataloger" + "value": "go-module-binary-cataloger" }, { "name": "syft:package:language", - "value": "python" + "value": "go" }, { "name": "syft:package:type", - "value": "python" + "value": "go-module" }, { "name": "syft:package:metadataType", - "value": "python-package" + "value": "go-module-buildinfo-entry" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-importlib-resources:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:location:0:layerID", + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-importlib-resources:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:location:0:path", + "value": "/bin/helm" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-importlib_resources:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:metadata:architecture", + "value": "amd64" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-importlib_resources:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-importlib_resources:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:metadata:h1Digest", + "value": "h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_importlib_resources:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" - }, + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/inf.v0@v0.9.1?package-id=e19aeffe06f8c89e", + "type": "library", + "name": "gopkg.in/inf.v0", + "version": "v0.9.1", + "purl": "pkg:golang/gopkg.in/inf.v0@v0.9.1", + "properties": [ { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_importlib_resources:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_importlib_resources:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:package:language", + "value": "go" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_warsaw_project:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:package:type", + "value": "go-module" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_warsaw_project:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_warsaw_project:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:location:0:layerID", + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_warsawproject:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:location:0:path", + "value": "/usr/local/bin/ansible-operator" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_warsawproject:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:metadata:architecture", + "value": "amd64" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_warsawproject:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.8" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:importlib-resources:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:importlib-resources:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:metadata:h1Digest", + "value": "h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:importlib-resources:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:metadata:mainModule", + "value": "github.com/operator-framework/ansible-operator-plugins" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v2@v2.4.0?package-id=3215046de34931bd", + "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:cpe23", - "value": "cpe:2.3:a:importlib_resources:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:package:language", + "value": "go" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:importlib_resources:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:package:type", + "value": "go-module" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:importlib_resources:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-importlib-resources:importlib-resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:location:0:layerID", + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-importlib-resources:importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:location:0:path", + "value": "/bin/helm" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-importlib_resources:importlib-resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:metadata:architecture", + "value": "amd64" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-importlib_resources:importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_importlib_resources:importlib-resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:metadata:h1Digest", + "value": "h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_importlib_resources:importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v2@v2.4.0?package-id=aa5ce742eafa9743", + "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:cpe23", - "value": "cpe:2.3:a:python-importlib:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:package:language", + "value": "go" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-importlib:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:package:type", + "value": "go-module" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-importlib:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_importlib:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:location:0:layerID", + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_importlib:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:location:0:path", + "value": "/usr/local/bin/ansible-operator" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_importlib:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:metadata:architecture", + "value": "amd64" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_project:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.8" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_project:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_project:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:metadata:h1Digest", + "value": "h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_warsaw_project:importlib-resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:metadata:mainModule", + "value": "github.com/operator-framework/ansible-operator-plugins" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v3@v3.0.1?package-id=ea0814cfc9632606", + "type": "library", + "name": "gopkg.in/yaml.v3", + "version": "v3.0.1", + "cpe": "cpe:2.3:a:yaml_project:yaml:v3.0.1:*:*:*:*:go:*:*", + "purl": "pkg:golang/gopkg.in/yaml.v3@v3.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_warsaw_project:importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:package:language", + "value": "go" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_warsaw:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:package:type", + "value": "go-module" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_warsaw:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_warsaw:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:location:0:layerID", + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_warsawproject:importlib-resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:location:0:path", + "value": "/bin/helm" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_warsawproject:importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:metadata:architecture", + "value": "amd64" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barryproject:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barryproject:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:metadata:h1Digest", + "value": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barryproject:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v3@v3.0.1?package-id=bf38d87e75bfdfd0", + "type": "library", + "name": "gopkg.in/yaml.v3", + "version": "v3.0.1", + "cpe": "cpe:2.3:a:yaml_project:yaml:v3.0.1:*:*:*:*:go:*:*", + "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:type", + "value": "go-module" + }, + { + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/ansible-operator" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/operator-framework/ansible-operator-plugins" + } + ] + }, + { + "bom-ref": "pkg:pypi/h11@0.14.0?package-id=ee8981362dc600bc", + "type": "library", + "author": "Nathaniel J. Smith ", + "name": "h11", + "version": "0.14.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:nathaniel_j__smith_project:python-h11:0.14.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/h11@0.14.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "python-package" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:importlib-resources:importlib-resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:nathaniel_j__smith_project:python_h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:importlib-resources:importlib_resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:nathaniel_j__smithproject:python-h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:importlib_resources:importlib-resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:nathaniel_j__smithproject:python_h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:importlib_resources:importlib_resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:nathaniel_j__smith_project:h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:importlib:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:nathaniel_j__smith:python-h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:importlib:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:nathaniel_j__smith:python_h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:importlib:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:nathaniel_j__smithproject:h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-importlib:importlib-resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:nathaniel_j__smith:h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-importlib:importlib_resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:njs_project:python-h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_importlib:importlib-resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:njs_project:python_h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_importlib:importlib_resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:njsproject:python-h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_project:importlib-resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:njsproject:python_h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_project:importlib_resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-h11:python-h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-h11:python_h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_h11:python-h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_h11:python_h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:barry:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:barry:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:barry:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:njs_project:h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_warsaw:importlib-resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:h11:python-h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_warsaw:importlib_resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:h11:python_h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:barryproject:importlib-resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:njs:python-h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:barryproject:importlib_resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:njs:python_h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:importlib:importlib-resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:njsproject:h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:importlib:importlib_resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-h11:h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:importlib-resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_h11:h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:importlib_resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:barry:importlib-resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:h11:h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:barry:importlib_resources:6.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:njs:h11:0.14.0:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources-6.4.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/h11-0.14.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources-6.4.0.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/h11-0.14.0.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources-6.4.0.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/h11-0.14.0.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/inflect@7.3.1?package-id=d7e59e305df9b723", + "bom-ref": "pkg:golang/helm.sh/helm/v3@v0.0.0-20240710191640-3bb50bbbdd9c?package-id=d338de6bba0afa4b", "type": "library", - "author": "Paul Dyson ", - "name": "inflect", - "version": "7.3.1", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:paul_dyson_\\", + "name": "htmlmin", + "version": "0.1.12", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:dave_mankoff_project:python-htmlmin:0.1.12:*:*:*:*:*:*:*", + "purl": "pkg:pypi/htmlmin@0.1.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "python-package" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:paul-dyson-\\", - "name": "jaraco.context", - "version": "5.3.0", + "author": "Tom Christie ", + "name": "httpcore", + "version": "1.0.6", "licenses": [ { "license": { - "id": "MIT" + "id": "BSD-3-Clause" } } ], - "cpe": "cpe:2.3:a:jason_r__coombs_project:python-jaraco.context:5.3.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/jaraco.context@5.3.0", + "cpe": "cpe:2.3:a:tom_christie_\\", + "name": "httpx", + "version": "0.27.2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:encode:httpx:0.27.2:*:*:*:*:python:*:*", + "purl": "pkg:pypi/httpx@0.27.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:jaraco:jaraco.context:5.3.0:*:*:*:*:*:*:*" + "name": "syft:package:language", + "value": "python" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:jaraco.context:5.3.0:*:*:*:*:*:*:*" + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "python-package" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/httpx-0.27.2.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/RECORD" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" - }, - { - "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/httpx-0.27.2.dist-info/RECORD" } ] }, { - "bom-ref": "pkg:pypi/jaraco.functools@4.0.1?package-id=06afee6faa51084a", + "bom-ref": "pkg:pypi/idna@3.10?package-id=29c478d02e54e469", "type": "library", - "author": "\"Jason R. Coombs\" ", - "name": "jaraco.functools", - "version": "4.0.1", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:\\\"jason_r__coombs\\\"_\\", + "name": "idna", + "version": "3.10", + "cpe": "cpe:2.3:a:kim_davies_\\", - "name": "jaraco.text", - "version": "3.12.1", + "name": "importlib_metadata", + "version": "8.0.0", "licenses": [ { "license": { - "id": "MIT" + "id": "Apache-2.0" } } ], - "cpe": "cpe:2.3:a:\\\"jason_r__coombs\\\"_\\", - "name": "jmespath", - "version": "1.0.1", - "licenses": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib-metadata:python-importlib-metadata:8.0.0:*:*:*:*:*:*:*" + }, { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:james_saryerwinnie_project:python-jmespath:1.0.1:*:*:*:*:*:*:*", - "purl": "pkg:pypi/jmespath@1.0.1", - "properties": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib-metadata:python-importlib_metadata:8.0.0:*:*:*:*:*:*:*" + }, { - "name": "syft:package:foundBy", - "value": "python-installed-package-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib-metadata:python_importlib_metadata:8.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "python" + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib_metadata:python-importlib-metadata:8.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "python" + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib_metadata:python-importlib_metadata:8.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "python-package" + "name": "syft:cpe23", + "value": "cpe:2.3:a:importlib_metadata:python_importlib_metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:james_saryerwinnie_project:python_jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-importlib-metadata:importlib-metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:james_saryerwinnieproject:python-jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-importlib-metadata:importlib_metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:james_saryerwinnieproject:python_jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-importlib_metadata:importlib-metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:james_saryerwinnie_project:jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-importlib_metadata:importlib_metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:james_saryerwinnie:python-jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_importlib_metadata:importlib-metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:james_saryerwinnie:python_jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_importlib_metadata:importlib_metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:james_saryerwinnieproject:jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-importlib:python-importlib-metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-jmespath:python-jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-importlib:python-importlib_metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-jmespath:python_jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-importlib:python_importlib_metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_jmespath:python-jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_importlib:python-importlib-metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_jmespath:python_jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_importlib:python-importlib_metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:james_saryerwinnie:jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_importlib:python_importlib_metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:js_project:python-jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:importlib-metadata:importlib-metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:js_project:python_jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:importlib-metadata:importlib_metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:jsproject:python-jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:importlib_metadata:importlib-metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:jsproject:python_jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:importlib_metadata:importlib_metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:jmespath:python-jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:importlib:python-importlib-metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:jmespath:python_jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:importlib:python-importlib_metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-jmespath:jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:importlib:python_importlib_metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_jmespath:jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-importlib:importlib-metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-importlib:importlib_metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_importlib:importlib-metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:js_project:jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_importlib:importlib_metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:js:python-jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-importlib-metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:js:python_jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-importlib_metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:jsproject:jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_importlib_metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:jmespath:jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:importlib:importlib-metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:importlib:importlib_metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:js:jmespath:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:importlib-metadata:8.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:importlib_metadata:8.0.0:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/jmespath-1.0.1.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/jmespath-1.0.1.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/jmespath-1.0.1.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/json-schema-for-humans@1.0.2?package-id=4ffa392d29f61072", + "bom-ref": "pkg:pypi/importlib-resources@6.4.0?package-id=3741844c72bc7eec", "type": "library", - "author": "Denis Blanchette ", - "name": "json-schema-for-humans", - "version": "1.0.2", + "author": "Barry Warsaw ", + "name": "importlib_resources", + "version": "6.4.0", "licenses": [ { "license": { @@ -15363,8 +15719,8 @@ } } ], - "cpe": "cpe:2.3:a:python-json-schema-for-humans:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*", - "purl": "pkg:pypi/json-schema-for-humans@1.0.2", + "cpe": "cpe:2.3:a:python-importlib-resources:python-importlib-resources:6.4.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/importlib_resources@6.4.0", "properties": [ { "name": "syft:package:foundBy", @@ -15384,3658 +15740,7939 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-json-schema-for-humans:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-importlib-resources:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_json_schema_for_humans:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-importlib-resources:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_json_schema_for_humans:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-importlib_resources:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:denis_blanchette_project:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-importlib_resources:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:denis_blanchette_project:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-importlib_resources:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:denis_blanchetteproject:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_importlib_resources:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:denis_blanchetteproject:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_importlib_resources:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:json-schema-for-humans:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_importlib_resources:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:json-schema-for-humans:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barry_warsaw_project:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:json_schema_for_humans:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barry_warsaw_project:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:json_schema_for_humans:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barry_warsaw_project:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-json-schema-for-humans:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barry_warsawproject:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-json-schema-for-humans:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barry_warsawproject:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-json-schema-for:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barry_warsawproject:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-json-schema-for:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:importlib-resources:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_json_schema_for:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:importlib-resources:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_json_schema_for:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:importlib-resources:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_json_schema_for_humans:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:importlib_resources:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_json_schema_for_humans:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:importlib_resources:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-json-schema:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:importlib_resources:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-json-schema:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-importlib-resources:importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_json_schema:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-importlib-resources:importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_json_schema:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-importlib_resources:importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:denis_blanchette_project:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-importlib_resources:importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:denis_blanchette_project:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_importlib_resources:importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:denis_blanchette:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_importlib_resources:importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:denis_blanchette:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-importlib:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:denis_blanchetteproject:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-importlib:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:denis_blanchetteproject:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-importlib:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:json-schema-for-humans:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_importlib:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:json-schema-for-humans:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_importlib:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:json-schema-for:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_importlib:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:json-schema-for:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barry_project:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:json_schema_for:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barry_project:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:json_schema_for:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barry_project:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:json_schema_for_humans:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barry_warsaw_project:importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:json_schema_for_humans:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barry_warsaw_project:importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-json-schema-for:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barry_warsaw:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-json-schema-for:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barry_warsaw:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_json_schema_for:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barry_warsaw:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_json_schema_for:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barry_warsawproject:importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:tools_project:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barry_warsawproject:importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:tools_project:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barryproject:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:toolsproject:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barryproject:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:toolsproject:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barryproject:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:json-schema:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:importlib-resources:importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:json-schema:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:importlib-resources:importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:json_schema:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:importlib_resources:importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:json_schema:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:importlib_resources:importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-json-schema:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:importlib:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-json-schema:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:importlib:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-json:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:importlib:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-json:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-importlib:importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_json:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-importlib:importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_json:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_importlib:importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_json_schema:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_importlib:importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_json_schema:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barry_project:importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:denis_blanchette:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barry_project:importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:denis_blanchette:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:json-schema-for:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:json-schema-for:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:json_schema_for:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barry:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:json_schema_for:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barry:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barry:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barry_warsaw:importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:tools_project:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barry_warsaw:importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:tools_project:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barryproject:importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:tools:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barryproject:importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:tools:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:importlib:importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:toolsproject:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:importlib:importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:toolsproject:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:json-schema:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:json-schema:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barry:importlib-resources:6.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:json:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:barry:importlib_resources:6.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:json:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:json_schema:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources-6.4.0.dist-info/METADATA" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:json_schema:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-json:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources-6.4.0.dist-info/RECORD" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-json:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_json:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources-6.4.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/inflect@7.3.1?package-id=db2110771f11916c", + "type": "library", + "author": "Paul Dyson ", + "name": "inflect", + "version": "7.3.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:paul_dyson_\\, Holger Krekel ", + "name": "iniconfig", + "version": "2.0.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ronny_pfannschmidt_\\", + "name": "jaraco.collections", + "version": "5.1.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\\"jason_r__coombs\\\"_\\", + "name": "jaraco.context", + "version": "5.3.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:jason_r__coombs_project:python-jaraco.context:5.3.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/jaraco.context@5.3.0", "properties": [ { "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" + "value": "python-installed-package-cataloger" }, { "name": "syft:package:language", - "value": "go" + "value": "python" }, { "name": "syft:package:type", - "value": "go-module" + "value": "python" }, { "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "value": "python-package" }, { - "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs_project:python_jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombsproject:python-jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:architecture", - "value": "amd64" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombsproject:python_jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jaraco.context:python-jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jaraco.context:python_jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:R/zaZbEAxqComZ9FHeQwOh3Y1ZUs7FaHKZdQtIc2WZg=" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jaraco.context:python-jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" - } - ] - }, - { - "bom-ref": "pkg:golang/k8s.io/client-go@v0.30.0?package-id=645e8bcc8d1ed791", - "type": "library", - "name": "k8s.io/client-go", - "version": "v0.30.0", - "purl": "pkg:golang/k8s.io/client-go@v0.30.0", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jaraco.context:python_jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "go" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs_project:jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "go-module" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs:python-jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs:python_jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombsproject:jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/bin/helm" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco.context:python-jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:architecture", - "value": "amd64" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco.context:python_jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco_project:python-jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:sB1AGGlhY/o7KCyCEQ0bPWzYDL0pwOZO4vAtTSh/gJQ=" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco_project:python_jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" - } - ] - }, - { - "bom-ref": "pkg:golang/k8s.io/component-base@v0.29.3?package-id=b3840dd3c18558da", - "type": "library", - "name": "k8s.io/component-base", - "version": "v0.29.3", - "purl": "pkg:golang/k8s.io/component-base@v0.29.3", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jaraco.context:jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "go" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jaraco.context:jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "go-module" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaracoproject:python-jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaracoproject:python_jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jason_r__coombs:jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco.context:jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:architecture", - "value": "amd64" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco_project:jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco:python-jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco:python_jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:Oq9/nddUxlnrCuuR2K/jp6aflVvc0uDvxMzAWxnGzAo=" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaracoproject:jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" - } - ] - }, - { - "bom-ref": "pkg:golang/k8s.io/component-base@v0.30.0?package-id=66cb9d137697c258", - "type": "library", - "name": "k8s.io/component-base", - "version": "v0.30.0", - "purl": "pkg:golang/k8s.io/component-base@v0.30.0", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "go" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "go-module" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaraco:jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/bin/helm" + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/METADATA" }, { - "name": "syft:metadata:architecture", - "value": "amd64" + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/RECORD" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:cj6bp38g0ainlfYtaOQuRELh5KSYjhKxM+io7AUIk4o=" + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:golang/k8s.io/klog/v2@v2.120.1?package-id=c74327cbf7f96a8c", + "bom-ref": "pkg:pypi/jaraco.functools@4.0.1?package-id=f6eb1fff3c12f78b", "type": "library", - "name": "k8s.io/klog/v2", - "version": "v2.120.1", - "cpe": "cpe:2.3:a:klog:v2:v2.120.1:*:*:*:*:*:*:*", - "purl": "pkg:golang/k8s.io/klog/v2@v2.120.1", + "author": "\"Jason R. Coombs\" ", + "name": "jaraco.functools", + "version": "4.0.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\\"jason_r__coombs\\\"_\\", + "name": "jaraco.text", + "version": "3.12.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\\"jason_r__coombs\\\"_\\", + "name": "jmespath", + "version": "1.0.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:james_saryerwinnie_project:python-jmespath:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/jmespath@1.0.1", "properties": [ { "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" + "value": "python-installed-package-cataloger" }, { "name": "syft:package:language", - "value": "go" + "value": "python" }, { "name": "syft:package:type", - "value": "go-module" + "value": "python" }, { "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "value": "python-package" }, { - "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "name": "syft:cpe23", + "value": "cpe:2.3:a:james_saryerwinnie_project:python_jmespath:1.0.1:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/bin/helm" + "name": "syft:cpe23", + "value": "cpe:2.3:a:james_saryerwinnieproject:python-jmespath:1.0.1:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:architecture", - "value": "amd64" + "name": "syft:cpe23", + "value": "cpe:2.3:a:james_saryerwinnieproject:python_jmespath:1.0.1:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" + "name": "syft:cpe23", + "value": "cpe:2.3:a:james_saryerwinnie_project:jmespath:1.0.1:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:sgn3ZU783SCgtaSJjpcVVlRqd6GSnlTLKgpAAttJvpI=" + "name": "syft:cpe23", + "value": "cpe:2.3:a:james_saryerwinnie:python-jmespath:1.0.1:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" - } - ] - }, - { - "bom-ref": "pkg:golang/k8s.io/utils@v0.0.0-20240102154912-e7106e64919e?package-id=50226175e09e8e66", - "type": "library", - "name": "k8s.io/utils", - "version": "v0.0.0-20240102154912-e7106e64919e", - "purl": "pkg:golang/k8s.io/utils@v0.0.0-20240102154912-e7106e64919e", - "properties": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:james_saryerwinnie:python_jmespath:1.0.1:*:*:*:*:*:*:*" + }, { - "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:james_saryerwinnieproject:jmespath:1.0.1:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "go" - }, - { - "name": "syft:package:type", - "value": "go-module" - }, - { - "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jmespath:python-jmespath:1.0.1:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jmespath:python_jmespath:1.0.1:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jmespath:python-jmespath:1.0.1:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:architecture", - "value": "amd64" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jmespath:python_jmespath:1.0.1:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" + "name": "syft:cpe23", + "value": "cpe:2.3:a:james_saryerwinnie:jmespath:1.0.1:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "name": "syft:cpe23", + "value": "cpe:2.3:a:js_project:python-jmespath:1.0.1:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:eQ/4ljkx21sObifjzXwlPKpdGLrCfRziVtos3ofG/sQ=" + "name": "syft:cpe23", + "value": "cpe:2.3:a:js_project:python_jmespath:1.0.1:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" - } - ] - }, - { - "bom-ref": "pkg:pypi/kubernetes@28.1.0?package-id=4468ac428d88e9ba", - "type": "library", - "author": "Kubernetes", - "name": "kubernetes", - "version": "28.1.0", - "licenses": [ - { - "license": { - "name": "Apache License Version 2.0" - } - } - ], - "cpe": "cpe:2.3:a:kubernetes_project:python-kubernetes:28.1.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/kubernetes@28.1.0", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "python-installed-package-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsproject:python-jmespath:1.0.1:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "python" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jsproject:python_jmespath:1.0.1:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "python" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath:python-jmespath:1.0.1:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "python-package" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath:python_jmespath:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:kubernetes_project:python_kubernetes:28.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-jmespath:jmespath:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:kubernetesproject:python-kubernetes:28.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_jmespath:jmespath:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:kubernetesproject:python_kubernetes:28.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-jmespath:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-kubernetes:python-kubernetes:28.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_jmespath:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-kubernetes:python_kubernetes:28.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:js_project:jmespath:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_kubernetes:python-kubernetes:28.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:js:python-jmespath:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_kubernetes:python_kubernetes:28.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:js:python_jmespath:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:kubernetes:python-kubernetes:28.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:jsproject:jmespath:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:kubernetes:python_kubernetes:28.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:jmespath:jmespath:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-kubernetes:28.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:jmespath:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_kubernetes:28.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:js:jmespath:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/kubernetes-28.1.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/jmespath-1.0.1.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/kubernetes-28.1.0.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/jmespath-1.0.1.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/kubernetes-28.1.0.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/jmespath-1.0.1.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:deb/debian/libbz2-1.0@1.0.8-5%2Bb1?arch=amd64&upstream=bzip2%401.0.8-5&distro=debian-12&package-id=636e31bcf3b8f8ea", + "bom-ref": "pkg:pypi/json-schema-for-humans@1.0.2?package-id=5f5bacd62b2be28b", "type": "library", - "publisher": "Anibal Monsalve Salazar ", - "name": "libbz2-1.0", - "version": "1.0.8-5+b1", + "author": "Denis Blanchette ", + "name": "json-schema-for-humans", + "version": "1.0.2", "licenses": [ { "license": { - "id": "GPL-2.0-only" - } - }, - { - "license": { - "name": "BSD-variant" + "id": "Apache-2.0" } } ], - "cpe": "cpe:2.3:a:libbz2-1.0:libbz2-1.0:1.0.8-5\\+b1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libbz2-1.0@1.0.8-5%2Bb1?arch=amd64&upstream=bzip2%401.0.8-5&distro=debian-12", + "cpe": "cpe:2.3:a:python-json-schema-for-humans:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/json-schema-for-humans@1.0.2", "properties": [ { "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" + "value": "python-installed-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" }, { "name": "syft:package:type", - "value": "deb" + "value": "python" }, { "name": "syft:package:metadataType", - "value": "dpkg-db-entry" + "value": "python-package" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libbz2-1.0:libbz2_1.0:1.0.8-5\\+b1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-json-schema-for-humans:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libbz2_1.0:libbz2-1.0:1.0.8-5\\+b1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_json_schema_for_humans:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libbz2_1.0:libbz2_1.0:1.0.8-5\\+b1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_json_schema_for_humans:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libbz2:libbz2-1.0:1.0.8-5\\+b1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:denis_blanchette_project:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libbz2:libbz2_1.0:1.0.8-5\\+b1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:denis_blanchette_project:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:d20e351ed4b9a6550ad5c7f7164a955c9b0fec6f5734b48eb0394e9f20f9ec65" + "name": "syft:cpe23", + "value": "cpe:2.3:a:denis_blanchetteproject:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libbz2-1.0/copyright" + "name": "syft:cpe23", + "value": "cpe:2.3:a:denis_blanchetteproject:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:layerID", - "value": "sha256:d20e351ed4b9a6550ad5c7f7164a955c9b0fec6f5734b48eb0394e9f20f9ec65" + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-schema-for-humans:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/status.d/libbz2-1.0" + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-schema-for-humans:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:layerID", - "value": "sha256:d20e351ed4b9a6550ad5c7f7164a955c9b0fec6f5734b48eb0394e9f20f9ec65" + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_schema_for_humans:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status.d/libbz2-1.0.md5sums" + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_schema_for_humans:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:installedSize", - "value": "106" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json-schema-for-humans:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:source", - "value": "bzip2" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json-schema-for-humans:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:sourceVersion", - "value": "1.0.8-5" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf", - "type": "library", - "publisher": "GNU Libc Maintainers ", - "name": "libc6", - "version": "2.36-9+deb12u8", - "licenses": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json-schema-for:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + }, { - "license": { - "id": "GPL-2.0-only" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json-schema-for:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "license": { - "id": "LGPL-2.1-only" - } - } - ], - "cpe": "cpe:2.3:a:libc6:libc6:2.36-9\\+deb12u8:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12", - "properties": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_json_schema_for:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + }, { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_json_schema_for:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "deb" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_json_schema_for_humans:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_json_schema_for_humans:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:cb0e97aec96050082541e26315f3518e5216e7dc45d16816c6c5e9b8f42fb1e7" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json-schema:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libc6/copyright" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json-schema:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:layerID", - "value": "sha256:cb0e97aec96050082541e26315f3518e5216e7dc45d16816c6c5e9b8f42fb1e7" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_json_schema:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/status.d/libc6" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_json_schema:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:layerID", - "value": "sha256:cb0e97aec96050082541e26315f3518e5216e7dc45d16816c6c5e9b8f42fb1e7" + "name": "syft:cpe23", + "value": "cpe:2.3:a:denis_blanchette_project:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status.d/libc6.md5sums" + "name": "syft:cpe23", + "value": "cpe:2.3:a:denis_blanchette_project:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:installedSize", - "value": "12986" + "name": "syft:cpe23", + "value": "cpe:2.3:a:denis_blanchette:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:source", - "value": "glibc" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libcom-err2@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12&package-id=6dad3e374cd30d7f", - "type": "library", - "publisher": "Theodore Y. Ts'o ", - "name": "libcom-err2", - "version": "1.47.0-2", - "licenses": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:denis_blanchette:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + }, { - "license": { - "id": "Apache-2.0" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:denis_blanchetteproject:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "license": { - "id": "BSD-3-Clause" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:denis_blanchetteproject:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "license": { - "id": "GPL-2.0-only" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-schema-for-humans:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "license": { - "id": "GPL-2.0-or-later" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-schema-for-humans:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "license": { - "id": "ISC" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-schema-for:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "license": { - "id": "Kazlib" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-schema-for:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "license": { - "id": "LGPL-2.0-only" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_schema_for:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "license": { - "id": "Latex2e" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_schema_for:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "license": { - "name": "GPL" - } - } - ], - "cpe": "cpe:2.3:a:libcom-err2:libcom-err2:1.47.0-2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libcom-err2@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12", - "properties": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_schema_for_humans:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + }, { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_schema_for_humans:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "deb" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json-schema-for:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json-schema-for:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libcom-err2:libcom_err2:1.47.0-2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_json_schema_for:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libcom_err2:libcom-err2:1.47.0-2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_json_schema_for:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libcom_err2:libcom_err2:1.47.0-2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tools_project:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libcom:libcom-err2:1.47.0-2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tools_project:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libcom:libcom_err2:1.47.0-2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:toolsproject:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:274bf283042a3eaa90cbb9ad1cf8a8b01bb809fa57eedc20b2b1103a9d21fb02" + "name": "syft:cpe23", + "value": "cpe:2.3:a:toolsproject:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libcom-err2/copyright" + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-schema:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:layerID", - "value": "sha256:274bf283042a3eaa90cbb9ad1cf8a8b01bb809fa57eedc20b2b1103a9d21fb02" + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-schema:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/status.d/libcom-err2" + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_schema:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:layerID", - "value": "sha256:274bf283042a3eaa90cbb9ad1cf8a8b01bb809fa57eedc20b2b1103a9d21fb02" + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_schema:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status.d/libcom-err2.md5sums" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json-schema:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:installedSize", - "value": "54" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json-schema:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:source", - "value": "e2fsprogs" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libcrypt1@1:4.4.33-2?arch=amd64&upstream=libxcrypt&distro=debian-12&package-id=8a58e4764a8e506f", - "type": "library", - "publisher": "Marco d'Itri ", - "name": "libcrypt1", - "version": "1:4.4.33-2", - "cpe": "cpe:2.3:a:libcrypt1:libcrypt1:1\\:4.4.33-2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libcrypt1@1:4.4.33-2?arch=amd64&upstream=libxcrypt&distro=debian-12", - "properties": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + }, { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "deb" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_json:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_json:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:1ca5d6162237e422b40e38cf8c2dbc5430eac27133458f62d7762c8700e8b856" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_json_schema:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libcrypt1/copyright" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_json_schema:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:layerID", - "value": "sha256:1ca5d6162237e422b40e38cf8c2dbc5430eac27133458f62d7762c8700e8b856" + "name": "syft:cpe23", + "value": "cpe:2.3:a:denis_blanchette:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/status.d/libcrypt1" + "name": "syft:cpe23", + "value": "cpe:2.3:a:denis_blanchette:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:layerID", - "value": "sha256:1ca5d6162237e422b40e38cf8c2dbc5430eac27133458f62d7762c8700e8b856" + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-schema-for:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status.d/libcrypt1.md5sums" + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-schema-for:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:installedSize", - "value": "233" + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_schema_for:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:source", - "value": "libxcrypt" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libdb5.3@5.3.28%2Bdfsg2-1?arch=amd64&upstream=db5.3&distro=debian-12&package-id=6cf015487270b05c", - "type": "library", - "publisher": "Bastian Germann ", - "name": "libdb5.3", - "version": "5.3.28+dfsg2-1", - "licenses": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_schema_for:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + }, { - "license": { - "id": "BSD-3-Clause" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "license": { - "id": "GPL-3.0-only" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "license": { - "id": "MS-PL" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:tools_project:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "license": { - "id": "Sleepycat" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:tools_project:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "license": { - "id": "X11" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:tools:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "license": { - "id": "Zlib" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:tools:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "license": { - "name": "Artistic" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:toolsproject:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "license": { - "name": "BSD-3-clause-fjord" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:toolsproject:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "license": { - "name": "GPL" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-schema:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "license": { - "name": "MIT-old" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:json-schema:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "license": { - "name": "TCL-like" - } - } - ], - "cpe": "cpe:2.3:a:libdb5.3:libdb5.3:5.3.28\\+dfsg2-1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libdb5.3@5.3.28%2Bdfsg2-1?arch=amd64&upstream=db5.3&distro=debian-12", - "properties": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:python-json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + }, { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:python_json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "deb" + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_schema:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_schema:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:2a45b556222ed1ab09b98b483e99cefd77c7bbd4877ebafb44775a30065c7dd1" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libdb5.3/copyright" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-json:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:layerID", - "value": "sha256:2a45b556222ed1ab09b98b483e99cefd77c7bbd4877ebafb44775a30065c7dd1" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_json:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/status.d/libdb5.3" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_json:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:layerID", - "value": "sha256:2a45b556222ed1ab09b98b483e99cefd77c7bbd4877ebafb44775a30065c7dd1" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status.d/libdb5.3.md5sums" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:installedSize", - "value": "1833" + "name": "syft:cpe23", + "value": "cpe:2.3:a:tools:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:source", - "value": "db5.3" + "name": "syft:cpe23", + "value": "cpe:2.3:a:tools:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:json-schema-for-humans:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:json_schema_for_humans:1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/json_schema_for_humans-1.0.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/json_schema_for_humans-1.0.2.dist-info/RECORD" } ] }, { - "bom-ref": "pkg:deb/debian/libexpat1@2.5.0-1%2Bdeb12u1?arch=amd64&upstream=expat&distro=debian-12&package-id=8c5efc27111410ac", + "bom-ref": "pkg:pypi/jwcrypto@1.5.6?package-id=59402b856b0c5615", "type": "library", - "publisher": "Laszlo Boszormenyi (GCS) ", - "name": "libexpat1", - "version": "2.5.0-1+deb12u1", + "name": "jwcrypto", + "version": "1.5.6", "licenses": [ { "license": { - "id": "MIT" + "name": "LGPLv3+" } } ], - "cpe": "cpe:2.3:a:libexpat1:libexpat1:2.5.0-1\\+deb12u1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libexpat1@2.5.0-1%2Bdeb12u1?arch=amd64&upstream=expat&distro=debian-12", + "cpe": "cpe:2.3:a:python-jwcrypto:python-jwcrypto:1.5.6:*:*:*:*:*:*:*", + "purl": "pkg:pypi/jwcrypto@1.5.6", "properties": [ { "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" + "value": "python-installed-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" }, { "name": "syft:package:type", - "value": "deb" + "value": "python" }, { "name": "syft:package:metadataType", - "value": "dpkg-db-entry" + "value": "python-package" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jwcrypto:python_jwcrypto:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jwcrypto:python-jwcrypto:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jwcrypto:python_jwcrypto:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jwcrypto:python-jwcrypto:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jwcrypto:python_jwcrypto:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jwcrypto:jwcrypto:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jwcrypto:jwcrypto:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-jwcrypto:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_jwcrypto:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jwcrypto:jwcrypto:1.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jwcrypto:1.5.6:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:d1d8f17cf05a09f4b5d131811928cfb0b4083118b0bec8480873656205f81431" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/share/doc/libexpat1/copyright" + "value": "/usr/local/lib/python3.12/site-packages/jwcrypto-1.5.6.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:d1d8f17cf05a09f4b5d131811928cfb0b4083118b0bec8480873656205f81431" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/var/lib/dpkg/status.d/libexpat1" + "value": "/usr/local/lib/python3.12/site-packages/jwcrypto-1.5.6.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:d1d8f17cf05a09f4b5d131811928cfb0b4083118b0bec8480873656205f81431" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status.d/libexpat1.md5sums" + "value": "/usr/local/lib/python3.12/site-packages/jwcrypto-1.5.6.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/api@v0.29.3?package-id=31022c5ec253994e", + "type": "library", + "name": "k8s.io/api", + "version": "v0.29.3", + "purl": "pkg:golang/k8s.io/api@v0.29.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" }, { - "name": "syft:metadata:installedSize", - "value": "387" + "name": "syft:package:language", + "value": "go" }, { - "name": "syft:metadata:source", - "value": "expat" + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/ansible-operator" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2ORfZ7+bGC3YJqGpV0KSDDEVf8hdGQ6A03/50vj8pmw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/operator-framework/ansible-operator-plugins" } ] }, { - "bom-ref": "pkg:deb/debian/libffi8@3.4.4-1?arch=amd64&upstream=libffi&distro=debian-12&package-id=2b64d34d6ef3a9ee", + "bom-ref": "pkg:golang/k8s.io/api@v0.30.0?package-id=ccd91cac031e7bea", "type": "library", - "publisher": "Debian GCC Maintainers ", - "name": "libffi8", - "version": "3.4.4-1", - "licenses": [ + "name": "k8s.io/api", + "version": "v0.30.0", + "purl": "pkg:golang/k8s.io/api@v0.30.0", + "properties": [ { - "license": { - "id": "GPL-2.0-or-later" - } + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" }, { - "license": { - "id": "GPL-3.0-or-later" - } + "name": "syft:package:language", + "value": "go" }, { - "license": { - "id": "MPL-1.1" - } + "name": "syft:package:type", + "value": "go-module" }, { - "license": { - "id": "X11" - } + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" }, { - "license": { - "name": "Expat" - } + "name": "syft:location:0:layerID", + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { - "license": { - "name": "GPL" - } + "name": "syft:location:0:path", + "value": "/bin/helm" }, { - "license": { - "name": "public-domain" - } + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:siWhRq7cNjy2iHssOB9SCGNCl2spiF1dO3dABqZ8niA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" } - ], - "cpe": "cpe:2.3:a:libffi8:libffi8:3.4.4-1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libffi8@3.4.4-1?arch=amd64&upstream=libffi&distro=debian-12", + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/apiextensions-apiserver@v0.29.3?package-id=e3a0a83c0b412ad2", + "type": "library", + "name": "k8s.io/apiextensions-apiserver", + "version": "v0.29.3", + "purl": "pkg:golang/k8s.io/apiextensions-apiserver@v0.29.3", "properties": [ { "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" }, { "name": "syft:package:type", - "value": "deb" + "value": "go-module" }, { "name": "syft:package:metadataType", - "value": "dpkg-db-entry" + "value": "go-module-buildinfo-entry" }, { "name": "syft:location:0:layerID", - "value": "sha256:34029bd8646f750ae4e84b107ad574c9b50444b1e7a6e913aca67fa90b1c797e" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", - "value": "/usr/share/doc/libffi8/copyright" + "value": "/usr/local/bin/ansible-operator" }, { - "name": "syft:location:1:layerID", - "value": "sha256:34029bd8646f750ae4e84b107ad574c9b50444b1e7a6e913aca67fa90b1c797e" + "name": "syft:metadata:architecture", + "value": "amd64" }, { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/status.d/libffi8" + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9HF+EtZaVpFjStakF4yVufnXGPRppWFEQ87qnO91YeI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/operator-framework/ansible-operator-plugins" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/apiextensions-apiserver@v0.30.0?package-id=1696cbdf45aba89a", + "type": "library", + "name": "k8s.io/apiextensions-apiserver", + "version": "v0.30.0", + "purl": "pkg:golang/k8s.io/apiextensions-apiserver@v0.30.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" + }, + { + "name": "syft:location:0:path", + "value": "/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:jcZFKMqnICJfRxTgnC4E+Hpcq8UEhT8B2lhBcQ+6uAs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/apimachinery@v0.29.3?package-id=9b3621ce6c1bcf1e", + "type": "library", + "name": "k8s.io/apimachinery", + "version": "v0.29.3", + "purl": "pkg:golang/k8s.io/apimachinery@v0.29.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/ansible-operator" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2tbx+5L7RNvqJjn7RIuIKu9XTsIZ9Z5wX2G22XAa5EU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/operator-framework/ansible-operator-plugins" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/apimachinery@v0.30.0?package-id=4695d66811cad184", + "type": "library", + "name": "k8s.io/apimachinery", + "version": "v0.30.0", + "purl": "pkg:golang/k8s.io/apimachinery@v0.30.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" + }, + { + "name": "syft:location:0:path", + "value": "/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:qxVPsyDM5XS96NIh9Oj6LavoVFYff/Pon9cZeDIkHHA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/apiserver@v0.30.0?package-id=717471a33e3892e9", + "type": "library", + "name": "k8s.io/apiserver", + "version": "v0.30.0", + "purl": "pkg:golang/k8s.io/apiserver@v0.30.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" + }, + { + "name": "syft:location:0:path", + "value": "/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:QCec+U72tMQ+9tR6A0sMBB5Vh6ImCEkoKkTDRABWq6M=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/cli-runtime@v0.30.0?package-id=07ab6ce886e70607", + "type": "library", + "name": "k8s.io/cli-runtime", + "version": "v0.30.0", + "purl": "pkg:golang/k8s.io/cli-runtime@v0.30.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" + }, + { + "name": "syft:location:0:path", + "value": "/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:0vn6/XhOvn1RJ2KJOC6IRR2CGqrpT6QQF4+8pYpWQ48=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/client-go@v0.29.3?package-id=b4676ca19f61e5e4", + "type": "library", + "name": "k8s.io/client-go", + "version": "v0.29.3", + "purl": "pkg:golang/k8s.io/client-go@v0.29.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/ansible-operator" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:R/zaZbEAxqComZ9FHeQwOh3Y1ZUs7FaHKZdQtIc2WZg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/operator-framework/ansible-operator-plugins" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/client-go@v0.30.0?package-id=645e8bcc8d1ed791", + "type": "library", + "name": "k8s.io/client-go", + "version": "v0.30.0", + "purl": "pkg:golang/k8s.io/client-go@v0.30.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" + }, + { + "name": "syft:location:0:path", + "value": "/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:sB1AGGlhY/o7KCyCEQ0bPWzYDL0pwOZO4vAtTSh/gJQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/component-base@v0.29.3?package-id=b3840dd3c18558da", + "type": "library", + "name": "k8s.io/component-base", + "version": "v0.29.3", + "purl": "pkg:golang/k8s.io/component-base@v0.29.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/ansible-operator" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Oq9/nddUxlnrCuuR2K/jp6aflVvc0uDvxMzAWxnGzAo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/operator-framework/ansible-operator-plugins" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/component-base@v0.30.0?package-id=66cb9d137697c258", + "type": "library", + "name": "k8s.io/component-base", + "version": "v0.30.0", + "purl": "pkg:golang/k8s.io/component-base@v0.30.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" + }, + { + "name": "syft:location:0:path", + "value": "/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:cj6bp38g0ainlfYtaOQuRELh5KSYjhKxM+io7AUIk4o=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/klog/v2@v2.120.1?package-id=c74327cbf7f96a8c", + "type": "library", + "name": "k8s.io/klog/v2", + "version": "v2.120.1", + "cpe": "cpe:2.3:a:klog:v2:v2.120.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/k8s.io/klog/v2@v2.120.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" + }, + { + "name": "syft:location:0:path", + "value": "/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:QXU6cPEOIslTGvZaXvFWiP9VKyeet3sawzTOvdXb4Vw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/klog/v2@v2.120.1?package-id=f9b86f5a4618ec8e", + "type": "library", + "name": "k8s.io/klog/v2", + "version": "v2.120.1", + "cpe": "cpe:2.3:a:klog:v2:v2.120.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/k8s.io/klog/v2@v2.120.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/ansible-operator" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:QXU6cPEOIslTGvZaXvFWiP9VKyeet3sawzTOvdXb4Vw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/operator-framework/ansible-operator-plugins" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/kube-openapi@v0.0.0-20240221221325-2ac9dc51f3f1?package-id=455593ec6759d0aa", + "type": "library", + "name": "k8s.io/kube-openapi", + "version": "v0.0.0-20240221221325-2ac9dc51f3f1", + "purl": "pkg:golang/k8s.io/kube-openapi@v0.0.0-20240221221325-2ac9dc51f3f1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/ansible-operator" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:rtdnaWfP40MTKv7izH81gkWpZB45pZrwIxyZdPSn1mI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/operator-framework/ansible-operator-plugins" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/kube-openapi@v0.0.0-20240228011516-70dd3763d340?package-id=9ff8215604102d6d", + "type": "library", + "name": "k8s.io/kube-openapi", + "version": "v0.0.0-20240228011516-70dd3763d340", + "purl": "pkg:golang/k8s.io/kube-openapi@v0.0.0-20240228011516-70dd3763d340", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" + }, + { + "name": "syft:location:0:path", + "value": "/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:BZqlfIlq5YbRMFko6/PM7FjZpUb45WallggurYhKGag=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/kubectl@v0.29.3?package-id=c42b714a0ea486e4", + "type": "library", + "name": "k8s.io/kubectl", + "version": "v0.29.3", + "purl": "pkg:golang/k8s.io/kubectl@v0.29.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/ansible-operator" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:RuwyyIU42MAISRIePaa8Q7A3U74Q9P4MoJbDFz9o3us=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/operator-framework/ansible-operator-plugins" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/kubectl@v0.30.0?package-id=fc8839aa52105b0a", + "type": "library", + "name": "k8s.io/kubectl", + "version": "v0.30.0", + "purl": "pkg:golang/k8s.io/kubectl@v0.30.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" + }, + { + "name": "syft:location:0:path", + "value": "/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xbPvzagbJ6RNYVMVuiHArC1grrV5vSmmIcSZuCdzRyk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/utils@v0.0.0-20230726121419-3b25d923346b?package-id=35e2287376989f72", + "type": "library", + "name": "k8s.io/utils", + "version": "v0.0.0-20230726121419-3b25d923346b", + "purl": "pkg:golang/k8s.io/utils@v0.0.0-20230726121419-3b25d923346b", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" + }, + { + "name": "syft:location:0:path", + "value": "/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:sgn3ZU783SCgtaSJjpcVVlRqd6GSnlTLKgpAAttJvpI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/utils@v0.0.0-20240102154912-e7106e64919e?package-id=50226175e09e8e66", + "type": "library", + "name": "k8s.io/utils", + "version": "v0.0.0-20240102154912-e7106e64919e", + "purl": "pkg:golang/k8s.io/utils@v0.0.0-20240102154912-e7106e64919e", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/ansible-operator" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:eQ/4ljkx21sObifjzXwlPKpdGLrCfRziVtos3ofG/sQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/operator-framework/ansible-operator-plugins" + } + ] + }, + { + "bom-ref": "pkg:pypi/kubernetes@31.0.0?package-id=307dba2bd356cb5b", + "type": "library", + "author": "Kubernetes", + "name": "kubernetes", + "version": "31.0.0", + "licenses": [ + { + "license": { + "name": "Apache License Version 2.0" + } + } + ], + "cpe": "cpe:2.3:a:kubernetes_project:python-kubernetes:31.0.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/kubernetes@31.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "python-package" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kubernetes_project:python_kubernetes:31.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kubernetesproject:python-kubernetes:31.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kubernetesproject:python_kubernetes:31.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-kubernetes:python-kubernetes:31.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-kubernetes:python_kubernetes:31.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_kubernetes:python-kubernetes:31.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_kubernetes:python_kubernetes:31.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kubernetes:python-kubernetes:31.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kubernetes:python_kubernetes:31.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-kubernetes:31.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_kubernetes:31.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/kubernetes-31.0.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/kubernetes-31.0.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/kubernetes-31.0.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libbz2-1.0@1.0.8-5%2Bb1?arch=amd64&upstream=bzip2%401.0.8-5&distro=debian-12&package-id=636e31bcf3b8f8ea", + "type": "library", + "publisher": "Anibal Monsalve Salazar ", + "name": "libbz2-1.0", + "version": "1.0.8-5+b1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "BSD-variant" + } + } + ], + "cpe": "cpe:2.3:a:libbz2-1.0:libbz2-1.0:1.0.8-5\\+b1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libbz2-1.0@1.0.8-5%2Bb1?arch=amd64&upstream=bzip2%401.0.8-5&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2-1.0:libbz2_1.0:1.0.8-5\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2-1.0:1.0.8-5\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2_1.0:1.0.8-5\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2-1.0:1.0.8-5\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2_1.0:1.0.8-5\\+b1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d20e351ed4b9a6550ad5c7f7164a955c9b0fec6f5734b48eb0394e9f20f9ec65" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libbz2-1.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:d20e351ed4b9a6550ad5c7f7164a955c9b0fec6f5734b48eb0394e9f20f9ec65" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/libbz2-1.0" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d20e351ed4b9a6550ad5c7f7164a955c9b0fec6f5734b48eb0394e9f20f9ec65" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/libbz2-1.0.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "106" + }, + { + "name": "syft:metadata:source", + "value": "bzip2" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "1.0.8-5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libc6", + "version": "2.36-9+deb12u8", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc6:libc6:2.36-9\\+deb12u8:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0e97aec96050082541e26315f3518e5216e7dc45d16816c6c5e9b8f42fb1e7" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:cb0e97aec96050082541e26315f3518e5216e7dc45d16816c6c5e9b8f42fb1e7" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/libc6" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:cb0e97aec96050082541e26315f3518e5216e7dc45d16816c6c5e9b8f42fb1e7" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/libc6.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "12986" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcom-err2@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12&package-id=6dad3e374cd30d7f", + "type": "library", + "publisher": "Theodore Y. Ts'o ", + "name": "libcom-err2", + "version": "1.47.0-2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "Kazlib" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "Latex2e" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libcom-err2:libcom-err2:1.47.0-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcom-err2@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom-err2:libcom_err2:1.47.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom-err2:1.47.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom_err2:1.47.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom-err2:1.47.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom_err2:1.47.0-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:274bf283042a3eaa90cbb9ad1cf8a8b01bb809fa57eedc20b2b1103a9d21fb02" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcom-err2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:274bf283042a3eaa90cbb9ad1cf8a8b01bb809fa57eedc20b2b1103a9d21fb02" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/libcom-err2" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:274bf283042a3eaa90cbb9ad1cf8a8b01bb809fa57eedc20b2b1103a9d21fb02" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/libcom-err2.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "54" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libcrypt1@1:4.4.33-2?arch=amd64&upstream=libxcrypt&distro=debian-12&package-id=8a58e4764a8e506f", + "type": "library", + "publisher": "Marco d'Itri ", + "name": "libcrypt1", + "version": "1:4.4.33-2", + "cpe": "cpe:2.3:a:libcrypt1:libcrypt1:1\\:4.4.33-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcrypt1@1:4.4.33-2?arch=amd64&upstream=libxcrypt&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:1ca5d6162237e422b40e38cf8c2dbc5430eac27133458f62d7762c8700e8b856" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcrypt1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:1ca5d6162237e422b40e38cf8c2dbc5430eac27133458f62d7762c8700e8b856" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/libcrypt1" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:1ca5d6162237e422b40e38cf8c2dbc5430eac27133458f62d7762c8700e8b856" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/libcrypt1.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "233" + }, + { + "name": "syft:metadata:source", + "value": "libxcrypt" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libdb5.3@5.3.28%2Bdfsg2-1?arch=amd64&upstream=db5.3&distro=debian-12&package-id=6cf015487270b05c", + "type": "library", + "publisher": "Bastian Germann ", + "name": "libdb5.3", + "version": "5.3.28+dfsg2-1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "MS-PL" + } + }, + { + "license": { + "id": "Sleepycat" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "BSD-3-clause-fjord" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "MIT-old" + } + }, + { + "license": { + "name": "TCL-like" + } + } + ], + "cpe": "cpe:2.3:a:libdb5.3:libdb5.3:5.3.28\\+dfsg2-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libdb5.3@5.3.28%2Bdfsg2-1?arch=amd64&upstream=db5.3&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a45b556222ed1ab09b98b483e99cefd77c7bbd4877ebafb44775a30065c7dd1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdb5.3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2a45b556222ed1ab09b98b483e99cefd77c7bbd4877ebafb44775a30065c7dd1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/libdb5.3" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a45b556222ed1ab09b98b483e99cefd77c7bbd4877ebafb44775a30065c7dd1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/libdb5.3.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "1833" + }, + { + "name": "syft:metadata:source", + "value": "db5.3" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libexpat1@2.5.0-1%2Bdeb12u1?arch=amd64&upstream=expat&distro=debian-12&package-id=8c5efc27111410ac", + "type": "library", + "publisher": "Laszlo Boszormenyi (GCS) ", + "name": "libexpat1", + "version": "2.5.0-1+deb12u1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libexpat1:libexpat1:2.5.0-1\\+deb12u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libexpat1@2.5.0-1%2Bdeb12u1?arch=amd64&upstream=expat&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:d1d8f17cf05a09f4b5d131811928cfb0b4083118b0bec8480873656205f81431" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libexpat1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:d1d8f17cf05a09f4b5d131811928cfb0b4083118b0bec8480873656205f81431" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/libexpat1" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d1d8f17cf05a09f4b5d131811928cfb0b4083118b0bec8480873656205f81431" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/libexpat1.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "387" + }, + { + "name": "syft:metadata:source", + "value": "expat" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libffi8@3.4.4-1?arch=amd64&upstream=libffi&distro=debian-12&package-id=2b64d34d6ef3a9ee", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libffi8", + "version": "3.4.4-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "MPL-1.1" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libffi8:libffi8:3.4.4-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libffi8@3.4.4-1?arch=amd64&upstream=libffi&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:34029bd8646f750ae4e84b107ad574c9b50444b1e7a6e913aca67fa90b1c797e" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libffi8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:34029bd8646f750ae4e84b107ad574c9b50444b1e7a6e913aca67fa90b1c797e" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/libffi8" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:34029bd8646f750ae4e84b107ad574c9b50444b1e7a6e913aca67fa90b1c797e" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/libffi8.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "68" + }, + { + "name": "syft:metadata:source", + "value": "libffi" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgcc-s1@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=5832c815f8496657", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libgcc-s1", + "version": "12.2.0-14", + "cpe": "cpe:2.3:a:libgcc-s1:libgcc-s1:12.2.0-14:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgcc-s1@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc-s1:libgcc_s1:12.2.0-14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc-s1:12.2.0-14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc_s1:12.2.0-14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc-s1:12.2.0-14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc_s1:12.2.0-14:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:78110d1d980796ae9bfeb3871c21f7c46c8f2f502fa6cea94c8bd0bbd33bc41f" + }, + { + "name": "syft:location:0:path", + "value": "/var/lib/dpkg/status.d/libgcc-s1" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:78110d1d980796ae9bfeb3871c21f7c46c8f2f502fa6cea94c8bd0bbd33bc41f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/libgcc-s1.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "140" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgomp1@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=e6e86bb372a48e51", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libgomp1", + "version": "12.2.0-14", + "cpe": "cpe:2.3:a:libgomp1:libgomp1:12.2.0-14:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgomp1@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b82d7f2804d3bff95452057dc9310a5b55e985e7c64e7785fa2594761c282f31" + }, + { + "name": "syft:location:0:path", + "value": "/var/lib/dpkg/status.d/libgomp1" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:b82d7f2804d3bff95452057dc9310a5b55e985e7c64e7785fa2594761c282f31" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/libgomp1.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "312" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libgssapi-krb5-2@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=d8c06ad32a036d56", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libgssapi-krb5-2", + "version": "1.20.1-2+deb12u2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libgssapi-krb5-2:libgssapi-krb5-2:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libgssapi-krb5-2@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5-2:libgssapi_krb5_2:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi-krb5-2:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi_krb5_2:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5:libgssapi-krb5-2:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5:libgssapi_krb5_2:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5:libgssapi-krb5-2:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5:libgssapi_krb5_2:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi:libgssapi-krb5-2:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi:libgssapi_krb5_2:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:81d9c00f6ed1c3ff98c6be444ac8061eae57d37c87ebbd58ede574ae76ed6db1" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgssapi-krb5-2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:81d9c00f6ed1c3ff98c6be444ac8061eae57d37c87ebbd58ede574ae76ed6db1" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/libgssapi-krb5-2" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:81d9c00f6ed1c3ff98c6be444ac8061eae57d37c87ebbd58ede574ae76ed6db1" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/libgssapi-krb5-2.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "424" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libk5crypto3@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=981e5e9a30f09b98", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libk5crypto3", + "version": "1.20.1-2+deb12u2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libk5crypto3:libk5crypto3:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libk5crypto3@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:843ad01e654f08e9558cfdb1d6232f65d688b14a4f8ec177f6b15971c3b97cc6" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libk5crypto3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:843ad01e654f08e9558cfdb1d6232f65d688b14a4f8ec177f6b15971c3b97cc6" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/libk5crypto3" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:843ad01e654f08e9558cfdb1d6232f65d688b14a4f8ec177f6b15971c3b97cc6" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/libk5crypto3.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "260" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkeyutils1@1.6.3-2?arch=amd64&upstream=keyutils&distro=debian-12&package-id=e182c5a1d7f7d1ea", + "type": "library", + "publisher": "Christian Kastner ", + "name": "libkeyutils1", + "version": "1.6.3-2", + "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.3-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkeyutils1@1.6.3-2?arch=amd64&upstream=keyutils&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b1c2c1dbf4c83dfb5544ca0cb264221888a9d111664cab667c1013501be29c8c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkeyutils1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:b1c2c1dbf4c83dfb5544ca0cb264221888a9d111664cab667c1013501be29c8c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/libkeyutils1" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:b1c2c1dbf4c83dfb5544ca0cb264221888a9d111664cab667c1013501be29c8c" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/libkeyutils1.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "40" + }, + { + "name": "syft:metadata:source", + "value": "keyutils" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkrb5-3@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=1077eede55a0f307", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libkrb5-3", + "version": "1.20.1-2+deb12u2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkrb5-3:libkrb5-3:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkrb5-3@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5-3:libkrb5_3:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5_3:libkrb5-3:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5_3:libkrb5_3:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5:libkrb5-3:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5:libkrb5_3:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f7af08f97f4da5fbfb45dd3dd72d6a963de2bb486248c8cb7ece61f7d8ab07ee" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkrb5-3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:f7af08f97f4da5fbfb45dd3dd72d6a963de2bb486248c8cb7ece61f7d8ab07ee" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/libkrb5-3" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:f7af08f97f4da5fbfb45dd3dd72d6a963de2bb486248c8cb7ece61f7d8ab07ee" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/libkrb5-3.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "1076" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libkrb5support0@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=8d747bb9cccad121", + "type": "library", + "publisher": "Sam Hartman ", + "name": "libkrb5support0", + "version": "1.20.1-2+deb12u2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkrb5support0:libkrb5support0:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libkrb5support0@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:5726a2230e326ac81d7f6e0fc77858c053fb3d5256b595cf4e74ef06ba0899ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkrb5support0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:5726a2230e326ac81d7f6e0fc77858c053fb3d5256b595cf4e74ef06ba0899ed" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/libkrb5support0" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:5726a2230e326ac81d7f6e0fc77858c053fb3d5256b595cf4e74ef06ba0899ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/libkrb5support0.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "133" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/liblzma5@5.4.1-0.2?arch=amd64&upstream=xz-utils&distro=debian-12&package-id=e589b1402ec4de9c", + "type": "library", + "publisher": "Jonathan Nieder ", + "name": "liblzma5", + "version": "5.4.1-0.2", + "licenses": [ + { + "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": "Autoconf" + } + }, + { + "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.4.1-0.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/liblzma5@5.4.1-0.2?arch=amd64&upstream=xz-utils&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a191036daeeec43e9125a2bf6d91ca0c4ec042f0c0a20f6d728d63fa260be897" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblzma5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a191036daeeec43e9125a2bf6d91ca0c4ec042f0c0a20f6d728d63fa260be897" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/liblzma5" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a191036daeeec43e9125a2bf6d91ca0c4ec042f0c0a20f6d728d63fa260be897" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/liblzma5.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "333" + }, + { + "name": "syft:metadata:source", + "value": "xz-utils" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libncursesw6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12&package-id=015b1bb725c05616", + "type": "library", + "publisher": "Craig Small ", + "name": "libncursesw6", + "version": "6.4-4", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:libncursesw6:libncursesw6:6.4-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libncursesw6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a5a95a9c158ded2e596ff36493c0bf016b11e8aeec950ce2dff8f599ad43415" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:f3d99806ca4063b4e2fc0d2eeb015d136458b352e6109b1a763993d29e9ee07e" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/libncursesw6" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:f3d99806ca4063b4e2fc0d2eeb015d136458b352e6109b1a763993d29e9ee07e" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/libncursesw6.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "412" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libnsl2@1.3.0-2?arch=amd64&upstream=libnsl&distro=debian-12&package-id=6febad3629e7b7fc", + "type": "library", + "publisher": "GNU Libc Maintainers ", + "name": "libnsl2", + "version": "1.3.0-2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "GPL-2+-autoconf-exception" + } + }, + { + "license": { + "name": "GPL-2+-libtool-exception" + } + }, + { + "license": { + "name": "GPL-3+-autoconf-exception" + } + }, + { + "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-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libnsl2@1.3.0-2?arch=amd64&upstream=libnsl&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:af377b41bfba1bf4a21593351556bf69eeba089d768b569175415fb36b01b039" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnsl2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:af377b41bfba1bf4a21593351556bf69eeba089d768b569175415fb36b01b039" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/libnsl2" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:af377b41bfba1bf4a21593351556bf69eeba089d768b569175415fb36b01b039" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/libnsl2.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "127" + }, + { + "name": "syft:metadata:source", + "value": "libnsl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpython3.11-minimal@3.11.2-6%2Bdeb12u3?arch=amd64&upstream=python3.11&distro=debian-12&package-id=9230ff58588ab59d", + "type": "library", + "publisher": "Matthias Klose ", + "name": "libpython3.11-minimal", + "version": "3.11.2-6+deb12u3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "By" + } + }, + { + "license": { + "name": "Permission" + } + }, + { + "license": { + "name": "Redistribution" + } + }, + { + "license": { + "name": "This" + } + } + ], + "cpe": "cpe:2.3:a:libpython3.11-minimal:libpython3.11-minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpython3.11-minimal@3.11.2-6%2Bdeb12u3?arch=amd64&upstream=python3.11&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.11-minimal:libpython3.11_minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.11_minimal:libpython3.11-minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.11_minimal:libpython3.11_minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.11:libpython3.11-minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.11:libpython3.11_minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a60135225f9588cc1d0759b869eeb31bca28e25fd39da00de201b99f8188699b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpython3.11-minimal/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:a60135225f9588cc1d0759b869eeb31bca28e25fd39da00de201b99f8188699b" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/libpython3.11-minimal" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:a60135225f9588cc1d0759b869eeb31bca28e25fd39da00de201b99f8188699b" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/libpython3.11-minimal.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "5207" + }, + { + "name": "syft:metadata:source", + "value": "python3.11" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libpython3.11-stdlib@3.11.2-6%2Bdeb12u3?arch=amd64&upstream=python3.11&distro=debian-12&package-id=186ddf9fa473cc3b", + "type": "library", + "publisher": "Matthias Klose ", + "name": "libpython3.11-stdlib", + "version": "3.11.2-6+deb12u3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "By" + } + }, + { + "license": { + "name": "Permission" + } + }, + { + "license": { + "name": "Redistribution" + } + }, + { + "license": { + "name": "This" + } + } + ], + "cpe": "cpe:2.3:a:libpython3.11-stdlib:libpython3.11-stdlib:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpython3.11-stdlib@3.11.2-6%2Bdeb12u3?arch=amd64&upstream=python3.11&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.11-stdlib:libpython3.11_stdlib:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.11_stdlib:libpython3.11-stdlib:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.11_stdlib:libpython3.11_stdlib:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.11:libpython3.11-stdlib:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.11:libpython3.11_stdlib:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:a60135225f9588cc1d0759b869eeb31bca28e25fd39da00de201b99f8188699b" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpython3.11-minimal/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:d387a199ae0c1e22b12ec78b47b84c93bcdd312b44df5ce253e822f9aa5c70c2" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/libpython3.11-stdlib" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:d387a199ae0c1e22b12ec78b47b84c93bcdd312b44df5ce253e822f9aa5c70c2" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/libpython3.11-stdlib.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "8323" + }, + { + "name": "syft:metadata:source", + "value": "python3.11" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libreadline8@8.2-1.3?arch=amd64&upstream=readline&distro=debian-12&package-id=cf1e156bd7515d7e", + "type": "library", + "publisher": "Matthias Klose ", + "name": "libreadline8", + "version": "8.2-1.3", + "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": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GFDL-NIV-1.3+" + } + }, + { + "license": { + "name": "ISC-no-attribution" + } + } + ], + "cpe": "cpe:2.3:a:libreadline8:libreadline8:8.2-1.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libreadline8@8.2-1.3?arch=amd64&upstream=readline&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6d945ac65d26a683937d2a98b399fe4e34ba0be47c5ec707753cf78398656876" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libreadline8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:6d945ac65d26a683937d2a98b399fe4e34ba0be47c5ec707753cf78398656876" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/libreadline8" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:6d945ac65d26a683937d2a98b399fe4e34ba0be47c5ec707753cf78398656876" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/libreadline8.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "475" + }, + { + "name": "syft:metadata:source", + "value": "readline" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libsqlite3-0@3.40.1-2?arch=amd64&upstream=sqlite3&distro=debian-12&package-id=ba7901014862fb39", + "type": "library", + "publisher": "Laszlo Boszormenyi (GCS) ", + "name": "libsqlite3-0", + "version": "3.40.1-2", + "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.40.1-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libsqlite3-0@3.40.1-2?arch=amd64&upstream=sqlite3&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsqlite3-0:libsqlite3_0:3.40.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsqlite3_0:libsqlite3-0:3.40.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsqlite3_0:libsqlite3_0:3.40.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsqlite3:libsqlite3-0:3.40.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsqlite3:libsqlite3_0:3.40.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:f211a354af4471e5ead25f8b79c6e0bb3a79d4ddf59702ba6d4f29bfcb8198bf" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsqlite3-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:f211a354af4471e5ead25f8b79c6e0bb3a79d4ddf59702ba6d4f29bfcb8198bf" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/libsqlite3-0" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:f211a354af4471e5ead25f8b79c6e0bb3a79d4ddf59702ba6d4f29bfcb8198bf" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/libsqlite3-0.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "1682" + }, + { + "name": "syft:metadata:source", + "value": "sqlite3" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libssl3@3.0.14-1~deb12u2?arch=amd64&upstream=openssl&distro=debian-12&package-id=8507d2a12f451902", + "type": "library", + "publisher": "Debian OpenSSL Team ", + "name": "libssl3", + "version": "3.0.14-1~deb12u2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "name": "Artistic" + } + } + ], + "cpe": "cpe:2.3:a:libssl3:libssl3:3.0.14-1\\~deb12u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libssl3@3.0.14-1~deb12u2?arch=amd64&upstream=openssl&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:949b44fda9d054b2b420218f6b156e222fb1f89f38dc45521c1b9ac73c7a9c9e" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libssl3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:949b44fda9d054b2b420218f6b156e222fb1f89f38dc45521c1b9ac73c7a9c9e" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/libssl3" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:949b44fda9d054b2b420218f6b156e222fb1f89f38dc45521c1b9ac73c7a9c9e" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/libssl3.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "6021" + }, + { + "name": "syft:metadata:source", + "value": "openssl" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libstdc%2B%2B6@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=3f4c97f5621d2ef8", + "type": "library", + "publisher": "Debian GCC Maintainers ", + "name": "libstdc++6", + "version": "12.2.0-14", + "cpe": "cpe:2.3:a:libstdc\\+\\+6:libstdc\\+\\+6:12.2.0-14:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libstdc%2B%2B6@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:72b92cef5d1c6e8a1d3ac611f27aabd0cd27ee18a2a8482d0f883b8a1429c1ed" + }, + { + "name": "syft:location:0:path", + "value": "/var/lib/dpkg/status.d/libstdc++6" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:72b92cef5d1c6e8a1d3ac611f27aabd0cd27ee18a2a8482d0f883b8a1429c1ed" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/libstdc++6.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "2686" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtinfo6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12&package-id=36361b5a97996e94", + "type": "library", + "publisher": "Craig Small ", + "name": "libtinfo6", + "version": "6.4-4", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:libtinfo6:libtinfo6:6.4-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtinfo6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:6a5a95a9c158ded2e596ff36493c0bf016b11e8aeec950ce2dff8f599ad43415" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:6a5a95a9c158ded2e596ff36493c0bf016b11e8aeec950ce2dff8f599ad43415" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/libtinfo6" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:6a5a95a9c158ded2e596ff36493c0bf016b11e8aeec950ce2dff8f599ad43415" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/libtinfo6.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "541" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libtirpc3@1.3.3%2Bds-1?arch=amd64&upstream=libtirpc&distro=debian-12&package-id=ce9385b45ab56ab3", + "type": "library", + "publisher": "Josue Ortega ", + "name": "libtirpc3", + "version": "1.3.3+ds-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.3\\+ds-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libtirpc3@1.3.3%2Bds-1?arch=amd64&upstream=libtirpc&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:21df81c862b2e3f7e76a90659000c24196dae65e7ed3c0d3e654ed752f618416" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:21df81c862b2e3f7e76a90659000c24196dae65e7ed3c0d3e654ed752f618416" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/libtirpc3" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:21df81c862b2e3f7e76a90659000c24196dae65e7ed3c0d3e654ed752f618416" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/libtirpc3.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "226" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/libuuid1@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12&package-id=f8ece42b680f0690", + "type": "library", + "publisher": "util-linux packagers ", + "name": "libuuid1", + "version": "2.38.1-5+deb12u1", + "licenses": [ + { + "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": { + "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": "BSLA" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libuuid1:libuuid1:2.38.1-5\\+deb12u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libuuid1@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:b32c8091f23ec0e3ceb23d7cf283d89122638ae55decd53d21253725202e9a45" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libuuid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:b32c8091f23ec0e3ceb23d7cf283d89122638ae55decd53d21253725202e9a45" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/libuuid1" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:b32c8091f23ec0e3ceb23d7cf283d89122638ae55decd53d21253725202e9a45" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/libuuid1.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "79" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:pypi/lightkube@0.15.4?package-id=87d46e4679b0f75a", + "type": "library", + "author": "Giuseppe Tribulato ", + "name": "lightkube", + "version": "0.15.4", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:giuseppe_tribulato_project:python-lightkube:0.15.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/lightkube@0.15.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "python-package" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giuseppe_tribulato_project:python_lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giuseppe_tribulatoproject:python-lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giuseppe_tribulatoproject:python_lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giuseppe_tribulato_project:lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giuseppe_tribulato:python-lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giuseppe_tribulato:python_lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giuseppe_tribulatoproject:lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtsystem_project:python-lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtsystem_project:python_lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lightkube:python-lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lightkube:python_lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lightkube:python-lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lightkube:python_lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtsystemproject:python-lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtsystemproject:python_lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giuseppe_tribulato:lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtsystem_project:lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lightkube:python-lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lightkube:python_lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lightkube:lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lightkube:lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtsystem:python-lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtsystem:python_lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtsystemproject:lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lightkube:lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtsystem:lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:lightkube:0.15.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/lightkube-0.15.4.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/lightkube-0.15.4.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/lightkube-0.15.4.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/lightkube-models@1.31.1.8?package-id=4c3cd6c9a033f95f", + "type": "library", + "author": "Giuseppe Tribulato ", + "name": "lightkube-models", + "version": "1.31.1.8", + "licenses": [ + { + "license": { + "name": "Apache Software License" + } + } + ], + "cpe": "cpe:2.3:a:giuseppe_tribulato_project:python-lightkube-models:1.31.1.8:*:*:*:*:*:*:*", + "purl": "pkg:pypi/lightkube-models@1.31.1.8", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "python-package" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giuseppe_tribulato_project:python_lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giuseppe_tribulatoproject:python-lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giuseppe_tribulatoproject:python_lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lightkube-models:python-lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lightkube-models:python_lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lightkube_models:python-lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lightkube_models:python_lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giuseppe_tribulato_project:lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giuseppe_tribulato_project:lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giuseppe_tribulato:python-lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giuseppe_tribulato:python_lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giuseppe_tribulatoproject:lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giuseppe_tribulatoproject:lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtsystem_project:python-lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtsystem_project:python_lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lightkube-models:python-lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lightkube-models:python_lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lightkube_models:python-lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lightkube_models:python_lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lightkube-models:lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lightkube-models:lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lightkube:python-lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lightkube:python_lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lightkube:python-lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lightkube:python_lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lightkube_models:lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lightkube_models:lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtsystemproject:python-lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtsystemproject:python_lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giuseppe_tribulato:lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:giuseppe_tribulato:lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtsystem_project:lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtsystem_project:lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lightkube-models:lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lightkube-models:lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lightkube:python-lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lightkube:python_lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lightkube_models:lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lightkube_models:lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lightkube:lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lightkube:lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lightkube:lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lightkube:lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtsystem:python-lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtsystem:python_lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtsystemproject:lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtsystemproject:lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lightkube:lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lightkube:lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtsystem:lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gtsystem:lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:lightkube-models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:lightkube_models:1.31.1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/lightkube_models-1.31.1.8.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/lightkube_models-1.31.1.8.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/lightkube_models-1.31.1.8.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/lockfile@0.12.2?package-id=6bc3175e348d711e", + "type": "library", + "author": "OpenStack ", + "name": "lockfile", + "version": "0.12.2", + "licenses": [ + { + "license": { + "name": "UNKNOWN" + } + } + ], + "cpe": "cpe:2.3:a:openstack_dev_project:python-lockfile:0.12.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/lockfile@0.12.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "python-package" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack_dev_project:python_lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack_devproject:python-lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack_devproject:python_lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack_project:python-lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack_project:python_lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstackproject:python-lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstackproject:python_lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lockfile:python-lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lockfile:python_lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lockfile:python-lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lockfile:python_lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack_dev_project:lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack-dev:python-lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack-dev:python_lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack_dev:python-lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack_dev:python_lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack_devproject:lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack_project:lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack:python-lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack:python_lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstackproject:lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lockfile:python-lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lockfile:python_lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lockfile:lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lockfile:lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack-dev:lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack_dev:lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack:lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lockfile:lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:lockfile:0.12.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/lockfile-0.12.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/lockfile-0.12.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/lockfile-0.12.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/markdown-it-py@3.0.0?package-id=924c473944f75a29", + "type": "library", + "author": "Chris Sewell ", + "name": "markdown-it-py", + "version": "3.0.0", + "cpe": "cpe:2.3:a:chris_sewell_\\", + "name": "markdown2", + "version": "2.5.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:trent_mick_project:python-markdown2:2.5.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/markdown2@2.5.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "python-package" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trent_mick_project:python_markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trent_mickproject:python-markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trent_mickproject:python_markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-markdown2:python-markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-markdown2:python_markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_markdown2:python-markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_markdown2:python_markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trentm_project:python-markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trentm_project:python_markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trentmproject:python-markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trentmproject:python_markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trent_mick_project:markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trent_mick:python-markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trent_mick:python_markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trent_mickproject:markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:markdown2:python-markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:markdown2:python_markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-markdown2:markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_markdown2:markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trentm_project:markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trentm:python-markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trentm:python_markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trentmproject:markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trent_mick:markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:markdown2:markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:trentm:markdown2:2.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/markdown2-2.5.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/markdown2-2.5.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/markdown2-2.5.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/marshmallow@3.23.0?package-id=7e59e6620d55b1eb", + "type": "library", + "author": "Steven Loria ", + "name": "marshmallow", + "version": "3.23.0", + "cpe": "cpe:2.3:a:marshmallow_project:marshmallow:3.23.0:*:*:*:*:python:*:*", + "purl": "pkg:pypi/marshmallow@3.23.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "python-package" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/marshmallow-3.23.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/marshmallow-3.23.0.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:pypi/marshmallow-enum@1.5.1?package-id=ca0d845ba6d8d8d5", + "type": "library", + "author": "Alec Nikolas Reiter ", + "name": "marshmallow-enum", + "version": "1.5.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:alec_nikolas_reiter_project:python-marshmallow-enum:1.5.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/marshmallow-enum@1.5.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "python-package" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alec_nikolas_reiter_project:python_marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alec_nikolas_reiterproject:python-marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alec_nikolas_reiterproject:python_marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-marshmallow-enum:python-marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-marshmallow-enum:python_marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_marshmallow_enum:python-marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_marshmallow_enum:python_marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alec_nikolas_reiter_project:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alec_nikolas_reiter_project:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alec_nikolas_reiter:python-marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alec_nikolas_reiter:python_marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alec_nikolas_reiterproject:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alec_nikolas_reiterproject:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alecreiter_project:python-marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alecreiter_project:python_marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-marshmallow:python-marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-marshmallow:python_marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_marshmallow:python-marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_marshmallow:python_marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alecreiterproject:python-marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alecreiterproject:python_marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:marshmallow-enum:python-marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:marshmallow-enum:python_marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:marshmallow_enum:python-marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:marshmallow_enum:python_marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-marshmallow-enum:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-marshmallow-enum:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_marshmallow_enum:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_marshmallow_enum:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alec_nikolas_reiter:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alec_nikolas_reiter:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alecreiter_project:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alecreiter_project:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:marshmallow:python-marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:marshmallow:python_marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-marshmallow:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-marshmallow:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_marshmallow:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_marshmallow:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alecreiter:python-marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alecreiter:python_marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alecreiterproject:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alecreiterproject:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:marshmallow-enum:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:layerID", - "value": "sha256:34029bd8646f750ae4e84b107ad574c9b50444b1e7a6e913aca67fa90b1c797e" + "name": "syft:cpe23", + "value": "cpe:2.3:a:marshmallow-enum:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status.d/libffi8.md5sums" + "name": "syft:cpe23", + "value": "cpe:2.3:a:marshmallow_enum:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:installedSize", - "value": "68" + "name": "syft:cpe23", + "value": "cpe:2.3:a:marshmallow_enum:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:source", - "value": "libffi" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libgcc-s1@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=5832c815f8496657", - "type": "library", - "publisher": "Debian GCC Maintainers ", - "name": "libgcc-s1", - "version": "12.2.0-14", - "cpe": "cpe:2.3:a:libgcc-s1:libgcc-s1:12.2.0-14:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libgcc-s1@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-marshmallow-enum:1.5.1:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "deb" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_marshmallow_enum:1.5.1:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:marshmallow:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libgcc-s1:libgcc_s1:12.2.0-14:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:marshmallow:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libgcc_s1:libgcc-s1:12.2.0-14:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:alecreiter:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libgcc_s1:libgcc_s1:12.2.0-14:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:alecreiter:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libgcc:libgcc-s1:12.2.0-14:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libgcc:libgcc_s1:12.2.0-14:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:78110d1d980796ae9bfeb3871c21f7c46c8f2f502fa6cea94c8bd0bbd33bc41f" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/var/lib/dpkg/status.d/libgcc-s1" + "value": "/usr/local/lib/python3.12/site-packages/marshmallow_enum-1.5.1.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:78110d1d980796ae9bfeb3871c21f7c46c8f2f502fa6cea94c8bd0bbd33bc41f" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/var/lib/dpkg/status.d/libgcc-s1.md5sums" + "value": "/usr/local/lib/python3.12/site-packages/marshmallow_enum-1.5.1.dist-info/RECORD" }, { - "name": "syft:metadata:installedSize", - "value": "140" + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:metadata:source", - "value": "gcc-12" + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/marshmallow_enum-1.5.1.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:deb/debian/libgomp1@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=e6e86bb372a48e51", + "bom-ref": "pkg:pypi/mdurl@0.1.2?package-id=eb0c3c0478cc1f8b", "type": "library", - "publisher": "Debian GCC Maintainers ", - "name": "libgomp1", - "version": "12.2.0-14", - "cpe": "cpe:2.3:a:libgomp1:libgomp1:12.2.0-14:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libgomp1@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12", + "author": "Taneli Hukkinen ", + "name": "mdurl", + "version": "0.1.2", + "cpe": "cpe:2.3:a:taneli_hukkinen_\\", - "name": "libgssapi-krb5-2", - "version": "1.20.1-2+deb12u2", - "licenses": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:taneli-hukkinen-\\", - "name": "libk5crypto3", - "version": "1.20.1-2+deb12u2", - "licenses": [ - { - "license": { - "id": "GPL-2.0-only" - } - } - ], - "cpe": "cpe:2.3:a:libk5crypto3:libk5crypto3:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libk5crypto3@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12", + "author": "Erik Rose ", + "name": "more-itertools", + "version": "10.3.0", + "cpe": "cpe:2.3:a:erik_rose_\\", - "name": "libkeyutils1", - "version": "1.6.3-2", - "licenses": [ - { - "license": { - "id": "GPL-2.0-only" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:erik_rose_\\", - "name": "libkrb5-3", - "version": "1.20.1-2+deb12u2", - "licenses": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_more_itertools:more-itertools:10.3.0:*:*:*:*:*:*:*" + }, { - "license": { - "id": "GPL-2.0-only" - } - } - ], - "cpe": "cpe:2.3:a:libkrb5-3:libkrb5-3:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libkrb5-3@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12", - "properties": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_more_itertools:more_itertools:10.3.0:*:*:*:*:*:*:*" + }, { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:erik-rose-\\", - "name": "libkrb5support0", - "version": "1.20.1-2+deb12u2", - "licenses": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:more:python_more_itertools:10.3.0:*:*:*:*:*:*:*" + }, { - "license": { - "id": "GPL-2.0-only" - } - } - ], - "cpe": "cpe:2.3:a:libkrb5support0:libkrb5support0:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libkrb5support0@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12", - "properties": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-more:more-itertools:10.3.0:*:*:*:*:*:*:*" + }, { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-more:more_itertools:10.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "deb" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_more:more-itertools:10.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_more:more_itertools:10.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:5726a2230e326ac81d7f6e0fc77858c053fb3d5256b595cf4e74ef06ba0899ed" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:more-itertools:10.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libkrb5support0/copyright" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:more_itertools:10.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:layerID", - "value": "sha256:5726a2230e326ac81d7f6e0fc77858c053fb3d5256b595cf4e74ef06ba0899ed" + "name": "syft:cpe23", + "value": "cpe:2.3:a:more:more-itertools:10.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/status.d/libkrb5support0" + "name": "syft:cpe23", + "value": "cpe:2.3:a:more:more_itertools:10.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:layerID", - "value": "sha256:5726a2230e326ac81d7f6e0fc77858c053fb3d5256b595cf4e74ef06ba0899ed" + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status.d/libkrb5support0.md5sums" + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/METADATA" }, { - "name": "syft:metadata:installedSize", - "value": "133" + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:metadata:source", - "value": "krb5" + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/RECORD" } ] }, { - "bom-ref": "pkg:deb/debian/liblzma5@5.4.1-0.2?arch=amd64&upstream=xz-utils&distro=debian-12&package-id=e589b1402ec4de9c", + "bom-ref": "pkg:pypi/multidict@6.1.0?package-id=39bb9ecdcc6cd992", "type": "library", - "publisher": "Jonathan Nieder ", - "name": "liblzma5", - "version": "5.4.1-0.2", + "author": "Andrew Svetlov ", + "name": "multidict", + "version": "6.1.0", "licenses": [ { "license": { - "id": "GPL-2.0-only" - } - }, - { - "license": { - "id": "GPL-2.0-or-later" - } - }, - { - "license": { - "id": "GPL-3.0-only" + "name": "Apache 2" } - }, + } + ], + "cpe": "cpe:2.3:a:andrew_svetlov_project:python-multidict:6.1.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/multidict@6.1.0", + "properties": [ { - "license": { - "id": "LGPL-2.0-only" - } + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" }, { - "license": { - "id": "LGPL-2.1-only" - } + "name": "syft:package:language", + "value": "python" }, { - "license": { - "id": "LGPL-2.1-or-later" - } + "name": "syft:package:type", + "value": "python" }, { - "license": { - "name": "Autoconf" - } + "name": "syft:package:metadataType", + "value": "python-package" }, { - "license": { - "name": "PD" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_project:python_multidict:6.1.0:*:*:*:*:*:*:*" }, { - "license": { - "name": "PD-debian" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:python-multidict:6.1.0:*:*:*:*:*:*:*" }, { - "license": { - "name": "config-h" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:python_multidict:6.1.0:*:*:*:*:*:*:*" }, { - "license": { - "name": "noderivs" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-multidict:python-multidict:6.1.0:*:*:*:*:*:*:*" }, { - "license": { - "name": "permissive-fsf" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-multidict:python_multidict:6.1.0:*:*:*:*:*:*:*" }, { - "license": { - "name": "permissive-nowarranty" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_multidict:python-multidict:6.1.0:*:*:*:*:*:*:*" }, { - "license": { - "name": "probably-PD" - } - } - ], - "cpe": "cpe:2.3:a:liblzma5:liblzma5:5.4.1-0.2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/liblzma5@5.4.1-0.2?arch=amd64&upstream=xz-utils&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_multidict:python_multidict:6.1.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "deb" + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_project:multidict:6.1.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:python-multidict:6.1.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:a191036daeeec43e9125a2bf6d91ca0c4ec042f0c0a20f6d728d63fa260be897" + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:python_multidict:6.1.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/share/doc/liblzma5/copyright" + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:python-multidict:6.1.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:layerID", - "value": "sha256:a191036daeeec43e9125a2bf6d91ca0c4ec042f0c0a20f6d728d63fa260be897" + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:python_multidict:6.1.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/status.d/liblzma5" + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:multidict:6.1.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:layerID", - "value": "sha256:a191036daeeec43e9125a2bf6d91ca0c4ec042f0c0a20f6d728d63fa260be897" + "name": "syft:cpe23", + "value": "cpe:2.3:a:multidict:python-multidict:6.1.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status.d/liblzma5.md5sums" + "name": "syft:cpe23", + "value": "cpe:2.3:a:multidict:python_multidict:6.1.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:installedSize", - "value": "333" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-multidict:multidict:6.1.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:source", - "value": "xz-utils" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libncursesw6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12&package-id=015b1bb725c05616", - "type": "library", - "publisher": "Craig Small ", - "name": "libncursesw6", - "version": "6.4-4", - "licenses": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_multidict:multidict:6.1.0:*:*:*:*:*:*:*" + }, { - "license": { - "id": "BSD-3-Clause" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:multidict:6.1.0:*:*:*:*:*:*:*" }, { - "license": { - "id": "X11" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:multidict:6.1.0:*:*:*:*:*:*:*" }, { - "license": { - "name": "MIT/X11" - } - } - ], - "cpe": "cpe:2.3:a:libncursesw6:libncursesw6:6.4-4:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libncursesw6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12", - "properties": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-multidict:6.1.0:*:*:*:*:*:*:*" + }, { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_multidict:6.1.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "deb" + "name": "syft:cpe23", + "value": "cpe:2.3:a:multidict:multidict:6.1.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:multidict:6.1.0:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:6a5a95a9c158ded2e596ff36493c0bf016b11e8aeec950ce2dff8f599ad43415" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/share/doc/libtinfo6/copyright" + "value": "/usr/local/lib/python3.12/site-packages/multidict-6.1.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:f3d99806ca4063b4e2fc0d2eeb015d136458b352e6109b1a763993d29e9ee07e" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/var/lib/dpkg/status.d/libncursesw6" + "value": "/usr/local/lib/python3.12/site-packages/multidict-6.1.0.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:f3d99806ca4063b4e2fc0d2eeb015d136458b352e6109b1a763993d29e9ee07e" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status.d/libncursesw6.md5sums" - }, - { - "name": "syft:metadata:installedSize", - "value": "412" - }, - { - "name": "syft:metadata:source", - "value": "ncurses" + "value": "/usr/local/lib/python3.12/site-packages/multidict-6.1.0.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:deb/debian/libnsl2@1.3.0-2?arch=amd64&upstream=libnsl&distro=debian-12&package-id=6febad3629e7b7fc", + "bom-ref": "pkg:pypi/my-test-package@1.0?package-id=d2bfe6c4c31e6662", "type": "library", - "publisher": "GNU Libc Maintainers ", - "name": "libnsl2", - "version": "1.3.0-2", + "author": "UNKNOWN ", + "name": "my-test-package", + "version": "1.0", "licenses": [ { "license": { - "id": "BSD-3-Clause" - } - }, - { - "license": { - "id": "GPL-2.0-only" - } - }, - { - "license": { - "id": "GPL-3.0-only" - } - }, - { - "license": { - "id": "LGPL-2.1-only" + "name": "UNKNOWN" } - }, + } + ], + "cpe": "cpe:2.3:a:python-my-test-package:python-my-test-package:1.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/my-test-package@1.0", + "properties": [ { - "license": { - "id": "LGPL-2.1-or-later" - } + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" }, { - "license": { - "id": "MIT" - } + "name": "syft:package:language", + "value": "python" }, { - "license": { - "name": "GPL-2+-autoconf-exception" - } + "name": "syft:package:type", + "value": "python" }, { - "license": { - "name": "GPL-2+-libtool-exception" - } + "name": "syft:package:metadataType", + "value": "python-package" }, { - "license": { - "name": "GPL-3+-autoconf-exception" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-my-test-package:python_my_test_package:1.0:*:*:*:*:*:*:*" }, { - "license": { - "name": "permissive-autoconf-m4" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_my_test_package:python-my-test-package:1.0:*:*:*:*:*:*:*" }, { - "license": { - "name": "permissive-autoconf-m4-no-warranty" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_my_test_package:python_my_test_package:1.0:*:*:*:*:*:*:*" }, { - "license": { - "name": "permissive-configure" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:my-test-package:python-my-test-package:1.0:*:*:*:*:*:*:*" }, { - "license": { - "name": "permissive-fsf" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:my-test-package:python_my_test_package:1.0:*:*:*:*:*:*:*" }, { - "license": { - "name": "permissive-makefile-in" - } - } - ], - "cpe": "cpe:2.3:a:libnsl2:libnsl2:1.3.0-2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libnsl2@1.3.0-2?arch=amd64&upstream=libnsl&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:my_test_package:python-my-test-package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "deb" + "name": "syft:cpe23", + "value": "cpe:2.3:a:my_test_package:python_my_test_package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-my-test-package:my-test-package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:af377b41bfba1bf4a21593351556bf69eeba089d768b569175415fb36b01b039" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-my-test-package:my_test_package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libnsl2/copyright" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_my_test_package:my-test-package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:layerID", - "value": "sha256:af377b41bfba1bf4a21593351556bf69eeba089d768b569175415fb36b01b039" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_my_test_package:my_test_package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/status.d/libnsl2" + "name": "syft:cpe23", + "value": "cpe:2.3:a:unknown_project:python-my-test-package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:layerID", - "value": "sha256:af377b41bfba1bf4a21593351556bf69eeba089d768b569175415fb36b01b039" + "name": "syft:cpe23", + "value": "cpe:2.3:a:unknown_project:python_my_test_package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status.d/libnsl2.md5sums" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-my-test:python-my-test-package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:installedSize", - "value": "127" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-my-test:python_my_test_package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:source", - "value": "libnsl" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libpython3.11-minimal@3.11.2-6%2Bdeb12u3?arch=amd64&upstream=python3.11&distro=debian-12&package-id=9230ff58588ab59d", - "type": "library", - "publisher": "Matthias Klose ", - "name": "libpython3.11-minimal", - "version": "3.11.2-6+deb12u3", - "licenses": [ - { - "license": { - "id": "GPL-2.0-only" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_my_test:python-my-test-package:1.0:*:*:*:*:*:*:*" }, { - "license": { - "name": "By" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_my_test:python_my_test_package:1.0:*:*:*:*:*:*:*" }, { - "license": { - "name": "Permission" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:unknownproject:python-my-test-package:1.0:*:*:*:*:*:*:*" }, { - "license": { - "name": "Redistribution" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:unknownproject:python_my_test_package:1.0:*:*:*:*:*:*:*" }, { - "license": { - "name": "This" - } - } - ], - "cpe": "cpe:2.3:a:libpython3.11-minimal:libpython3.11-minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libpython3.11-minimal@3.11.2-6%2Bdeb12u3?arch=amd64&upstream=python3.11&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-my:python-my-test-package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "deb" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-my:python_my_test_package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_my:python-my-test-package:1.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libpython3.11-minimal:libpython3.11_minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_my:python_my_test_package:1.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libpython3.11_minimal:libpython3.11-minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:my-test-package:my-test-package:1.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libpython3.11_minimal:libpython3.11_minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:my-test-package:my_test_package:1.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libpython3.11:libpython3.11-minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:my_test_package:my-test-package:1.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libpython3.11:libpython3.11_minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:my_test_package:my_test_package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:a60135225f9588cc1d0759b869eeb31bca28e25fd39da00de201b99f8188699b" + "name": "syft:cpe23", + "value": "cpe:2.3:a:unknown_project:my-test-package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libpython3.11-minimal/copyright" + "name": "syft:cpe23", + "value": "cpe:2.3:a:unknown_project:my_test_package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:layerID", - "value": "sha256:a60135225f9588cc1d0759b869eeb31bca28e25fd39da00de201b99f8188699b" + "name": "syft:cpe23", + "value": "cpe:2.3:a:my-test:python-my-test-package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/status.d/libpython3.11-minimal" + "name": "syft:cpe23", + "value": "cpe:2.3:a:my-test:python_my_test_package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:layerID", - "value": "sha256:a60135225f9588cc1d0759b869eeb31bca28e25fd39da00de201b99f8188699b" + "name": "syft:cpe23", + "value": "cpe:2.3:a:my_test:python-my-test-package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status.d/libpython3.11-minimal.md5sums" + "name": "syft:cpe23", + "value": "cpe:2.3:a:my_test:python_my_test_package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:installedSize", - "value": "5207" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-my-test:my-test-package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:source", - "value": "python3.11" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libpython3.11-stdlib@3.11.2-6%2Bdeb12u3?arch=amd64&upstream=python3.11&distro=debian-12&package-id=186ddf9fa473cc3b", - "type": "library", - "publisher": "Matthias Klose ", - "name": "libpython3.11-stdlib", - "version": "3.11.2-6+deb12u3", - "licenses": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-my-test:my_test_package:1.0:*:*:*:*:*:*:*" + }, { - "license": { - "id": "GPL-2.0-only" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_my_test:my-test-package:1.0:*:*:*:*:*:*:*" }, { - "license": { - "name": "By" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_my_test:my_test_package:1.0:*:*:*:*:*:*:*" }, { - "license": { - "name": "Permission" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:unknown:python-my-test-package:1.0:*:*:*:*:*:*:*" }, { - "license": { - "name": "Redistribution" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:unknown:python_my_test_package:1.0:*:*:*:*:*:*:*" }, { - "license": { - "name": "This" - } - } - ], - "cpe": "cpe:2.3:a:libpython3.11-stdlib:libpython3.11-stdlib:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libpython3.11-stdlib@3.11.2-6%2Bdeb12u3?arch=amd64&upstream=python3.11&distro=debian-12", - "properties": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:unknownproject:my-test-package:1.0:*:*:*:*:*:*:*" + }, { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:unknownproject:my_test_package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "deb" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-my-test-package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_my_test_package:1.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libpython3.11-stdlib:libpython3.11_stdlib:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:my:python-my-test-package:1.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libpython3.11_stdlib:libpython3.11-stdlib:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:my:python_my_test_package:1.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libpython3.11_stdlib:libpython3.11_stdlib:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-my:my-test-package:1.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libpython3.11:libpython3.11-stdlib:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-my:my_test_package:1.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libpython3.11:libpython3.11_stdlib:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_my:my-test-package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:a60135225f9588cc1d0759b869eeb31bca28e25fd39da00de201b99f8188699b" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_my:my_test_package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libpython3.11-minimal/copyright" + "name": "syft:cpe23", + "value": "cpe:2.3:a:my-test:my-test-package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:layerID", - "value": "sha256:d387a199ae0c1e22b12ec78b47b84c93bcdd312b44df5ce253e822f9aa5c70c2" + "name": "syft:cpe23", + "value": "cpe:2.3:a:my-test:my_test_package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/status.d/libpython3.11-stdlib" + "name": "syft:cpe23", + "value": "cpe:2.3:a:my_test:my-test-package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:layerID", - "value": "sha256:d387a199ae0c1e22b12ec78b47b84c93bcdd312b44df5ce253e822f9aa5c70c2" + "name": "syft:cpe23", + "value": "cpe:2.3:a:my_test:my_test_package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status.d/libpython3.11-stdlib.md5sums" + "name": "syft:cpe23", + "value": "cpe:2.3:a:unknown:my-test-package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:installedSize", - "value": "8323" + "name": "syft:cpe23", + "value": "cpe:2.3:a:unknown:my_test_package:1.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:source", - "value": "python3.11" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libreadline8@8.2-1.3?arch=amd64&upstream=readline&distro=debian-12&package-id=cf1e156bd7515d7e", - "type": "library", - "publisher": "Matthias Klose ", - "name": "libreadline8", - "version": "8.2-1.3", - "licenses": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:my-test-package:1.0:*:*:*:*:*:*:*" + }, { - "license": { - "id": "GPL-2.0-only" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:my_test_package:1.0:*:*:*:*:*:*:*" }, { - "license": { - "id": "GPL-2.0-or-later" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:my:my-test-package:1.0:*:*:*:*:*:*:*" }, { - "license": { - "id": "GPL-3.0-only" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:my:my_test_package:1.0:*:*:*:*:*:*:*" }, { - "license": { - "id": "GPL-3.0-or-later" - } + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "license": { - "name": "GFDL" - } + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/PKG-INFO" }, { - "license": { - "name": "GFDL-NIV-1.3+" - } + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/mypy-extensions@1.0.0?package-id=4a7bceed8eac801e", + "type": "library", + "author": "The mypy developers ", + "name": "mypy-extensions", + "version": "1.0.0", + "licenses": [ { "license": { - "name": "ISC-no-attribution" + "name": "MIT License" } } ], - "cpe": "cpe:2.3:a:libreadline8:libreadline8:8.2-1.3:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libreadline8@8.2-1.3?arch=amd64&upstream=readline&distro=debian-12", + "cpe": "cpe:2.3:a:jukka_lehtosalo_project:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/mypy-extensions@1.0.0", "properties": [ { "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" + "value": "python-installed-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" }, { "name": "syft:package:type", - "value": "deb" + "value": "python" }, { "name": "syft:package:metadataType", - "value": "dpkg-db-entry" + "value": "python-package" }, { - "name": "syft:location:0:layerID", - "value": "sha256:6d945ac65d26a683937d2a98b399fe4e34ba0be47c5ec707753cf78398656876" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jukka_lehtosalo_project:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libreadline8/copyright" + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy_developers_project:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:layerID", - "value": "sha256:6d945ac65d26a683937d2a98b399fe4e34ba0be47c5ec707753cf78398656876" + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy_developers_project:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/status.d/libreadline8" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jukka_lehtosaloproject:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:layerID", - "value": "sha256:6d945ac65d26a683937d2a98b399fe4e34ba0be47c5ec707753cf78398656876" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jukka_lehtosaloproject:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status.d/libreadline8.md5sums" + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy_developersproject:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:installedSize", - "value": "475" + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy_developersproject:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:source", - "value": "readline" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libsqlite3-0@3.40.1-2?arch=amd64&upstream=sqlite3&distro=debian-12&package-id=ba7901014862fb39", - "type": "library", - "publisher": "Laszlo Boszormenyi (GCS) ", - "name": "libsqlite3-0", - "version": "3.40.1-2", - "licenses": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mypy-extensions:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" + }, { - "license": { - "id": "GPL-2.0-only" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mypy-extensions:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { - "license": { - "id": "GPL-2.0-or-later" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mypy_extensions:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { - "license": { - "name": "public-domain" - } - } - ], - "cpe": "cpe:2.3:a:libsqlite3-0:libsqlite3-0:3.40.1-2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libsqlite3-0@3.40.1-2?arch=amd64&upstream=sqlite3&distro=debian-12", - "properties": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mypy_extensions:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" + }, { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jukka_lehtosalo_project:mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "deb" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jukka_lehtosalo_project:mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy_developers_project:mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libsqlite3-0:libsqlite3_0:3.40.1-2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:mypy_developers_project:mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libsqlite3_0:libsqlite3-0:3.40.1-2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:jukka-lehtosalo:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libsqlite3_0:libsqlite3_0:3.40.1-2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:jukka-lehtosalo:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libsqlite3:libsqlite3-0:3.40.1-2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:jukka_lehtosalo:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libsqlite3:libsqlite3_0:3.40.1-2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:jukka_lehtosalo:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:f211a354af4471e5ead25f8b79c6e0bb3a79d4ddf59702ba6d4f29bfcb8198bf" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jukka_lehtosaloproject:mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libsqlite3-0/copyright" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jukka_lehtosaloproject:mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:layerID", - "value": "sha256:f211a354af4471e5ead25f8b79c6e0bb3a79d4ddf59702ba6d4f29bfcb8198bf" + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy-extensions:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/status.d/libsqlite3-0" + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy-extensions:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:layerID", - "value": "sha256:f211a354af4471e5ead25f8b79c6e0bb3a79d4ddf59702ba6d4f29bfcb8198bf" + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy_developers:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status.d/libsqlite3-0.md5sums" + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy_developers:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:installedSize", - "value": "1682" + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy_developersproject:mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:source", - "value": "sqlite3" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libssl3@3.0.14-1~deb12u2?arch=amd64&upstream=openssl&distro=debian-12&package-id=8507d2a12f451902", - "type": "library", - "publisher": "Debian OpenSSL Team ", - "name": "libssl3", - "version": "3.0.14-1~deb12u2", - "licenses": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy_developersproject:mypy_extensions:1.0.0:*:*:*:*:*:*:*" + }, { - "license": { - "id": "Apache-2.0" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy_extensions:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { - "license": { - "id": "GPL-1.0-only" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy_extensions:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { - "license": { - "id": "GPL-1.0-or-later" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mypy-extensions:mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { - "license": { - "name": "Artistic" - } - } - ], - "cpe": "cpe:2.3:a:libssl3:libssl3:3.0.14-1\\~deb12u2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libssl3@3.0.14-1~deb12u2?arch=amd64&upstream=openssl&distro=debian-12", - "properties": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mypy-extensions:mypy_extensions:1.0.0:*:*:*:*:*:*:*" + }, { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mypy_extensions:mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "deb" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mypy_extensions:mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mypy:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:949b44fda9d054b2b420218f6b156e222fb1f89f38dc45521c1b9ac73c7a9c9e" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mypy:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libssl3/copyright" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mypy:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:layerID", - "value": "sha256:949b44fda9d054b2b420218f6b156e222fb1f89f38dc45521c1b9ac73c7a9c9e" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mypy:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/status.d/libssl3" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jukka-lehtosalo:mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:layerID", - "value": "sha256:949b44fda9d054b2b420218f6b156e222fb1f89f38dc45521c1b9ac73c7a9c9e" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jukka-lehtosalo:mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status.d/libssl3.md5sums" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jukka_lehtosalo:mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:installedSize", - "value": "6021" + "name": "syft:cpe23", + "value": "cpe:2.3:a:jukka_lehtosalo:mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:source", - "value": "openssl" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libstdc%2B%2B6@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=3f4c97f5621d2ef8", - "type": "library", - "publisher": "Debian GCC Maintainers ", - "name": "libstdc++6", - "version": "12.2.0-14", - "cpe": "cpe:2.3:a:libstdc\\+\\+6:libstdc\\+\\+6:12.2.0-14:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libstdc%2B%2B6@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12", - "properties": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy-extensions:mypy-extensions:1.0.0:*:*:*:*:*:*:*" + }, { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy-extensions:mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "deb" + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy_developers:mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy_developers:mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:72b92cef5d1c6e8a1d3ac611f27aabd0cd27ee18a2a8482d0f883b8a1429c1ed" + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy_extensions:mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/var/lib/dpkg/status.d/libstdc++6" + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy_extensions:mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:layerID", - "value": "sha256:72b92cef5d1c6e8a1d3ac611f27aabd0cd27ee18a2a8482d0f883b8a1429c1ed" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/status.d/libstdc++6.md5sums" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:installedSize", - "value": "2686" + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:source", - "value": "gcc-12" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libtinfo6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12&package-id=36361b5a97996e94", - "type": "library", - "publisher": "Craig Small ", - "name": "libtinfo6", - "version": "6.4-4", - "licenses": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" + }, { - "license": { - "id": "BSD-3-Clause" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mypy:mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { - "license": { - "id": "X11" - } + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mypy:mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { - "license": { - "name": "MIT/X11" - } - } - ], - "cpe": "cpe:2.3:a:libtinfo6:libtinfo6:6.4-4:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libtinfo6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12", - "properties": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mypy:mypy-extensions:1.0.0:*:*:*:*:*:*:*" + }, { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mypy:mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "deb" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:6a5a95a9c158ded2e596ff36493c0bf016b11e8aeec950ce2dff8f599ad43415" + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy:mypy-extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libtinfo6/copyright" + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy:mypy_extensions:1.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:layerID", - "value": "sha256:6a5a95a9c158ded2e596ff36493c0bf016b11e8aeec950ce2dff8f599ad43415" + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/status.d/libtinfo6" + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/mypy_extensions-1.0.0.dist-info/METADATA" }, { - "name": "syft:location:2:layerID", - "value": "sha256:6a5a95a9c158ded2e596ff36493c0bf016b11e8aeec950ce2dff8f599ad43415" + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status.d/libtinfo6.md5sums" + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/mypy_extensions-1.0.0.dist-info/RECORD" }, { - "name": "syft:metadata:installedSize", - "value": "541" + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:metadata:source", - "value": "ncurses" + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/mypy_extensions-1.0.0.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:deb/debian/libtirpc3@1.3.3%2Bds-1?arch=amd64&upstream=libtirpc&distro=debian-12&package-id=ce9385b45ab56ab3", + "bom-ref": "pkg:pypi/netaddr@1.3.0?package-id=86e18a319047654e", "type": "library", - "publisher": "Josue Ortega ", - "name": "libtirpc3", - "version": "1.3.3+ds-1", + "author": "\"David P. D. Moss\" , Stefan Nordhausen ", + "name": "netaddr", + "version": "1.3.0", "licenses": [ { "license": { - "id": "BSD-3-Clause" - } - }, - { - "license": { - "id": "GPL-2.0-only" - } - }, - { - "license": { - "id": "LGPL-2.1-only" + "name": "BSD License" } } ], - "cpe": "cpe:2.3:a:libtirpc3:libtirpc3:1.3.3\\+ds-1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libtirpc3@1.3.3%2Bds-1?arch=amd64&upstream=libtirpc&distro=debian-12", + "cpe": "cpe:2.3:a:\\\"david_p__d__moss\\\"_\\", - "name": "libuuid1", - "version": "2.38.1-5+deb12u1", - "licenses": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:\\\"david_p__d__moss\\\"_\\", + "name": "netbase", + "version": "6.4", + "licenses": [ { "license": { - "name": "public-domain" + "id": "GPL-2.0-only" } } ], - "cpe": "cpe:2.3:a:libuuid1:libuuid1:2.38.1-5\\+deb12u1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libuuid1@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12", + "cpe": "cpe:2.3:a:netbase:netbase:6.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/netbase@6.4?arch=all&distro=debian-12", "properties": [ { "name": "syft:package:foundBy", @@ -19051,53 +23688,49 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:b32c8091f23ec0e3ceb23d7cf283d89122638ae55decd53d21253725202e9a45" + "value": "sha256:8fa10c0194df9b7c054c90dbe482585f768a54428fc90a5b78a0066a123b1bba" }, { "name": "syft:location:0:path", - "value": "/usr/share/doc/libuuid1/copyright" + "value": "/usr/share/doc/netbase/copyright" }, { "name": "syft:location:1:layerID", - "value": "sha256:b32c8091f23ec0e3ceb23d7cf283d89122638ae55decd53d21253725202e9a45" + "value": "sha256:8fa10c0194df9b7c054c90dbe482585f768a54428fc90a5b78a0066a123b1bba" }, { "name": "syft:location:1:path", - "value": "/var/lib/dpkg/status.d/libuuid1" + "value": "/var/lib/dpkg/status.d/netbase" }, { "name": "syft:location:2:layerID", - "value": "sha256:b32c8091f23ec0e3ceb23d7cf283d89122638ae55decd53d21253725202e9a45" + "value": "sha256:8fa10c0194df9b7c054c90dbe482585f768a54428fc90a5b78a0066a123b1bba" }, { "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status.d/libuuid1.md5sums" + "value": "/var/lib/dpkg/status.d/netbase.md5sums" }, { "name": "syft:metadata:installedSize", - "value": "79" - }, - { - "name": "syft:metadata:source", - "value": "util-linux" + "value": "36" } ] }, { - "bom-ref": "pkg:pypi/lockfile@0.12.2?package-id=87f03ed77766a497", + "bom-ref": "pkg:pypi/oauthlib@3.2.2?package-id=b4c342c77eda4a67", "type": "library", - "author": "OpenStack ", - "name": "lockfile", - "version": "0.12.2", + "author": "The OAuthlib Community ", + "name": "oauthlib", + "version": "3.2.2", "licenses": [ { "license": { - "name": "UNKNOWN" + "name": "BSD" } } ], - "cpe": "cpe:2.3:a:openstack_dev_project:python-lockfile:0.12.2:*:*:*:*:*:*:*", - "purl": "pkg:pypi/lockfile@0.12.2", + "cpe": "cpe:2.3:a:oauthlib_community_project:python-oauthlib:3.2.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/oauthlib@3.2.2", "properties": [ { "name": "syft:package:foundBy", @@ -19117,340 +23750,338 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:openstack_dev_project:python_lockfile:0.12.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:openstack_devproject:python-lockfile:0.12.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:openstack_devproject:python_lockfile:0.12.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:openstack_project:python-lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:oauthlib_community_project:python_oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:openstack_project:python_lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:oauthlib_communityproject:python-oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:openstackproject:python-lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:oauthlib_communityproject:python_oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:openstackproject:python_lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:oauthlib_community_project:oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-lockfile:python-lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:oauthlib_community:python-oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-lockfile:python_lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:oauthlib_community:python_oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_lockfile:python-lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:oauthlib_communityproject:oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_lockfile:python_lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-oauthlib:python-oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:openstack_dev_project:lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-oauthlib:python_oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:openstack-dev:python-lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_oauthlib:python-oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:openstack-dev:python_lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_oauthlib:python_oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:openstack_dev:python-lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:idan_project:python-oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:openstack_dev:python_lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:idan_project:python_oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:openstack_devproject:lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:idanproject:python-oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:openstack_project:lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:idanproject:python_oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:openstack:python-lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:oauthlib_community:oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:openstack:python_lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:oauthlib:python-oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:openstackproject:lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:oauthlib:python_oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:lockfile:python-lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-oauthlib:oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:lockfile:python_lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_oauthlib:oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-lockfile:lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_lockfile:lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:openstack-dev:lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:idan_project:oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:openstack_dev:lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:idan:python-oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:idan:python_oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:idanproject:oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:openstack:lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:oauthlib:oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:lockfile:lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:lockfile:0.12.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:idan:oauthlib:3.2.2:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/lockfile-0.12.2.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/oauthlib-3.2.2.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/lockfile-0.12.2.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/oauthlib-3.2.2.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/lockfile-0.12.2.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/oauthlib-3.2.2.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/markdown2@2.5.0?package-id=36e419a2e510dbb3", + "bom-ref": "pkg:golang/oras.land/oras-go@v1.2.5?package-id=20870ab505b498f0", "type": "library", - "author": "Trent Mick ", - "name": "markdown2", - "version": "2.5.0", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:trent_mick_project:python-markdown2:2.5.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/markdown2@2.5.0", + "name": "oras.land/oras-go", + "version": "v1.2.5", + "purl": "pkg:golang/oras.land/oras-go@v1.2.5", "properties": [ { "name": "syft:package:foundBy", - "value": "python-installed-package-cataloger" + "value": "go-module-binary-cataloger" }, { "name": "syft:package:language", - "value": "python" + "value": "go" }, { "name": "syft:package:type", - "value": "python" + "value": "go-module" }, { "name": "syft:package:metadataType", - "value": "python-package" + "value": "go-module-buildinfo-entry" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:trent_mick_project:python_markdown2:2.5.0:*:*:*:*:*:*:*" + "name": "syft:location:0:layerID", + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:trent_mickproject:python-markdown2:2.5.0:*:*:*:*:*:*:*" + "name": "syft:location:0:path", + "value": "/bin/helm" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:trent_mickproject:python_markdown2:2.5.0:*:*:*:*:*:*:*" + "name": "syft:metadata:architecture", + "value": "amd64" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-markdown2:python-markdown2:2.5.0:*:*:*:*:*:*:*" + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-markdown2:python_markdown2:2.5.0:*:*:*:*:*:*:*" + "name": "syft:metadata:h1Digest", + "value": "h1:XpYuAwAb0DfQsunIyMfeET92emK8km3W4yEzZvUbsTo=" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_markdown2:python-markdown2:2.5.0:*:*:*:*:*:*:*" + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:pypi/packaging@23.2?package-id=f3ab1bb38aa62021", + "type": "library", + "author": "Donald Stufft ", + "name": "packaging", + "version": "23.2", + "cpe": "cpe:2.3:a:donald_stufft_\\", - "name": "marshmallow", - "version": "3.21.3", - "cpe": "cpe:2.3:a:marshmallow_project:marshmallow:3.21.3:*:*:*:*:python:*:*", - "purl": "pkg:pypi/marshmallow@3.21.3", + "author": "Donald Stufft ", + "name": "packaging", + "version": "24.1", + "cpe": "cpe:2.3:a:donald_stufft_\\", - "name": "marshmallow-enum", - "version": "1.5.1", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:alec_nikolas_reiter_project:python-marshmallow-enum:1.5.1:*:*:*:*:*:*:*", - "purl": "pkg:pypi/marshmallow-enum@1.5.1", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "python-installed-package-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:donald_stufft_\\", + "name": "passlib", + "version": "1.7.4", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:eli_collins_project:python-passlib:1.7.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/passlib@1.7.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:marshmallow_enum:python-marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + "name": "syft:package:language", + "value": "python" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:marshmallow_enum:python_marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + "name": "syft:package:type", + "value": "python" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-marshmallow-enum:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + "name": "syft:package:metadataType", + "value": "python-package" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-marshmallow-enum:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:eli_collins_project:python_passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_marshmallow_enum:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:eli_collinsproject:python-passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_marshmallow_enum:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:eli_collinsproject:python_passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:alec_nikolas_reiter:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-passlib:python-passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:alec_nikolas_reiter:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-passlib:python_passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:alecreiter_project:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_passlib:python-passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:alecreiter_project:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_passlib:python_passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marshmallow:python-marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:eli_collins_project:passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marshmallow:python_marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:elic_project:python-passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-marshmallow:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:elic_project:python_passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-marshmallow:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:eli_collins:python-passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_marshmallow:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:eli_collins:python_passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_marshmallow:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:eli_collinsproject:passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:alecreiter:python-marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:elicproject:python-passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:alecreiter:python_marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:elicproject:python_passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:alecreiterproject:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:passlib:python-passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:alecreiterproject:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:passlib:python_passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marshmallow-enum:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-passlib:passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marshmallow-enum:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_passlib:passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marshmallow_enum:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marshmallow_enum:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:elic_project:passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:eli_collins:passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marshmallow:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:elic:python-passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marshmallow:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:elic:python_passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:alecreiter:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:elicproject:passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:alecreiter:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:passlib:passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:marshmallow-enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:marshmallow_enum:1.5.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:elic:passlib:1.7.4:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/marshmallow_enum-1.5.1.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/passlib-1.7.4.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/marshmallow_enum-1.5.1.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/passlib-1.7.4.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/marshmallow_enum-1.5.1.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/passlib-1.7.4.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/more-itertools@10.3.0?package-id=1645f6cb1bd1ff56", + "bom-ref": "pkg:pypi/pexpect@4.9.0?package-id=3eee89f2047e105c", "type": "library", - "author": "Erik Rose ", - "name": "more-itertools", - "version": "10.3.0", - "cpe": "cpe:2.3:a:erik_rose_\\", + "name": "pexpect", + "version": "4.9.0", + "licenses": [ + { + "license": { + "name": "ISC license" + } + } + ], + "cpe": "cpe:2.3:a:noah_spurrier\\;_thomas_kluyver\\;_jeff_quast_project:python-pexpect:4.9.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pexpect@4.9.0", "properties": [ { "name": "syft:package:foundBy", @@ -19791,225 +24417,161 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:erik_rose_\\", - "name": "my-test-package", - "version": "1.0", + "author": "The pip developers ", + "name": "pip", + "version": "24.2", "licenses": [ { "license": { - "name": "UNKNOWN" + "id": "MIT" } } ], - "cpe": "cpe:2.3:a:python-my-test-package:python-my-test-package:1.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/my-test-package@1.0", + "cpe": "cpe:2.3:a:pip_developers_\\", - "name": "mypy-extensions", - "version": "1.0.0", + "author": "Holger Krekel ", + "name": "pluggy", + "version": "1.5.0", "licenses": [ { "license": { - "name": "MIT License" + "id": "MIT" } } ], - "cpe": "cpe:2.3:a:jukka_lehtosalo_project:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/mypy-extensions@1.0.0", + "cpe": "cpe:2.3:a:holger_krekel_project:python-pluggy:1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pluggy@1.5.0", "properties": [ { "name": "syft:package:foundBy", @@ -20315,281 +24846,311 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:jukka_lehtosalo_project:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:holger_krekel_project:python_pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mypy_developers_project:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:holger_krekelproject:python-pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mypy_developers_project:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:holger_krekelproject:python_pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:jukka_lehtosaloproject:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:holger_krekel_project:pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:jukka_lehtosaloproject:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:holger_project:python-pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mypy_developersproject:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:holger_project:python_pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mypy_developersproject:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:holger_krekel:python-pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-mypy-extensions:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:holger_krekel:python_pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-mypy-extensions:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:holger_krekelproject:pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_mypy_extensions:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:holgerproject:python-pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_mypy_extensions:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:holgerproject:python_pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:jukka_lehtosalo_project:mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pluggy:python-pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:jukka_lehtosalo_project:mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pluggy:python_pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mypy_developers_project:mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pluggy:python-pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mypy_developers_project:mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pluggy:python_pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:jukka-lehtosalo:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:holger_project:pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:jukka-lehtosalo:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:holger:python-pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:jukka_lehtosalo:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:holger:python_pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:jukka_lehtosalo:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:holger_krekel:pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:jukka_lehtosaloproject:mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:holgerproject:pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:jukka_lehtosaloproject:mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pluggy:python-pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mypy-extensions:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pluggy:python_pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mypy-extensions:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pluggy:pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mypy_developers:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mypy_developers:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mypy_developersproject:mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pluggy:pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mypy_developersproject:mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:holger:pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mypy_extensions:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pluggy:pluggy:1.5.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mypy_extensions:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:pluggy:1.5.0:*:*:*:*:*:*:*" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-mypy-extensions:mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-mypy-extensions:mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/pluggy-1.5.0.dist-info/METADATA" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_mypy_extensions:mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_mypy_extensions:mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/pluggy-1.5.0.dist-info/RECORD" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-mypy:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-mypy:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/pluggy-1.5.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/propcache@0.2.0?package-id=2ffe06fcb0171687", + "type": "library", + "author": "Andrew Svetlov ", + "name": "propcache", + "version": "0.2.0", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:andrew_svetlov_project:python-propcache:0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/propcache@0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_mypy:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "python-package" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_mypy:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:andrew_svetlov_project:python_propcache:0.2.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:jukka-lehtosalo:mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:andrew_svetlovproject:python-propcache:0.2.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:jukka-lehtosalo:mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:andrew_svetlovproject:python_propcache:0.2.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:jukka_lehtosalo:mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-propcache:python-propcache:0.2.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:jukka_lehtosalo:mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-propcache:python_propcache:0.2.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mypy-extensions:mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_propcache:python-propcache:0.2.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mypy-extensions:mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_propcache:python_propcache:0.2.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mypy_developers:mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:andrew_svetlov_project:propcache:0.2.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mypy_developers:mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:andrew-svetlov:python-propcache:0.2.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mypy_extensions:mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:andrew-svetlov:python_propcache:0.2.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mypy_extensions:mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:andrew_svetlov:python-propcache:0.2.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:andrew_svetlov:python_propcache:0.2.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:andrew_svetlovproject:propcache:0.2.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mypy:python-mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:propcache:python-propcache:0.2.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mypy:python_mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:propcache:python_propcache:0.2.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-mypy:mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-propcache:propcache:0.2.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-mypy:mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_propcache:propcache:0.2.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_mypy:mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:andrew-svetlov:propcache:0.2.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_mypy:mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:andrew_svetlov:propcache:0.2.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-propcache:0.2.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_propcache:0.2.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mypy:mypy-extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:propcache:propcache:0.2.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:mypy:mypy_extensions:1.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:propcache:0.2.0:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/mypy_extensions-1.0.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/propcache-0.2.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/mypy_extensions-1.0.0.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/propcache-0.2.0.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/mypy_extensions-1.0.0.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/propcache-0.2.0.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/netaddr@0.10.1?package-id=e0f3a408e2eb4bfc", + "bom-ref": "pkg:pypi/psycopg2-binary@2.9.10?package-id=b863e91e55a9e6ed", "type": "library", - "author": "David P. D. Moss, Stefan Nordhausen et al ", - "name": "netaddr", - "version": "0.10.1", + "author": "Federico Di Gregorio ", + "name": "psycopg2-binary", + "version": "2.9.10", "licenses": [ { "license": { - "name": "BSD License" + "name": "LGPL with exceptions" } } ], - "cpe": "cpe:2.3:a:david_p__d__moss\\,_stefan_nordhausen_et_al_project:python-netaddr:0.10.1:*:*:*:*:*:*:*", - "purl": "pkg:pypi/netaddr@0.10.1", + "cpe": "cpe:2.3:a:federico_di_gregorio_project:python-psycopg2-binary:2.9.10:*:*:*:*:*:*:*", + "purl": "pkg:pypi/psycopg2-binary@2.9.10", "properties": [ { "name": "syft:package:foundBy", @@ -20609,219 +25170,265 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:david_p__d__moss\\,_stefan_nordhausen_et_al_project:python_netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:federico_di_gregorio_project:python_psycopg2_binary:2.9.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:federico_di_gregorioproject:python-psycopg2-binary:2.9.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:federico_di_gregorioproject:python_psycopg2_binary:2.9.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-psycopg2-binary:python-psycopg2-binary:2.9.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-psycopg2-binary:python_psycopg2_binary:2.9.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_psycopg2_binary:python-psycopg2-binary:2.9.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_psycopg2_binary:python_psycopg2_binary:2.9.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:federico_di_gregorio_project:psycopg2-binary:2.9.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:federico_di_gregorio_project:psycopg2_binary:2.9.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:federico_di_gregorio:python-psycopg2-binary:2.9.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:federico_di_gregorio:python_psycopg2_binary:2.9.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:federico_di_gregorioproject:psycopg2-binary:2.9.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:federico_di_gregorioproject:psycopg2_binary:2.9.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:psycopg2-binary:python-psycopg2-binary:2.9.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:psycopg2-binary:python_psycopg2_binary:2.9.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:psycopg2_binary:python-psycopg2-binary:2.9.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:psycopg2_binary:python_psycopg2_binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:david_p__d__moss\\,_stefan_nordhausen_et_alproject:python-netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-psycopg2-binary:psycopg2-binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:david_p__d__moss\\,_stefan_nordhausen_et_alproject:python_netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-psycopg2-binary:psycopg2_binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:david_p__d__moss\\,_stefan_nordhausen_et_al_project:netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-psycopg2:python-psycopg2-binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:david_p__d__moss\\,_stefan_nordhausen_et_al:python-netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-psycopg2:python_psycopg2_binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:david_p__d__moss\\,_stefan_nordhausen_et_al:python_netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_psycopg2:python-psycopg2-binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:david_p__d__moss\\,_stefan_nordhausen_et_alproject:netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_psycopg2:python_psycopg2_binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:david_p__d__moss\\,_stefan_nordhausen_et_al:netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_psycopg2_binary:psycopg2-binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:drkjam_project:python-netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_psycopg2_binary:psycopg2_binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:drkjam_project:python_netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:federico_di_gregorio:psycopg2-binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-netaddr:python-netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:federico_di_gregorio:psycopg2_binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-netaddr:python_netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:fog_project:python-psycopg2-binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_netaddr:python-netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:fog_project:python_psycopg2_binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_netaddr:python_netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:fogproject:python-psycopg2-binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:drkjamproject:python-netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:fogproject:python_psycopg2_binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:drkjamproject:python_netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:psycopg2-binary:psycopg2-binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:drkjam_project:netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:psycopg2-binary:psycopg2_binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:netaddr:python-netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:psycopg2:python-psycopg2-binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:netaddr:python_netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:psycopg2:python_psycopg2_binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-netaddr:netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:psycopg2_binary:psycopg2-binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_netaddr:netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:psycopg2_binary:psycopg2_binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:drkjam:python-netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-psycopg2:psycopg2-binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:drkjam:python_netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-psycopg2:psycopg2_binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:drkjamproject:netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_psycopg2:psycopg2-binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_psycopg2:psycopg2_binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-psycopg2-binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:netaddr:netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_psycopg2_binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:drkjam:netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:fog_project:psycopg2-binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:netaddr:0.10.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:fog_project:psycopg2_binary:2.9.10:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:cpe23", + "value": "cpe:2.3:a:fog:python-psycopg2-binary:2.9.10:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/netaddr-0.10.1.dist-info/METADATA" + "name": "syft:cpe23", + "value": "cpe:2.3:a:fog:python_psycopg2_binary:2.9.10:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:cpe23", + "value": "cpe:2.3:a:fogproject:psycopg2-binary:2.9.10:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/netaddr-0.10.1.dist-info/RECORD" + "name": "syft:cpe23", + "value": "cpe:2.3:a:fogproject:psycopg2_binary:2.9.10:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:cpe23", + "value": "cpe:2.3:a:psycopg2:psycopg2-binary:2.9.10:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/netaddr-0.10.1.dist-info/top_level.txt" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/netbase@6.4?arch=all&distro=debian-12&package-id=4939fc774fcd360e", - "type": "library", - "publisher": "Marco d'Itri ", - "name": "netbase", - "version": "6.4", - "licenses": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:psycopg2:psycopg2_binary:2.9.10:*:*:*:*:*:*:*" + }, { - "license": { - "id": "GPL-2.0-only" - } - } - ], - "cpe": "cpe:2.3:a:netbase:netbase:6.4:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/netbase@6.4?arch=all&distro=debian-12", - "properties": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:psycopg2-binary:2.9.10:*:*:*:*:*:*:*" + }, { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:psycopg2_binary:2.9.10:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "deb" + "name": "syft:cpe23", + "value": "cpe:2.3:a:fog:psycopg2-binary:2.9.10:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:fog:psycopg2_binary:2.9.10:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:8fa10c0194df9b7c054c90dbe482585f768a54428fc90a5b78a0066a123b1bba" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/share/doc/netbase/copyright" + "value": "/usr/local/lib/python3.12/site-packages/psycopg2_binary-2.9.10.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:8fa10c0194df9b7c054c90dbe482585f768a54428fc90a5b78a0066a123b1bba" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/var/lib/dpkg/status.d/netbase" + "value": "/usr/local/lib/python3.12/site-packages/psycopg2_binary-2.9.10.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:8fa10c0194df9b7c054c90dbe482585f768a54428fc90a5b78a0066a123b1bba" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status.d/netbase.md5sums" - }, - { - "name": "syft:metadata:installedSize", - "value": "36" + "value": "/usr/local/lib/python3.12/site-packages/psycopg2_binary-2.9.10.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/oauthlib@3.2.2?package-id=ce2ccf7270e6a3bd", + "bom-ref": "pkg:pypi/ptyprocess@0.7.0?package-id=044ef8a120b00b7b", "type": "library", - "author": "The OAuthlib Community ", - "name": "oauthlib", - "version": "3.2.2", + "author": "Thomas Kluyver ", + "name": "ptyprocess", + "version": "0.7.0", "licenses": [ { "license": { - "name": "BSD" + "name": "UNKNOWN" } } ], - "cpe": "cpe:2.3:a:oauthlib_community_project:python-oauthlib:3.2.2:*:*:*:*:*:*:*", - "purl": "pkg:pypi/oauthlib@3.2.2", + "cpe": "cpe:2.3:a:thomas_kluyver_project:python-ptyprocess:0.7.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/ptyprocess@0.7.0", "properties": [ { "name": "syft:package:foundBy", @@ -20841,203 +25448,153 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:oauthlib_community_project:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:thomas_kluyver_project:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:oauthlib_communityproject:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:thomas_kluyverproject:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:oauthlib_communityproject:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:thomas_kluyverproject:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:oauthlib_community_project:oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-ptyprocess:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:oauthlib_community:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-ptyprocess:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:oauthlib_community:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_ptyprocess:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:oauthlib_communityproject:oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_ptyprocess:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-oauthlib:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:thomas_kluyver_project:ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-oauthlib:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:thomas_kluyver:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_oauthlib:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:thomas_kluyver:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_oauthlib:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:thomas_kluyverproject:ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:idan_project:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:thomas_project:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:idan_project:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:thomas_project:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:idanproject:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:thomasproject:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:idanproject:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:thomasproject:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:oauthlib_community:oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ptyprocess:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:oauthlib:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ptyprocess:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:oauthlib:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-ptyprocess:ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-oauthlib:oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_ptyprocess:ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_oauthlib:oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:thomas_kluyver:ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:thomas_project:ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:idan_project:oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:idan:python-oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:thomas:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:idan:python_oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:thomas:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:idanproject:oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:thomasproject:ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:oauthlib:oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ptyprocess:ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:idan:oauthlib:3.2.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:thomas:ptyprocess:0.7.0:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/oauthlib-3.2.2.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/ptyprocess-0.7.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/oauthlib-3.2.2.dist-info/RECORD" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" - }, - { - "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/oauthlib-3.2.2.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/ptyprocess-0.7.0.dist-info/RECORD" } ] }, { - "bom-ref": "pkg:golang/oras.land/oras-go@v1.2.5?package-id=20870ab505b498f0", + "bom-ref": "pkg:pypi/pyasn1@0.6.1?package-id=dbe81bad336f859f", "type": "library", - "name": "oras.land/oras-go", - "version": "v1.2.5", - "purl": "pkg:golang/oras.land/oras-go@v1.2.5", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" - }, - { - "name": "syft:package:language", - "value": "go" - }, - { - "name": "syft:package:type", - "value": "go-module" - }, - { - "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" - }, - { - "name": "syft:location:0:path", - "value": "/bin/helm" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.5" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:XpYuAwAb0DfQsunIyMfeET92emK8km3W4yEzZvUbsTo=" - }, + "author": "Ilya Etingof ", + "name": "pyasn1", + "version": "0.6.1", + "licenses": [ { - "name": "syft:metadata:mainModule", - "value": "helm.sh/helm/v3" + "license": { + "id": "BSD-2-Clause" + } } - ] - }, - { - "bom-ref": "pkg:pypi/ordered-set@4.1.0?package-id=4c06ff7201671a9b", - "type": "library", - "author": "Elia Robyn Lake ", - "name": "ordered-set", - "version": "4.1.0", - "cpe": "cpe:2.3:a:elia_robyn_lake_\\", + "name": "pyasn1_modules", + "version": "0.4.1", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:python-pyasn1-modules:python-pyasn1-modules:0.4.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pyasn1_modules@0.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "python-package" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ordered:ordered_set:4.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pyasn1-modules:python-pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ordered:ordered-set:4.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pyasn1-modules:python_pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ordered:ordered_set:4.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pyasn1_modules:python-pyasn1-modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-ordered-set:4.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pyasn1_modules:python-pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_ordered_set:4.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pyasn1_modules:python_pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ordered-set:ordered-set:4.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pyasn1_modules:python-pyasn1-modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ordered-set:ordered_set:4.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pyasn1_modules:python-pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ordered_set:ordered-set:4.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pyasn1_modules:python_pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ordered_set:ordered_set:4.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ilya_etingof_project:python-pyasn1-modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ordered:ordered-set:4.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ilya_etingof_project:python-pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ordered:ordered_set:4.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ilya_etingof_project:python_pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:ordered-set:4.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ilya_etingofproject:python-pyasn1-modules:0.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:ordered_set:4.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ilya_etingofproject:python-pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:cpe23", + "value": "cpe:2.3:a:ilya_etingofproject:python_pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/ordered_set-4.1.0.dist-info/METADATA" + "name": "syft:cpe23", + "value": "cpe:2.3:a:etingof_project:python-pyasn1-modules:0.4.1:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:cpe23", + "value": "cpe:2.3:a:etingof_project:python-pyasn1_modules:0.4.1:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/ordered_set-4.1.0.dist-info/RECORD" - } - ] - }, - { - "bom-ref": "pkg:pypi/packaging@23.2?package-id=86baff2a9f9683bf", - "type": "library", - "author": "Donald Stufft ", - "name": "packaging", - "version": "23.2", - "cpe": "cpe:2.3:a:donald_stufft_\\", - "name": "packaging", - "version": "24.1", - "cpe": "cpe:2.3:a:donald_stufft_\\", - "name": "passlib", - "version": "1.7.4", + "author": "Eli Bendersky ", + "name": "pycparser", + "version": "2.22", "licenses": [ { "license": { - "name": "BSD" + "id": "BSD-3-Clause" } } ], - "cpe": "cpe:2.3:a:eli_collins_project:python-passlib:1.7.4:*:*:*:*:*:*:*", - "purl": "pkg:pypi/passlib@1.7.4", + "cpe": "cpe:2.3:a:eli_bendersky_project:python-pycparser:2.22:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pycparser@2.22", "properties": [ { "name": "syft:package:foundBy", @@ -21565,161 +26142,161 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:eli_collins_project:python_passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:eli_bendersky_project:python_pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:eli_collinsproject:python-passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:eli_benderskyproject:python-pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:eli_collinsproject:python_passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:eli_benderskyproject:python_pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-passlib:python-passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pycparser:python-pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-passlib:python_passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pycparser:python_pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_passlib:python-passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pycparser:python-pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_passlib:python_passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pycparser:python_pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:eli_collins_project:passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:eli_bendersky_project:pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:elic_project:python-passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:eliben_project:python-pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:elic_project:python_passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:eliben_project:python_pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:eli_collins:python-passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:eli_bendersky:python-pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:eli_collins:python_passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:eli_bendersky:python_pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:eli_collinsproject:passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:eli_benderskyproject:pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:elicproject:python-passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:elibenproject:python-pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:elicproject:python_passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:elibenproject:python_pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:passlib:python-passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pycparser:python-pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:passlib:python_passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pycparser:python_pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-passlib:passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pycparser:pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_passlib:passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pycparser:pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:eliben_project:pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:eli_bendersky:pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:elic_project:passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:eliben:python-pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:eli_collins:passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:eliben:python_pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:elic:python-passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:elibenproject:pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:elic:python_passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:elicproject:passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:passlib:passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pycparser:pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:eliben:pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:elic:passlib:1.7.4:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:pycparser:2.22:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/passlib-1.7.4.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/pycparser-2.22.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/passlib-1.7.4.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/pycparser-2.22.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/passlib-1.7.4.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/pycparser-2.22.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/pexpect@4.9.0?package-id=b317567164a98863", + "bom-ref": "pkg:pypi/pydantic@2.9.2?package-id=ae035feb699eeee9", "type": "library", - "author": "Noah Spurrier; Thomas Kluyver; Jeff Quast ", - "name": "pexpect", - "version": "4.9.0", + "author": "Samuel Colvin , Eric Jolibois , Hasan Ramezani , Adrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com>, Terrence Dorsey , David Montague , Serge Matveenko , Marcelo Trylesinski , Sydney Runkle , David Hewitt , Alex Hall ", + "name": "pydantic", + "version": "2.9.2", "licenses": [ { "license": { - "name": "ISC license" + "id": "MIT" } } ], - "cpe": "cpe:2.3:a:noah_spurrier\\;_thomas_kluyver\\;_jeff_quast_project:python-pexpect:4.9.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/pexpect@4.9.0", + "cpe": "cpe:2.3:a:samuel_colvin_\\", + "name": "pydantic_core", + "version": "2.23.4", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:samuel_colvin_\\", - "name": "pip", - "version": "24.0", - "licenses": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pydantic_core:python_pydantic_core:2.23.4:*:*:*:*:*:*:*" + }, { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:pip_developers_\\", - "name": "psycopg2-binary", - "version": "2.9.9", + "author": "Matt Pryor ", + "name": "pyhelm3", + "version": "0.4.0", "licenses": [ { "license": { - "name": "LGPL with exceptions" + "id": "Apache-2.0" } } ], - "cpe": "cpe:2.3:a:federico_di_gregorio_project:python-psycopg2-binary:2.9.9:*:*:*:*:*:*:*", - "purl": "pkg:pypi/psycopg2-binary@2.9.9", + "cpe": "cpe:2.3:a:matt_pryor_project:python-pyhelm3:0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pyhelm3@0.4.0", "properties": [ { "name": "syft:package:foundBy", @@ -22168,265 +26764,299 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:federico_di_gregorio_project:python_psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matt_pryor_project:python_pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:federico_di_gregorioproject:python-psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matt_pryorproject:python-pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:federico_di_gregorioproject:python_psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matt_pryorproject:python_pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-psycopg2-binary:python-psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pyhelm3:python-pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-psycopg2-binary:python_psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pyhelm3:python_pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_psycopg2_binary:python-psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pyhelm3:python-pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_psycopg2_binary:python_psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pyhelm3:python_pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:federico_di_gregorio_project:psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matt_project:python-pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:federico_di_gregorio_project:psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matt_project:python_pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:federico_di_gregorio:python-psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matt_pryor_project:pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:federico_di_gregorio:python_psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:mattproject:python-pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:federico_di_gregorioproject:psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:mattproject:python_pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:federico_di_gregorioproject:psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matt_pryor:python-pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:psycopg2-binary:python-psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matt_pryor:python_pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:psycopg2-binary:python_psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matt_pryorproject:pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:psycopg2_binary:python-psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pyhelm3:python-pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:psycopg2_binary:python_psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pyhelm3:python_pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-psycopg2-binary:psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pyhelm3:pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-psycopg2-binary:psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pyhelm3:pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-psycopg2:python-psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-psycopg2:python_psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_psycopg2:python-psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matt_project:pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_psycopg2:python_psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matt:python-pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_psycopg2_binary:psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matt:python_pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_psycopg2_binary:psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:mattproject:pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:federico_di_gregorio:psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matt_pryor:pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:federico_di_gregorio:psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pyhelm3:pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:fog_project:python-psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:fog_project:python_psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matt:pyhelm3:0.4.0:*:*:*:*:*:*:*" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:fogproject:python-psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:fogproject:python_psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/pyhelm3-0.4.0.dist-info/METADATA" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:psycopg2-binary:psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:psycopg2-binary:psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/pyhelm3-0.4.0.dist-info/RECORD" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:psycopg2:python-psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:psycopg2:python_psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/pyhelm3-0.4.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pytest@8.3.3?package-id=1409f2968af05d59", + "type": "library", + "author": "Holger Krekel, Bruno Oliveira, Ronny Pfannschmidt, Floris Bruynooghe, Brianna Laugher, Florian Bruhin, Others (See AUTHORS)", + "name": "pytest", + "version": "8.3.3", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:holger_krekel\\,_bruno_oliveira\\,_ronny_pfannschmidt\\,_floris_bruynooghe\\,_brianna_laugher\\,_florian_bruhin\\,_others_\\(see_authors\\)_project:python-pytest:8.3.3:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pytest@8.3.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "python-package" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:psycopg2_binary:psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:holger_krekel\\,_bruno_oliveira\\,_ronny_pfannschmidt\\,_floris_bruynooghe\\,_brianna_laugher\\,_florian_bruhin\\,_others_\\(see_authors\\)_project:python_pytest:8.3.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:psycopg2_binary:psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:holger_krekel\\,_bruno_oliveira\\,_ronny_pfannschmidt\\,_floris_bruynooghe\\,_brianna_laugher\\,_florian_bruhin\\,_others_\\(see_authors\\)project:python-pytest:8.3.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-psycopg2:psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:holger_krekel\\,_bruno_oliveira\\,_ronny_pfannschmidt\\,_floris_bruynooghe\\,_brianna_laugher\\,_florian_bruhin\\,_others_\\(see_authors\\)project:python_pytest:8.3.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-psycopg2:psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:holger_krekel\\,_bruno_oliveira\\,_ronny_pfannschmidt\\,_floris_bruynooghe\\,_brianna_laugher\\,_florian_bruhin\\,_others_\\(see_authors\\)_project:pytest:8.3.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_psycopg2:psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:holger_krekel\\,_bruno_oliveira\\,_ronny_pfannschmidt\\,_floris_bruynooghe\\,_brianna_laugher\\,_florian_bruhin\\,_others_\\(see_authors\\):python-pytest:8.3.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_psycopg2:psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:holger_krekel\\,_bruno_oliveira\\,_ronny_pfannschmidt\\,_floris_bruynooghe\\,_brianna_laugher\\,_florian_bruhin\\,_others_\\(see_authors\\):python_pytest:8.3.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:holger_krekel\\,_bruno_oliveira\\,_ronny_pfannschmidt\\,_floris_bruynooghe\\,_brianna_laugher\\,_florian_bruhin\\,_others_\\(see_authors\\)project:pytest:8.3.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:holger_krekel\\,_bruno_oliveira\\,_ronny_pfannschmidt\\,_floris_bruynooghe\\,_brianna_laugher\\,_florian_bruhin\\,_others_\\(see_authors\\):pytest:8.3.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:fog_project:psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pytest:python-pytest:8.3.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:fog_project:psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pytest:python_pytest:8.3.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:fog:python-psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pytest:python-pytest:8.3.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:fog:python_psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pytest:python_pytest:8.3.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:fogproject:psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest:python-pytest:8.3.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:fogproject:psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest:python_pytest:8.3.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:psycopg2:psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pytest:pytest:8.3.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:psycopg2:psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-pytest:8.3.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_pytest:8.3.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pytest:pytest:8.3.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:fog:psycopg2-binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest:pytest:8.3.3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:fog:psycopg2_binary:2.9.9:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:pytest:8.3.3:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/psycopg2_binary-2.9.9.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/pytest-8.3.3.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/psycopg2_binary-2.9.9.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/pytest-8.3.3.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/psycopg2_binary-2.9.9.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/pytest-8.3.3.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/ptyprocess@0.7.0?package-id=50682fe6a53bc900", + "bom-ref": "pkg:pypi/pytest-asyncio@0.24.0?package-id=abce9350eeb7d283", "type": "library", - "author": "Thomas Kluyver ", - "name": "ptyprocess", - "version": "0.7.0", + "author": "Tin Tvrtković ", + "name": "pytest-asyncio", + "version": "0.24.0", "licenses": [ { "license": { - "name": "UNKNOWN" + "name": "Apache 2.0" } } ], - "cpe": "cpe:2.3:a:thomas_kluyver_project:python-ptyprocess:0.7.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/ptyprocess@0.7.0", + "cpe": "cpe:2.3:a:python-pytest-asyncio:python-pytest-asyncio:0.24.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pytest-asyncio@0.24.0", "properties": [ { "name": "syft:package:foundBy", @@ -22446,327 +27076,210 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas_kluyver_project:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas_kluyverproject:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas_kluyverproject:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ptyprocess:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ptyprocess:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ptyprocess:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ptyprocess:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas_kluyver_project:ptyprocess:0.7.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas_kluyver:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas_kluyver:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas_kluyverproject:ptyprocess:0.7.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas_project:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas_project:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:thomasproject:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:thomasproject:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ptyprocess:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pytest-asyncio:python_pytest_asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ptyprocess:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pytest_asyncio:python-pytest-asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ptyprocess:ptyprocess:0.7.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pytest_asyncio:python_pytest_asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ptyprocess:ptyprocess:0.7.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tinchester_project:python-pytest-asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas_kluyver:ptyprocess:0.7.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tinchester_project:python_pytest_asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas_project:ptyprocess:0.7.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tinchesterproject:python-pytest-asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tinchesterproject:python_pytest_asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest-asyncio:python-pytest-asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas:python-ptyprocess:0.7.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest-asyncio:python_pytest_asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas:python_ptyprocess:0.7.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest_asyncio:python-pytest-asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:thomasproject:ptyprocess:0.7.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest_asyncio:python_pytest_asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ptyprocess:ptyprocess:0.7.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pytest-asyncio:pytest-asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:ptyprocess:0.7.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pytest-asyncio:pytest_asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas:ptyprocess:0.7.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" - }, - { - "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/ptyprocess-0.7.0.dist-info/METADATA" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" - }, - { - "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/ptyprocess-0.7.0.dist-info/RECORD" - } - ] - }, - { - "bom-ref": "pkg:pypi/pyasn1@0.6.0?package-id=0af623814bbe3748", - "type": "library", - "author": "Ilya Etingof ", - "name": "pyasn1", - "version": "0.6.0", - "licenses": [ - { - "license": { - "id": "BSD-2-Clause" - } - } - ], - "cpe": "cpe:2.3:a:ilya_etingof_project:python-pyasn1:0.6.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/pyasn1@0.6.0", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "python-installed-package-cataloger" - }, - { - "name": "syft:package:language", - "value": "python" - }, - { - "name": "syft:package:type", - "value": "python" - }, - { - "name": "syft:package:metadataType", - "value": "python-package" + "value": "cpe:2.3:a:python_pytest_asyncio:pytest-asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingof_project:python_pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pytest_asyncio:pytest_asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingofproject:python-pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pytest:python-pytest-asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingofproject:python_pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pytest:python_pytest_asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingof_project:python-pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pytest:python-pytest-asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingof_project:python_pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pytest:python_pytest_asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingofproject:python-pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tinchester_project:pytest-asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingofproject:python_pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tinchester_project:pytest_asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingof_project:pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tinchester:python-pytest-asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyasn1:python-pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tinchester:python_pytest_asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyasn1:python_pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tinchesterproject:pytest-asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pyasn1:python-pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tinchesterproject:pytest_asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pyasn1:python_pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest-asyncio:pytest-asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingof:python-pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest-asyncio:pytest_asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingof:python_pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest_asyncio:pytest-asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingofproject:pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest_asyncio:pytest_asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingof_project:pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest:python-pytest-asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingof:python-pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest:python_pytest_asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingof:python_pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pytest:pytest-asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingofproject:pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pytest:pytest_asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1:python-pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-pytest-asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1:python_pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_pytest_asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyasn1:pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pytest:pytest-asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pytest:pytest_asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tinchester:pytest-asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pyasn1:pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tinchester:pytest_asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingof:pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest:pytest-asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingof:pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest:pytest_asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1:pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:pytest-asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:pyasn1:0.6.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:pytest_asyncio:0.24.0:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/pyasn1-0.6.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/pytest_asyncio-0.24.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/pyasn1-0.6.0.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/pytest_asyncio-0.24.0.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/pyasn1-0.6.0.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/pytest_asyncio-0.24.0.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/pyasn1-modules@0.4.0?package-id=ddb03a90c8bb1dde", + "bom-ref": "pkg:pypi/pytest-check@2.4.1?package-id=7de40c643ee8de1c", "type": "library", - "author": "Ilya Etingof ", - "name": "pyasn1_modules", - "version": "0.4.0", - "licenses": [ - { - "license": { - "name": "BSD" - } - } - ], - "cpe": "cpe:2.3:a:python-pyasn1-modules:python-pyasn1-modules:0.4.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/pyasn1_modules@0.4.0", + "author": "Brian Okken", + "name": "pytest-check", + "version": "2.4.1", + "cpe": "cpe:2.3:a:brian_okken_project:python-pytest-check:2.4.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pytest-check@2.4.1", "properties": [ { "name": "syft:package:foundBy", @@ -22786,341 +27299,381 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyasn1-modules:python-pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:brian_okken_project:python_pytest_check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyasn1-modules:python_pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pytest-check:python-pytest-check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyasn1_modules:python-pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pytest-check:python_pytest_check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyasn1_modules:python-pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pytest_check:python-pytest-check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyasn1_modules:python_pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pytest_check:python_pytest_check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pyasn1_modules:python-pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:brian_okkenproject:python-pytest-check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pyasn1_modules:python-pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:brian_okkenproject:python_pytest_check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pyasn1_modules:python_pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pytest:python-pytest-check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingof_project:python-pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pytest:python_pytest_check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingof_project:python-pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pytest:python-pytest-check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingof_project:python_pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pytest:python_pytest_check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingofproject:python-pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:brian_okken_project:pytest-check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingofproject:python-pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:brian_okken_project:pytest_check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingofproject:python_pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest-check:python-pytest-check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingof_project:python-pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest-check:python_pytest_check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingof_project:python-pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest_check:python-pytest-check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingof_project:python_pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest_check:python_pytest_check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingofproject:python-pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pytest-check:pytest-check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingofproject:python-pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pytest-check:pytest_check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingofproject:python_pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pytest_check:pytest-check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1-modules:python-pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pytest_check:pytest_check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1-modules:python-pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:brian_okken:python-pytest-check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1-modules:python_pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:brian_okken:python_pytest_check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1_modules:python-pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:brian_okkenproject:pytest-check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1_modules:python-pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:brian_okkenproject:pytest_check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1_modules:python_pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest:python-pytest-check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyasn1-modules:pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest:python_pytest_check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyasn1-modules:pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pytest:pytest-check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyasn1_modules:pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pytest:pytest_check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyasn1_modules:pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-pytest-check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pyasn1_modules:pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_pytest_check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pyasn1_modules:pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pytest:pytest-check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingof_project:pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pytest:pytest_check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingof_project:pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest-check:pytest-check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyasn1:python-pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest-check:pytest_check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyasn1:python-pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest_check:pytest-check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyasn1:python_pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest_check:pytest_check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pyasn1:python-pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:brian_okken:pytest-check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pyasn1:python-pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:brian_okken:pytest_check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pyasn1:python_pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest:pytest-check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingof:python-pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytest:pytest_check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingof:python-pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:pytest-check:2.4.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingof:python_pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:pytest_check:2.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingofproject:pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/pytest_check-2.4.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/pytest_check-2.4.1.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:generic/python@3.12.7?package-id=41e3f7fc8c7f9c79", + "type": "application", + "name": "python", + "version": "3.12.7", + "cpe": "cpe:2.3:a:python_software_foundation:python:3.12.7:*:*:*:*:*:*:*", + "purl": "pkg:generic/python@3.12.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "binary-classifier-cataloger" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingofproject:pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "name": "syft:package:type", + "value": "binary" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:etingof_project:pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "name": "syft:package:metadataType", + "value": "binary-signature" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingof_project:pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python:3.12.7:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingof:python-pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python:3.12.7:*:*:*:*:*:*:*" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:etingof:python-pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "name": "syft:location:0:layerID", + "value": "sha256:394afcf1db9a9832f4d2b47af6c50b30df111382977bf265349e14d98f371dc5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:etingof:python_pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "name": "syft:location:0:path", + "value": "/usr/local/bin/python3.12" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:etingofproject:pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:etingofproject:pyasn1_modules:0.4.0:*:*:*:*:*:*:*" - }, + "name": "syft:location:1:path", + "value": "/usr/local/lib/libpython3.12.so.1.0" + } + ] + }, + { + "bom-ref": "pkg:pypi/python-daemon@3.0.1?package-id=0e1ec95e57ce3bd3", + "type": "library", + "author": "Ben Finney ", + "name": "python-daemon", + "version": "3.0.1", + "licenses": [ { - "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1-modules:pyasn1-modules:0.4.0:*:*:*:*:*:*:*" - }, + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:ben\\+python_project:python-daemon:3.0.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/python-daemon@3.0.1", + "properties": [ { - "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1-modules:pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1_modules:pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "name": "syft:package:language", + "value": "python" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1_modules:pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "name": "syft:package:type", + "value": "python" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1:python-pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "name": "syft:package:metadataType", + "value": "python-package" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1:python-pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ben\\+python_project:python_daemon:3.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1:python_pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ben_finney_project:python-daemon:3.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyasn1:pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ben_finney_project:python_daemon:3.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyasn1:pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ben\\+pythonproject:python-daemon:3.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ben\\+pythonproject:python_daemon:3.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ben_finneyproject:python-daemon:3.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ben_finneyproject:python_daemon:3.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pyasn1:pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-daemon:python-daemon:3.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pyasn1:pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-daemon:python_daemon:3.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingof:pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_daemon:python-daemon:3.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ilya_etingof:pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_daemon:python_daemon:3.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingof:pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ben\\+python:python-daemon:3.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:etingof:pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ben\\+python:python_daemon:3.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1:pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ben_finney:python-daemon:3.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyasn1:pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ben_finney:python_daemon:3.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:pyasn1-modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-daemon:3.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:pyasn1_modules:0.4.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_daemon:3.0.1:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/pyasn1_modules-0.4.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/python_daemon-3.0.1.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/pyasn1_modules-0.4.0.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/python_daemon-3.0.1.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/pyasn1_modules-0.4.0.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/python_daemon-3.0.1.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/pycparser@2.22?package-id=0a22ed74e8222d0a", + "bom-ref": "pkg:pypi/python-dateutil@2.9.0.post0?package-id=43b9801f3d37d73e", "type": "library", - "author": "Eli Bendersky ", - "name": "pycparser", - "version": "2.22", + "author": "Gustavo Niemeyer ", + "name": "python-dateutil", + "version": "2.9.0.post0", "licenses": [ { "license": { - "id": "BSD-3-Clause" + "name": "Dual License" } } ], - "cpe": "cpe:2.3:a:eli_bendersky_project:python-pycparser:2.22:*:*:*:*:*:*:*", - "purl": "pkg:pypi/pycparser@2.22", + "cpe": "cpe:2.3:a:gustavo_niemeyer_project:python-dateutil:2.9.0.post0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/python-dateutil@2.9.0.post0", "properties": [ { "name": "syft:package:foundBy", @@ -23140,333 +27693,383 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:eli_bendersky_project:python_pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:gustavo_niemeyer_project:python_dateutil:2.9.0.post0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:eli_benderskyproject:python-pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:gustavo_niemeyerproject:python-dateutil:2.9.0.post0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:eli_benderskyproject:python_pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:gustavo_niemeyerproject:python_dateutil:2.9.0.post0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pycparser:python-pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:gustavo_niemeyer:python-dateutil:2.9.0.post0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pycparser:python_pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:gustavo_niemeyer:python_dateutil:2.9.0.post0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pycparser:python-pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:gustavo_project:python-dateutil:2.9.0.post0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pycparser:python_pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:gustavo_project:python_dateutil:2.9.0.post0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:eli_bendersky_project:pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-dateutil:python-dateutil:2.9.0.post0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:eliben_project:python-pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-dateutil:python_dateutil:2.9.0.post0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:eliben_project:python_pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_dateutil:python-dateutil:2.9.0.post0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:eli_bendersky:python-pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_dateutil:python_dateutil:2.9.0.post0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:eli_bendersky:python_pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:gustavoproject:python-dateutil:2.9.0.post0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:eli_benderskyproject:pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:gustavoproject:python_dateutil:2.9.0.post0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:elibenproject:python-pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:gustavo:python-dateutil:2.9.0.post0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:elibenproject:python_pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:gustavo:python_dateutil:2.9.0.post0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pycparser:python-pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-dateutil:2.9.0.post0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pycparser:python_pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_dateutil:2.9.0.post0:*:*:*:*:*:*:*" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pycparser:pycparser:2.22:*:*:*:*:*:*:*" + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pycparser:pycparser:2.22:*:*:*:*:*:*:*" + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/python_dateutil-2.9.0.post0.dist-info/METADATA" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:eliben_project:pycparser:2.22:*:*:*:*:*:*:*" + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/python_dateutil-2.9.0.post0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/python_dateutil-2.9.0.post0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/python-on-whales@0.73.0?package-id=0f2e8a9ccd5409bb", + "type": "library", + "name": "python-on-whales", + "version": "0.73.0", + "licenses": [ + { + "license": { + "name": "MIT License\n \n Copyright (c) 2020 Gabriel de Marmiesse de Lussan\n \n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n \n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n " + } + } + ], + "cpe": "cpe:2.3:a:python-on-whales:python-on-whales:0.73.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/python-on-whales@0.73.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "python-package" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:eli_bendersky:pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-on-whales:python_on_whales:0.73.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:eliben:python-pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_on_whales:python-on-whales:0.73.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:eliben:python_pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_on_whales:python_on_whales:0.73.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:elibenproject:pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-on:python-on-whales:0.73.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-on:python_on_whales:0.73.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_on:python-on-whales:0.73.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pycparser:pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_on:python_on_whales:0.73.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:eliben:pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-on-whales:0.73.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:pycparser:2.22:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_on_whales:0.73.0:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/pycparser-2.22.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/python_on_whales-0.73.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/pycparser-2.22.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/python_on_whales-0.73.0.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/pycparser-2.22.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/python_on_whales-0.73.0.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:generic/python@3.11.10?package-id=431c50eb00a546bb", - "type": "application", - "name": "python", - "version": "3.11.10", - "cpe": "cpe:2.3:a:python_software_foundation:python:3.11.10:*:*:*:*:*:*:*", - "purl": "pkg:generic/python@3.11.10", + "bom-ref": "pkg:deb/debian/python3-distutils@3.11.2-3?arch=all&upstream=python3-stdlib-extensions&distro=debian-12&package-id=e419919899838876", + "type": "library", + "publisher": "Matthias Klose ", + "name": "python3-distutils", + "version": "3.11.2-3", + "cpe": "cpe:2.3:a:python3-distutils:python3-distutils:3.11.2-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/python3-distutils@3.11.2-3?arch=all&upstream=python3-stdlib-extensions&distro=debian-12", "properties": [ { "name": "syft:package:foundBy", - "value": "binary-classifier-cataloger" + "value": "dpkg-db-cataloger" }, { "name": "syft:package:type", - "value": "binary" + "value": "deb" }, { "name": "syft:package:metadataType", - "value": "binary-signature" + "value": "dpkg-db-entry" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python:3.11.10:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python3-distutils:python3_distutils:3.11.2-3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python:3.11.10:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python3_distutils:python3-distutils:3.11.2-3:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:f28e36fd4efd2a8ae540c7c05bc273a8febb2f4d2b72a12716855642efe3b2e1" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_distutils:python3_distutils:3.11.2-3:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/local/bin/python3.11" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python3-distutils:3.11.2-3:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python3_distutils:3.11.2-3:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:path", - "value": "/usr/local/lib/libpython3.11.so.1.0" - } - ] - }, - { - "bom-ref": "pkg:pypi/python-daemon@3.0.1?package-id=f53ec5c2366141ac", - "type": "library", - "author": "Ben Finney ", - "name": "python-daemon", - "version": "3.0.1", - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "cpe": "cpe:2.3:a:ben\\+python_project:python-daemon:3.0.1:*:*:*:*:*:*:*", - "purl": "pkg:pypi/python-daemon@3.0.1", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "python-installed-package-cataloger" + "name": "syft:location:0:layerID", + "value": "sha256:dd8bd834609ca48d15941fae8dc5bb70e1ed986735c9d59c771ed505dfe45278" }, { - "name": "syft:package:language", - "value": "python" + "name": "syft:location:0:path", + "value": "/usr/share/doc/python3-distutils/copyright" }, { - "name": "syft:package:type", - "value": "python" + "name": "syft:location:1:layerID", + "value": "sha256:dd8bd834609ca48d15941fae8dc5bb70e1ed986735c9d59c771ed505dfe45278" }, { - "name": "syft:package:metadataType", - "value": "python-package" + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status.d/python3-distutils" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ben\\+python_project:python_daemon:3.0.1:*:*:*:*:*:*:*" + "name": "syft:location:2:layerID", + "value": "sha256:dd8bd834609ca48d15941fae8dc5bb70e1ed986735c9d59c771ed505dfe45278" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ben_finney_project:python-daemon:3.0.1:*:*:*:*:*:*:*" + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status.d/python3-distutils.md5sums" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ben_finney_project:python_daemon:3.0.1:*:*:*:*:*:*:*" + "name": "syft:metadata:installedSize", + "value": "638" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ben\\+pythonproject:python-daemon:3.0.1:*:*:*:*:*:*:*" - }, + "name": "syft:metadata:source", + "value": "python3-stdlib-extensions" + } + ] + }, + { + "bom-ref": "pkg:deb/debian/python3.11-minimal@3.11.2-6%2Bdeb12u3?arch=amd64&upstream=python3.11&distro=debian-12&package-id=e6bb6083f238fe33", + "type": "library", + "publisher": "Matthias Klose ", + "name": "python3.11-minimal", + "version": "3.11.2-6+deb12u3", + "licenses": [ { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ben\\+pythonproject:python_daemon:3.0.1:*:*:*:*:*:*:*" + "license": { + "id": "GPL-2.0-only" + } }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ben_finneyproject:python-daemon:3.0.1:*:*:*:*:*:*:*" + "license": { + "name": "By" + } }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ben_finneyproject:python_daemon:3.0.1:*:*:*:*:*:*:*" + "license": { + "name": "Permission" + } }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-daemon:python-daemon:3.0.1:*:*:*:*:*:*:*" + "license": { + "name": "Redistribution" + } }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-daemon:python_daemon:3.0.1:*:*:*:*:*:*:*" - }, + "license": { + "name": "This" + } + } + ], + "cpe": "cpe:2.3:a:python3.11-minimal:python3.11-minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/python3.11-minimal@3.11.2-6%2Bdeb12u3?arch=amd64&upstream=python3.11&distro=debian-12", + "properties": [ { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_daemon:python-daemon:3.0.1:*:*:*:*:*:*:*" + "name": "syft:package:foundBy", + "value": "dpkg-db-cataloger" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_daemon:python_daemon:3.0.1:*:*:*:*:*:*:*" + "name": "syft:package:type", + "value": "deb" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ben\\+python:python-daemon:3.0.1:*:*:*:*:*:*:*" + "name": "syft:package:metadataType", + "value": "dpkg-db-entry" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ben\\+python:python_daemon:3.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python3.11-minimal:python3.11_minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ben_finney:python-daemon:3.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python3.11_minimal:python3.11-minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ben_finney:python_daemon:3.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python3.11_minimal:python3.11_minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-daemon:3.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python3.11:python3.11-minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_daemon:3.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python3.11:python3.11_minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:e5b13cdc72e944b6f9b9544f5acf9ddab0d2b512ce5384576c623c7c5ff5d756" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/python_daemon-3.0.1.dist-info/METADATA" + "value": "/usr/share/doc/python3.11-minimal/copyright" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:e5b13cdc72e944b6f9b9544f5acf9ddab0d2b512ce5384576c623c7c5ff5d756" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/python_daemon-3.0.1.dist-info/RECORD" + "value": "/var/lib/dpkg/status.d/python3.11-minimal" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:e5b13cdc72e944b6f9b9544f5acf9ddab0d2b512ce5384576c623c7c5ff5d756" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/python_daemon-3.0.1.dist-info/top_level.txt" + "value": "/var/lib/dpkg/status.d/python3.11-minimal.md5sums" + }, + { + "name": "syft:metadata:installedSize", + "value": "6770" + }, + { + "name": "syft:metadata:source", + "value": "python3.11" } ] }, { - "bom-ref": "pkg:pypi/python-dateutil@2.9.0.post0?package-id=eef73428ff429447", + "bom-ref": "pkg:pypi/pytz@2024.2?package-id=8dcbbc360888b0d9", "type": "library", - "author": "Gustavo Niemeyer ", - "name": "python-dateutil", - "version": "2.9.0.post0", + "author": "Stuart Bishop ", + "name": "pytz", + "version": "2024.2", "licenses": [ { "license": { - "name": "Dual License" + "id": "MIT" } } ], - "cpe": "cpe:2.3:a:gustavo_niemeyer_project:python-dateutil:2.9.0.post0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/python-dateutil@2.9.0.post0", + "cpe": "cpe:2.3:a:stuart_bishop_project:python-pytz:2024.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pytz@2024.2", "properties": [ { "name": "syft:package:foundBy", @@ -23486,522 +28089,497 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:gustavo_niemeyer_project:python_dateutil:2.9.0.post0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:stuart_bishop_project:python_pytz:2024.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:gustavo_niemeyerproject:python-dateutil:2.9.0.post0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:stuart_bishopproject:python-pytz:2024.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:gustavo_niemeyerproject:python_dateutil:2.9.0.post0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:stuart_bishopproject:python_pytz:2024.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:gustavo_niemeyer:python-dateutil:2.9.0.post0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:stuart_bishop_project:pytz:2024.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:gustavo_niemeyer:python_dateutil:2.9.0.post0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:stuart_project:python-pytz:2024.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:gustavo_project:python-dateutil:2.9.0.post0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:stuart_project:python_pytz:2024.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:gustavo_project:python_dateutil:2.9.0.post0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:stuart_bishop:python-pytz:2024.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-dateutil:python-dateutil:2.9.0.post0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:stuart_bishop:python_pytz:2024.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-dateutil:python_dateutil:2.9.0.post0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:stuart_bishopproject:pytz:2024.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_dateutil:python-dateutil:2.9.0.post0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:stuartproject:python-pytz:2024.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_dateutil:python_dateutil:2.9.0.post0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:stuartproject:python_pytz:2024.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:gustavoproject:python-dateutil:2.9.0.post0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pytz:python-pytz:2024.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:gustavoproject:python_dateutil:2.9.0.post0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pytz:python_pytz:2024.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:gustavo:python-dateutil:2.9.0.post0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pytz:python-pytz:2024.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:gustavo:python_dateutil:2.9.0.post0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pytz:python_pytz:2024.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-dateutil:2.9.0.post0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:stuart_project:pytz:2024.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_dateutil:2.9.0.post0:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "cpe:2.3:a:python:python-pytz:2024.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/python_dateutil-2.9.0.post0.dist-info/METADATA" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pytz:2024.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuart:python-pytz:2024.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/python_dateutil-2.9.0.post0.dist-info/RECORD" + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuart:python_pytz:2024.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuart_bishop:pytz:2024.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/python_dateutil-2.9.0.post0.dist-info/top_level.txt" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/python3-distutils@3.11.2-3?arch=all&upstream=python3-stdlib-extensions&distro=debian-12&package-id=e419919899838876", - "type": "library", - "publisher": "Matthias Klose ", - "name": "python3-distutils", - "version": "3.11.2-3", - "cpe": "cpe:2.3:a:python3-distutils:python3-distutils:3.11.2-3:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/python3-distutils@3.11.2-3?arch=all&upstream=python3-stdlib-extensions&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:stuartproject:pytz:2024.2:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "deb" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytz:pytz:2024.2:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytz:pytz:2024.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python3-distutils:python3_distutils:3.11.2-3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytz:python-pytz:2024.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python3_distutils:python3-distutils:3.11.2-3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytz:python_pytz:2024.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python3_distutils:python3_distutils:3.11.2-3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:pytz:2024.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python3:python3-distutils:3.11.2-3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:stuart:pytz:2024.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python3:python3_distutils:3.11.2-3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pytz:pytz:2024.2:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:dd8bd834609ca48d15941fae8dc5bb70e1ed986735c9d59c771ed505dfe45278" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/share/doc/python3-distutils/copyright" + "value": "/usr/local/lib/python3.12/site-packages/pytz-2024.2.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:dd8bd834609ca48d15941fae8dc5bb70e1ed986735c9d59c771ed505dfe45278" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/var/lib/dpkg/status.d/python3-distutils" + "value": "/usr/local/lib/python3.12/site-packages/pytz-2024.2.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:dd8bd834609ca48d15941fae8dc5bb70e1ed986735c9d59c771ed505dfe45278" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status.d/python3-distutils.md5sums" - }, - { - "name": "syft:metadata:installedSize", - "value": "638" - }, - { - "name": "syft:metadata:source", - "value": "python3-stdlib-extensions" + "value": "/usr/local/lib/python3.12/site-packages/pytz-2024.2.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:deb/debian/python3.11-minimal@3.11.2-6%2Bdeb12u3?arch=amd64&upstream=python3.11&distro=debian-12&package-id=e6bb6083f238fe33", + "bom-ref": "pkg:pypi/requests@2.31.0?package-id=dfb10e6816ef4608", "type": "library", - "publisher": "Matthias Klose ", - "name": "python3.11-minimal", - "version": "3.11.2-6+deb12u3", + "author": "Kenneth Reitz ", + "name": "requests", + "version": "2.31.0", "licenses": [ { "license": { - "id": "GPL-2.0-only" + "name": "Apache 2.0" } + } + ], + "cpe": "cpe:2.3:a:python:requests:2.31.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/requests@2.31.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" }, { - "license": { - "name": "By" - } + "name": "syft:package:language", + "value": "python" }, { - "license": { - "name": "Permission" - } + "name": "syft:package:type", + "value": "python" }, { - "license": { - "name": "Redistribution" - } + "name": "syft:package:metadataType", + "value": "python-package" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/requests-2.31.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/requests-2.31.0.dist-info/RECORD" }, + { + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/requests-2.31.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/requests-oauthlib@2.0.0?package-id=b1fbd014703d5279", + "type": "library", + "author": "Kenneth Reitz ", + "name": "requests-oauthlib", + "version": "2.0.0", + "licenses": [ { "license": { - "name": "This" + "id": "ISC" } } ], - "cpe": "cpe:2.3:a:python3.11-minimal:python3.11-minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/python3.11-minimal@3.11.2-6%2Bdeb12u3?arch=amd64&upstream=python3.11&distro=debian-12", + "cpe": "cpe:2.3:a:python-requests-oauthlib:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/requests-oauthlib@2.0.0", "properties": [ { "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" + "value": "python-installed-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" }, { "name": "syft:package:type", - "value": "deb" + "value": "python" }, { "name": "syft:package:metadataType", - "value": "dpkg-db-entry" + "value": "python-package" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python3.11-minimal:python3.11_minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-requests-oauthlib:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python3.11_minimal:python3.11-minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_requests_oauthlib:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python3.11_minimal:python3.11_minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_requests_oauthlib:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python3.11:python3.11-minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:kenneth_reitz_project:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python3.11:python3.11_minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:e5b13cdc72e944b6f9b9544f5acf9ddab0d2b512ce5384576c623c7c5ff5d756" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/python3.11-minimal/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:e5b13cdc72e944b6f9b9544f5acf9ddab0d2b512ce5384576c623c7c5ff5d756" + "value": "cpe:2.3:a:kenneth_reitz_project:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/status.d/python3.11-minimal" + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:layerID", - "value": "sha256:e5b13cdc72e944b6f9b9544f5acf9ddab0d2b512ce5384576c623c7c5ff5d756" + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status.d/python3.11-minimal.md5sums" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-requests-oauthlib:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:installedSize", - "value": "6770" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-requests-oauthlib:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:source", - "value": "python3.11" - } - ] - }, - { - "bom-ref": "pkg:pypi/pytz@2024.1?package-id=86f1ed759c964cfa", - "type": "library", - "author": "Stuart Bishop ", - "name": "pytz", - "version": "2024.1", - "licenses": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_requests_oauthlib:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + }, { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:stuart_bishop_project:python-pytz:2024.1:*:*:*:*:*:*:*", - "purl": "pkg:pypi/pytz@2024.1", - "properties": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_requests_oauthlib:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + }, { - "name": "syft:package:foundBy", - "value": "python-installed-package-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests-oauthlib:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "python" + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests-oauthlib:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "python" + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests_oauthlib:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "python-package" + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests_oauthlib:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:stuart_bishop_project:python_pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-requests:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:stuart_bishopproject:python-pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-requests:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:stuart_bishopproject:python_pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_requests:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:stuart_bishop_project:pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_requests:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:stuart_project:python-pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:kenneth_reitz_project:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:stuart_project:python_pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:kenneth_reitz_project:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:stuart_bishop:python-pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:kenneth_reitz:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:stuart_bishop:python_pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:kenneth_reitz:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:stuart_bishopproject:pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:kenneth_reitzproject:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:stuartproject:python-pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:kenneth_reitzproject:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:stuartproject:python_pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:me_project:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pytz:python-pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:me_project:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pytz:python_pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:requests-oauthlib:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pytz:python-pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:requests-oauthlib:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pytz:python_pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:requests_oauthlib:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:stuart_project:pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:requests_oauthlib:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:meproject:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:meproject:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:stuart:python-pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-requests:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:stuart:python_pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-requests:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:stuart_bishop:pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_requests:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:stuartproject:pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_requests:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pytz:pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:requests:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pytz:pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:requests:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pytz:python-pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:kenneth_reitz:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pytz:python_pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:kenneth_reitz:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:stuart:pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pytz:pytz:2024.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:me_project:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/pytz-2024.1.dist-info/METADATA" + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/pytz-2024.1.dist-info/RECORD" + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/pytz-2024.1.dist-info/top_level.txt" - } - ] - }, - { - "bom-ref": "pkg:pypi/requests@2.31.0?package-id=4c2f455bc9f27f0d", - "type": "library", - "author": "Kenneth Reitz ", - "name": "requests", - "version": "2.31.0", - "licenses": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + }, { - "license": { - "name": "Apache 2.0" - } - } - ], - "cpe": "cpe:2.3:a:python:requests:2.31.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/requests@2.31.0", - "properties": [ + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + }, { - "name": "syft:package:foundBy", - "value": "python-installed-package-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "python" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "python" + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "python-package" + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/requests-2.31.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/requests_oauthlib-2.0.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/requests-2.31.0.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/requests_oauthlib-2.0.0.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/requests-2.31.0.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/requests_oauthlib-2.0.0.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/requests-oauthlib@2.0.0?package-id=69630f6f9de658fa", + "bom-ref": "pkg:pypi/requests-unixsocket@0.3.0?package-id=831845e6f4375070", "type": "library", - "author": "Kenneth Reitz ", - "name": "requests-oauthlib", - "version": "2.0.0", + "author": "Marc Abramowitz ", + "name": "requests-unixsocket", + "version": "0.3.0", "licenses": [ { "license": { - "id": "ISC" + "id": "Apache-2.0" } } ], - "cpe": "cpe:2.3:a:python-requests-oauthlib:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/requests-oauthlib@2.0.0", + "cpe": "cpe:2.3:a:python-requests-unixsocket:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/requests-unixsocket@0.3.0", "properties": [ { "name": "syft:package:foundBy", @@ -24021,265 +28599,265 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-requests-oauthlib:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-requests-unixsocket:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_requests_oauthlib:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_requests_unixsocket:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_requests_oauthlib:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_requests_unixsocket:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:kenneth_reitz_project:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:marc_abramowitz_project:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:kenneth_reitz_project:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:marc_abramowitz_project:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:kenneth_reitzproject:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:marc_abramowitzproject:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:kenneth_reitzproject:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:marc_abramowitzproject:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-requests-oauthlib:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-requests-unixsocket:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-requests-oauthlib:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-requests-unixsocket:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_requests_oauthlib:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_requests_unixsocket:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_requests_oauthlib:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_requests_unixsocket:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:requests-oauthlib:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:requests-unixsocket:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:requests-oauthlib:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:requests-unixsocket:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:requests_oauthlib:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:requests_unixsocket:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:requests_oauthlib:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:requests_unixsocket:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-requests:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:marc_abramowitz_project:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-requests:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:marc_abramowitz_project:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_requests:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:marc_abramowitz:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_requests:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:marc_abramowitz:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:kenneth_reitz_project:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:marc_abramowitzproject:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:kenneth_reitz_project:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:marc_abramowitzproject:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:kenneth_reitz:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-requests:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:kenneth_reitz:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-requests:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:kenneth_reitzproject:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_requests:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:kenneth_reitzproject:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_requests:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:me_project:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:marc_project:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:me_project:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:marc_project:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:requests-oauthlib:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:requests-unixsocket:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:requests-oauthlib:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:requests-unixsocket:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:requests_oauthlib:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:requests_unixsocket:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:requests_oauthlib:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:requests_unixsocket:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:meproject:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:marcproject:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:meproject:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:marcproject:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-requests:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:marc_abramowitz:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-requests:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:marc_abramowitz:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_requests:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-requests:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_requests:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-requests:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:requests:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_requests:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:requests:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_requests:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:kenneth_reitz:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:requests:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:kenneth_reitz:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:requests:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:me_project:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:marc_project:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:me_project:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:marc_project:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:me:python-requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:marc:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:me:python_requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:marc:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:meproject:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:marcproject:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:meproject:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:marcproject:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:requests:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:requests:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:requests:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:requests:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:me:requests-oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:marc:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:me:requests_oauthlib:2.0.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:marc:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/requests_oauthlib-2.0.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/requests_unixsocket-0.3.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/requests_oauthlib-2.0.0.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/requests_unixsocket-0.3.0.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/requests_oauthlib-2.0.0.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/requests_unixsocket-0.3.0.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/requests-unixsocket@0.3.0?package-id=8b50ae36efc68a64", + "bom-ref": "pkg:pypi/resolvelib@1.0.1?package-id=c32124da4fdd1319", "type": "library", - "author": "Marc Abramowitz ", - "name": "requests-unixsocket", - "version": "0.3.0", + "author": "Tzu-ping Chung ", + "name": "resolvelib", + "version": "1.0.1", "licenses": [ { "license": { - "id": "Apache-2.0" + "name": "ISC License" } } ], - "cpe": "cpe:2.3:a:python-requests-unixsocket:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/requests-unixsocket@0.3.0", + "cpe": "cpe:2.3:a:tzu_ping_chung_project:python-resolvelib:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/resolvelib@1.0.1", "properties": [ { "name": "syft:package:foundBy", @@ -24299,265 +28877,327 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-requests-unixsocket:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tzu_ping_chung_project:python_resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_requests_unixsocket:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tzu_ping_chungproject:python-resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_requests_unixsocket:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tzu_ping_chungproject:python_resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marc_abramowitz_project:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-resolvelib:python-resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marc_abramowitz_project:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-resolvelib:python_resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marc_abramowitzproject:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_resolvelib:python-resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marc_abramowitzproject:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_resolvelib:python_resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-requests-unixsocket:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:uranusjr_project:python-resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-requests-unixsocket:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:uranusjr_project:python_resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_requests_unixsocket:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tzu_ping_chung_project:resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_requests_unixsocket:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:uranusjrproject:python-resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:requests-unixsocket:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:uranusjrproject:python_resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:requests-unixsocket:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tzu_ping_chung:python-resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:requests_unixsocket:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tzu_ping_chung:python_resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:requests_unixsocket:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tzu_ping_chungproject:resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marc_abramowitz_project:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-resolvelib:resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marc_abramowitz_project:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_resolvelib:resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marc_abramowitz:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:resolvelib:python-resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marc_abramowitz:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:resolvelib:python_resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marc_abramowitzproject:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:uranusjr_project:resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marc_abramowitzproject:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:uranusjr:python-resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-requests:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:uranusjr:python_resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-requests:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:uranusjrproject:resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_requests:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tzu_ping_chung:resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_requests:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marc_project:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marc_project:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:resolvelib:resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:requests-unixsocket:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:uranusjr:resolvelib:1.0.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:requests-unixsocket:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:resolvelib:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/resolvelib-1.0.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/resolvelib-1.0.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/resolvelib-1.0.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/rich@13.9.2?package-id=aef2401750e3a2a9", + "type": "library", + "author": "Will McGugan ", + "name": "rich", + "version": "13.9.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:will_mcgugan_project:python-rich:13.9.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/rich@13.9.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "python-package" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:requests_unixsocket:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:will_mcgugan_project:python_rich:13.9.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:requests_unixsocket:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:will_mcguganproject:python-rich:13.9.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marcproject:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:will_mcguganproject:python_rich:13.9.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marcproject:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:willmcgugan_project:python-rich:13.9.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marc_abramowitz:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:willmcgugan_project:python_rich:13.9.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marc_abramowitz:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:willmcguganproject:python-rich:13.9.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-requests:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:willmcguganproject:python_rich:13.9.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-requests:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:will_mcgugan_project:rich:13.9.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_requests:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:will_mcgugan:python-rich:13.9.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_requests:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:will_mcgugan:python_rich:13.9.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:requests:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:will_mcguganproject:rich:13.9.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:requests:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:willmcgugan_project:rich:13.9.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-rich:python-rich:13.9.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-rich:python_rich:13.9.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marc_project:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_rich:python-rich:13.9.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marc_project:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_rich:python_rich:13.9.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marc:python-requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:willmcgugan:python-rich:13.9.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marc:python_requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:willmcgugan:python_rich:13.9.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marcproject:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:willmcguganproject:rich:13.9.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marcproject:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-rich:13.9.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:requests:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_rich:13.9.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:requests:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:will_mcgugan:rich:13.9.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-rich:rich:13.9.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_rich:rich:13.9.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marc:requests-unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:rich:python-rich:13.9.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:marc:requests_unixsocket:0.3.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:rich:python_rich:13.9.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:cpe23", + "value": "cpe:2.3:a:willmcgugan:rich:13.9.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/requests_unixsocket-0.3.0.dist-info/METADATA" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:rich:13.9.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:cpe23", + "value": "cpe:2.3:a:rich:rich:13.9.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/requests_unixsocket-0.3.0.dist-info/RECORD" + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/rich-13.9.2.dist-info/METADATA" }, { - "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/requests_unixsocket-0.3.0.dist-info/top_level.txt" + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/rich-13.9.2.dist-info/RECORD" } ] }, { - "bom-ref": "pkg:pypi/resolvelib@1.0.1?package-id=a1d2921debd94de5", + "bom-ref": "pkg:pypi/rsa@4.9?package-id=aa26de35a01c9215", "type": "library", - "author": "Tzu-ping Chung ", - "name": "resolvelib", - "version": "1.0.1", + "author": "Sybren A. Stüvel ", + "name": "rsa", + "version": "4.9", "licenses": [ { "license": { - "name": "ISC License" + "id": "Apache-2.0" } } ], - "cpe": "cpe:2.3:a:tzu_ping_chung_project:python-resolvelib:1.0.1:*:*:*:*:*:*:*", - "purl": "pkg:pypi/resolvelib@1.0.1", + "cpe": "cpe:2.3:a:python:rsa:4.9:*:*:*:*:python:*:*", + "purl": "pkg:pypi/rsa@4.9", "properties": [ { "name": "syft:package:foundBy", @@ -24576,257 +29216,257 @@ "value": "python-package" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:tzu_ping_chung_project:python_resolvelib:1.0.1:*:*:*:*:*:*:*" + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:tzu_ping_chungproject:python-resolvelib:1.0.1:*:*:*:*:*:*:*" + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/rsa-4.9.dist-info/METADATA" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:tzu_ping_chungproject:python_resolvelib:1.0.1:*:*:*:*:*:*:*" + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-resolvelib:python-resolvelib:1.0.1:*:*:*:*:*:*:*" + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/rsa-4.9.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:pypi/setuptools@75.2.0?package-id=6bf7d1d07ca520f1", + "type": "library", + "author": "Python Packaging Authority ", + "name": "setuptools", + "version": "75.2.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:python:setuptools:75.2.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/setuptools@75.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-resolvelib:python_resolvelib:1.0.1:*:*:*:*:*:*:*" + "name": "syft:package:language", + "value": "python" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_resolvelib:python-resolvelib:1.0.1:*:*:*:*:*:*:*" + "name": "syft:package:type", + "value": "python" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_resolvelib:python_resolvelib:1.0.1:*:*:*:*:*:*:*" + "name": "syft:package:metadataType", + "value": "python-package" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:uranusjr_project:python-resolvelib:1.0.1:*:*:*:*:*:*:*" + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:uranusjr_project:python_resolvelib:1.0.1:*:*:*:*:*:*:*" + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/setuptools-75.2.0.dist-info/METADATA" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:tzu_ping_chung_project:resolvelib:1.0.1:*:*:*:*:*:*:*" + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:uranusjrproject:python-resolvelib:1.0.1:*:*:*:*:*:*:*" + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/setuptools-75.2.0.dist-info/RECORD" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:uranusjrproject:python_resolvelib:1.0.1:*:*:*:*:*:*:*" + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:tzu_ping_chung:python-resolvelib:1.0.1:*:*:*:*:*:*:*" + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/setuptools-75.2.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/shellingham@1.5.4?package-id=64cdd26b1f1646d4", + "type": "library", + "author": "Tzu-ping Chung ", + "name": "shellingham", + "version": "1.5.4", + "licenses": [ + { + "license": { + "name": "ISC License" + } + } + ], + "cpe": "cpe:2.3:a:tzu_ping_chung_project:python-shellingham:1.5.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/shellingham@1.5.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:tzu_ping_chung:python_resolvelib:1.0.1:*:*:*:*:*:*:*" + "name": "syft:package:language", + "value": "python" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:tzu_ping_chungproject:resolvelib:1.0.1:*:*:*:*:*:*:*" + "name": "syft:package:type", + "value": "python" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-resolvelib:resolvelib:1.0.1:*:*:*:*:*:*:*" + "name": "syft:package:metadataType", + "value": "python-package" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_resolvelib:resolvelib:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tzu_ping_chung_project:python_shellingham:1.5.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:resolvelib:python-resolvelib:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tzu_ping_chungproject:python-shellingham:1.5.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:resolvelib:python_resolvelib:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tzu_ping_chungproject:python_shellingham:1.5.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:uranusjr_project:resolvelib:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-shellingham:python-shellingham:1.5.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:uranusjr:python-resolvelib:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-shellingham:python_shellingham:1.5.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:uranusjr:python_resolvelib:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_shellingham:python-shellingham:1.5.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:uranusjrproject:resolvelib:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_shellingham:python_shellingham:1.5.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:tzu_ping_chung:resolvelib:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:uranusjr_project:python-shellingham:1.5.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-resolvelib:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:uranusjr_project:python_shellingham:1.5.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_resolvelib:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tzu_ping_chung_project:shellingham:1.5.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:resolvelib:resolvelib:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:uranusjrproject:python-shellingham:1.5.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:uranusjr:resolvelib:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:uranusjrproject:python_shellingham:1.5.4:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:resolvelib:1.0.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:tzu_ping_chung:python-shellingham:1.5.4:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:cpe23", + "value": "cpe:2.3:a:tzu_ping_chung:python_shellingham:1.5.4:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/resolvelib-1.0.1.dist-info/METADATA" + "name": "syft:cpe23", + "value": "cpe:2.3:a:tzu_ping_chungproject:shellingham:1.5.4:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-shellingham:shellingham:1.5.4:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/resolvelib-1.0.1.dist-info/RECORD" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_shellingham:shellingham:1.5.4:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:cpe23", + "value": "cpe:2.3:a:shellingham:python-shellingham:1.5.4:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/resolvelib-1.0.1.dist-info/top_level.txt" - } - ] - }, - { - "bom-ref": "pkg:pypi/rsa@4.9?package-id=1dc29a5841a2a946", - "type": "library", - "author": "Sybren A. Stüvel ", - "name": "rsa", - "version": "4.9", - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "cpe": "cpe:2.3:a:python:rsa:4.9:*:*:*:*:python:*:*", - "purl": "pkg:pypi/rsa@4.9", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "python-installed-package-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:shellingham:python_shellingham:1.5.4:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "python" + "name": "syft:cpe23", + "value": "cpe:2.3:a:uranusjr_project:shellingham:1.5.4:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "python" + "name": "syft:cpe23", + "value": "cpe:2.3:a:uranusjr:python-shellingham:1.5.4:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "python-package" + "name": "syft:cpe23", + "value": "cpe:2.3:a:uranusjr:python_shellingham:1.5.4:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:cpe23", + "value": "cpe:2.3:a:uranusjrproject:shellingham:1.5.4:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/rsa-4.9.dist-info/METADATA" + "name": "syft:cpe23", + "value": "cpe:2.3:a:tzu_ping_chung:shellingham:1.5.4:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-shellingham:1.5.4:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/rsa-4.9.dist-info/RECORD" - } - ] - }, - { - "bom-ref": "pkg:pypi/setuptools@72.1.0?package-id=5cde1c9db6d2eedb", - "type": "library", - "author": "Python Packaging Authority ", - "name": "setuptools", - "version": "72.1.0", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:python:setuptools:72.1.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/setuptools@72.1.0", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "python-installed-package-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_shellingham:1.5.4:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "python" + "name": "syft:cpe23", + "value": "cpe:2.3:a:shellingham:shellingham:1.5.4:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "python" + "name": "syft:cpe23", + "value": "cpe:2.3:a:uranusjr:shellingham:1.5.4:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "python-package" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:shellingham:1.5.4:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools-72.1.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/shellingham-1.5.4.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools-72.1.0.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/shellingham-1.5.4.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools-72.1.0.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/shellingham-1.5.4.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/signedjson@1.1.4?package-id=5bebe91705a3cb3e", + "bom-ref": "pkg:pypi/signedjson@1.1.4?package-id=d25b4190a99278bb", "type": "library", "name": "signedjson", "version": "1.1.4", @@ -24902,27 +29542,27 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/signedjson-1.1.4.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/signedjson-1.1.4.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/signedjson-1.1.4.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/signedjson-1.1.4.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/signedjson-1.1.4.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/signedjson-1.1.4.dist-info/top_level.txt" } ] }, @@ -24951,7 +29591,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -25004,7 +29644,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -25053,7 +29693,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -25107,7 +29747,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -25157,7 +29797,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -25223,7 +29863,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -25289,7 +29929,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" }, { "name": "syft:location:0:path", @@ -25342,7 +29982,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:3c3cbc198c3047f826d74a457c5f1ff8b26765478513b052fb7ce522c025eb83" + "value": "sha256:4e484b94884ac74f67f818aead2315d0cf59f858dac31f60a1cdd63e68842ed8" }, { "name": "syft:location:0:path", @@ -25374,66 +30014,238 @@ "purl": "pkg:golang/sigs.k8s.io/yaml@v1.4.0", "properties": [ { - "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:package:metadataType", + "value": "go-module-buildinfo-entry" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:923309a4f599cf595fe61d974feeabd6f25efd0cb24c9fc019bf11c2664b326e" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/ansible-operator" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.22.8" + }, + { + "name": "syft:metadata:goCryptoSettings:0", + "value": "standard-crypto" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Mk1wCc2gy/F0THH0TAp1QYyJNzRm2KCLy3o5ASXVI5E=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/operator-framework/ansible-operator-plugins" + } + ] + }, + { + "bom-ref": "pkg:pypi/six@1.16.0?package-id=bd9a8b94e706542d", + "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-installed-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "python-package" + }, + { + "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:package:language", - "value": "go" + "name": "syft:cpe23", + "value": "cpe:2.3:a:six:python-six:1.16.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "go-module" + "name": "syft:cpe23", + "value": "cpe:2.3:a:six:python_six:1.16.0:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin:six:1.16.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:layerID", - "value": "sha256:53b8d1560ef243b3d39707dc8361d2560843c3095c557d25bb3232e5ec0403c9" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:six:1.16.0:*:*:*:*:*:*:*" }, { - "name": "syft:location:0:path", - "value": "/usr/local/bin/ansible-operator" + "name": "syft:cpe23", + "value": "cpe:2.3:a:six:six:1.16.0:*:*:*:*:*:*:*" }, { - "name": "syft:metadata:architecture", - "value": "amd64" + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.22.8" + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/six-1.16.0.dist-info/METADATA" }, { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { - "name": "syft:metadata:h1Digest", - "value": "h1:Mk1wCc2gy/F0THH0TAp1QYyJNzRm2KCLy3o5ASXVI5E=" + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/six-1.16.0.dist-info/RECORD" }, { - "name": "syft:metadata:mainModule", - "value": "github.com/operator-framework/ansible-operator-plugins" + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/six-1.16.0.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/six@1.16.0?package-id=057699d32b18f404", + "bom-ref": "pkg:pypi/sniffio@1.3.1?package-id=73d8fcdadd109b78", "type": "library", - "author": "Benjamin Peterson ", - "name": "six", - "version": "1.16.0", + "author": "\"Nathaniel J. Smith\" ", + "name": "sniffio", + "version": "1.3.1", "licenses": [ { - "license": { - "id": "MIT" - } + "expression": "MIT OR Apache-2.0" } ], - "cpe": "cpe:2.3:a:benjamin_peterson_project:python-six:1.16.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/six@1.16.0", + "cpe": "cpe:2.3:a:\\\"nathaniel_j__smith\\\"_\\", "name": "tomli", @@ -25794,24 +30582,123 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:pypi/tqdm@4.66.5?package-id=9fe76875955aaac2", + "type": "library", + "name": "tqdm", + "version": "4.66.5", + "licenses": [ + { + "expression": "MPL-2.0 AND MIT" + } + ], + "cpe": "cpe:2.3:a:python-tqdm:python-tqdm:4.66.5:*:*:*:*:*:*:*", + "purl": "pkg:pypi/tqdm@4.66.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "python-package" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-tqdm:python_tqdm:4.66.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tqdm:python-tqdm:4.66.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tqdm:python_tqdm:4.66.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-tqdm:4.66.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_tqdm:4.66.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-tqdm:tqdm:4.66.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tqdm:tqdm:4.66.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tqdm:python-tqdm:4.66.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tqdm:python_tqdm:4.66.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:tqdm:4.66.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tqdm:tqdm:4.66.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/tqdm-4.66.5.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/tqdm-4.66.5.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.12/site-packages/tqdm-4.66.5.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/typeguard@4.3.0?package-id=eca579fb40edd03f", + "bom-ref": "pkg:pypi/typeguard@4.3.0?package-id=ae764fc1c481269f", "type": "library", "author": "Alex Grönholm ", "name": "typeguard", @@ -25888,32 +30775,119 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/typer@0.12.5?package-id=38e5d082b859d6ec", + "type": "library", + "author": "=?utf-8?q?Sebasti=C3=A1n_Ram=C3=ADrez?= ", + "name": "typer", + "version": "0.12.5", + "cpe": "cpe:2.3:a:python-typer:python-typer:0.12.5:*:*:*:*:*:*:*", + "purl": "pkg:pypi/typer@0.12.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "python-package" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typer:python_typer:0.12.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typer:python-typer:0.12.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typer:python_typer:0.12.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-typer:0.12.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_typer:0.12.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typer:typer:0.12.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typer:typer:0.12.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typer:python-typer:0.12.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typer:python_typer:0.12.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:typer:0.12.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typer:typer:0.12.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.12/site-packages/typer-0.12.5.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.12/site-packages/typer-0.12.5.dist-info/RECORD" } ] }, { - "bom-ref": "pkg:pypi/typing-inspect@0.9.0?package-id=060a1017497c7fc7", + "bom-ref": "pkg:pypi/typing-inspect@0.9.0?package-id=69f095540474ceec", "type": "library", "author": "Ivan Levkivskyi ", "name": "typing-inspect", @@ -26166,32 +31140,32 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/typing_inspect-0.9.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/typing_inspect-0.9.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/typing_inspect-0.9.0.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/typing_inspect-0.9.0.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/typing_inspect-0.9.0.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/typing_inspect-0.9.0.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/typing-extensions@4.12.2?package-id=e7e37271712113b9", + "bom-ref": "pkg:pypi/typing-extensions@4.12.2?package-id=ae750b267f0d422c", "type": "library", "author": "\"Guido van Rossum, Jukka Lehtosalo, Łukasz Langa, Michael Lee\" ", "name": "typing_extensions", @@ -26393,24 +31367,24 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/RECORD" } ] }, { - "bom-ref": "pkg:pypi/typing-extensions@4.12.2?package-id=c3eb468a9f97d5b9", + "bom-ref": "pkg:pypi/typing-extensions@4.12.2?package-id=f3f969b1242a64ab", "type": "library", "author": "\"Guido van Rossum, Jukka Lehtosalo, Łukasz Langa, Michael Lee\" ", "name": "typing_extensions", @@ -26612,19 +31586,19 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/typing_extensions-4.12.2.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/typing_extensions-4.12.2.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/typing_extensions-4.12.2.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/typing_extensions-4.12.2.dist-info/RECORD" } ] }, @@ -26687,7 +31661,7 @@ ] }, { - "bom-ref": "pkg:pypi/unpaddedbase64@2.1.0?package-id=bcc000266136e7b0", + "bom-ref": "pkg:pypi/unpaddedbase64@2.1.0?package-id=e6e8929c3d841ec6", "type": "library", "author": "The Matrix.org Foundation C.I.C.", "name": "unpaddedbase64", @@ -26800,28 +31774,28 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/unpaddedbase64-2.1.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/unpaddedbase64-2.1.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/unpaddedbase64-2.1.0.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/unpaddedbase64-2.1.0.dist-info/RECORD" } ] }, { - "bom-ref": "pkg:pypi/urllib3@1.26.19?package-id=7c6d1a5cd7aea864", + "bom-ref": "pkg:pypi/urllib3@1.26.20?package-id=9555f5f6fd40960c", "type": "library", "author": "Andrey Petrov ", "name": "urllib3", - "version": "1.26.19", + "version": "1.26.20", "licenses": [ { "license": { @@ -26829,8 +31803,8 @@ } } ], - "cpe": "cpe:2.3:a:python:urllib3:1.26.19:*:*:*:*:*:*:*", - "purl": "pkg:pypi/urllib3@1.26.19", + "cpe": "cpe:2.3:a:python:urllib3:1.26.20:*:*:*:*:*:*:*", + "purl": "pkg:pypi/urllib3@1.26.20", "properties": [ { "name": "syft:package:foundBy", @@ -26850,32 +31824,32 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/urllib3-1.26.19.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/urllib3-1.26.20.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/urllib3-1.26.19.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/urllib3-1.26.20.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/urllib3-1.26.19.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/urllib3-1.26.20.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/websocket-client@1.8.0?package-id=5d9a5928c855aa6f", + "bom-ref": "pkg:pypi/websocket-client@1.8.0?package-id=8edf6a69a8f625f5", "type": "library", "author": "liris ", "name": "websocket-client", @@ -27144,32 +32118,32 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/websocket_client-1.8.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/websocket_client-1.8.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/websocket_client-1.8.0.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/websocket_client-1.8.0.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/websocket_client-1.8.0.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/websocket_client-1.8.0.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/wheel@0.43.0?package-id=d171a4dd69290dc7", + "bom-ref": "pkg:pypi/wheel@0.43.0?package-id=814c95e37012535b", "type": "library", "author": "Daniel Holth ", "name": "wheel", @@ -27287,30 +32261,37 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/wheel-0.43.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.43.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/wheel-0.43.0.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.43.0.dist-info/RECORD" } ] }, { - "bom-ref": "pkg:pypi/wheel@0.44.0?package-id=205f5fcae9e5d1f8", + "bom-ref": "pkg:pypi/yarl@1.15.4?package-id=4e522caae8056009", "type": "library", - "author": "Daniel Holth ", - "name": "wheel", - "version": "0.44.0", - "cpe": "cpe:2.3:a:daniel_holth_\\", + "name": "yarl", + "version": "1.15.4", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:andrew_svetlov_project:python-yarl:1.15.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/yarl@1.15.4", "properties": [ { "name": "syft:package:foundBy", @@ -27330,116 +32311,124 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:daniel_holth_\\", "name": "zipp", @@ -27564,27 +32553,27 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/METADATA" + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/RECORD" + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:583fadcdab7fa03ae578e5d9b74a9e470b057fa4cdaac50e244a292307b27593" + "value": "sha256:32ea2f1318d89a562b2945358409aad211397ae2c82a78a9fd716925cf61c8a5" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/top_level.txt" } ] }, @@ -27894,13 +32883,13 @@ ] }, { - "ref": "pkg:generic/python@3.11.10?package-id=431c50eb00a546bb", + "ref": "pkg:generic/python@3.12.7?package-id=41e3f7fc8c7f9c79", "dependsOn": [ "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf" ] }, { - "ref": "pkg:golang/github.com/operator-framework/ansible-operator-plugins@v1.35.0-mark-unsafe-non-spec-object-main?package-id=8eb9a00f0200961e", + "ref": "pkg:golang/github.com/operator-framework/ansible-operator-plugins@v1.29.0?package-id=30cb6e3f993b9ef5", "dependsOn": [ "pkg:golang/github.com/antlr/antlr4@v4.0.0-20230305170008-8188dc5388df?package-id=c6659d9f4e02eb2f#runtime/Go/antlr/v4", "pkg:golang/github.com/beorn7/perks@v1.0.1?package-id=565337fba68b26e5", @@ -27933,7 +32922,7 @@ "pkg:golang/github.com/modern-go/reflect2@v1.0.2?package-id=c58da5a8a18d8e2e", "pkg:golang/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822?package-id=7b1ee68c61485dca", "pkg:golang/github.com/mxk/go-flowrate@v0.0.0-20140419014527-cca7078d478f?package-id=9bc3e38c0eed6d4c", - "pkg:golang/github.com/onsi/gomega@v1.33.0?package-id=bda5b30b5b7da945", + "pkg:golang/github.com/onsi/gomega@v1.33.1?package-id=2adbf02740834c81", "pkg:golang/github.com/operator-framework/api@v0.23.0?package-id=750e20b0172c8d1e", "pkg:golang/github.com/operator-framework/operator-lib@v0.13.0?package-id=a9e73f5a2165b267", "pkg:golang/github.com/operator-framework/operator-registry@v1.39.0?package-id=556230a4d06b0e36", @@ -27950,11 +32939,11 @@ "pkg:golang/go.uber.org/multierr@v1.11.0?package-id=0be6547bb8d6f8d3", "pkg:golang/go.uber.org/zap@v1.26.0?package-id=4e44f1a71b058dfc", "pkg:golang/golang.org/x/exp@v0.0.0-20240213143201-ec583247a57a?package-id=4ed98bdb2a19104a", - "pkg:golang/golang.org/x/net@v0.24.0?package-id=0f6501568342ebe5", + "pkg:golang/golang.org/x/net@v0.25.0?package-id=bbd17693a2417149", "pkg:golang/golang.org/x/oauth2@v0.17.0?package-id=f3b27b9f221274da", - "pkg:golang/golang.org/x/sys@v0.19.0?package-id=19a9d31ecbe5fc74", - "pkg:golang/golang.org/x/term@v0.19.0?package-id=34906cd83f55b70b", - "pkg:golang/golang.org/x/text@v0.14.0?package-id=25d405d4e0296a3b", + "pkg:golang/golang.org/x/sys@v0.20.0?package-id=214798b35d6aaa8e", + "pkg:golang/golang.org/x/term@v0.20.0?package-id=c848061289be5130", + "pkg:golang/golang.org/x/text@v0.15.0?package-id=7ccf12210a40bda4", "pkg:golang/golang.org/x/time@v0.5.0?package-id=ba90e129b4fe2193", "pkg:golang/gomodules.xyz/jsonpatch/v2@v2.4.0?package-id=dec66c25bc2f0206", "pkg:golang/google.golang.org/genproto/googleapis@v0.0.0-20240213162025-012b6fc9bca9?package-id=369166f1b74b1472#api", @@ -28120,216 +33109,313 @@ ] }, { - "ref": "pkg:pypi/ansible-core@2.15.12?package-id=d135d2dbc5855499", + "ref": "pkg:pypi/aiosignal@1.3.1?package-id=276e5dc26541a706", + "dependsOn": [ + "pkg:pypi/frozenlist@1.4.1?package-id=2f3cf9e4db1cbf24" + ] + }, + { + "ref": "pkg:pypi/ansible-core@2.17.5?package-id=dfca4c7d0b0a256d", + "dependsOn": [ + "pkg:pypi/cryptography@43.0.1?package-id=f0fa866eab2cf7bb", + "pkg:pypi/packaging@24.1?package-id=4a8c2ad942f01c73" + ] + }, + { + "ref": "pkg:pypi/ansible-runner-http@1.0.0?package-id=aa2c3b84ce270f78", + "dependsOn": [ + "pkg:pypi/ansible-runner@2.4.0?package-id=ca7bbf92154647b4", + "pkg:pypi/requests-unixsocket@0.3.0?package-id=831845e6f4375070", + "pkg:pypi/requests@2.31.0?package-id=dfb10e6816ef4608" + ] + }, + { + "ref": "pkg:pypi/ansible-runner@2.4.0?package-id=ca7bbf92154647b4", + "dependsOn": [ + "pkg:pypi/packaging@24.1?package-id=4a8c2ad942f01c73", + "pkg:pypi/python-daemon@3.0.1?package-id=0e1ec95e57ce3bd3" + ] + }, + { + "ref": "pkg:pypi/anyio@4.6.2.post1?package-id=a561b4d93c67464f", + "dependsOn": [ + "pkg:pypi/packaging@24.1?package-id=4a8c2ad942f01c73" + ] + }, + { + "ref": "pkg:pypi/cffi@1.17.1?package-id=fc417a0d142eb718", + "dependsOn": [ + "pkg:pypi/pycparser@2.22?package-id=f0a800fffecabb43" + ] + }, + { + "ref": "pkg:pypi/cryptography@43.0.1?package-id=f0fa866eab2cf7bb", + "dependsOn": [ + "pkg:pypi/certifi@2024.8.30?package-id=75bca180f5f73da5", + "pkg:pypi/click@8.1.7?package-id=e810505a144925eb" + ] + }, + { + "ref": "pkg:pypi/dataclasses-json@0.5.9?package-id=57bf1880bf02d19b", + "dependsOn": [ + "pkg:pypi/marshmallow-enum@1.5.1?package-id=ca0d845ba6d8d8d5", + "pkg:pypi/marshmallow@3.23.0?package-id=7e59e6620d55b1eb", + "pkg:pypi/pytest@8.3.3?package-id=1409f2968af05d59", + "pkg:pypi/setuptools@75.2.0?package-id=6bf7d1d07ca520f1", + "pkg:pypi/typing-inspect@0.9.0?package-id=69f095540474ceec", + "pkg:pypi/wheel@0.43.0?package-id=814c95e37012535b" + ] + }, + { + "ref": "pkg:pypi/google-auth@2.35.0?package-id=cdf4b7d045468de6", + "dependsOn": [ + "pkg:pypi/cryptography@43.0.1?package-id=f0fa866eab2cf7bb" + ] + }, + { + "ref": "pkg:pypi/httpcore@1.0.6?package-id=b75b7c0b9dd6ce47", + "dependsOn": [ + "pkg:pypi/certifi@2024.8.30?package-id=75bca180f5f73da5" + ] + }, + { + "ref": "pkg:pypi/httpx@0.27.2?package-id=be51ba14f0d8a4d0", + "dependsOn": [ + "pkg:pypi/anyio@4.6.2.post1?package-id=a561b4d93c67464f", + "pkg:pypi/certifi@2024.8.30?package-id=75bca180f5f73da5", + "pkg:pypi/idna@3.10?package-id=29c478d02e54e469", + "pkg:pypi/sniffio@1.3.1?package-id=73d8fcdadd109b78" + ] + }, + { + "ref": "pkg:pypi/importlib-metadata@8.0.0?package-id=afac5f5a0d82ba99", + "dependsOn": [ + "pkg:pypi/packaging@24.1?package-id=4a8c2ad942f01c73" + ] + }, + { + "ref": "pkg:pypi/jaraco.collections@5.1.0?package-id=d3ed18b710f3d8cb", + "dependsOn": [ + "pkg:pypi/jaraco.text@3.12.1?package-id=fb1b241e1c76001b" + ] + }, + { + "ref": "pkg:pypi/jaraco.context@5.3.0?package-id=68e9f3ba91578214", + "dependsOn": [ + "pkg:pypi/backports.tarfile@1.2.0?package-id=7458ca3efddd5894" + ] + }, + { + "ref": "pkg:pypi/jaraco.functools@4.0.1?package-id=f6eb1fff3c12f78b", "dependsOn": [ - "pkg:pypi/cryptography@43.0.0?package-id=421baa05e84a195d", - "pkg:pypi/packaging@24.1?package-id=f590a1eca73e7abd" + "pkg:pypi/more-itertools@10.3.0?package-id=f64a5eebb6a4a081" ] }, { - "ref": "pkg:pypi/ansible-runner-http@1.0.0?package-id=df19a87e60cb1262", + "ref": "pkg:pypi/jaraco.text@3.12.1?package-id=fb1b241e1c76001b", "dependsOn": [ - "pkg:pypi/ansible-runner@2.3.6?package-id=5927859254f28997", - "pkg:pypi/requests-unixsocket@0.3.0?package-id=8b50ae36efc68a64", - "pkg:pypi/requests@2.31.0?package-id=4c2f455bc9f27f0d" + "pkg:pypi/autocommand@2.2.2?package-id=bc954d3de3267d88", + "pkg:pypi/inflect@7.3.1?package-id=db2110771f11916c", + "pkg:pypi/jaraco.functools@4.0.1?package-id=f6eb1fff3c12f78b", + "pkg:pypi/more-itertools@10.3.0?package-id=f64a5eebb6a4a081" ] }, { - "ref": "pkg:pypi/ansible-runner@2.3.6?package-id=5927859254f28997", + "ref": "pkg:pypi/json-schema-for-humans@1.0.2?package-id=5f5bacd62b2be28b", "dependsOn": [ - "pkg:pypi/packaging@24.1?package-id=f590a1eca73e7abd", - "pkg:pypi/python-daemon@3.0.1?package-id=f53ec5c2366141ac", - "pkg:pypi/six@1.16.0?package-id=057699d32b18f404" + "pkg:pypi/click@8.1.7?package-id=e810505a144925eb", + "pkg:pypi/dataclasses-json@0.5.9?package-id=57bf1880bf02d19b", + "pkg:pypi/htmlmin@0.1.12?package-id=2748526511811742", + "pkg:pypi/jinja2@3.1.4?package-id=a9545e237bb21ff6", + "pkg:pypi/markdown2@2.5.1?package-id=f623c8d61e13b4ce", + "pkg:pypi/markupsafe@2.1.5?package-id=581105c9fcbf9728", + "pkg:pypi/pygments@2.18.0?package-id=2f1269883bd59992", + "pkg:pypi/pytz@2024.2?package-id=8dcbbc360888b0d9", + "pkg:pypi/pyyaml@6.0.2?package-id=67a1c4f426d92020", + "pkg:pypi/requests@2.31.0?package-id=dfb10e6816ef4608" ] }, { - "ref": "pkg:pypi/cffi@1.16.0?package-id=7cf37282788dcac9", + "ref": "pkg:pypi/kubernetes@31.0.0?package-id=307dba2bd356cb5b", "dependsOn": [ - "pkg:pypi/pycparser@2.22?package-id=0a22ed74e8222d0a" + "pkg:pypi/requests-oauthlib@2.0.0?package-id=b1fbd014703d5279", + "pkg:pypi/requests@2.31.0?package-id=dfb10e6816ef4608" ] }, { - "ref": "pkg:pypi/cryptography@43.0.0?package-id=421baa05e84a195d", + "ref": "pkg:pypi/lightkube@0.15.4?package-id=87d46e4679b0f75a", "dependsOn": [ - "pkg:pypi/certifi@2024.7.4?package-id=39485f8f0d2e8b6b", - "pkg:pypi/click@8.1.7?package-id=3ec5ab6970e190ac" + "pkg:pypi/pytest@8.3.3?package-id=1409f2968af05d59", + "pkg:pypi/pyyaml@6.0.2?package-id=67a1c4f426d92020" ] }, { - "ref": "pkg:pypi/dataclasses-json@0.5.9?package-id=cf61b9abefbbd377", + "ref": "pkg:pypi/markdown-it-py@3.0.0?package-id=924c473944f75a29", "dependsOn": [ - "pkg:pypi/marshmallow-enum@1.5.1?package-id=0e427a16f5a6a907", - "pkg:pypi/marshmallow@3.21.3?package-id=87d6fb7456595f97", - "pkg:pypi/setuptools@72.1.0?package-id=5cde1c9db6d2eedb", - "pkg:pypi/typing-inspect@0.9.0?package-id=060a1017497c7fc7", - "pkg:pypi/wheel@0.44.0?package-id=205f5fcae9e5d1f8" + "pkg:pypi/pytest@8.3.3?package-id=1409f2968af05d59" ] }, { - "ref": "pkg:pypi/importlib-metadata@8.0.0?package-id=28e25161e120669a", + "ref": "pkg:pypi/marshmallow-enum@1.5.1?package-id=ca0d845ba6d8d8d5", "dependsOn": [ - "pkg:pypi/packaging@24.1?package-id=f590a1eca73e7abd" + "pkg:pypi/marshmallow@3.23.0?package-id=7e59e6620d55b1eb" ] }, { - "ref": "pkg:pypi/jaraco.context@5.3.0?package-id=f2bf8169ce78b070", + "ref": "pkg:pypi/marshmallow@3.23.0?package-id=7e59e6620d55b1eb", "dependsOn": [ - "pkg:pypi/backports.tarfile@1.2.0?package-id=741aa298f8634024" + "pkg:pypi/pytest@8.3.3?package-id=1409f2968af05d59" ] }, { - "ref": "pkg:pypi/jaraco.functools@4.0.1?package-id=06afee6faa51084a", + "ref": "pkg:pypi/oauthlib@3.2.2?package-id=b4c342c77eda4a67", "dependsOn": [ - "pkg:pypi/more-itertools@10.3.0?package-id=1645f6cb1bd1ff56" + "pkg:pypi/cryptography@43.0.1?package-id=f0fa866eab2cf7bb" ] }, { - "ref": "pkg:pypi/jaraco.text@3.12.1?package-id=39d00fed72e49a9e", + "ref": "pkg:pypi/passlib@1.7.4?package-id=dfc742cf4298f318", "dependsOn": [ - "pkg:pypi/autocommand@2.2.2?package-id=dded7b2c62436c0c", - "pkg:pypi/inflect@7.3.1?package-id=d7e59e305df9b723", - "pkg:pypi/jaraco.functools@4.0.1?package-id=06afee6faa51084a", - "pkg:pypi/more-itertools@10.3.0?package-id=1645f6cb1bd1ff56" + "pkg:pypi/bcrypt@4.2.0?package-id=a6e649cc86f806a0", + "pkg:pypi/cryptography@43.0.1?package-id=f0fa866eab2cf7bb" ] }, { - "ref": "pkg:pypi/json-schema-for-humans@1.0.2?package-id=4ffa392d29f61072", + "ref": "pkg:pypi/pexpect@4.9.0?package-id=3eee89f2047e105c", "dependsOn": [ - "pkg:pypi/click@8.1.7?package-id=3ec5ab6970e190ac", - "pkg:pypi/dataclasses-json@0.5.9?package-id=cf61b9abefbbd377", - "pkg:pypi/htmlmin@0.1.12?package-id=3121db516e82e8ef", - "pkg:pypi/jinja2@3.1.4?package-id=e3de4c2aa4beff4f", - "pkg:pypi/markdown2@2.5.0?package-id=36e419a2e510dbb3", - "pkg:pypi/markupsafe@2.1.5?package-id=d64198a4686ff4ea", - "pkg:pypi/pygments@2.18.0?package-id=c97b36c7bad03351", - "pkg:pypi/pytz@2024.1?package-id=86f1ed759c964cfa", - "pkg:pypi/pyyaml@6.0.1?package-id=a3c427c301c61408", - "pkg:pypi/requests@2.31.0?package-id=4c2f455bc9f27f0d" + "pkg:pypi/ptyprocess@0.7.0?package-id=044ef8a120b00b7b" ] }, { - "ref": "pkg:pypi/kubernetes@28.1.0?package-id=4468ac428d88e9ba", + "ref": "pkg:pypi/pluggy@1.5.0?package-id=32e7754aa4d6bc57", "dependsOn": [ - "pkg:pypi/requests-oauthlib@2.0.0?package-id=69630f6f9de658fa", - "pkg:pypi/requests@2.31.0?package-id=4c2f455bc9f27f0d" + "pkg:pypi/pytest@8.3.3?package-id=1409f2968af05d59" ] }, { - "ref": "pkg:pypi/marshmallow-enum@1.5.1?package-id=0e427a16f5a6a907", + "ref": "pkg:pypi/pyhelm3@0.4.0?package-id=f09b0bdf8400b696", "dependsOn": [ - "pkg:pypi/marshmallow@3.21.3?package-id=87d6fb7456595f97" + "pkg:pypi/pydantic@2.9.2?package-id=ae035feb699eeee9" ] }, { - "ref": "pkg:pypi/marshmallow@3.21.3?package-id=87d6fb7456595f97", + "ref": "pkg:pypi/pynacl@1.5.0?package-id=e20c429f6d60cbfa", "dependsOn": [ - "pkg:pypi/pytz@2024.1?package-id=86f1ed759c964cfa" + "pkg:pypi/cffi@1.17.1?package-id=fc417a0d142eb718", + "pkg:pypi/pytest@8.3.3?package-id=1409f2968af05d59" ] }, { - "ref": "pkg:pypi/oauthlib@3.2.2?package-id=ce2ccf7270e6a3bd", + "ref": "pkg:pypi/pytest@8.3.3?package-id=1409f2968af05d59", "dependsOn": [ - "pkg:pypi/cryptography@43.0.0?package-id=421baa05e84a195d" + "pkg:pypi/iniconfig@2.0.0?package-id=20042721cce24f81", + "pkg:pypi/packaging@24.1?package-id=4a8c2ad942f01c73", + "pkg:pypi/requests@2.31.0?package-id=dfb10e6816ef4608", + "pkg:pypi/setuptools@75.2.0?package-id=6bf7d1d07ca520f1" ] }, { - "ref": "pkg:pypi/passlib@1.7.4?package-id=888c744af32566d0", + "ref": "pkg:pypi/python-daemon@3.0.1?package-id=0e1ec95e57ce3bd3", "dependsOn": [ - "pkg:pypi/bcrypt@4.2.0?package-id=0bdfd9d70fd4d9dd", - "pkg:pypi/cryptography@43.0.0?package-id=421baa05e84a195d" + "pkg:pypi/docutils@0.21.2?package-id=899aa909e74d3ea3", + "pkg:pypi/lockfile@0.12.2?package-id=6bc3175e348d711e", + "pkg:pypi/setuptools@75.2.0?package-id=6bf7d1d07ca520f1" ] }, { - "ref": "pkg:pypi/pexpect@4.9.0?package-id=b317567164a98863", + "ref": "pkg:pypi/python-on-whales@0.73.0?package-id=0f2e8a9ccd5409bb", "dependsOn": [ - "pkg:pypi/ptyprocess@0.7.0?package-id=50682fe6a53bc900" + "pkg:pypi/pytest@8.3.3?package-id=1409f2968af05d59", + "pkg:pypi/requests@2.31.0?package-id=dfb10e6816ef4608", + "pkg:pypi/tqdm@4.66.5?package-id=9fe76875955aaac2" ] }, { - "ref": "pkg:pypi/pynacl@1.5.0?package-id=22bda88b1ddbd25b", + "ref": "pkg:pypi/requests-unixsocket@0.3.0?package-id=831845e6f4375070", "dependsOn": [ - "pkg:pypi/cffi@1.16.0?package-id=7cf37282788dcac9" + "pkg:pypi/requests@2.31.0?package-id=dfb10e6816ef4608" ] }, { - "ref": "pkg:pypi/python-daemon@3.0.1?package-id=f53ec5c2366141ac", + "ref": "pkg:pypi/requests@2.31.0?package-id=dfb10e6816ef4608", "dependsOn": [ - "pkg:pypi/docutils@0.21.2?package-id=b3ebfb585346ae4e", - "pkg:pypi/lockfile@0.12.2?package-id=87f03ed77766a497", - "pkg:pypi/setuptools@72.1.0?package-id=5cde1c9db6d2eedb" + "pkg:pypi/certifi@2024.8.30?package-id=75bca180f5f73da5", + "pkg:pypi/charset-normalizer@3.4.0?package-id=ac5c6ac5465b9ff9", + "pkg:pypi/idna@3.10?package-id=29c478d02e54e469", + "pkg:pypi/urllib3@1.26.20?package-id=9555f5f6fd40960c" ] }, { - "ref": "pkg:pypi/requests-unixsocket@0.3.0?package-id=8b50ae36efc68a64", + "ref": "pkg:pypi/resolvelib@1.0.1?package-id=c32124da4fdd1319", "dependsOn": [ - "pkg:pypi/requests@2.31.0?package-id=4c2f455bc9f27f0d" + "pkg:pypi/packaging@24.1?package-id=4a8c2ad942f01c73", + "pkg:pypi/pytest@8.3.3?package-id=1409f2968af05d59", + "pkg:pypi/requests@2.31.0?package-id=dfb10e6816ef4608" ] }, { - "ref": "pkg:pypi/requests@2.31.0?package-id=4c2f455bc9f27f0d", + "ref": "pkg:pypi/rich@13.9.2?package-id=aef2401750e3a2a9", "dependsOn": [ - "pkg:pypi/certifi@2024.7.4?package-id=39485f8f0d2e8b6b", - "pkg:pypi/charset-normalizer@3.3.2?package-id=f1883ab045f8e3b9", - "pkg:pypi/idna@3.7?package-id=48c70e4ccf175e39", - "pkg:pypi/urllib3@1.26.19?package-id=7c6d1a5cd7aea864" + "pkg:pypi/markdown-it-py@3.0.0?package-id=924c473944f75a29" ] }, { - "ref": "pkg:pypi/resolvelib@1.0.1?package-id=a1d2921debd94de5", + "ref": "pkg:pypi/rsa@4.9?package-id=aa26de35a01c9215", "dependsOn": [ - "pkg:pypi/packaging@24.1?package-id=f590a1eca73e7abd", - "pkg:pypi/requests@2.31.0?package-id=4c2f455bc9f27f0d" + "pkg:pypi/pyasn1@0.6.1?package-id=dbe81bad336f859f" ] }, { - "ref": "pkg:pypi/rsa@4.9?package-id=1dc29a5841a2a946", + "ref": "pkg:pypi/setuptools@75.2.0?package-id=6bf7d1d07ca520f1", "dependsOn": [ - "pkg:pypi/pyasn1@0.6.0?package-id=0af623814bbe3748" + "pkg:pypi/jaraco.collections@5.1.0?package-id=d3ed18b710f3d8cb", + "pkg:pypi/jaraco.functools@4.0.1?package-id=f6eb1fff3c12f78b", + "pkg:pypi/more-itertools@10.3.0?package-id=f64a5eebb6a4a081", + "pkg:pypi/packaging@24.1?package-id=4a8c2ad942f01c73" ] }, { - "ref": "pkg:pypi/setuptools@72.1.0?package-id=5cde1c9db6d2eedb", + "ref": "pkg:pypi/signedjson@1.1.4?package-id=d25b4190a99278bb", "dependsOn": [ - "pkg:pypi/tomli@2.0.1?package-id=32d941b35d88e747", - "pkg:pypi/wheel@0.44.0?package-id=205f5fcae9e5d1f8" + "pkg:pypi/canonicaljson@2.0.0?package-id=d6438cd5291b8658", + "pkg:pypi/unpaddedbase64@2.1.0?package-id=e6e8929c3d841ec6" ] }, { - "ref": "pkg:pypi/signedjson@1.1.4?package-id=5bebe91705a3cb3e", + "ref": "pkg:pypi/tqdm@4.66.5?package-id=9fe76875955aaac2", "dependsOn": [ - "pkg:pypi/canonicaljson@2.0.0?package-id=cece6c8380222801", - "pkg:pypi/unpaddedbase64@2.1.0?package-id=bcc000266136e7b0" + "pkg:pypi/requests@2.31.0?package-id=dfb10e6816ef4608" ] }, { - "ref": "pkg:pypi/typeguard@4.3.0?package-id=eca579fb40edd03f", + "ref": "pkg:pypi/typeguard@4.3.0?package-id=ae764fc1c481269f", "dependsOn": [ - "pkg:pypi/packaging@24.1?package-id=f590a1eca73e7abd" + "pkg:pypi/packaging@24.1?package-id=4a8c2ad942f01c73" ] }, { - "ref": "pkg:pypi/typing-inspect@0.9.0?package-id=060a1017497c7fc7", + "ref": "pkg:pypi/typing-inspect@0.9.0?package-id=69f095540474ceec", "dependsOn": [ - "pkg:pypi/mypy-extensions@1.0.0?package-id=595781e9e43d2f57" + "pkg:pypi/mypy-extensions@1.0.0?package-id=4a7bceed8eac801e" ] }, { - "ref": "pkg:pypi/urllib3@1.26.19?package-id=7c6d1a5cd7aea864", + "ref": "pkg:pypi/urllib3@1.26.20?package-id=9555f5f6fd40960c", "dependsOn": [ - "pkg:pypi/certifi@2024.7.4?package-id=39485f8f0d2e8b6b" + "pkg:pypi/certifi@2024.8.30?package-id=75bca180f5f73da5" ] }, { - "ref": "pkg:pypi/zipp@3.19.2?package-id=cb3371bb4cc74366", + "ref": "pkg:pypi/zipp@3.19.2?package-id=e290bd9474261b5c", "dependsOn": [ - "pkg:pypi/jaraco.functools@4.0.1?package-id=06afee6faa51084a", - "pkg:pypi/more-itertools@10.3.0?package-id=1645f6cb1bd1ff56" + "pkg:pypi/jaraco.functools@4.0.1?package-id=f6eb1fff3c12f78b", + "pkg:pypi/more-itertools@10.3.0?package-id=f64a5eebb6a4a081" ] } ], "vulnerabilities": [ { - "bom-ref": "urn:uuid:57ab883e-07ad-4b64-b26f-959110144d63", + "bom-ref": "urn:uuid:a655a923-6595-4e98-8a33-e15508e8c7e6", "id": "CVE-2010-4756", "source": { "name": "debian-distro-debian-12", @@ -28362,7 +33448,7 @@ ] }, { - "bom-ref": "urn:uuid:c33c44d2-ccc3-402b-bf51-9852c259dade", + "bom-ref": "urn:uuid:878ec747-fe3a-4afc-a2c3-0fc4a1092ef8", "id": "CVE-2018-20796", "source": { "name": "debian-distro-debian-12", @@ -28395,7 +33481,7 @@ ] }, { - "bom-ref": "urn:uuid:a89b6de0-60dd-42ad-9a93-4d9179a288a7", + "bom-ref": "urn:uuid:50606c85-fd48-434d-8694-66d7d91e69b6", "id": "CVE-2018-5709", "source": { "name": "debian-distro-debian-12", @@ -28428,7 +33514,7 @@ ] }, { - "bom-ref": "urn:uuid:cc6121d0-daf1-4786-b3ed-b61b6fc08738", + "bom-ref": "urn:uuid:57cd5ead-89bb-4496-ae39-36405c57a235", "id": "CVE-2018-5709", "source": { "name": "debian-distro-debian-12", @@ -28461,7 +33547,7 @@ ] }, { - "bom-ref": "urn:uuid:25738448-0f6d-4ee5-a471-c836d16a4e4e", + "bom-ref": "urn:uuid:03041f74-afa1-4c20-a194-a1360761888a", "id": "CVE-2018-5709", "source": { "name": "debian-distro-debian-12", @@ -28494,7 +33580,7 @@ ] }, { - "bom-ref": "urn:uuid:f059c5ab-f31f-43d7-870a-ad7c9990b5ba", + "bom-ref": "urn:uuid:7bf8e6d7-cd8e-44e6-86d3-3c893af37fd1", "id": "CVE-2018-5709", "source": { "name": "debian-distro-debian-12", @@ -28527,7 +33613,7 @@ ] }, { - "bom-ref": "urn:uuid:83f0031a-550d-44e8-a139-989aef617074", + "bom-ref": "urn:uuid:7b5ced68-47aa-4a66-a466-a902ef981f9a", "id": "CVE-2019-1010022", "source": { "name": "debian-distro-debian-12", @@ -28560,7 +33646,7 @@ ] }, { - "bom-ref": "urn:uuid:067cab72-101b-4489-866a-b3fb8217e5a2", + "bom-ref": "urn:uuid:671e642a-0618-4f75-95f7-a294da676f39", "id": "CVE-2019-1010023", "source": { "name": "debian-distro-debian-12", @@ -28593,7 +33679,7 @@ ] }, { - "bom-ref": "urn:uuid:cf38ff4f-8d8e-4c07-a2ab-9fedd9f9d82f", + "bom-ref": "urn:uuid:1fd5c755-7535-4feb-8a6e-3698099728bf", "id": "CVE-2019-1010024", "source": { "name": "debian-distro-debian-12", @@ -28626,7 +33712,7 @@ ] }, { - "bom-ref": "urn:uuid:a6121445-9143-4bd9-b7d7-dde4764a0452", + "bom-ref": "urn:uuid:04d8f20c-b625-42bf-a557-9e937c07667c", "id": "CVE-2019-1010025", "source": { "name": "debian-distro-debian-12", @@ -28659,7 +33745,7 @@ ] }, { - "bom-ref": "urn:uuid:e99d3d60-7957-4c0b-b52b-87e763625fab", + "bom-ref": "urn:uuid:0f497227-6ca3-4e15-b061-50f7fede8eaa", "id": "CVE-2019-9192", "source": { "name": "debian-distro-debian-12", @@ -28692,7 +33778,7 @@ ] }, { - "bom-ref": "urn:uuid:142bfc4f-debb-4c17-ae99-cd300a78bbea", + "bom-ref": "urn:uuid:8568bf3f-e179-4add-8579-437b54f0a5a2", "id": "CVE-2021-45346", "source": { "name": "debian-distro-debian-12", @@ -28725,7 +33811,7 @@ ] }, { - "bom-ref": "urn:uuid:0ab11106-888f-49e6-a11d-658668935c20", + "bom-ref": "urn:uuid:8c348723-362f-40d2-95d9-caf2985ce8cc", "id": "CVE-2022-0563", "source": { "name": "debian-distro-debian-12", @@ -28758,7 +33844,7 @@ ] }, { - "bom-ref": "urn:uuid:c8f68d01-b12a-4b2e-8bbb-2ca078128e81", + "bom-ref": "urn:uuid:6bbda319-28e9-4096-ad55-20b961eb44fb", "id": "CVE-2022-27943", "source": { "name": "debian-distro-debian-12", @@ -28791,7 +33877,7 @@ ] }, { - "bom-ref": "urn:uuid:d0da9eb0-d9c1-4ba2-8a01-6c0596d32310", + "bom-ref": "urn:uuid:8b906c8c-f593-436c-b6b7-ba7629d62d13", "id": "CVE-2022-27943", "source": { "name": "debian-distro-debian-12", @@ -28824,7 +33910,7 @@ ] }, { - "bom-ref": "urn:uuid:93143036-9e9e-4d0e-97b1-0779f2a96feb", + "bom-ref": "urn:uuid:428745bb-c819-47c4-8eae-69bfcc67c7a8", "id": "CVE-2022-27943", "source": { "name": "debian-distro-debian-12", @@ -28857,7 +33943,7 @@ ] }, { - "bom-ref": "urn:uuid:f9d79672-5aae-432f-a4a6-e3ff9c54b6c6", + "bom-ref": "urn:uuid:54f9a749-8f7c-479b-beb9-4e3c63e3db8a", "id": "CVE-2023-27043", "source": { "name": "debian-distro-debian-12", @@ -28890,7 +33976,7 @@ ] }, { - "bom-ref": "urn:uuid:753db2e6-5f48-4280-8704-4a1157b56c0a", + "bom-ref": "urn:uuid:91422ef5-d1cb-4abe-aed2-65005478e57b", "id": "CVE-2023-27043", "source": { "name": "debian-distro-debian-12", @@ -28923,7 +34009,7 @@ ] }, { - "bom-ref": "urn:uuid:ff911900-10e9-41eb-b4ac-e85571ec0b93", + "bom-ref": "urn:uuid:746d45c7-6d8e-4688-9b6f-0cff71bc1448", "id": "CVE-2023-27043", "source": { "name": "debian-distro-debian-12", @@ -28956,43 +34042,7 @@ ] }, { - "bom-ref": "urn:uuid:48293cc2-8d8d-4e6d-b57d-4773c1ca6124", - "id": "CVE-2023-38898", - "source": { - "name": "nvd-cpe", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-38898" - }, - "references": [ - { - "id": "CVE-2023-38898", - "source": { - "name": "nvd-cpe", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-38898" - } - } - ], - "ratings": [ - { - "score": 5.3, - "severity": "medium", - "method": "CVSSv31", - "vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" - } - ], - "description": "An issue in Python cpython v.3.7 allows an attacker to obtain sensitive information via the _asyncio._swap_current_task component. NOTE: this is disputed by the vendor because (1) neither 3.7 nor any other release is affected (it is a bug in some 3.12 pre-releases); (2) there are no common scenarios in which an adversary can call _asyncio._swap_current_task but does not already have the ability to call arbitrary functions; and (3) there are no common scenarios in which sensitive information, which is not already accessible to an adversary, becomes accessible through this bug.", - "advisories": [ - { - "url": "https://github.com/python/cpython/issues/105987" - } - ], - "affects": [ - { - "ref": "pkg:generic/python@3.11.10?package-id=431c50eb00a546bb" - } - ] - }, - { - "bom-ref": "urn:uuid:9925c0d0-4836-40fb-bdb8-561356e1d4de", + "bom-ref": "urn:uuid:22b48c98-853e-4f3f-a518-8b8293d38f10", "id": "CVE-2023-4039", "source": { "name": "debian-distro-debian-12", @@ -29009,7 +34059,7 @@ ], "ratings": [ { - "severity": "medium" + "severity": "none" } ], "description": "**DISPUTED**A failure in the -fstack-protector feature in GCC-based toolchains that target AArch64 allows an attacker to exploit an existing buffer overflow in dynamically-sized local variables in your application without this being detected. This stack-protector failure only applies to C99-style dynamically-sized local variables or those created using alloca(). The stack-protector operates as intended for statically-sized local variables. The default behavior when the stack-protector detects an overflow is to terminate your application, resulting in controlled loss of availability. An attacker who can exploit a buffer overflow without triggering the stack-protector might be able to change program flow control to cause an uncontrolled loss of availability or to go further and affect confidentiality or integrity. NOTE: The GCC project argues that this is a missed hardening bug and not a vulnerability by itself.", @@ -29025,7 +34075,7 @@ ] }, { - "bom-ref": "urn:uuid:758977af-0d49-415a-9448-8e7310853f08", + "bom-ref": "urn:uuid:21da2b38-2f35-4e43-9a1f-61359034d587", "id": "CVE-2023-4039", "source": { "name": "debian-distro-debian-12", @@ -29042,7 +34092,7 @@ ], "ratings": [ { - "severity": "medium" + "severity": "none" } ], "description": "**DISPUTED**A failure in the -fstack-protector feature in GCC-based toolchains that target AArch64 allows an attacker to exploit an existing buffer overflow in dynamically-sized local variables in your application without this being detected. This stack-protector failure only applies to C99-style dynamically-sized local variables or those created using alloca(). The stack-protector operates as intended for statically-sized local variables. The default behavior when the stack-protector detects an overflow is to terminate your application, resulting in controlled loss of availability. An attacker who can exploit a buffer overflow without triggering the stack-protector might be able to change program flow control to cause an uncontrolled loss of availability or to go further and affect confidentiality or integrity. NOTE: The GCC project argues that this is a missed hardening bug and not a vulnerability by itself.", @@ -29058,7 +34108,7 @@ ] }, { - "bom-ref": "urn:uuid:a1cd6533-fdf0-4ae3-bb02-0d583eb5923a", + "bom-ref": "urn:uuid:9b1c4814-2da8-4f10-bf7f-82b8f52fc812", "id": "CVE-2023-4039", "source": { "name": "debian-distro-debian-12", @@ -29075,7 +34125,7 @@ ], "ratings": [ { - "severity": "medium" + "severity": "none" } ], "description": "**DISPUTED**A failure in the -fstack-protector feature in GCC-based toolchains that target AArch64 allows an attacker to exploit an existing buffer overflow in dynamically-sized local variables in your application without this being detected. This stack-protector failure only applies to C99-style dynamically-sized local variables or those created using alloca(). The stack-protector operates as intended for statically-sized local variables. The default behavior when the stack-protector detects an overflow is to terminate your application, resulting in controlled loss of availability. An attacker who can exploit a buffer overflow without triggering the stack-protector might be able to change program flow control to cause an uncontrolled loss of availability or to go further and affect confidentiality or integrity. NOTE: The GCC project argues that this is a missed hardening bug and not a vulnerability by itself.", @@ -29091,7 +34141,7 @@ ] }, { - "bom-ref": "urn:uuid:9a889b64-2646-4ac4-afaf-a4396f812ee6", + "bom-ref": "urn:uuid:b9d2166e-a799-4bd2-8653-afaa422a0107", "id": "CVE-2023-45853", "source": { "name": "debian-distro-debian-12", @@ -29124,7 +34174,7 @@ ] }, { - "bom-ref": "urn:uuid:7c13a595-27bd-4dad-9f82-017aef29da9d", + "bom-ref": "urn:uuid:87a1ba16-144e-43ce-8881-f7c64e26b523", "id": "CVE-2023-45918", "source": { "name": "debian-distro-debian-12", @@ -29141,10 +34191,10 @@ ], "ratings": [ { - "severity": "unknown" + "severity": "medium" } ], - "description": "ncurses 6.4-20230610 has a NULL pointer dereference in tgetstr in tinfo/lib_termcap.c.", + "description": "ncurses 6.4-20230610 has a NULL pointer dereference in tgetstr in tinfo/lib_termcap.c. NOTE: Multiple third parties have disputed this indicating upstream does not regard it as a security issue.", "advisories": [ { "url": "https://security-tracker.debian.org/tracker/CVE-2023-45918" @@ -29157,7 +34207,7 @@ ] }, { - "bom-ref": "urn:uuid:96c97ae3-b327-493f-a29d-d42730dd1690", + "bom-ref": "urn:uuid:51d21bf5-b191-4351-8c03-c210f20fadd9", "id": "CVE-2023-45918", "source": { "name": "debian-distro-debian-12", @@ -29174,10 +34224,10 @@ ], "ratings": [ { - "severity": "unknown" + "severity": "medium" } ], - "description": "ncurses 6.4-20230610 has a NULL pointer dereference in tgetstr in tinfo/lib_termcap.c.", + "description": "ncurses 6.4-20230610 has a NULL pointer dereference in tgetstr in tinfo/lib_termcap.c. NOTE: Multiple third parties have disputed this indicating upstream does not regard it as a security issue.", "advisories": [ { "url": "https://security-tracker.debian.org/tracker/CVE-2023-45918" @@ -29190,7 +34240,7 @@ ] }, { - "bom-ref": "urn:uuid:42835a8f-a19f-4908-807c-00d0a7ebc0af", + "bom-ref": "urn:uuid:254e3e53-951f-425d-9b36-3b98969431f0", "id": "CVE-2023-50495", "source": { "name": "debian-distro-debian-12", @@ -29223,7 +34273,7 @@ ] }, { - "bom-ref": "urn:uuid:af0e3ee1-ac4a-4897-95b9-4a52c64ca62b", + "bom-ref": "urn:uuid:f991e571-026a-4734-aa92-eeb816cf02ea", "id": "CVE-2023-50495", "source": { "name": "debian-distro-debian-12", @@ -29256,7 +34306,7 @@ ] }, { - "bom-ref": "urn:uuid:9d6c1256-5232-4f84-9996-a265ee189b3b", + "bom-ref": "urn:uuid:9063a4dc-706f-4551-93d4-6a9b4fc30eaa", "id": "CVE-2023-52425", "source": { "name": "debian-distro-debian-12", @@ -29289,7 +34339,7 @@ ] }, { - "bom-ref": "urn:uuid:4c5cdd99-e26b-4867-b4c2-7cb0254f3d51", + "bom-ref": "urn:uuid:4fa7539f-7aa6-46ac-95ee-9bc297312cf9", "id": "CVE-2023-52426", "source": { "name": "debian-distro-debian-12", @@ -29322,7 +34372,7 @@ ] }, { - "bom-ref": "urn:uuid:d6b6780b-c889-4cf3-b9b1-adf1912046c9", + "bom-ref": "urn:uuid:ca4b8512-9dd6-44be-9d78-2dab61321f72", "id": "CVE-2023-7104", "source": { "name": "debian-distro-debian-12", @@ -29355,7 +34405,7 @@ ] }, { - "bom-ref": "urn:uuid:9af980c1-b500-4f74-ab0b-bebd297b4cbf", + "bom-ref": "urn:uuid:2d84ed38-89e5-4d75-88d4-b8270688b269", "id": "CVE-2024-26458", "source": { "name": "debian-distro-debian-12", @@ -29372,7 +34422,7 @@ ], "ratings": [ { - "severity": "unknown" + "severity": "none" } ], "description": "Kerberos 5 (aka krb5) 1.21.2 contains a memory leak in /krb5/src/lib/rpc/pmap_rmt.c.", @@ -29388,7 +34438,7 @@ ] }, { - "bom-ref": "urn:uuid:24244282-54c2-4df7-9039-32881e1e1374", + "bom-ref": "urn:uuid:a4babaf1-fdcf-4b80-9b36-7f73b46d56ea", "id": "CVE-2024-26458", "source": { "name": "debian-distro-debian-12", @@ -29405,7 +34455,7 @@ ], "ratings": [ { - "severity": "unknown" + "severity": "none" } ], "description": "Kerberos 5 (aka krb5) 1.21.2 contains a memory leak in /krb5/src/lib/rpc/pmap_rmt.c.", @@ -29421,7 +34471,7 @@ ] }, { - "bom-ref": "urn:uuid:30a832d1-1411-4d22-8406-f2e2032de64b", + "bom-ref": "urn:uuid:2c2817e4-ac3c-4a0c-912e-24832185f452", "id": "CVE-2024-26458", "source": { "name": "debian-distro-debian-12", @@ -29438,7 +34488,7 @@ ], "ratings": [ { - "severity": "unknown" + "severity": "none" } ], "description": "Kerberos 5 (aka krb5) 1.21.2 contains a memory leak in /krb5/src/lib/rpc/pmap_rmt.c.", @@ -29454,7 +34504,7 @@ ] }, { - "bom-ref": "urn:uuid:d1bf442c-201e-488d-9093-99a14eadac87", + "bom-ref": "urn:uuid:99766abc-8153-4e10-819b-9fab122cecf0", "id": "CVE-2024-26458", "source": { "name": "debian-distro-debian-12", @@ -29471,7 +34521,7 @@ ], "ratings": [ { - "severity": "unknown" + "severity": "none" } ], "description": "Kerberos 5 (aka krb5) 1.21.2 contains a memory leak in /krb5/src/lib/rpc/pmap_rmt.c.", @@ -29487,7 +34537,7 @@ ] }, { - "bom-ref": "urn:uuid:2e79d82c-77ca-4802-a3c0-f9866a296106", + "bom-ref": "urn:uuid:1a1b5eb0-1140-4f3d-bc5e-c73debe33a24", "id": "CVE-2024-26461", "source": { "name": "debian-distro-debian-12", @@ -29504,7 +34554,7 @@ ], "ratings": [ { - "severity": "high" + "severity": "none" } ], "description": "Kerberos 5 (aka krb5) 1.21.2 contains a memory leak vulnerability in /krb5/src/lib/gssapi/krb5/k5sealv3.c.", @@ -29520,7 +34570,7 @@ ] }, { - "bom-ref": "urn:uuid:055b0bd1-5761-476d-87dc-6470d5ddf777", + "bom-ref": "urn:uuid:2936e079-8df3-4840-a8c8-362a16948d8d", "id": "CVE-2024-26461", "source": { "name": "debian-distro-debian-12", @@ -29537,7 +34587,7 @@ ], "ratings": [ { - "severity": "high" + "severity": "none" } ], "description": "Kerberos 5 (aka krb5) 1.21.2 contains a memory leak vulnerability in /krb5/src/lib/gssapi/krb5/k5sealv3.c.", @@ -29553,7 +34603,7 @@ ] }, { - "bom-ref": "urn:uuid:913593fe-5911-41db-8f8b-9bbf9fdba902", + "bom-ref": "urn:uuid:c8218536-8fa6-40f3-a305-d9bcbce3a413", "id": "CVE-2024-26461", "source": { "name": "debian-distro-debian-12", @@ -29570,7 +34620,7 @@ ], "ratings": [ { - "severity": "high" + "severity": "none" } ], "description": "Kerberos 5 (aka krb5) 1.21.2 contains a memory leak vulnerability in /krb5/src/lib/gssapi/krb5/k5sealv3.c.", @@ -29586,7 +34636,7 @@ ] }, { - "bom-ref": "urn:uuid:9e527c6f-5f88-492b-b959-109f88201737", + "bom-ref": "urn:uuid:19f0602c-f6e2-46f2-926e-8dc89209ce1e", "id": "CVE-2024-26461", "source": { "name": "debian-distro-debian-12", @@ -29603,7 +34653,7 @@ ], "ratings": [ { - "severity": "high" + "severity": "none" } ], "description": "Kerberos 5 (aka krb5) 1.21.2 contains a memory leak vulnerability in /krb5/src/lib/gssapi/krb5/k5sealv3.c.", @@ -29619,7 +34669,7 @@ ] }, { - "bom-ref": "urn:uuid:de5bfd19-0ac3-4ff6-bc9d-59619d27683c", + "bom-ref": "urn:uuid:055f2585-6f43-4e54-920d-bd504f9501b2", "id": "CVE-2024-26462", "source": { "name": "debian-distro-debian-12", @@ -29652,7 +34702,7 @@ ] }, { - "bom-ref": "urn:uuid:3728d18a-e21e-441d-a449-98ddc920bd42", + "bom-ref": "urn:uuid:896fb3e2-8e0a-4f52-9c49-cf6b04a1a4b8", "id": "CVE-2024-26462", "source": { "name": "debian-distro-debian-12", @@ -29685,7 +34735,7 @@ ] }, { - "bom-ref": "urn:uuid:2e7e38f6-c6cd-4c7e-9f1b-d6f547f883a5", + "bom-ref": "urn:uuid:b96d208e-172d-43f0-8aba-ff733fd2585a", "id": "CVE-2024-26462", "source": { "name": "debian-distro-debian-12", @@ -29718,7 +34768,7 @@ ] }, { - "bom-ref": "urn:uuid:1e6c4079-1ba8-45e1-9661-4fa8a9899c01", + "bom-ref": "urn:uuid:82e80869-7d60-49a6-bdae-6ae7723f83ba", "id": "CVE-2024-26462", "source": { "name": "debian-distro-debian-12", @@ -29751,7 +34801,7 @@ ] }, { - "bom-ref": "urn:uuid:dba20585-bfca-429d-9f18-2049801c10e8", + "bom-ref": "urn:uuid:c6b0c2cb-9e2c-4412-b8f7-c6ddb98fa479", "id": "CVE-2024-28757", "source": { "name": "debian-distro-debian-12", @@ -29784,7 +34834,7 @@ ] }, { - "bom-ref": "urn:uuid:158146a7-352c-4157-a4d7-0f59f744a29c", + "bom-ref": "urn:uuid:5655fa81-b5af-49cb-a0c7-3b3bb285271e", "id": "CVE-2024-34155", "source": { "name": "nvd-cpe", @@ -29801,7 +34851,10 @@ ], "ratings": [ { - "severity": "unknown" + "score": 4.3, + "severity": "medium", + "method": "CVSSv31", + "vector": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L" } ], "description": "Calling any of the Parse functions on Go source code which contains deeply nested literals can cause a panic due to stack exhaustion.", @@ -29826,7 +34879,7 @@ ] }, { - "bom-ref": "urn:uuid:284d364c-8166-4f42-8ebf-2865120bed4d", + "bom-ref": "urn:uuid:78f6691c-23da-439a-99d5-e378d80f2176", "id": "CVE-2024-34156", "source": { "name": "nvd-cpe", @@ -29871,7 +34924,7 @@ ] }, { - "bom-ref": "urn:uuid:475d7bbe-e2ca-46fb-bd12-2c7a7b544798", + "bom-ref": "urn:uuid:aa81b973-dd98-47f3-942f-38da600da770", "id": "CVE-2024-34158", "source": { "name": "nvd-cpe", @@ -29916,7 +34969,40 @@ ] }, { - "bom-ref": "urn:uuid:1d35d1b8-070b-4d1f-8743-a1c04bf05196", + "bom-ref": "urn:uuid:44d3d01f-494a-4b39-b5a7-e2703b0eb7c6", + "id": "CVE-2024-50602", + "source": { + "name": "debian-distro-debian-12", + "url": "https://security-tracker.debian.org/tracker/CVE-2024-50602" + }, + "references": [ + { + "id": "CVE-2024-50602", + "source": { + "name": "debian-distro-debian-12", + "url": "https://security-tracker.debian.org/tracker/CVE-2024-50602" + } + } + ], + "ratings": [ + { + "severity": "medium" + } + ], + "description": "An issue was discovered in libexpat before 2.6.4. There is a crash within the XML_ResumeParser function because XML_StopParser can stop/suspend an unstarted parser.", + "advisories": [ + { + "url": "https://security-tracker.debian.org/tracker/CVE-2024-50602" + } + ], + "affects": [ + { + "ref": "pkg:deb/debian/libexpat1@2.5.0-1%2Bdeb12u1?arch=amd64&upstream=expat&distro=debian-12&package-id=8c5efc27111410ac" + } + ] + }, + { + "bom-ref": "urn:uuid:58107bd9-d6c0-4bd5-8f91-073ae60d90b9", "id": "CVE-2024-5535", "source": { "name": "debian-distro-debian-12", @@ -29949,7 +35035,7 @@ ] }, { - "bom-ref": "urn:uuid:33833b8d-dd06-4757-badc-9314ddf005d3", + "bom-ref": "urn:uuid:60436d4d-6dea-480e-87d8-1971f8ebe073", "id": "CVE-2024-6232", "source": { "name": "debian-distro-debian-12", @@ -29982,7 +35068,7 @@ ] }, { - "bom-ref": "urn:uuid:309df38e-6a22-403d-9802-e75b288fc55b", + "bom-ref": "urn:uuid:a1850f5e-ba21-4c2f-80a4-8df04773a7b1", "id": "CVE-2024-6232", "source": { "name": "debian-distro-debian-12", @@ -30015,7 +35101,7 @@ ] }, { - "bom-ref": "urn:uuid:3a438336-3836-48d5-98d4-582fcaa07fc5", + "bom-ref": "urn:uuid:316447e9-9037-4393-b49c-29cc330dfab3", "id": "CVE-2024-6232", "source": { "name": "debian-distro-debian-12", @@ -30048,7 +35134,7 @@ ] }, { - "bom-ref": "urn:uuid:8eda7d76-273e-440a-9464-2c86e2fc1ddf", + "bom-ref": "urn:uuid:040d9596-5ec3-4934-8fd0-1ac78d5d2ee0", "id": "CVE-2024-6923", "source": { "name": "debian-distro-debian-12", @@ -30081,7 +35167,7 @@ ] }, { - "bom-ref": "urn:uuid:b1fa7bc5-36bd-4f43-84a2-71b2a1d376da", + "bom-ref": "urn:uuid:9968276a-40a9-466b-a553-cc659d51c634", "id": "CVE-2024-6923", "source": { "name": "debian-distro-debian-12", @@ -30114,7 +35200,7 @@ ] }, { - "bom-ref": "urn:uuid:ef7d9e39-e86a-4391-ba1a-f94771ace46d", + "bom-ref": "urn:uuid:3be743d3-75e4-464c-b311-3d1a4f6279e1", "id": "CVE-2024-6923", "source": { "name": "debian-distro-debian-12", @@ -30147,7 +35233,7 @@ ] }, { - "bom-ref": "urn:uuid:206d59af-5a6c-43bf-b1ed-182ef87207dd", + "bom-ref": "urn:uuid:82765f33-46b4-46f4-ab44-c69bca13cbe0", "id": "CVE-2024-7592", "source": { "name": "debian-distro-debian-12", @@ -30180,7 +35266,7 @@ ] }, { - "bom-ref": "urn:uuid:dd9d40ed-f354-4b15-9275-ead7d8f2cbb9", + "bom-ref": "urn:uuid:8809a660-4c0e-4cc8-9b25-7d080453acbd", "id": "CVE-2024-7592", "source": { "name": "debian-distro-debian-12", @@ -30213,7 +35299,7 @@ ] }, { - "bom-ref": "urn:uuid:d6f5f24a-dce5-4f8a-a9ba-6a8f3aedc91d", + "bom-ref": "urn:uuid:5d84d103-d317-4276-80d9-b17ae9de6b27", "id": "CVE-2024-7592", "source": { "name": "debian-distro-debian-12", @@ -30246,112 +35332,229 @@ ] }, { - "bom-ref": "urn:uuid:7fc350ce-9d68-4e9f-89af-ff51fdbcc531", - "id": "GHSA-9wx4-h78v-vm56", + "bom-ref": "urn:uuid:1c78e761-8558-4419-b62c-7dc6b1726539", + "id": "CVE-2024-9143", "source": { - "name": "github-language-python", - "url": "https://github.com/advisories/GHSA-9wx4-h78v-vm56" + "name": "debian-distro-debian-12", + "url": "https://security-tracker.debian.org/tracker/CVE-2024-9143" }, "references": [ { - "id": "GHSA-9wx4-h78v-vm56", + "id": "CVE-2024-9143", "source": { - "name": "github-language-python", - "url": "https://github.com/advisories/GHSA-9wx4-h78v-vm56" + "name": "debian-distro-debian-12", + "url": "https://security-tracker.debian.org/tracker/CVE-2024-9143" } } ], "ratings": [ { - "score": 5.6, - "severity": "medium", - "method": "CVSSv31", - "vector": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:N" + "severity": "unknown" } ], - "description": "Requests `Session` object does not verify requests after making first request with verify=False", + "description": "Issue summary: Use of the low-level GF(2^m) elliptic curve APIs with untrusted explicit values for the field polynomial can lead to out-of-bounds memory reads or writes. Impact summary: Out of bound memory writes can lead to an application crash or even a possibility of a remote code execution, however, in all the protocols involving Elliptic Curve Cryptography that we're aware of, either only \"named curves\" are supported, or, if explicit curve parameters are supported, they specify an X9.62 encoding of binary (GF(2^m)) curves that can't represent problematic input values. Thus the likelihood of existence of a vulnerable application is low. In particular, the X9.62 encoding is used for ECC keys in X.509 certificates, so problematic inputs cannot occur in the context of processing X.509 certificates. Any problematic use-cases would have to be using an \"exotic\" curve encoding. The affected APIs include: EC_GROUP_new_curve_GF2m(), EC_GROUP_new_from_params(), and various supporting BN_GF2m_*() functions. Applications working with \"exotic\" explicit binary (GF(2^m)) curve parameters, that make it possible to represent invalid field polynomials with a zero constant term, via the above or similar APIs, may terminate abruptly as a result of reading or writing outside of array bounds. Remote code execution cannot easily be ruled out. The FIPS modules in 3.3, 3.2, 3.1 and 3.0 are not affected by this issue.", "advisories": [ { - "url": "https://github.com/advisories/GHSA-9wx4-h78v-vm56" + "url": "https://security-tracker.debian.org/tracker/CVE-2024-9143" } ], "affects": [ { - "ref": "pkg:pypi/requests@2.31.0?package-id=4c2f455bc9f27f0d" + "ref": "pkg:deb/debian/libssl3@3.0.14-1~deb12u2?arch=amd64&upstream=openssl&distro=debian-12&package-id=8507d2a12f451902" } ] }, { - "bom-ref": "urn:uuid:900b3175-85b3-40fe-b87d-ca88047d2cdc", - "id": "GHSA-h4gh-qq45-vh27", + "bom-ref": "urn:uuid:fd0e432f-6f06-4674-ac04-7064dbf658c9", + "id": "CVE-2024-9287", "source": { - "name": "github-language-python", - "url": "https://github.com/advisories/GHSA-h4gh-qq45-vh27" + "name": "debian-distro-debian-12", + "url": "https://security-tracker.debian.org/tracker/CVE-2024-9287" }, "references": [ { - "id": "GHSA-h4gh-qq45-vh27", + "id": "CVE-2024-9287", "source": { - "name": "github-language-python", - "url": "https://github.com/advisories/GHSA-h4gh-qq45-vh27" + "name": "debian-distro-debian-12", + "url": "https://security-tracker.debian.org/tracker/CVE-2024-9287" } } ], "ratings": [ { - "severity": "medium" + "severity": "unknown" + } + ], + "description": "A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \"activation\" scripts (ie \"source venv/bin/activate\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren't activated before being used (ie \"./venv/bin/python\") are not affected.", + "advisories": [ + { + "url": "https://security-tracker.debian.org/tracker/CVE-2024-9287" + } + ], + "affects": [ + { + "ref": "pkg:deb/debian/libpython3.11-minimal@3.11.2-6%2Bdeb12u3?arch=amd64&upstream=python3.11&distro=debian-12&package-id=9230ff58588ab59d" + } + ] + }, + { + "bom-ref": "urn:uuid:140abeb2-3e44-4c80-b0a3-67dc48876246", + "id": "CVE-2024-9287", + "source": { + "name": "debian-distro-debian-12", + "url": "https://security-tracker.debian.org/tracker/CVE-2024-9287" + }, + "references": [ + { + "id": "CVE-2024-9287", + "source": { + "name": "debian-distro-debian-12", + "url": "https://security-tracker.debian.org/tracker/CVE-2024-9287" + } + } + ], + "ratings": [ + { + "severity": "unknown" + } + ], + "description": "A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \"activation\" scripts (ie \"source venv/bin/activate\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren't activated before being used (ie \"./venv/bin/python\") are not affected.", + "advisories": [ + { + "url": "https://security-tracker.debian.org/tracker/CVE-2024-9287" + } + ], + "affects": [ + { + "ref": "pkg:deb/debian/libpython3.11-stdlib@3.11.2-6%2Bdeb12u3?arch=amd64&upstream=python3.11&distro=debian-12&package-id=186ddf9fa473cc3b" + } + ] + }, + { + "bom-ref": "urn:uuid:4d13e0f9-1edb-4cd2-b4d0-55692df120bc", + "id": "CVE-2024-9287", + "source": { + "name": "nvd-cpe", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-9287" + }, + "references": [ + { + "id": "CVE-2024-9287", + "source": { + "name": "nvd-cpe", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-9287" + } + } + ], + "ratings": [ + { + "severity": "unknown" + } + ], + "description": "A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \"activation\" scripts (ie \"source venv/bin/activate\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren't activated before being used (ie \"./venv/bin/python\") are not affected.", + "advisories": [ + { + "url": "https://github.com/python/cpython/commit/633555735a023d3e4d92ba31da35b1205f9ecbd7" + }, + { + "url": "https://github.com/python/cpython/commit/8450b2482586857d689b6658f08de9c8179af7db" + }, + { + "url": "https://github.com/python/cpython/commit/9286ab3a107ea41bd3f3c3682ce2512692bdded8" + }, + { + "url": "https://github.com/python/cpython/commit/ae961ae94bf19c8f8c7fbea3d1c25cc55ce8ae97" + }, + { + "url": "https://github.com/python/cpython/commit/e52095a0c1005a87eed2276af7a1f2f66e2b6483" + }, + { + "url": "https://github.com/python/cpython/issues/124651" + }, + { + "url": "https://github.com/python/cpython/pull/124712" + }, + { + "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/" + } + ], + "affects": [ + { + "ref": "pkg:generic/python@3.12.7?package-id=41e3f7fc8c7f9c79" + } + ] + }, + { + "bom-ref": "urn:uuid:56d71cac-d314-441b-89e0-40cd17a8981c", + "id": "CVE-2024-9287", + "source": { + "name": "debian-distro-debian-12", + "url": "https://security-tracker.debian.org/tracker/CVE-2024-9287" + }, + "references": [ + { + "id": "CVE-2024-9287", + "source": { + "name": "debian-distro-debian-12", + "url": "https://security-tracker.debian.org/tracker/CVE-2024-9287" + } + } + ], + "ratings": [ + { + "severity": "unknown" } ], - "description": "pyca/cryptography has a vulnerable OpenSSL included in cryptography wheels", + "description": "A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \"activation\" scripts (ie \"source venv/bin/activate\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren't activated before being used (ie \"./venv/bin/python\") are not affected.", "advisories": [ { - "url": "https://github.com/advisories/GHSA-h4gh-qq45-vh27" + "url": "https://security-tracker.debian.org/tracker/CVE-2024-9287" } ], "affects": [ { - "ref": "pkg:pypi/cryptography@43.0.0?package-id=421baa05e84a195d" + "ref": "pkg:deb/debian/python3.11-minimal@3.11.2-6%2Bdeb12u3?arch=amd64&upstream=python3.11&distro=debian-12&package-id=e6bb6083f238fe33" } ] }, { - "bom-ref": "urn:uuid:def945fe-1516-4498-b0a5-8c6ee65d7781", - "id": "GHSA-jpxc-vmjf-9fcj", + "bom-ref": "urn:uuid:aa8320a7-8af9-49b0-ba34-81a922723e20", + "id": "GHSA-9wx4-h78v-vm56", "source": { "name": "github-language-python", - "url": "https://github.com/advisories/GHSA-jpxc-vmjf-9fcj" + "url": "https://github.com/advisories/GHSA-9wx4-h78v-vm56" }, "references": [ { - "id": "GHSA-jpxc-vmjf-9fcj", + "id": "GHSA-9wx4-h78v-vm56", "source": { "name": "github-language-python", - "url": "https://github.com/advisories/GHSA-jpxc-vmjf-9fcj" + "url": "https://github.com/advisories/GHSA-9wx4-h78v-vm56" } } ], "ratings": [ { - "score": 5.5, + "score": 5.6, "severity": "medium", "method": "CVSSv31", - "vector": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" + "vector": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:N" } ], - "description": "Ansible vulnerable to Insertion of Sensitive Information into Log File", + "description": "Requests `Session` object does not verify requests after making first request with verify=False", "advisories": [ { - "url": "https://github.com/advisories/GHSA-jpxc-vmjf-9fcj" + "url": "https://github.com/advisories/GHSA-9wx4-h78v-vm56" } ], "affects": [ { - "ref": "pkg:pypi/ansible-core@2.15.12?package-id=d135d2dbc5855499" + "ref": "pkg:pypi/requests@2.31.0?package-id=dfb10e6816ef4608" } ] }, { - "bom-ref": "urn:uuid:d45fe58a-cf5f-409c-be2d-a014f738ea2c", + "bom-ref": "urn:uuid:de196aca-4466-466b-a9dc-ec1c3586c00a", "id": "GHSA-v23v-6jw2-98fq", "source": { "name": "github-language-go", diff --git a/sboms/docker.io_vectorim_matrix-content-scanner:v1.1.0.json b/sboms/docker.io_vectorim_matrix-content-scanner:v1.1.0.json deleted file mode 100644 index 1d46be5..0000000 --- a/sboms/docker.io_vectorim_matrix-content-scanner:v1.1.0.json +++ /dev/null @@ -1,22462 +0,0 @@ -{ - "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json", - "bomFormat": "CycloneDX", - "specVersion": "1.6", - "serialNumber": "urn:uuid:f0d94cee-6109-482c-ae64-abd85ea54511", - "version": 1, - "metadata": { - "timestamp": "2024-10-15T16:29:50Z", - "tools": { - "components": [ - { - "type": "application", - "author": "anchore", - "name": "grype", - "version": "0.79.2" - } - ] - }, - "component": { - "bom-ref": "7f3602e388dd35d0", - "type": "container", - "name": "docker.io/vectorim/matrix-content-scanner:v1.1.0", - "version": "v1.1.0" - }, - "properties": [ - { - "name": "syft:image:labels:gitsha1", - "value": "4144925b40b331d79f3ef233d031494ede399a2b" - } - ] - }, - "components": [ - { - "bom-ref": "pkg:pypi/pyyaml@6.0.2?package-id=0f860ea4e90e34b3", - "type": "library", - "author": "Kirill Simonov ", - "name": "PyYAML", - "version": "6.0.2", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:kirill_simonov_project:python-PyYAML:6.0.2:*:*:*:*:*:*:*", - "purl": "pkg:pypi/PyYAML@6.0.2", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "python-installed-package-cataloger" - }, - { - "name": "syft:package:language", - "value": "python" - }, - { - "name": "syft:package:type", - "value": "python" - }, - { - "name": "syft:package:metadataType", - "value": "python-package" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:kirill_simonov_project:python_PyYAML:6.0.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:kirill_simonovproject:python-PyYAML:6.0.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:kirill_simonovproject:python_PyYAML:6.0.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:kirill_simonov_project:PyYAML:6.0.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:kirill_simonov:python-PyYAML:6.0.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:kirill_simonov:python_PyYAML:6.0.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:kirill_simonovproject:PyYAML:6.0.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-PyYAML:python-PyYAML:6.0.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-PyYAML:python_PyYAML:6.0.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_PyYAML:python-PyYAML:6.0.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_PyYAML:python_PyYAML:6.0.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:xi_project:python-PyYAML:6.0.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:xi_project:python_PyYAML:6.0.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:xiproject:python-PyYAML:6.0.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:xiproject:python_PyYAML:6.0.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:kirill_simonov:PyYAML:6.0.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:PyYAML:python-PyYAML:6.0.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:PyYAML:python_PyYAML:6.0.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-PyYAML:PyYAML:6.0.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-PyYAML:6.0.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_PyYAML:6.0.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_PyYAML:PyYAML:6.0.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:xi_project:PyYAML:6.0.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:xi:python-PyYAML:6.0.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:xi:python_PyYAML:6.0.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:xiproject:PyYAML:6.0.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:PyYAML:PyYAML:6.0.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:PyYAML:6.0.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:xi:PyYAML:6.0.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/PyYAML-6.0.2.dist-info/METADATA" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/PyYAML-6.0.2.dist-info/RECORD" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/PyYAML-6.0.2.dist-info/top_level.txt" - } - ] - }, - { - "bom-ref": "pkg:nuget/Simple%20Launcher@1.1.0.14?package-id=1658c39e675c49b9", - "type": "library", - "name": "Simple Launcher", - "version": "1.1.0.14", - "cpe": "cpe:2.3:a:Simple_Launcher:Simple_Launcher:1.1.0.14:*:*:*:*:*:*:*", - "purl": "pkg:nuget/Simple%20Launcher@1.1.0.14", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dotnet-portable-executable-cataloger" - }, - { - "name": "syft:package:language", - "value": "dotnet" - }, - { - "name": "syft:package:type", - "value": "dotnet" - }, - { - "name": "syft:package:metadataType", - "value": "dotnet-portable-executable-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:27084441859e539a78a480bc1831bfd04234864689a1ee1257e2ba87d965fdf6" - }, - { - "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/pip/_vendor/distlib/t32.exe" - } - ] - }, - { - "bom-ref": "pkg:nuget/Simple%20Launcher@1.1.0.14?package-id=000d310d129592c4", - "type": "library", - "name": "Simple Launcher", - "version": "1.1.0.14", - "cpe": "cpe:2.3:a:Simple_Launcher:Simple_Launcher:1.1.0.14:*:*:*:*:*:*:*", - "purl": "pkg:nuget/Simple%20Launcher@1.1.0.14", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dotnet-portable-executable-cataloger" - }, - { - "name": "syft:package:language", - "value": "dotnet" - }, - { - "name": "syft:package:type", - "value": "dotnet" - }, - { - "name": "syft:package:metadataType", - "value": "dotnet-portable-executable-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:27084441859e539a78a480bc1831bfd04234864689a1ee1257e2ba87d965fdf6" - }, - { - "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/pip/_vendor/distlib/t64-arm.exe" - } - ] - }, - { - "bom-ref": "pkg:nuget/Simple%20Launcher@1.1.0.14?package-id=022b022756238702", - "type": "library", - "name": "Simple Launcher", - "version": "1.1.0.14", - "cpe": "cpe:2.3:a:Simple_Launcher:Simple_Launcher:1.1.0.14:*:*:*:*:*:*:*", - "purl": "pkg:nuget/Simple%20Launcher@1.1.0.14", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dotnet-portable-executable-cataloger" - }, - { - "name": "syft:package:language", - "value": "dotnet" - }, - { - "name": "syft:package:type", - "value": "dotnet" - }, - { - "name": "syft:package:metadataType", - "value": "dotnet-portable-executable-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:27084441859e539a78a480bc1831bfd04234864689a1ee1257e2ba87d965fdf6" - }, - { - "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/pip/_vendor/distlib/t64.exe" - } - ] - }, - { - "bom-ref": "pkg:nuget/Simple%20Launcher@1.1.0.14?package-id=50b1ed19888df43a", - "type": "library", - "name": "Simple Launcher", - "version": "1.1.0.14", - "cpe": "cpe:2.3:a:Simple_Launcher:Simple_Launcher:1.1.0.14:*:*:*:*:*:*:*", - "purl": "pkg:nuget/Simple%20Launcher@1.1.0.14", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dotnet-portable-executable-cataloger" - }, - { - "name": "syft:package:language", - "value": "dotnet" - }, - { - "name": "syft:package:type", - "value": "dotnet" - }, - { - "name": "syft:package:metadataType", - "value": "dotnet-portable-executable-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:27084441859e539a78a480bc1831bfd04234864689a1ee1257e2ba87d965fdf6" - }, - { - "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/pip/_vendor/distlib/w32.exe" - } - ] - }, - { - "bom-ref": "pkg:nuget/Simple%20Launcher@1.1.0.14?package-id=26c1f0f6084ccf06", - "type": "library", - "name": "Simple Launcher", - "version": "1.1.0.14", - "cpe": "cpe:2.3:a:Simple_Launcher:Simple_Launcher:1.1.0.14:*:*:*:*:*:*:*", - "purl": "pkg:nuget/Simple%20Launcher@1.1.0.14", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dotnet-portable-executable-cataloger" - }, - { - "name": "syft:package:language", - "value": "dotnet" - }, - { - "name": "syft:package:type", - "value": "dotnet" - }, - { - "name": "syft:package:metadataType", - "value": "dotnet-portable-executable-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:27084441859e539a78a480bc1831bfd04234864689a1ee1257e2ba87d965fdf6" - }, - { - "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/pip/_vendor/distlib/w64-arm.exe" - } - ] - }, - { - "bom-ref": "pkg:nuget/Simple%20Launcher@1.1.0.14?package-id=28cf50980a74ba8c", - "type": "library", - "name": "Simple Launcher", - "version": "1.1.0.14", - "cpe": "cpe:2.3:a:Simple_Launcher:Simple_Launcher:1.1.0.14:*:*:*:*:*:*:*", - "purl": "pkg:nuget/Simple%20Launcher@1.1.0.14", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dotnet-portable-executable-cataloger" - }, - { - "name": "syft:package:language", - "value": "dotnet" - }, - { - "name": "syft:package:type", - "value": "dotnet" - }, - { - "name": "syft:package:metadataType", - "value": "dotnet-portable-executable-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:27084441859e539a78a480bc1831bfd04234864689a1ee1257e2ba87d965fdf6" - }, - { - "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/pip/_vendor/distlib/w64.exe" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/adduser@3.134?arch=all&distro=debian-12&package-id=8a49897e59f569c2", - "type": "library", - "publisher": "Debian Adduser Developers ", - "name": "adduser", - "version": "3.134", - "licenses": [ - { - "license": { - "id": "GPL-2.0-only" - } - }, - { - "license": { - "id": "GPL-2.0-or-later" - } - } - ], - "cpe": "cpe:2.3:a:adduser:adduser:3.134:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/adduser@3.134?arch=all&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/adduser/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/adduser.conffiles" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/info/adduser.md5sums" - }, - { - "name": "syft:location:3:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:3:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "686" - } - ] - }, - { - "bom-ref": "pkg:pypi/aiohappyeyeballs@2.4.0?package-id=4f5592f48557da21", - "type": "library", - "author": "J. Nick Koston ", - "name": "aiohappyeyeballs", - "version": "2.4.0", - "licenses": [ - { - "license": { - "id": "Python-2.0.1" - } - } - ], - "cpe": "cpe:2.3:a:python-aiohappyeyeballs:python-aiohappyeyeballs:2.4.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/aiohappyeyeballs@2.4.0", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "python-installed-package-cataloger" - }, - { - "name": "syft:package:language", - "value": "python" - }, - { - "name": "syft:package:type", - "value": "python" - }, - { - "name": "syft:package:metadataType", - "value": "python-package" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-aiohappyeyeballs:python_aiohappyeyeballs:2.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_aiohappyeyeballs:python-aiohappyeyeballs:2.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_aiohappyeyeballs:python_aiohappyeyeballs:2.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:j__nick_koston_project:python-aiohappyeyeballs:2.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:j__nick_koston_project:python_aiohappyeyeballs:2.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:j__nick_kostonproject:python-aiohappyeyeballs:2.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:j__nick_kostonproject:python_aiohappyeyeballs:2.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:aiohappyeyeballs:python-aiohappyeyeballs:2.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:aiohappyeyeballs:python_aiohappyeyeballs:2.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-aiohappyeyeballs:aiohappyeyeballs:2.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_aiohappyeyeballs:aiohappyeyeballs:2.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:j__nick_koston_project:aiohappyeyeballs:2.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:j__nick_koston:python-aiohappyeyeballs:2.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:j__nick_koston:python_aiohappyeyeballs:2.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:j__nick_kostonproject:aiohappyeyeballs:2.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nick_project:python-aiohappyeyeballs:2.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nick_project:python_aiohappyeyeballs:2.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nickproject:python-aiohappyeyeballs:2.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nickproject:python_aiohappyeyeballs:2.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:aiohappyeyeballs:aiohappyeyeballs:2.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:j__nick_koston:aiohappyeyeballs:2.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-aiohappyeyeballs:2.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_aiohappyeyeballs:2.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nick_project:aiohappyeyeballs:2.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nick:python-aiohappyeyeballs:2.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nick:python_aiohappyeyeballs:2.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nickproject:aiohappyeyeballs:2.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:aiohappyeyeballs:2.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nick:aiohappyeyeballs:2.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/aiohappyeyeballs-2.4.0.dist-info/METADATA" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/aiohappyeyeballs-2.4.0.dist-info/RECORD" - } - ] - }, - { - "bom-ref": "pkg:pypi/aiohttp@3.10.5?package-id=6ccf41808327267a", - "type": "library", - "name": "aiohttp", - "version": "3.10.5", - "licenses": [ - { - "license": { - "name": "Apache 2" - } - } - ], - "cpe": "cpe:2.3:a:python-aiohttp:python-aiohttp:3.10.5:*:*:*:*:*:*:*", - "purl": "pkg:pypi/aiohttp@3.10.5", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "python-installed-package-cataloger" - }, - { - "name": "syft:package:language", - "value": "python" - }, - { - "name": "syft:package:type", - "value": "python" - }, - { - "name": "syft:package:metadataType", - "value": "python-package" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-aiohttp:python_aiohttp:3.10.5:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_aiohttp:python-aiohttp:3.10.5:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_aiohttp:python_aiohttp:3.10.5:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:aiohttp:python-aiohttp:3.10.5:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:aiohttp:python_aiohttp:3.10.5:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-aiohttp:aiohttp:3.10.5:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_aiohttp:aiohttp:3.10.5:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-aiohttp:3.10.5:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_aiohttp:3.10.5:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:aiohttp:aiohttp:3.10.5:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:aiohttp:3.10.5:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/aiohttp-3.10.5.dist-info/METADATA" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/aiohttp-3.10.5.dist-info/RECORD" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/aiohttp-3.10.5.dist-info/top_level.txt" - } - ] - }, - { - "bom-ref": "pkg:pypi/aiosignal@1.3.1?package-id=959dfd71de0465ed", - "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-installed-package-cataloger" - }, - { - "name": "syft:package:language", - "value": "python" - }, - { - "name": "syft:package:type", - "value": "python" - }, - { - "name": "syft:package:metadataType", - "value": "python-package" - }, - { - "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:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/aiosignal-1.3.1.dist-info/METADATA" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/aiosignal-1.3.1.dist-info/RECORD" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/aiosignal-1.3.1.dist-info/top_level.txt" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/apt@2.6.1?arch=amd64&distro=debian-12&package-id=d50c2d021f21396b", - "type": "library", - "publisher": "APT Development Team ", - "name": "apt", - "version": "2.6.1", - "licenses": [ - { - "license": { - "id": "BSD-3-Clause" - } - }, - { - "license": { - "id": "GPL-2.0-only" - } - }, - { - "license": { - "id": "GPL-2.0-or-later" - } - }, - { - "license": { - "name": "Expat" - } - } - ], - "cpe": "cpe:2.3:a:apt:apt:2.6.1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/apt@2.6.1?arch=amd64&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/apt/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/apt.conffiles" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/info/apt.md5sums" - }, - { - "name": "syft:location:3:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:3:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "4232" - } - ] - }, - { - "bom-ref": "pkg:pypi/attrs@24.2.0?package-id=2099075e4aa0833f", - "type": "library", - "author": "Hynek Schlawack ", - "name": "attrs", - "version": "24.2.0", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:hynek_schlawack_\\", - "name": "backports.tarfile", - "version": "1.2.0", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:\\\"jason_r__coombs\\\"_\\", - "name": "base-files", - "version": "12.4+deb12u7", - "licenses": [ - { - "license": { - "name": "GPL" - } - } - ], - "cpe": "cpe:2.3:a:base-files:base-files:12.4\\+deb12u7:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/base-files@12.4%2Bdeb12u7?arch=amd64&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:base-files:base_files:12.4\\+deb12u7:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:base_files:base-files:12.4\\+deb12u7:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:base_files:base_files:12.4\\+deb12u7:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:base:base-files:12.4\\+deb12u7:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:base:base_files:12.4\\+deb12u7:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/base-files/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/base-files.conffiles" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/info/base-files.md5sums" - }, - { - "name": "syft:location:3:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:3:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "341" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/base-passwd@3.6.1?arch=amd64&distro=debian-12&package-id=4998ded886abf971", - "type": "library", - "publisher": "Colin Watson ", - "name": "base-passwd", - "version": "3.6.1", - "licenses": [ - { - "license": { - "id": "GPL-2.0-only" - } - }, - { - "license": { - "name": "public-domain" - } - } - ], - "cpe": "cpe:2.3:a:base-passwd:base-passwd:3.6.1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/base-passwd@3.6.1?arch=amd64&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:base-passwd:base_passwd:3.6.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:base_passwd:base-passwd:3.6.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:base_passwd:base_passwd:3.6.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:base:base-passwd:3.6.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:base:base_passwd:3.6.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/base-passwd/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/base-passwd.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "247" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/bash@5.2.15-2%2Bb7?arch=amd64&upstream=bash%405.2.15-2&distro=debian-12&package-id=f715edd1e555e041", - "type": "library", - "publisher": "Matthias Klose ", - "name": "bash", - "version": "5.2.15-2+b7", - "licenses": [ - { - "license": { - "id": "BSD-4-Clause-UC" - } - }, - { - "license": { - "id": "GFDL-1.3-only" - } - }, - { - "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": "Latex2e" - } - }, - { - "license": { - "name": "GFDL-NIV-1.3" - } - }, - { - "license": { - "name": "MIT-like" - } - }, - { - "license": { - "name": "permissive" - } - } - ], - "cpe": "cpe:2.3:a:bash:bash:5.2.15-2\\+b7:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/bash@5.2.15-2%2Bb7?arch=amd64&upstream=bash%405.2.15-2&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/bash/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/bash.conffiles" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/info/bash.md5sums" - }, - { - "name": "syft:location:3:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:3:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "7164" - }, - { - "name": "syft:metadata:source", - "value": "bash" - }, - { - "name": "syft:metadata:sourceVersion", - "value": "5.2.15-2" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/bsdutils@1:2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux%402.38.1-5%2Bdeb12u1&distro=debian-12&package-id=a5f7ee908299e757", - "type": "library", - "publisher": "util-linux packagers ", - "name": "bsdutils", - "version": "1:2.38.1-5+deb12u1", - "licenses": [ - { - "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": { - "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": "BSLA" - } - }, - { - "license": { - "name": "LGPL" - } - }, - { - "license": { - "name": "public-domain" - } - } - ], - "cpe": "cpe:2.3:a:bsdutils:bsdutils:1\\:2.38.1-5\\+deb12u1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/bsdutils@1:2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux%402.38.1-5%2Bdeb12u1&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/bsdutils/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/bsdutils.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "355" - }, - { - "name": "syft:metadata:source", - "value": "util-linux" - }, - { - "name": "syft:metadata:sourceVersion", - "value": "2.38.1-5+deb12u1" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/c-icap@1:0.5.10-4?arch=amd64&distro=debian-12&package-id=67fe1fb1ecb4e69f", - "type": "library", - "publisher": "Debian QA Group ", - "name": "c-icap", - "version": "1:0.5.10-4", - "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": { - "name": "public-domain" - } - } - ], - "cpe": "cpe:2.3:a:c-icap:c-icap:1\\:0.5.10-4:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/c-icap@1:0.5.10-4?arch=amd64&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:c-icap:c_icap:1\\:0.5.10-4:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:c_icap:c-icap:1\\:0.5.10-4:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:c_icap:c_icap:1\\:0.5.10-4:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:c:c-icap:1\\:0.5.10-4:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:c:c_icap:1\\:0.5.10-4:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/c-icap/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/c-icap.conffiles" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/info/c-icap.md5sums" - }, - { - "name": "syft:location:3:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:3:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "440" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/ca-certificates@20230311?arch=all&distro=debian-12&package-id=a19b0036f2925522", - "type": "library", - "publisher": "Julien Cristau ", - "name": "ca-certificates", - "version": "20230311", - "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:20230311:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/ca-certificates@20230311?arch=all&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ca-certificates:ca_certificates:20230311:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ca_certificates:ca-certificates:20230311:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ca_certificates:ca_certificates:20230311:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ca:ca-certificates:20230311:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ca:ca_certificates:20230311:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8071ff649a449defbaa4d7209e80dc8e3b33b95fea41de9773b2af4cb23a4427" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/ca-certificates/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8071ff649a449defbaa4d7209e80dc8e3b33b95fea41de9773b2af4cb23a4427" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/ca-certificates.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "384" - } - ] - }, - { - "bom-ref": "pkg:pypi/cachetools@5.5.0?package-id=7ef359199d57e6fb", - "type": "library", - "author": "Thomas Kemmer ", - "name": "cachetools", - "version": "5.5.0", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:thomas_kemmer_project:python-cachetools:5.5.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/cachetools@5.5.0", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "python-installed-package-cataloger" - }, - { - "name": "syft:package:language", - "value": "python" - }, - { - "name": "syft:package:type", - "value": "python" - }, - { - "name": "syft:package:metadataType", - "value": "python-package" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas_kemmer_project:python_cachetools:5.5.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas_kemmerproject:python-cachetools:5.5.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas_kemmerproject:python_cachetools:5.5.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-cachetools:python-cachetools:5.5.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-cachetools:python_cachetools:5.5.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_cachetools:python-cachetools:5.5.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_cachetools:python_cachetools:5.5.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:tkemmer_project:python-cachetools:5.5.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:tkemmer_project:python_cachetools:5.5.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas_kemmer_project:cachetools:5.5.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:tkemmerproject:python-cachetools:5.5.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:tkemmerproject:python_cachetools:5.5.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas_kemmer:python-cachetools:5.5.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas_kemmer:python_cachetools:5.5.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas_kemmerproject:cachetools:5.5.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:cachetools:python-cachetools:5.5.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:cachetools:python_cachetools:5.5.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-cachetools:cachetools:5.5.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_cachetools:cachetools:5.5.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:tkemmer_project:cachetools:5.5.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:tkemmer:python-cachetools:5.5.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:tkemmer:python_cachetools:5.5.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:tkemmerproject:cachetools:5.5.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-cachetools:5.5.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_cachetools:5.5.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:thomas_kemmer:cachetools:5.5.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:cachetools:cachetools:5.5.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:tkemmer:cachetools:5.5.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:cachetools:5.5.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/cachetools-5.5.0.dist-info/METADATA" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/cachetools-5.5.0.dist-info/RECORD" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/cachetools-5.5.0.dist-info/top_level.txt" - } - ] - }, - { - "bom-ref": "pkg:pypi/canonicaljson@2.0.0?package-id=cece6c8380222801", - "type": "library", - "author": "Matrix.org Team and Contributors ", - "name": "canonicaljson", - "version": "2.0.0", - "licenses": [ - { - "license": { - "name": "Apache License, Version 2.0" - } - } - ], - "cpe": "cpe:2.3:a:matrix_org_team_and_contributors_project:python-canonicaljson:2.0.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/canonicaljson@2.0.0", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "python-installed-package-cataloger" - }, - { - "name": "syft:package:language", - "value": "python" - }, - { - "name": "syft:package:type", - "value": "python" - }, - { - "name": "syft:package:metadataType", - "value": "python-package" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_org_team_and_contributors_project:python_canonicaljson:2.0.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_org_team_and_contributorsproject:python-canonicaljson:2.0.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_org_team_and_contributorsproject:python_canonicaljson:2.0.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_org_team_and_contributors_project:canonicaljson:2.0.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_org_team_and_contributors:python-canonicaljson:2.0.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_org_team_and_contributors:python_canonicaljson:2.0.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_org_team_and_contributorsproject:canonicaljson:2.0.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_org_team_and_contributors:canonicaljson:2.0.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-canonicaljson:python-canonicaljson:2.0.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-canonicaljson:python_canonicaljson:2.0.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_canonicaljson:python-canonicaljson:2.0.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_canonicaljson:python_canonicaljson:2.0.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:packages_project:python-canonicaljson:2.0.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:packages_project:python_canonicaljson:2.0.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:packagesproject:python-canonicaljson:2.0.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:packagesproject:python_canonicaljson:2.0.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:canonicaljson:python-canonicaljson:2.0.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:canonicaljson:python_canonicaljson:2.0.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-canonicaljson:canonicaljson:2.0.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_canonicaljson:canonicaljson:2.0.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:packages_project:canonicaljson:2.0.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:packages:python-canonicaljson:2.0.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:packages:python_canonicaljson:2.0.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:packagesproject:canonicaljson:2.0.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:canonicaljson:canonicaljson:2.0.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-canonicaljson:2.0.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_canonicaljson:2.0.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:packages:canonicaljson:2.0.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:canonicaljson:2.0.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/canonicaljson-2.0.0.dist-info/METADATA" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/canonicaljson-2.0.0.dist-info/RECORD" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/canonicaljson-2.0.0.dist-info/top_level.txt" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/coreutils@9.1-1?arch=amd64&distro=debian-12&package-id=c6bc56609e4b9d8e", - "type": "library", - "publisher": "Michael Stone ", - "name": "coreutils", - "version": "9.1-1", - "licenses": [ - { - "license": { - "id": "BSD-4-Clause-UC" - } - }, - { - "license": { - "id": "FSFULLR" - } - }, - { - "license": { - "id": "GFDL-1.3-only" - } - }, - { - "license": { - "id": "GPL-3.0-only" - } - }, - { - "license": { - "id": "GPL-3.0-or-later" - } - }, - { - "license": { - "id": "ISC" - } - }, - { - "license": { - "name": "GFDL-NIV-1.3" - } - } - ], - "cpe": "cpe:2.3:a:coreutils:coreutils:9.1-1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/coreutils@9.1-1?arch=amd64&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/coreutils/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/coreutils.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "18062" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/dash@0.5.12-2?arch=amd64&distro=debian-12&package-id=dfb8fa00a791d161", - "type": "library", - "publisher": "Andrej Shadura ", - "name": "dash", - "version": "0.5.12-2", - "licenses": [ - { - "license": { - "id": "BSD-3-Clause" - } - }, - { - "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.12-2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/dash@0.5.12-2?arch=amd64&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/dash/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/dash.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "191" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/debconf@1.5.82?arch=all&distro=debian-12&package-id=cd568950fffd83d7", - "type": "library", - "publisher": "Debconf Developers ", - "name": "debconf", - "version": "1.5.82", - "licenses": [ - { - "license": { - "id": "BSD-2-Clause" - } - } - ], - "cpe": "cpe:2.3:a:debconf:debconf:1.5.82:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/debconf@1.5.82?arch=all&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/debconf/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/debconf.conffiles" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/info/debconf.md5sums" - }, - { - "name": "syft:location:3:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:3:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "491" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/debian-archive-keyring@2023.3%2Bdeb12u1?arch=all&distro=debian-12&package-id=5f72b60542cf0be2", - "type": "library", - "publisher": "Debian Release Team ", - "name": "debian-archive-keyring", - "version": "2023.3+deb12u1", - "licenses": [ - { - "license": { - "name": "GPL" - } - } - ], - "cpe": "cpe:2.3:a:debian-archive-keyring:debian-archive-keyring:2023.3\\+deb12u1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/debian-archive-keyring@2023.3%2Bdeb12u1?arch=all&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:debian-archive-keyring:debian_archive_keyring:2023.3\\+deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:debian_archive_keyring:debian-archive-keyring:2023.3\\+deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:debian_archive_keyring:debian_archive_keyring:2023.3\\+deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:debian-archive:debian-archive-keyring:2023.3\\+deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:debian-archive:debian_archive_keyring:2023.3\\+deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:debian_archive:debian-archive-keyring:2023.3\\+deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:debian_archive:debian_archive_keyring:2023.3\\+deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:debian:debian-archive-keyring:2023.3\\+deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:debian:debian_archive_keyring:2023.3\\+deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/debian-archive-keyring/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/debian-archive-keyring.conffiles" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/info/debian-archive-keyring.md5sums" - }, - { - "name": "syft:location:3:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:3:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "272" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/debianutils@5.7-0.5~deb12u1?arch=amd64&distro=debian-12&package-id=491d4893a84ee6f1", - "type": "library", - "publisher": "Clint Adams ", - "name": "debianutils", - "version": "5.7-0.5~deb12u1", - "licenses": [ - { - "license": { - "id": "GPL-2.0-only" - } - }, - { - "license": { - "id": "GPL-2.0-or-later" - } - }, - { - "license": { - "name": "SMAIL-GPL" - } - }, - { - "license": { - "name": "public-domain" - } - } - ], - "cpe": "cpe:2.3:a:debianutils:debianutils:5.7-0.5\\~deb12u1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/debianutils@5.7-0.5~deb12u1?arch=amd64&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/debianutils/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/debianutils.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "243" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/diffutils@1:3.8-4?arch=amd64&distro=debian-12&package-id=7b8a5443f3ae24b7", - "type": "library", - "publisher": "Santiago Vila ", - "name": "diffutils", - "version": "1:3.8-4", - "licenses": [ - { - "license": { - "id": "FSFAP" - } - }, - { - "license": { - "id": "FSFULLR" - } - }, - { - "license": { - "id": "GFDL-1.3-only" - } - }, - { - "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" - } - }, - { - "license": { - "id": "LGPL-3.0-only" - } - }, - { - "license": { - "id": "LGPL-3.0-or-later" - } - }, - { - "license": { - "id": "X11" - } - }, - { - "license": { - "name": "GFDL-NIV-1.3" - } - }, - { - "license": { - "name": "public-domain" - } - } - ], - "cpe": "cpe:2.3:a:diffutils:diffutils:1\\:3.8-4:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/diffutils@1:3.8-4?arch=amd64&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/diffutils/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/diffutils.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "1598" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/dpkg@1.21.22?arch=amd64&distro=debian-12&package-id=e7dfdbaa2c8d0db8", - "type": "library", - "publisher": "Dpkg Developers ", - "name": "dpkg", - "version": "1.21.22", - "licenses": [ - { - "license": { - "id": "BSD-2-Clause" - } - }, - { - "license": { - "id": "GPL-2.0-only" - } - }, - { - "license": { - "id": "GPL-2.0-or-later" - } - }, - { - "license": { - "name": "public-domain-s-s-d" - } - } - ], - "cpe": "cpe:2.3:a:dpkg:dpkg:1.21.22:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/dpkg@1.21.22?arch=amd64&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/dpkg/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/dpkg.conffiles" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/info/dpkg.md5sums" - }, - { - "name": "syft:location:3:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:3:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "6409" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/e2fsprogs@1.47.0-2?arch=amd64&distro=debian-12&package-id=603134b12dc04fbb", - "type": "library", - "publisher": "Theodore Y. Ts'o ", - "name": "e2fsprogs", - "version": "1.47.0-2", - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - }, - { - "license": { - "id": "BSD-3-Clause" - } - }, - { - "license": { - "id": "GPL-2.0-only" - } - }, - { - "license": { - "id": "GPL-2.0-or-later" - } - }, - { - "license": { - "id": "ISC" - } - }, - { - "license": { - "id": "Kazlib" - } - }, - { - "license": { - "id": "LGPL-2.0-only" - } - }, - { - "license": { - "id": "Latex2e" - } - }, - { - "license": { - "name": "GPL" - } - } - ], - "cpe": "cpe:2.3:a:e2fsprogs:e2fsprogs:1.47.0-2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/e2fsprogs@1.47.0-2?arch=amd64&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/e2fsprogs/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/e2fsprogs.conffiles" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/info/e2fsprogs.md5sums" - }, - { - "name": "syft:location:3:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:3:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "1496" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/findutils@4.9.0-4?arch=amd64&distro=debian-12&package-id=c25bb66032b208ef", - "type": "library", - "publisher": "Andreas Metzler ", - "name": "findutils", - "version": "4.9.0-4", - "licenses": [ - { - "license": { - "id": "BSD-3-Clause" - } - }, - { - "license": { - "id": "FSFAP" - } - }, - { - "license": { - "id": "FSFULLR" - } - }, - { - "license": { - "id": "GFDL-1.3-only" - } - }, - { - "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": "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": { - "id": "LGPL-3.0-only" - } - }, - { - "license": { - "id": "LGPL-3.0-or-later" - } - }, - { - "license": { - "id": "X11" - } - }, - { - "license": { - "name": "GFDL-NIV-1.3+" - } - }, - { - "license": { - "name": "GPL" - } - }, - { - "license": { - "name": "public-domain" - } - } - ], - "cpe": "cpe:2.3:a:findutils:findutils:4.9.0-4:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/findutils@4.9.0-4?arch=amd64&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/findutils/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/findutils.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "1746" - } - ] - }, - { - "bom-ref": "pkg:pypi/frozenlist@1.4.1?package-id=a29df690fdfd314d", - "type": "library", - "name": "frozenlist", - "version": "1.4.1", - "licenses": [ - { - "license": { - "name": "Apache 2" - } - } - ], - "cpe": "cpe:2.3:a:python-frozenlist:python-frozenlist:1.4.1:*:*:*:*:*:*:*", - "purl": "pkg:pypi/frozenlist@1.4.1", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "python-installed-package-cataloger" - }, - { - "name": "syft:package:language", - "value": "python" - }, - { - "name": "syft:package:type", - "value": "python" - }, - { - "name": "syft:package:metadataType", - "value": "python-package" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-frozenlist:python_frozenlist:1.4.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_frozenlist:python-frozenlist:1.4.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_frozenlist:python_frozenlist:1.4.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:frozenlist:python-frozenlist:1.4.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:frozenlist:python_frozenlist:1.4.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-frozenlist:frozenlist:1.4.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_frozenlist:frozenlist:1.4.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-frozenlist:1.4.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_frozenlist:1.4.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:frozenlist:frozenlist:1.4.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:frozenlist:1.4.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/frozenlist-1.4.1.dist-info/METADATA" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/frozenlist-1.4.1.dist-info/RECORD" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/frozenlist-1.4.1.dist-info/top_level.txt" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/gcc-12-base@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=2d9c105581cbe6a2", - "type": "library", - "publisher": "Debian GCC Maintainers ", - "name": "gcc-12-base", - "version": "12.2.0-14", - "licenses": [ - { - "license": { - "id": "GFDL-1.2-only" - } - }, - { - "license": { - "id": "GPL-2.0-only" - } - }, - { - "license": { - "id": "GPL-3.0-only" - } - }, - { - "license": { - "name": "Artistic" - } - }, - { - "license": { - "name": "GPL" - } - }, - { - "license": { - "name": "LGPL" - } - } - ], - "cpe": "cpe:2.3:a:gcc-12-base:gcc-12-base:12.2.0-14:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/gcc-12-base@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:gcc-12-base:gcc_12_base:12.2.0-14:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:gcc_12_base:gcc-12-base:12.2.0-14:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:gcc_12_base:gcc_12_base:12.2.0-14:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:gcc-12:gcc-12-base:12.2.0-14:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:gcc-12:gcc_12_base:12.2.0-14:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:gcc_12:gcc-12-base:12.2.0-14:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:gcc_12:gcc_12_base:12.2.0-14:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:gcc:gcc-12-base:12.2.0-14:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:gcc:gcc_12_base:12.2.0-14:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/gcc-12-base/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/gcc-12-base:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "100" - }, - { - "name": "syft:metadata:source", - "value": "gcc-12" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/gpgv@2.2.40-1.1?arch=amd64&upstream=gnupg2&distro=debian-12&package-id=2bba05a28999480c", - "type": "library", - "publisher": "Debian GnuPG Maintainers ", - "name": "gpgv", - "version": "2.2.40-1.1", - "licenses": [ - { - "license": { - "id": "BSD-3-Clause" - } - }, - { - "license": { - "id": "CC0-1.0" - } - }, - { - "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": "Expat" - } - }, - { - "license": { - "name": "RFC-Reference" - } - }, - { - "license": { - "name": "TinySCHEME" - } - }, - { - "license": { - "name": "permissive" - } - } - ], - "cpe": "cpe:2.3:a:gpgv:gpgv:2.2.40-1.1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/gpgv@2.2.40-1.1?arch=amd64&upstream=gnupg2&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/gpgv/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/gpgv.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "917" - }, - { - "name": "syft:metadata:source", - "value": "gnupg2" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/grep@3.8-5?arch=amd64&distro=debian-12&package-id=a8613391d2f5a59d", - "type": "library", - "publisher": "Anibal Monsalve Salazar ", - "name": "grep", - "version": "3.8-5", - "licenses": [ - { - "license": { - "id": "GPL-3.0-only" - } - }, - { - "license": { - "id": "GPL-3.0-or-later" - } - } - ], - "cpe": "cpe:2.3:a:grep:grep:3.8-5:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/grep@3.8-5?arch=amd64&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/grep/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/grep.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "1245" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/gzip@1.12-1?arch=amd64&distro=debian-12&package-id=c6ca962da553aeaa", - "type": "library", - "publisher": "Milan Kupcevic ", - "name": "gzip", - "version": "1.12-1", - "licenses": [ - { - "license": { - "id": "GPL-3.0-only" - } - }, - { - "license": { - "id": "GPL-3.0-or-later" - } - }, - { - "license": { - "name": "FSF-manpages" - } - }, - { - "license": { - "name": "GFDL-1.3+-no-invariant" - } - }, - { - "license": { - "name": "GFDL-3" - } - } - ], - "cpe": "cpe:2.3:a:gzip:gzip:1.12-1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/gzip@1.12-1?arch=amd64&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/gzip/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/gzip.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "252" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/hostname@3.23%2Bnmu1?arch=amd64&distro=debian-12&package-id=ade4f6873a3cf602", - "type": "library", - "publisher": "Michael Meskes ", - "name": "hostname", - "version": "3.23+nmu1", - "licenses": [ - { - "license": { - "id": "GPL-2.0-only" - } - } - ], - "cpe": "cpe:2.3:a:hostname:hostname:3.23\\+nmu1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/hostname@3.23%2Bnmu1?arch=amd64&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/hostname/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/hostname.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "46" - } - ] - }, - { - "bom-ref": "pkg:pypi/humanfriendly@10.0?package-id=377bf344a2c4a5a8", - "type": "library", - "author": "Peter Odding ", - "name": "humanfriendly", - "version": "10.0", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:peter_odding_project:python-humanfriendly:10.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/humanfriendly@10.0", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "python-installed-package-cataloger" - }, - { - "name": "syft:package:language", - "value": "python" - }, - { - "name": "syft:package:type", - "value": "python" - }, - { - "name": "syft:package:metadataType", - "value": "python-package" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:peter_odding_project:python_humanfriendly:10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-humanfriendly:python-humanfriendly:10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-humanfriendly:python_humanfriendly:10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_humanfriendly:python-humanfriendly:10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_humanfriendly:python_humanfriendly:10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:peter_oddingproject:python-humanfriendly:10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:peter_oddingproject:python_humanfriendly:10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:humanfriendly:python-humanfriendly:10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:humanfriendly:python_humanfriendly:10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:peter_odding_project:humanfriendly:10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:peter_project:python-humanfriendly:10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:peter_project:python_humanfriendly:10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-humanfriendly:humanfriendly:10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_humanfriendly:humanfriendly:10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:peter_odding:python-humanfriendly:10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:peter_odding:python_humanfriendly:10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:peter_oddingproject:humanfriendly:10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:peterproject:python-humanfriendly:10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:peterproject:python_humanfriendly:10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:humanfriendly:humanfriendly:10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:peter_project:humanfriendly:10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-humanfriendly:10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_humanfriendly:10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:peter:python-humanfriendly:10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:peter:python_humanfriendly:10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:peter_odding:humanfriendly:10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:peterproject:humanfriendly:10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:humanfriendly:10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:peter:humanfriendly:10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/humanfriendly-10.0.dist-info/METADATA" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/humanfriendly-10.0.dist-info/RECORD" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/humanfriendly-10.0.dist-info/top_level.txt" - } - ] - }, - { - "bom-ref": "pkg:pypi/idna@3.8?package-id=e4d37c315a188847", - "type": "library", - "author": "Kim Davies ", - "name": "idna", - "version": "3.8", - "cpe": "cpe:2.3:a:kim_davies_\\", - "name": "importlib_metadata", - "version": "8.0.0", - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "cpe": "cpe:2.3:a:\\\"jason_r__coombs\\\"_\\", - "name": "importlib_resources", - "version": "6.4.0", - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "cpe": "cpe:2.3:a:python-importlib-resources:python-importlib-resources:6.4.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/importlib_resources@6.4.0", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "python-installed-package-cataloger" - }, - { - "name": "syft:package:language", - "value": "python" - }, - { - "name": "syft:package:type", - "value": "python" - }, - { - "name": "syft:package:metadataType", - "value": "python-package" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-importlib-resources:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-importlib-resources:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-importlib_resources:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-importlib_resources:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-importlib_resources:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_importlib_resources:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_importlib_resources:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_importlib_resources:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_warsaw_project:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_warsaw_project:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_warsaw_project:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_warsawproject:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_warsawproject:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_warsawproject:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:importlib-resources:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:importlib-resources:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:importlib-resources:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:importlib_resources:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:importlib_resources:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:importlib_resources:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-importlib-resources:importlib-resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-importlib-resources:importlib_resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-importlib_resources:importlib-resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-importlib_resources:importlib_resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_importlib_resources:importlib-resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_importlib_resources:importlib_resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-importlib:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-importlib:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-importlib:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_importlib:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_importlib:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_importlib:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_project:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_project:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_project:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_warsaw_project:importlib-resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_warsaw_project:importlib_resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_warsaw:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_warsaw:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_warsaw:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_warsawproject:importlib-resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_warsawproject:importlib_resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barryproject:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barryproject:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barryproject:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:importlib-resources:importlib-resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:importlib-resources:importlib_resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:importlib_resources:importlib-resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:importlib_resources:importlib_resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:importlib:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:importlib:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:importlib:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-importlib:importlib-resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-importlib:importlib_resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_importlib:importlib-resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_importlib:importlib_resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_project:importlib-resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_project:importlib_resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry:python-importlib-resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry:python-importlib_resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry:python_importlib_resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_warsaw:importlib-resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry_warsaw:importlib_resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barryproject:importlib-resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barryproject:importlib_resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:importlib:importlib-resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:importlib:importlib_resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:importlib-resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:importlib_resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry:importlib-resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:barry:importlib_resources:6.4.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources-6.4.0.dist-info/METADATA" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources-6.4.0.dist-info/RECORD" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources-6.4.0.dist-info/top_level.txt" - } - ] - }, - { - "bom-ref": "pkg:pypi/inflect@7.3.1?package-id=d7e59e305df9b723", - "type": "library", - "author": "Paul Dyson ", - "name": "inflect", - "version": "7.3.1", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:paul_dyson_\\", - "name": "init-system-helpers", - "version": "1.65.2", - "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.65.2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/init-system-helpers@1.65.2?arch=all&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:init-system-helpers:init_system_helpers:1.65.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:init_system_helpers:init-system-helpers:1.65.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:init_system_helpers:init_system_helpers:1.65.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:init-system:init-system-helpers:1.65.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:init-system:init_system_helpers:1.65.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:init_system:init-system-helpers:1.65.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:init_system:init_system_helpers:1.65.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:init:init-system-helpers:1.65.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:init:init_system_helpers:1.65.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/init-system-helpers/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/init-system-helpers.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "140" - } - ] - }, - { - "bom-ref": "pkg:pypi/jaraco.context@5.3.0?package-id=f2bf8169ce78b070", - "type": "library", - "author": "Jason R. Coombs ", - "name": "jaraco.context", - "version": "5.3.0", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:jason_r__coombs_project:python-jaraco.context:5.3.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/jaraco.context@5.3.0", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "python-installed-package-cataloger" - }, - { - "name": "syft:package:language", - "value": "python" - }, - { - "name": "syft:package:type", - "value": "python" - }, - { - "name": "syft:package:metadataType", - "value": "python-package" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:jason_r__coombs_project:python_jaraco.context:5.3.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:jason_r__coombsproject:python-jaraco.context:5.3.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:jason_r__coombsproject:python_jaraco.context:5.3.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-jaraco.context:python-jaraco.context:5.3.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-jaraco.context:python_jaraco.context:5.3.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_jaraco.context:python-jaraco.context:5.3.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_jaraco.context:python_jaraco.context:5.3.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:jason_r__coombs_project:jaraco.context:5.3.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:jason_r__coombs:python-jaraco.context:5.3.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:jason_r__coombs:python_jaraco.context:5.3.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:jason_r__coombsproject:jaraco.context:5.3.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:jaraco.context:python-jaraco.context:5.3.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:jaraco.context:python_jaraco.context:5.3.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:jaraco_project:python-jaraco.context:5.3.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:jaraco_project:python_jaraco.context:5.3.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-jaraco.context:jaraco.context:5.3.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_jaraco.context:jaraco.context:5.3.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:jaracoproject:python-jaraco.context:5.3.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:jaracoproject:python_jaraco.context:5.3.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:jason_r__coombs:jaraco.context:5.3.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:jaraco.context:jaraco.context:5.3.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:jaraco_project:jaraco.context:5.3.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:jaraco:python-jaraco.context:5.3.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:jaraco:python_jaraco.context:5.3.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:jaracoproject:jaraco.context:5.3.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-jaraco.context:5.3.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_jaraco.context:5.3.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:jaraco:jaraco.context:5.3.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:jaraco.context:5.3.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/METADATA" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/RECORD" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/top_level.txt" - } - ] - }, - { - "bom-ref": "pkg:pypi/jaraco.functools@4.0.1?package-id=06afee6faa51084a", - "type": "library", - "author": "\"Jason R. Coombs\" ", - "name": "jaraco.functools", - "version": "4.0.1", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:\\\"jason_r__coombs\\\"_\\", - "name": "jaraco.text", - "version": "3.12.1", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:\\\"jason_r__coombs\\\"_\\", - "name": "jsonschema", - "version": "4.23.0", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:julian_berman_\\", - "name": "jsonschema-specifications", - "version": "2023.12.1", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:julian\\+jsonschema_specifications_project:python-jsonschema-specifications:2023.12.1:*:*:*:*:*:*:*", - "purl": "pkg:pypi/jsonschema-specifications@2023.12.1", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "python-installed-package-cataloger" - }, - { - "name": "syft:package:language", - "value": "python" - }, - { - "name": "syft:package:type", - "value": "python" - }, - { - "name": "syft:package:metadataType", - "value": "python-package" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:julian\\+jsonschema_specifications_project:python_jsonschema_specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:julian\\+jsonschema_specificationsproject:python-jsonschema-specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:julian\\+jsonschema_specificationsproject:python_jsonschema_specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:julian\\+jsonschema_specifications_project:jsonschema-specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:julian\\+jsonschema_specifications_project:jsonschema_specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:julian\\+jsonschema-specifications:python-jsonschema-specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:julian\\+jsonschema-specifications:python_jsonschema_specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:julian\\+jsonschema_specifications:python-jsonschema-specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:julian\\+jsonschema_specifications:python_jsonschema_specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:julian\\+jsonschema_specificationsproject:jsonschema-specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:julian\\+jsonschema_specificationsproject:jsonschema_specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-jsonschema-specifications:python-jsonschema-specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-jsonschema-specifications:python_jsonschema_specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_jsonschema_specifications:python-jsonschema-specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_jsonschema_specifications:python_jsonschema_specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:jsonschema-specifications:python-jsonschema-specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:jsonschema-specifications:python_jsonschema_specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:jsonschema_specifications:python-jsonschema-specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:jsonschema_specifications:python_jsonschema_specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:julian\\+jsonschema-specifications:jsonschema-specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:julian\\+jsonschema-specifications:jsonschema_specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:julian\\+jsonschema_specifications:jsonschema-specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:julian\\+jsonschema_specifications:jsonschema_specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-jsonschema-specifications:jsonschema-specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-jsonschema-specifications:jsonschema_specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_jsonschema_specifications:jsonschema-specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_jsonschema_specifications:jsonschema_specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:julian_berman_project:python-jsonschema-specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:julian_berman_project:python_jsonschema_specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:julian_bermanproject:python-jsonschema-specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:julian_bermanproject:python_jsonschema_specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:jsonschema-specifications:jsonschema-specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:jsonschema-specifications:jsonschema_specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:jsonschema_specifications:jsonschema-specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:jsonschema_specifications:jsonschema_specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-jsonschema:python-jsonschema-specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-jsonschema:python_jsonschema_specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_jsonschema:python-jsonschema-specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_jsonschema:python_jsonschema_specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:julian_berman_project:jsonschema-specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:julian_berman_project:jsonschema_specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:julian_berman:python-jsonschema-specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:julian_berman:python_jsonschema_specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:julian_bermanproject:jsonschema-specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:julian_bermanproject:jsonschema_specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:jsonschema:python-jsonschema-specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:jsonschema:python_jsonschema_specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-jsonschema:jsonschema-specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-jsonschema:jsonschema_specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_jsonschema:jsonschema-specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_jsonschema:jsonschema_specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:julian_berman:jsonschema-specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:julian_berman:jsonschema_specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-jsonschema-specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_jsonschema_specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:jsonschema:jsonschema-specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:jsonschema:jsonschema_specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:jsonschema-specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:jsonschema_specifications:2023.12.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/jsonschema_specifications-2023.12.1.dist-info/METADATA" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/jsonschema_specifications-2023.12.1.dist-info/RECORD" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libacl1@2.3.1-3?arch=amd64&upstream=acl&distro=debian-12&package-id=4c1c362901b4ae1d", - "type": "library", - "publisher": "Guillem Jover ", - "name": "libacl1", - "version": "2.3.1-3", - "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-3:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libacl1@2.3.1-3?arch=amd64&upstream=acl&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libacl1/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libacl1:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "73" - }, - { - "name": "syft:metadata:source", - "value": "acl" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libapt-pkg6.0@2.6.1?arch=amd64&upstream=apt&distro=debian-12&package-id=18ed075bb8b76c7f", - "type": "library", - "publisher": "APT Development Team ", - "name": "libapt-pkg6.0", - "version": "2.6.1", - "licenses": [ - { - "license": { - "id": "BSD-3-Clause" - } - }, - { - "license": { - "id": "GPL-2.0-only" - } - }, - { - "license": { - "id": "GPL-2.0-or-later" - } - }, - { - "license": { - "name": "Expat" - } - } - ], - "cpe": "cpe:2.3:a:libapt-pkg6.0:libapt-pkg6.0:2.6.1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libapt-pkg6.0@2.6.1?arch=amd64&upstream=apt&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libapt-pkg6.0:libapt_pkg6.0:2.6.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libapt_pkg6.0:libapt-pkg6.0:2.6.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libapt_pkg6.0:libapt_pkg6.0:2.6.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libapt:libapt-pkg6.0:2.6.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libapt:libapt_pkg6.0:2.6.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libapt-pkg6.0/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libapt-pkg6.0:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "3297" - }, - { - "name": "syft:metadata:source", - "value": "apt" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libattr1@1:2.5.1-4?arch=amd64&upstream=attr&distro=debian-12&package-id=00337d6008bf0618", - "type": "library", - "publisher": "Guillem Jover ", - "name": "libattr1", - "version": "1:2.5.1-4", - "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-4:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libattr1@1:2.5.1-4?arch=amd64&upstream=attr&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libattr1/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libattr1:amd64.conffiles" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/info/libattr1:amd64.md5sums" - }, - { - "name": "syft:location:3:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:3:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "59" - }, - { - "name": "syft:metadata:source", - "value": "attr" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libaudit-common@1:3.0.9-1?arch=all&upstream=audit&distro=debian-12&package-id=044869766add5220", - "type": "library", - "publisher": "Laurent Bigonville ", - "name": "libaudit-common", - "version": "1:3.0.9-1", - "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.9-1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libaudit-common@1:3.0.9-1?arch=all&upstream=audit&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libaudit-common:libaudit_common:1\\:3.0.9-1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libaudit_common:libaudit-common:1\\:3.0.9-1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libaudit_common:libaudit_common:1\\:3.0.9-1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libaudit:libaudit-common:1\\:3.0.9-1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libaudit:libaudit_common:1\\:3.0.9-1:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libaudit-common/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libaudit-common.conffiles" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/info/libaudit-common.md5sums" - }, - { - "name": "syft:location:3:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:3:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "22" - }, - { - "name": "syft:metadata:source", - "value": "audit" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libaudit1@1:3.0.9-1?arch=amd64&upstream=audit&distro=debian-12&package-id=2512ef9462982daa", - "type": "library", - "publisher": "Laurent Bigonville ", - "name": "libaudit1", - "version": "1:3.0.9-1", - "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.9-1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libaudit1@1:3.0.9-1?arch=amd64&upstream=audit&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libaudit1/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libaudit1:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "150" - }, - { - "name": "syft:metadata:source", - "value": "audit" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libblkid1@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12&package-id=09f6bd60ae488e2d", - "type": "library", - "publisher": "util-linux packagers ", - "name": "libblkid1", - "version": "2.38.1-5+deb12u1", - "licenses": [ - { - "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": { - "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": "BSLA" - } - }, - { - "license": { - "name": "LGPL" - } - }, - { - "license": { - "name": "public-domain" - } - } - ], - "cpe": "cpe:2.3:a:libblkid1:libblkid1:2.38.1-5\\+deb12u1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libblkid1@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libblkid1/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libblkid1:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "398" - }, - { - "name": "syft:metadata:source", - "value": "util-linux" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libbrotli1@1.0.9-2%2Bb6?arch=amd64&upstream=brotli%401.0.9-2&distro=debian-12&package-id=bee17957f6df430e", - "type": "library", - "publisher": "Tomasz Buchert ", - "name": "libbrotli1", - "version": "1.0.9-2+b6", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:libbrotli1:libbrotli1:1.0.9-2\\+b6:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libbrotli1@1.0.9-2%2Bb6?arch=amd64&upstream=brotli%401.0.9-2&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libbrotli1/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libbrotli1:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "783" - }, - { - "name": "syft:metadata:source", - "value": "brotli" - }, - { - "name": "syft:metadata:sourceVersion", - "value": "1.0.9-2" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libbz2-1.0@1.0.8-5%2Bb1?arch=amd64&upstream=bzip2%401.0.8-5&distro=debian-12&package-id=0e01bf0bfbc47b61", - "type": "library", - "publisher": "Anibal Monsalve Salazar ", - "name": "libbz2-1.0", - "version": "1.0.8-5+b1", - "licenses": [ - { - "license": { - "id": "GPL-2.0-only" - } - }, - { - "license": { - "name": "BSD-variant" - } - } - ], - "cpe": "cpe:2.3:a:libbz2-1.0:libbz2-1.0:1.0.8-5\\+b1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libbz2-1.0@1.0.8-5%2Bb1?arch=amd64&upstream=bzip2%401.0.8-5&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libbz2-1.0:libbz2_1.0:1.0.8-5\\+b1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libbz2_1.0:libbz2-1.0:1.0.8-5\\+b1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libbz2_1.0:libbz2_1.0:1.0.8-5\\+b1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libbz2:libbz2-1.0:1.0.8-5\\+b1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libbz2:libbz2_1.0:1.0.8-5\\+b1:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libbz2-1.0/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libbz2-1.0:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "106" - }, - { - "name": "syft:metadata:source", - "value": "bzip2" - }, - { - "name": "syft:metadata:sourceVersion", - "value": "1.0.8-5" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libc-bin@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=ce9249bb3f1e8686", - "type": "library", - "publisher": "GNU Libc Maintainers ", - "name": "libc-bin", - "version": "2.36-9+deb12u8", - "licenses": [ - { - "license": { - "id": "GPL-2.0-only" - } - }, - { - "license": { - "id": "LGPL-2.1-only" - } - } - ], - "cpe": "cpe:2.3:a:libc-bin:libc-bin:2.36-9\\+deb12u8:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libc-bin@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libc-bin:libc_bin:2.36-9\\+deb12u8:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libc_bin:libc-bin:2.36-9\\+deb12u8:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libc_bin:libc_bin:2.36-9\\+deb12u8:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libc:libc-bin:2.36-9\\+deb12u8:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libc:libc_bin:2.36-9\\+deb12u8:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libc-bin/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libc-bin.conffiles" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/info/libc-bin.md5sums" - }, - { - "name": "syft:location:3:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:3:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "2040" - }, - { - "name": "syft:metadata:source", - "value": "glibc" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", - "type": "library", - "publisher": "GNU Libc Maintainers ", - "name": "libc6", - "version": "2.36-9+deb12u8", - "licenses": [ - { - "license": { - "id": "GPL-2.0-only" - } - }, - { - "license": { - "id": "LGPL-2.1-only" - } - } - ], - "cpe": "cpe:2.3:a:libc6:libc6:2.36-9\\+deb12u8:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libc6/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libc6:amd64.conffiles" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/info/libc6:amd64.md5sums" - }, - { - "name": "syft:location:3:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:3:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "12986" - }, - { - "name": "syft:metadata:source", - "value": "glibc" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libcap-ng0@0.8.3-1%2Bb3?arch=amd64&upstream=libcap-ng%400.8.3-1&distro=debian-12&package-id=41101b8d69788dbe", - "type": "library", - "publisher": "Håvard F. Aasen ", - "name": "libcap-ng0", - "version": "0.8.3-1+b3", - "licenses": [ - { - "license": { - "id": "GPL-2.0-only" - } - }, - { - "license": { - "id": "GPL-2.0-or-later" - } - }, - { - "license": { - "id": "GPL-3.0-only" - } - }, - { - "license": { - "id": "LGPL-2.1-only" - } - }, - { - "license": { - "id": "LGPL-2.1-or-later" - } - } - ], - "cpe": "cpe:2.3:a:libcap-ng0:libcap-ng0:0.8.3-1\\+b3:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libcap-ng0@0.8.3-1%2Bb3?arch=amd64&upstream=libcap-ng%400.8.3-1&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libcap-ng0:libcap_ng0:0.8.3-1\\+b3:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libcap_ng0:libcap-ng0:0.8.3-1\\+b3:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libcap_ng0:libcap_ng0:0.8.3-1\\+b3:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libcap:libcap-ng0:0.8.3-1\\+b3:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libcap:libcap_ng0:0.8.3-1\\+b3:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libcap-ng0/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libcap-ng0:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "65" - }, - { - "name": "syft:metadata:source", - "value": "libcap-ng" - }, - { - "name": "syft:metadata:sourceVersion", - "value": "0.8.3-1" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libcap2@1:2.66-4?arch=amd64&distro=debian-12&package-id=00973b8ba461f164", - "type": "library", - "publisher": "Christian Kastner ", - "name": "libcap2", - "version": "1:2.66-4", - "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.66-4:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libcap2@1:2.66-4?arch=amd64&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libcap2/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libcap2:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "94" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libcom-err2@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12&package-id=5ae134ea8c2f9dd3", - "type": "library", - "publisher": "Theodore Y. Ts'o ", - "name": "libcom-err2", - "version": "1.47.0-2", - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - }, - { - "license": { - "id": "BSD-3-Clause" - } - }, - { - "license": { - "id": "GPL-2.0-only" - } - }, - { - "license": { - "id": "GPL-2.0-or-later" - } - }, - { - "license": { - "id": "ISC" - } - }, - { - "license": { - "id": "Kazlib" - } - }, - { - "license": { - "id": "LGPL-2.0-only" - } - }, - { - "license": { - "id": "Latex2e" - } - }, - { - "license": { - "name": "GPL" - } - } - ], - "cpe": "cpe:2.3:a:libcom-err2:libcom-err2:1.47.0-2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libcom-err2@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libcom-err2:libcom_err2:1.47.0-2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libcom_err2:libcom-err2:1.47.0-2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libcom_err2:libcom_err2:1.47.0-2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libcom:libcom-err2:1.47.0-2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libcom:libcom_err2:1.47.0-2:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libcom-err2/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libcom-err2:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "54" - }, - { - "name": "syft:metadata:source", - "value": "e2fsprogs" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libcrypt1@1:4.4.33-2?arch=amd64&upstream=libxcrypt&distro=debian-12&package-id=557e13a1cf1998d5", - "type": "library", - "publisher": "Marco d'Itri ", - "name": "libcrypt1", - "version": "1:4.4.33-2", - "cpe": "cpe:2.3:a:libcrypt1:libcrypt1:1\\:4.4.33-2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libcrypt1@1:4.4.33-2?arch=amd64&upstream=libxcrypt&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libcrypt1/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libcrypt1:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "233" - }, - { - "name": "syft:metadata:source", - "value": "libxcrypt" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libdb5.3@5.3.28%2Bdfsg2-1?arch=amd64&upstream=db5.3&distro=debian-12&package-id=e78c9691bc71759d", - "type": "library", - "publisher": "Bastian Germann ", - "name": "libdb5.3", - "version": "5.3.28+dfsg2-1", - "licenses": [ - { - "license": { - "id": "BSD-3-Clause" - } - }, - { - "license": { - "id": "GPL-3.0-only" - } - }, - { - "license": { - "id": "MS-PL" - } - }, - { - "license": { - "id": "Sleepycat" - } - }, - { - "license": { - "id": "X11" - } - }, - { - "license": { - "id": "Zlib" - } - }, - { - "license": { - "name": "Artistic" - } - }, - { - "license": { - "name": "BSD-3-clause-fjord" - } - }, - { - "license": { - "name": "GPL" - } - }, - { - "license": { - "name": "MIT-old" - } - }, - { - "license": { - "name": "TCL-like" - } - } - ], - "cpe": "cpe:2.3:a:libdb5.3:libdb5.3:5.3.28\\+dfsg2-1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libdb5.3@5.3.28%2Bdfsg2-1?arch=amd64&upstream=db5.3&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libdb5.3/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libdb5.3:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "1833" - }, - { - "name": "syft:metadata:source", - "value": "db5.3" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libdebconfclient0@0.270?arch=amd64&upstream=cdebconf&distro=debian-12&package-id=36285f3184fdc550", - "type": "library", - "publisher": "Debian Install System Team ", - "name": "libdebconfclient0", - "version": "0.270", - "licenses": [ - { - "license": { - "id": "BSD-2-Clause" - } - }, - { - "license": { - "id": "GPL-2.0-only" - } - }, - { - "license": { - "id": "GPL-2.0-or-later" - } - } - ], - "cpe": "cpe:2.3:a:libdebconfclient0:libdebconfclient0:0.270:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libdebconfclient0@0.270?arch=amd64&upstream=cdebconf&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libdebconfclient0/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libdebconfclient0:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "37" - }, - { - "name": "syft:metadata:source", - "value": "cdebconf" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libexpat1@2.5.0-1?arch=amd64&upstream=expat&distro=debian-12&package-id=647da6a471c14b1e", - "type": "library", - "publisher": "Laszlo Boszormenyi (GCS) ", - "name": "libexpat1", - "version": "2.5.0-1", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:libexpat1:libexpat1:2.5.0-1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libexpat1@2.5.0-1?arch=amd64&upstream=expat&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:27084441859e539a78a480bc1831bfd04234864689a1ee1257e2ba87d965fdf6" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libexpat1/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:27084441859e539a78a480bc1831bfd04234864689a1ee1257e2ba87d965fdf6" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libexpat1:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "387" - }, - { - "name": "syft:metadata:source", - "value": "expat" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libext2fs2@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12&package-id=ba7d9cd5ef6527ef", - "type": "library", - "publisher": "Theodore Y. Ts'o ", - "name": "libext2fs2", - "version": "1.47.0-2", - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - }, - { - "license": { - "id": "BSD-3-Clause" - } - }, - { - "license": { - "id": "GPL-2.0-only" - } - }, - { - "license": { - "id": "GPL-2.0-or-later" - } - }, - { - "license": { - "id": "ISC" - } - }, - { - "license": { - "id": "Kazlib" - } - }, - { - "license": { - "id": "LGPL-2.0-only" - } - }, - { - "license": { - "id": "Latex2e" - } - }, - { - "license": { - "name": "GPL" - } - } - ], - "cpe": "cpe:2.3:a:libext2fs2:libext2fs2:1.47.0-2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libext2fs2@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libext2fs2/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libext2fs2:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "534" - }, - { - "name": "syft:metadata:source", - "value": "e2fsprogs" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libffi8@3.4.4-1?arch=amd64&upstream=libffi&distro=debian-12&package-id=b2b6d2667df8c2ec", - "type": "library", - "publisher": "Debian GCC Maintainers ", - "name": "libffi8", - "version": "3.4.4-1", - "licenses": [ - { - "license": { - "id": "GPL-2.0-or-later" - } - }, - { - "license": { - "id": "GPL-3.0-or-later" - } - }, - { - "license": { - "id": "MPL-1.1" - } - }, - { - "license": { - "id": "X11" - } - }, - { - "license": { - "name": "Expat" - } - }, - { - "license": { - "name": "GPL" - } - }, - { - "license": { - "name": "public-domain" - } - } - ], - "cpe": "cpe:2.3:a:libffi8:libffi8:3.4.4-1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libffi8@3.4.4-1?arch=amd64&upstream=libffi&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libffi8/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libffi8:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "68" - }, - { - "name": "syft:metadata:source", - "value": "libffi" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libgcc-s1@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=38b424bee2a8db35", - "type": "library", - "publisher": "Debian GCC Maintainers ", - "name": "libgcc-s1", - "version": "12.2.0-14", - "licenses": [ - { - "license": { - "id": "GFDL-1.2-only" - } - }, - { - "license": { - "id": "GPL-2.0-only" - } - }, - { - "license": { - "id": "GPL-3.0-only" - } - }, - { - "license": { - "name": "Artistic" - } - }, - { - "license": { - "name": "GPL" - } - }, - { - "license": { - "name": "LGPL" - } - } - ], - "cpe": "cpe:2.3:a:libgcc-s1:libgcc-s1:12.2.0-14:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libgcc-s1@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libgcc-s1:libgcc_s1:12.2.0-14:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libgcc_s1:libgcc-s1:12.2.0-14:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libgcc_s1:libgcc_s1:12.2.0-14:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libgcc:libgcc-s1:12.2.0-14:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libgcc:libgcc_s1:12.2.0-14:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/gcc-12-base/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libgcc-s1:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "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/debian/libgcrypt20@1.10.1-3?arch=amd64&distro=debian-12&package-id=56e66cdbccf3f7eb", - "type": "library", - "publisher": "Debian GnuTLS Maintainers ", - "name": "libgcrypt20", - "version": "1.10.1-3", - "licenses": [ - { - "license": { - "id": "GPL-2.0-only" - } - }, - { - "license": { - "name": "LGPL" - } - } - ], - "cpe": "cpe:2.3:a:libgcrypt20:libgcrypt20:1.10.1-3:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libgcrypt20@1.10.1-3?arch=amd64&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libgcrypt20/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libgcrypt20:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "1592" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libgdbm6@1.23-3?arch=amd64&upstream=gdbm&distro=debian-12&package-id=14b7ab7dc38da51a", - "type": "library", - "publisher": "Nicolas Mora ", - "name": "libgdbm6", - "version": "1.23-3", - "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": { - "name": "GFDL-NIV-1.3+" - } - } - ], - "cpe": "cpe:2.3:a:libgdbm6:libgdbm6:1.23-3:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libgdbm6@1.23-3?arch=amd64&upstream=gdbm&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:27084441859e539a78a480bc1831bfd04234864689a1ee1257e2ba87d965fdf6" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libgdbm6/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:27084441859e539a78a480bc1831bfd04234864689a1ee1257e2ba87d965fdf6" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libgdbm6:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "129" - }, - { - "name": "syft:metadata:source", - "value": "gdbm" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libgmp10@2:6.2.1%2Bdfsg1-1.1?arch=amd64&upstream=gmp&distro=debian-12&package-id=58578df1b5161e39", - "type": "library", - "publisher": "Debian Science Team ", - "name": "libgmp10", - "version": "2:6.2.1+dfsg1-1.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" - } - }, - { - "license": { - "id": "LGPL-3.0-only" - } - }, - { - "license": { - "id": "LGPL-3.0-or-later" - } - } - ], - "cpe": "cpe:2.3:a:libgmp10:libgmp10:2\\:6.2.1\\+dfsg1-1.1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libgmp10@2:6.2.1%2Bdfsg1-1.1?arch=amd64&upstream=gmp&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libgmp10/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libgmp10:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "855" - }, - { - "name": "syft:metadata:source", - "value": "gmp" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libgnutls30@3.7.9-2%2Bdeb12u3?arch=amd64&upstream=gnutls28&distro=debian-12&package-id=e285c9d302b29acf", - "type": "library", - "publisher": "Debian GnuTLS Maintainers ", - "name": "libgnutls30", - "version": "3.7.9-2+deb12u3", - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - }, - { - "license": { - "id": "BSD-3-Clause" - } - }, - { - "license": { - "id": "GFDL-1.3-only" - } - }, - { - "license": { - "id": "GPL-3.0-only" - } - }, - { - "license": { - "id": "LGPL-3.0-only" - } - }, - { - "license": { - "name": "CC0" - } - }, - { - "license": { - "name": "Expat" - } - }, - { - "license": { - "name": "GPL" - } - }, - { - "license": { - "name": "GPLv3+" - } - }, - { - "license": { - "name": "LGPL" - } - }, - { - "license": { - "name": "LGPLv2.1+" - } - }, - { - "license": { - "name": "LGPLv3+_or_GPLv2+" - } - }, - { - "license": { - "name": "The" - } - } - ], - "cpe": "cpe:2.3:a:libgnutls30:libgnutls30:3.7.9-2\\+deb12u3:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libgnutls30@3.7.9-2%2Bdeb12u3?arch=amd64&upstream=gnutls28&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libgnutls30/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libgnutls30:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "3382" - }, - { - "name": "syft:metadata:source", - "value": "gnutls28" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libgpg-error0@1.46-1?arch=amd64&upstream=libgpg-error&distro=debian-12&package-id=3344e28bea60387e", - "type": "library", - "publisher": "Debian GnuPG Maintainers ", - "name": "libgpg-error0", - "version": "1.46-1", - "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.46-1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libgpg-error0@1.46-1?arch=amd64&upstream=libgpg-error&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libgpg-error0:libgpg_error0:1.46-1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libgpg_error0:libgpg-error0:1.46-1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libgpg_error0:libgpg_error0:1.46-1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libgpg:libgpg-error0:1.46-1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libgpg:libgpg_error0:1.46-1:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libgpg-error0/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libgpg-error0:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "192" - }, - { - "name": "syft:metadata:source", - "value": "libgpg-error" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libgssapi-krb5-2@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=b8076c9b38f784da", - "type": "library", - "publisher": "Sam Hartman ", - "name": "libgssapi-krb5-2", - "version": "1.20.1-2+deb12u2", - "licenses": [ - { - "license": { - "id": "GPL-2.0-only" - } - } - ], - "cpe": "cpe:2.3:a:libgssapi-krb5-2:libgssapi-krb5-2:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libgssapi-krb5-2@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libgssapi-krb5-2:libgssapi_krb5_2:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi-krb5-2:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi_krb5_2:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libgssapi-krb5:libgssapi-krb5-2:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libgssapi-krb5:libgssapi_krb5_2:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libgssapi_krb5:libgssapi-krb5-2:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libgssapi_krb5:libgssapi_krb5_2:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libgssapi:libgssapi-krb5-2:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libgssapi:libgssapi_krb5_2:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:27084441859e539a78a480bc1831bfd04234864689a1ee1257e2ba87d965fdf6" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libgssapi-krb5-2/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:27084441859e539a78a480bc1831bfd04234864689a1ee1257e2ba87d965fdf6" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libgssapi-krb5-2:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "424" - }, - { - "name": "syft:metadata:source", - "value": "krb5" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libhogweed6@3.8.1-2?arch=amd64&upstream=nettle&distro=debian-12&package-id=1bf51448294e0e43", - "type": "library", - "publisher": "Magnus Holmgren ", - "name": "libhogweed6", - "version": "3.8.1-2", - "licenses": [ - { - "license": { - "id": "GPL-2.0-only" - } - }, - { - "license": { - "id": "GPL-2.0-or-later" - } - }, - { - "license": { - "id": "GPL-3.0-or-later" - } - }, - { - "license": { - "id": "LGPL-2.0-only" - } - }, - { - "license": { - "id": "LGPL-2.0-or-later" - } - }, - { - "license": { - "id": "LGPL-3.0-or-later" - } - }, - { - "license": { - "name": "Expat" - } - }, - { - "license": { - "name": "GAP" - } - }, - { - "license": { - "name": "GPL" - } - }, - { - "license": { - "name": "LGPL" - } - }, - { - "license": { - "name": "public-domain" - } - } - ], - "cpe": "cpe:2.3:a:libhogweed6:libhogweed6:3.8.1-2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libhogweed6@3.8.1-2?arch=amd64&upstream=nettle&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libhogweed6/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libhogweed6:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "463" - }, - { - "name": "syft:metadata:source", - "value": "nettle" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libicapapi5@1:0.5.10-4?arch=amd64&upstream=c-icap&distro=debian-12&package-id=c5a24fd0cda66d6e", - "type": "library", - "publisher": "Debian QA Group ", - "name": "libicapapi5", - "version": "1:0.5.10-4", - "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": { - "name": "public-domain" - } - } - ], - "cpe": "cpe:2.3:a:libicapapi5:libicapapi5:1\\:0.5.10-4:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libicapapi5@1:0.5.10-4?arch=amd64&upstream=c-icap&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libicapapi5/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libicapapi5:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "279" - }, - { - "name": "syft:metadata:source", - "value": "c-icap" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libidn2-0@2.3.3-1%2Bb1?arch=amd64&upstream=libidn2%402.3.3-1&distro=debian-12&package-id=54553ec3061f963f", - "type": "library", - "publisher": "Debian Libidn team ", - "name": "libidn2-0", - "version": "2.3.3-1+b1", - "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.3-1\\+b1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libidn2-0@2.3.3-1%2Bb1?arch=amd64&upstream=libidn2%402.3.3-1&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libidn2-0:libidn2_0:2.3.3-1\\+b1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libidn2_0:libidn2-0:2.3.3-1\\+b1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libidn2_0:libidn2_0:2.3.3-1\\+b1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libidn2:libidn2-0:2.3.3-1\\+b1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libidn2:libidn2_0:2.3.3-1\\+b1:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libidn2-0/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libidn2-0:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "439" - }, - { - "name": "syft:metadata:source", - "value": "libidn2" - }, - { - "name": "syft:metadata:sourceVersion", - "value": "2.3.3-1" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libk5crypto3@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=854ffdfadd1f801f", - "type": "library", - "publisher": "Sam Hartman ", - "name": "libk5crypto3", - "version": "1.20.1-2+deb12u2", - "licenses": [ - { - "license": { - "id": "GPL-2.0-only" - } - } - ], - "cpe": "cpe:2.3:a:libk5crypto3:libk5crypto3:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libk5crypto3@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:27084441859e539a78a480bc1831bfd04234864689a1ee1257e2ba87d965fdf6" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libk5crypto3/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:27084441859e539a78a480bc1831bfd04234864689a1ee1257e2ba87d965fdf6" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libk5crypto3:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "260" - }, - { - "name": "syft:metadata:source", - "value": "krb5" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libkeyutils1@1.6.3-2?arch=amd64&upstream=keyutils&distro=debian-12&package-id=47508eca670369df", - "type": "library", - "publisher": "Christian Kastner ", - "name": "libkeyutils1", - "version": "1.6.3-2", - "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.3-2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libkeyutils1@1.6.3-2?arch=amd64&upstream=keyutils&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:27084441859e539a78a480bc1831bfd04234864689a1ee1257e2ba87d965fdf6" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libkeyutils1/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:27084441859e539a78a480bc1831bfd04234864689a1ee1257e2ba87d965fdf6" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libkeyutils1:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "40" - }, - { - "name": "syft:metadata:source", - "value": "keyutils" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libkrb5-3@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=964a226d38f8d674", - "type": "library", - "publisher": "Sam Hartman ", - "name": "libkrb5-3", - "version": "1.20.1-2+deb12u2", - "licenses": [ - { - "license": { - "id": "GPL-2.0-only" - } - } - ], - "cpe": "cpe:2.3:a:libkrb5-3:libkrb5-3:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libkrb5-3@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libkrb5-3:libkrb5_3:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libkrb5_3:libkrb5-3:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libkrb5_3:libkrb5_3:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libkrb5:libkrb5-3:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libkrb5:libkrb5_3:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:27084441859e539a78a480bc1831bfd04234864689a1ee1257e2ba87d965fdf6" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libkrb5-3/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:27084441859e539a78a480bc1831bfd04234864689a1ee1257e2ba87d965fdf6" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libkrb5-3:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "1076" - }, - { - "name": "syft:metadata:source", - "value": "krb5" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libkrb5support0@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=486417641dc2fbc2", - "type": "library", - "publisher": "Sam Hartman ", - "name": "libkrb5support0", - "version": "1.20.1-2+deb12u2", - "licenses": [ - { - "license": { - "id": "GPL-2.0-only" - } - } - ], - "cpe": "cpe:2.3:a:libkrb5support0:libkrb5support0:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libkrb5support0@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:27084441859e539a78a480bc1831bfd04234864689a1ee1257e2ba87d965fdf6" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libkrb5support0/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:27084441859e539a78a480bc1831bfd04234864689a1ee1257e2ba87d965fdf6" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libkrb5support0:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "133" - }, - { - "name": "syft:metadata:source", - "value": "krb5" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/liblz4-1@1.9.4-1?arch=amd64&upstream=lz4&distro=debian-12&package-id=89a8f82cb9aef205", - "type": "library", - "publisher": "Nobuhiro Iwamatsu ", - "name": "liblz4-1", - "version": "1.9.4-1", - "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.4-1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/liblz4-1@1.9.4-1?arch=amd64&upstream=lz4&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:liblz4-1:liblz4_1:1.9.4-1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:liblz4_1:liblz4-1:1.9.4-1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:liblz4_1:liblz4_1:1.9.4-1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:liblz4:liblz4-1:1.9.4-1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:liblz4:liblz4_1:1.9.4-1:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/liblz4-1/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/liblz4-1:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "169" - }, - { - "name": "syft:metadata:source", - "value": "lz4" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/liblzma5@5.4.1-0.2?arch=amd64&upstream=xz-utils&distro=debian-12&package-id=50aacee46546d54f", - "type": "library", - "publisher": "Jonathan Nieder ", - "name": "liblzma5", - "version": "5.4.1-0.2", - "licenses": [ - { - "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": "Autoconf" - } - }, - { - "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.4.1-0.2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/liblzma5@5.4.1-0.2?arch=amd64&upstream=xz-utils&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/liblzma5/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/liblzma5:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "333" - }, - { - "name": "syft:metadata:source", - "value": "xz-utils" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libmagic-mgc@1:5.44-3?arch=amd64&upstream=file&distro=debian-12&package-id=d46698273b81be1b", - "type": "library", - "publisher": "Christoph Biedl ", - "name": "libmagic-mgc", - "version": "1:5.44-3", - "licenses": [ - { - "license": { - "id": "BSD-2-Clause" - } - }, - { - "license": { - "name": "BSD-2-Clause-alike" - } - }, - { - "license": { - "name": "BSD-2-Clause-regents" - } - }, - { - "license": { - "name": "MIT-Old-Style-with-legal-disclaimer-2" - } - }, - { - "license": { - "name": "public-domain" - } - } - ], - "cpe": "cpe:2.3:a:libmagic-mgc:libmagic-mgc:1\\:5.44-3:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libmagic-mgc@1:5.44-3?arch=amd64&upstream=file&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libmagic-mgc:libmagic_mgc:1\\:5.44-3:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libmagic_mgc:libmagic-mgc:1\\:5.44-3:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libmagic_mgc:libmagic_mgc:1\\:5.44-3:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libmagic:libmagic-mgc:1\\:5.44-3:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libmagic:libmagic_mgc:1\\:5.44-3:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libmagic-mgc/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libmagic-mgc.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "8130" - }, - { - "name": "syft:metadata:source", - "value": "file" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libmagic1@1:5.44-3?arch=amd64&upstream=file&distro=debian-12&package-id=f5dd48113f4ede2c", - "type": "library", - "publisher": "Christoph Biedl ", - "name": "libmagic1", - "version": "1:5.44-3", - "licenses": [ - { - "license": { - "id": "BSD-2-Clause" - } - }, - { - "license": { - "name": "BSD-2-Clause-alike" - } - }, - { - "license": { - "name": "BSD-2-Clause-regents" - } - }, - { - "license": { - "name": "MIT-Old-Style-with-legal-disclaimer-2" - } - }, - { - "license": { - "name": "public-domain" - } - } - ], - "cpe": "cpe:2.3:a:libmagic1:libmagic1:1\\:5.44-3:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libmagic1@1:5.44-3?arch=amd64&upstream=file&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libmagic1/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libmagic1:amd64.conffiles" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/info/libmagic1:amd64.md5sums" - }, - { - "name": "syft:location:3:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:3:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "232" - }, - { - "name": "syft:metadata:source", - "value": "file" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libmd0@1.0.4-2?arch=amd64&upstream=libmd&distro=debian-12&package-id=e0d481a26eb4a8ba", - "type": "library", - "publisher": "Guillem Jover ", - "name": "libmd0", - "version": "1.0.4-2", - "licenses": [ - { - "license": { - "id": "BSD-2-Clause" - } - }, - { - "license": { - "id": "BSD-3-Clause" - } - }, - { - "license": { - "id": "Beerware" - } - }, - { - "license": { - "id": "ISC" - } - }, - { - "license": { - "name": "BSD-3-clause-Aaron-D-Gifford" - } - }, - { - "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-2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libmd0@1.0.4-2?arch=amd64&upstream=libmd&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libmd0/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libmd0:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "79" - }, - { - "name": "syft:metadata:source", - "value": "libmd" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libmount1@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12&package-id=6f953476e6e42f91", - "type": "library", - "publisher": "util-linux packagers ", - "name": "libmount1", - "version": "2.38.1-5+deb12u1", - "licenses": [ - { - "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": { - "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": "BSLA" - } - }, - { - "license": { - "name": "LGPL" - } - }, - { - "license": { - "name": "public-domain" - } - } - ], - "cpe": "cpe:2.3:a:libmount1:libmount1:2.38.1-5\\+deb12u1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libmount1@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libmount1/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libmount1:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "454" - }, - { - "name": "syft:metadata:source", - "value": "util-linux" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libncursesw6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12&package-id=b28e3ac301f1527b", - "type": "library", - "publisher": "Craig Small ", - "name": "libncursesw6", - "version": "6.4-4", - "licenses": [ - { - "license": { - "id": "BSD-3-Clause" - } - }, - { - "license": { - "id": "X11" - } - }, - { - "license": { - "name": "MIT/X11" - } - } - ], - "cpe": "cpe:2.3:a:libncursesw6:libncursesw6:6.4-4:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libncursesw6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libtinfo6/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:27084441859e539a78a480bc1831bfd04234864689a1ee1257e2ba87d965fdf6" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libncursesw6:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "412" - }, - { - "name": "syft:metadata:source", - "value": "ncurses" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libnettle8@3.8.1-2?arch=amd64&upstream=nettle&distro=debian-12&package-id=d6bdae4cd6916b9c", - "type": "library", - "publisher": "Magnus Holmgren ", - "name": "libnettle8", - "version": "3.8.1-2", - "licenses": [ - { - "license": { - "id": "GPL-2.0-only" - } - }, - { - "license": { - "id": "GPL-2.0-or-later" - } - }, - { - "license": { - "id": "GPL-3.0-or-later" - } - }, - { - "license": { - "id": "LGPL-2.0-only" - } - }, - { - "license": { - "id": "LGPL-2.0-or-later" - } - }, - { - "license": { - "id": "LGPL-3.0-or-later" - } - }, - { - "license": { - "name": "Expat" - } - }, - { - "license": { - "name": "GAP" - } - }, - { - "license": { - "name": "GPL" - } - }, - { - "license": { - "name": "LGPL" - } - }, - { - "license": { - "name": "public-domain" - } - } - ], - "cpe": "cpe:2.3:a:libnettle8:libnettle8:3.8.1-2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libnettle8@3.8.1-2?arch=amd64&upstream=nettle&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libnettle8/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libnettle8:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "520" - }, - { - "name": "syft:metadata:source", - "value": "nettle" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libnsl2@1.3.0-2?arch=amd64&upstream=libnsl&distro=debian-12&package-id=006e326cc29d6230", - "type": "library", - "publisher": "GNU Libc Maintainers ", - "name": "libnsl2", - "version": "1.3.0-2", - "licenses": [ - { - "license": { - "id": "BSD-3-Clause" - } - }, - { - "license": { - "id": "GPL-2.0-only" - } - }, - { - "license": { - "id": "GPL-3.0-only" - } - }, - { - "license": { - "id": "LGPL-2.1-only" - } - }, - { - "license": { - "id": "LGPL-2.1-or-later" - } - }, - { - "license": { - "id": "MIT" - } - }, - { - "license": { - "name": "GPL-2+-autoconf-exception" - } - }, - { - "license": { - "name": "GPL-2+-libtool-exception" - } - }, - { - "license": { - "name": "GPL-3+-autoconf-exception" - } - }, - { - "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-2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libnsl2@1.3.0-2?arch=amd64&upstream=libnsl&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:27084441859e539a78a480bc1831bfd04234864689a1ee1257e2ba87d965fdf6" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libnsl2/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:27084441859e539a78a480bc1831bfd04234864689a1ee1257e2ba87d965fdf6" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libnsl2:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "127" - }, - { - "name": "syft:metadata:source", - "value": "libnsl" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libp11-kit0@0.24.1-2?arch=amd64&upstream=p11-kit&distro=debian-12&package-id=c230fd832bac5f75", - "type": "library", - "publisher": "Debian GnuTLS Maintainers ", - "name": "libp11-kit0", - "version": "0.24.1-2", - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - }, - { - "license": { - "id": "BSD-3-Clause" - } - }, - { - "license": { - "id": "ISC" - } - }, - { - "license": { - "id": "LGPL-2.1-only" - } - }, - { - "license": { - "id": "LGPL-2.1-or-later" - } - }, - { - "license": { - "name": "ISC+IBM" - } - }, - { - "license": { - "name": "permissive-like-automake-output" - } - }, - { - "license": { - "name": "same-as-rest-of-p11kit" - } - } - ], - "cpe": "cpe:2.3:a:libp11-kit0:libp11-kit0:0.24.1-2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libp11-kit0@0.24.1-2?arch=amd64&upstream=p11-kit&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libp11-kit0:libp11_kit0:0.24.1-2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libp11_kit0:libp11-kit0:0.24.1-2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libp11_kit0:libp11_kit0:0.24.1-2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libp11:libp11-kit0:0.24.1-2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libp11:libp11_kit0:0.24.1-2:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libp11-kit0/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libp11-kit0:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "1408" - }, - { - "name": "syft:metadata:source", - "value": "p11-kit" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libpam-modules@1.5.2-6%2Bdeb12u1?arch=amd64&upstream=pam&distro=debian-12&package-id=12a018034482fe97", - "type": "library", - "publisher": "Sam Hartman ", - "name": "libpam-modules", - "version": "1.5.2-6+deb12u1", - "licenses": [ - { - "license": { - "id": "BSD-3-Clause" - } - }, - { - "license": { - "id": "Beerware" - } - }, - { - "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": { - "name": "BSD-tcp_wrappers" - } - }, - { - "license": { - "name": "GPL" - } - }, - { - "license": { - "name": "public-domain" - } - } - ], - "cpe": "cpe:2.3:a:libpam-modules:libpam-modules:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libpam-modules@1.5.2-6%2Bdeb12u1?arch=amd64&upstream=pam&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libpam-modules:libpam_modules:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libpam_modules:libpam-modules:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libpam_modules:libpam_modules:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libpam:libpam-modules:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libpam:libpam_modules:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libpam-modules/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libpam-modules:amd64.conffiles" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/info/libpam-modules:amd64.md5sums" - }, - { - "name": "syft:location:3:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:3:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "1031" - }, - { - "name": "syft:metadata:source", - "value": "pam" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libpam-modules-bin@1.5.2-6%2Bdeb12u1?arch=amd64&upstream=pam&distro=debian-12&package-id=46e088ca1b060624", - "type": "library", - "publisher": "Sam Hartman ", - "name": "libpam-modules-bin", - "version": "1.5.2-6+deb12u1", - "licenses": [ - { - "license": { - "id": "BSD-3-Clause" - } - }, - { - "license": { - "id": "Beerware" - } - }, - { - "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": { - "name": "BSD-tcp_wrappers" - } - }, - { - "license": { - "name": "GPL" - } - }, - { - "license": { - "name": "public-domain" - } - } - ], - "cpe": "cpe:2.3:a:libpam-modules-bin:libpam-modules-bin:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libpam-modules-bin@1.5.2-6%2Bdeb12u1?arch=amd64&upstream=pam&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libpam-modules-bin:libpam_modules_bin:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libpam_modules_bin:libpam-modules-bin:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libpam_modules_bin:libpam_modules_bin:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libpam-modules:libpam-modules-bin:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libpam-modules:libpam_modules_bin:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libpam_modules:libpam-modules-bin:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libpam_modules:libpam_modules_bin:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libpam:libpam-modules-bin:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libpam:libpam_modules_bin:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libpam-modules-bin/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libpam-modules-bin.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "227" - }, - { - "name": "syft:metadata:source", - "value": "pam" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libpam-runtime@1.5.2-6%2Bdeb12u1?arch=all&upstream=pam&distro=debian-12&package-id=2fc0063e7584b704", - "type": "library", - "publisher": "Sam Hartman ", - "name": "libpam-runtime", - "version": "1.5.2-6+deb12u1", - "licenses": [ - { - "license": { - "id": "BSD-3-Clause" - } - }, - { - "license": { - "id": "Beerware" - } - }, - { - "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": { - "name": "BSD-tcp_wrappers" - } - }, - { - "license": { - "name": "GPL" - } - }, - { - "license": { - "name": "public-domain" - } - } - ], - "cpe": "cpe:2.3:a:libpam-runtime:libpam-runtime:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libpam-runtime@1.5.2-6%2Bdeb12u1?arch=all&upstream=pam&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libpam-runtime:libpam_runtime:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libpam_runtime:libpam-runtime:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libpam_runtime:libpam_runtime:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libpam:libpam-runtime:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libpam:libpam_runtime:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libpam-runtime/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libpam-runtime.conffiles" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/info/libpam-runtime.md5sums" - }, - { - "name": "syft:location:3:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:3:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "876" - }, - { - "name": "syft:metadata:source", - "value": "pam" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libpam0g@1.5.2-6%2Bdeb12u1?arch=amd64&upstream=pam&distro=debian-12&package-id=9e3755175020009e", - "type": "library", - "publisher": "Sam Hartman ", - "name": "libpam0g", - "version": "1.5.2-6+deb12u1", - "licenses": [ - { - "license": { - "id": "BSD-3-Clause" - } - }, - { - "license": { - "id": "Beerware" - } - }, - { - "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": { - "name": "BSD-tcp_wrappers" - } - }, - { - "license": { - "name": "GPL" - } - }, - { - "license": { - "name": "public-domain" - } - } - ], - "cpe": "cpe:2.3:a:libpam0g:libpam0g:1.5.2-6\\+deb12u1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libpam0g@1.5.2-6%2Bdeb12u1?arch=amd64&upstream=pam&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libpam0g/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libpam0g:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "215" - }, - { - "name": "syft:metadata:source", - "value": "pam" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libpcre2-8-0@10.42-1?arch=amd64&upstream=pcre2&distro=debian-12&package-id=ac69ca1032624423", - "type": "library", - "publisher": "Matthew Vernon ", - "name": "libpcre2-8-0", - "version": "10.42-1", - "licenses": [ - { - "license": { - "id": "BSD-2-Clause" - } - }, - { - "license": { - "id": "BSD-3-Clause" - } - }, - { - "license": { - "id": "X11" - } - }, - { - "license": { - "name": "BSD-3-clause-Cambridge" - } - }, - { - "license": { - "name": "public-domain" - } - } - ], - "cpe": "cpe:2.3:a:libpcre2-8-0:libpcre2-8-0:10.42-1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libpcre2-8-0@10.42-1?arch=amd64&upstream=pcre2&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libpcre2-8-0:libpcre2_8_0:10.42-1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libpcre2_8_0:libpcre2-8-0:10.42-1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libpcre2_8_0:libpcre2_8_0:10.42-1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libpcre2-8:libpcre2-8-0:10.42-1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libpcre2-8:libpcre2_8_0:10.42-1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libpcre2_8:libpcre2-8-0:10.42-1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libpcre2_8:libpcre2_8_0:10.42-1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libpcre2:libpcre2-8-0:10.42-1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libpcre2:libpcre2_8_0:10.42-1:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libpcre2-8-0/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libpcre2-8-0:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "685" - }, - { - "name": "syft:metadata:source", - "value": "pcre2" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libpcre3@2:8.39-15?arch=amd64&upstream=pcre3&distro=debian-12&package-id=ce75b0f798e71b4b", - "type": "library", - "publisher": "Matthew Vernon ", - "name": "libpcre3", - "version": "2:8.39-15", - "cpe": "cpe:2.3:a:libpcre3:libpcre3:2\\:8.39-15:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libpcre3@2:8.39-15?arch=amd64&upstream=pcre3&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libpcre3/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libpcre3:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "680" - }, - { - "name": "syft:metadata:source", - "value": "pcre3" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libreadline8@8.2-1.3?arch=amd64&upstream=readline&distro=debian-12&package-id=29526a4c5ede5c64", - "type": "library", - "publisher": "Matthias Klose ", - "name": "libreadline8", - "version": "8.2-1.3", - "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": { - "name": "GFDL" - } - }, - { - "license": { - "name": "GFDL-NIV-1.3+" - } - }, - { - "license": { - "name": "ISC-no-attribution" - } - } - ], - "cpe": "cpe:2.3:a:libreadline8:libreadline8:8.2-1.3:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libreadline8@8.2-1.3?arch=amd64&upstream=readline&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:27084441859e539a78a480bc1831bfd04234864689a1ee1257e2ba87d965fdf6" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libreadline8/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:27084441859e539a78a480bc1831bfd04234864689a1ee1257e2ba87d965fdf6" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libreadline8:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "475" - }, - { - "name": "syft:metadata:source", - "value": "readline" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libseccomp2@2.5.4-1%2Bdeb12u1?arch=amd64&upstream=libseccomp&distro=debian-12&package-id=86bffae363f30eaf", - "type": "library", - "publisher": "Kees Cook ", - "name": "libseccomp2", - "version": "2.5.4-1+deb12u1", - "licenses": [ - { - "license": { - "id": "LGPL-2.1-only" - } - } - ], - "cpe": "cpe:2.3:a:libseccomp2:libseccomp2:2.5.4-1\\+deb12u1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libseccomp2@2.5.4-1%2Bdeb12u1?arch=amd64&upstream=libseccomp&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libseccomp2/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libseccomp2:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "148" - }, - { - "name": "syft:metadata:source", - "value": "libseccomp" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libselinux1@3.4-1%2Bb6?arch=amd64&upstream=libselinux%403.4-1&distro=debian-12&package-id=2ddd11f048a6a586", - "type": "library", - "publisher": "Debian SELinux maintainers ", - "name": "libselinux1", - "version": "3.4-1+b6", - "licenses": [ - { - "license": { - "id": "GPL-2.0-only" - } - }, - { - "license": { - "id": "LGPL-2.1-only" - } - } - ], - "cpe": "cpe:2.3:a:libselinux1:libselinux1:3.4-1\\+b6:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libselinux1@3.4-1%2Bb6?arch=amd64&upstream=libselinux%403.4-1&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libselinux1/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libselinux1:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "199" - }, - { - "name": "syft:metadata:source", - "value": "libselinux" - }, - { - "name": "syft:metadata:sourceVersion", - "value": "3.4-1" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libsemanage-common@3.4-1?arch=all&upstream=libsemanage&distro=debian-12&package-id=0d5fc1290c3c97c5", - "type": "library", - "publisher": "Debian SELinux maintainers ", - "name": "libsemanage-common", - "version": "3.4-1", - "licenses": [ - { - "license": { - "name": "GPL" - } - }, - { - "license": { - "name": "LGPL" - } - } - ], - "cpe": "cpe:2.3:a:libsemanage-common:libsemanage-common:3.4-1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libsemanage-common@3.4-1?arch=all&upstream=libsemanage&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libsemanage-common:libsemanage_common:3.4-1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libsemanage_common:libsemanage-common:3.4-1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libsemanage_common:libsemanage_common:3.4-1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libsemanage:libsemanage-common:3.4-1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libsemanage:libsemanage_common:3.4-1:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libsemanage-common/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libsemanage-common.conffiles" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/info/libsemanage-common.md5sums" - }, - { - "name": "syft:location:3:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "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/debian/libsemanage2@3.4-1%2Bb5?arch=amd64&upstream=libsemanage%403.4-1&distro=debian-12&package-id=77b4823c173e68f5", - "type": "library", - "publisher": "Debian SELinux maintainers ", - "name": "libsemanage2", - "version": "3.4-1+b5", - "licenses": [ - { - "license": { - "name": "GPL" - } - }, - { - "license": { - "name": "LGPL" - } - } - ], - "cpe": "cpe:2.3:a:libsemanage2:libsemanage2:3.4-1\\+b5:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libsemanage2@3.4-1%2Bb5?arch=amd64&upstream=libsemanage%403.4-1&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libsemanage2/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libsemanage2:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "297" - }, - { - "name": "syft:metadata:source", - "value": "libsemanage" - }, - { - "name": "syft:metadata:sourceVersion", - "value": "3.4-1" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libsepol2@3.4-2.1?arch=amd64&upstream=libsepol&distro=debian-12&package-id=8b37b2b8e2fce91c", - "type": "library", - "publisher": "Debian SELinux maintainers ", - "name": "libsepol2", - "version": "3.4-2.1", - "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": "Zlib" - } - } - ], - "cpe": "cpe:2.3:a:libsepol2:libsepol2:3.4-2.1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libsepol2@3.4-2.1?arch=amd64&upstream=libsepol&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libsepol2/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libsepol2:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "775" - }, - { - "name": "syft:metadata:source", - "value": "libsepol" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libsmartcols1@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12&package-id=a19481ad8109e13e", - "type": "library", - "publisher": "util-linux packagers ", - "name": "libsmartcols1", - "version": "2.38.1-5+deb12u1", - "licenses": [ - { - "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": { - "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": "BSLA" - } - }, - { - "license": { - "name": "LGPL" - } - }, - { - "license": { - "name": "public-domain" - } - } - ], - "cpe": "cpe:2.3:a:libsmartcols1:libsmartcols1:2.38.1-5\\+deb12u1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libsmartcols1@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libsmartcols1/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libsmartcols1:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "289" - }, - { - "name": "syft:metadata:source", - "value": "util-linux" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libsqlite3-0@3.40.1-2?arch=amd64&upstream=sqlite3&distro=debian-12&package-id=d3ca818e62b6ef39", - "type": "library", - "publisher": "Laszlo Boszormenyi (GCS) ", - "name": "libsqlite3-0", - "version": "3.40.1-2", - "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.40.1-2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libsqlite3-0@3.40.1-2?arch=amd64&upstream=sqlite3&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libsqlite3-0:libsqlite3_0:3.40.1-2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libsqlite3_0:libsqlite3-0:3.40.1-2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libsqlite3_0:libsqlite3_0:3.40.1-2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libsqlite3:libsqlite3-0:3.40.1-2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libsqlite3:libsqlite3_0:3.40.1-2:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:27084441859e539a78a480bc1831bfd04234864689a1ee1257e2ba87d965fdf6" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libsqlite3-0/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:27084441859e539a78a480bc1831bfd04234864689a1ee1257e2ba87d965fdf6" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libsqlite3-0:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "1682" - }, - { - "name": "syft:metadata:source", - "value": "sqlite3" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libss2@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12&package-id=2baf633bc8a84df6", - "type": "library", - "publisher": "Theodore Y. Ts'o ", - "name": "libss2", - "version": "1.47.0-2", - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - }, - { - "license": { - "id": "BSD-3-Clause" - } - }, - { - "license": { - "id": "GPL-2.0-only" - } - }, - { - "license": { - "id": "GPL-2.0-or-later" - } - }, - { - "license": { - "id": "ISC" - } - }, - { - "license": { - "id": "Kazlib" - } - }, - { - "license": { - "id": "LGPL-2.0-only" - } - }, - { - "license": { - "id": "Latex2e" - } - }, - { - "license": { - "name": "GPL" - } - } - ], - "cpe": "cpe:2.3:a:libss2:libss2:1.47.0-2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libss2@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libss2/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libss2:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "70" - }, - { - "name": "syft:metadata:source", - "value": "e2fsprogs" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libssl3@3.0.14-1~deb12u2?arch=amd64&upstream=openssl&distro=debian-12&package-id=77220972544ed1ad", - "type": "library", - "publisher": "Debian OpenSSL Team ", - "name": "libssl3", - "version": "3.0.14-1~deb12u2", - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - }, - { - "license": { - "id": "GPL-1.0-only" - } - }, - { - "license": { - "id": "GPL-1.0-or-later" - } - }, - { - "license": { - "name": "Artistic" - } - } - ], - "cpe": "cpe:2.3:a:libssl3:libssl3:3.0.14-1\\~deb12u2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libssl3@3.0.14-1~deb12u2?arch=amd64&upstream=openssl&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8071ff649a449defbaa4d7209e80dc8e3b33b95fea41de9773b2af4cb23a4427" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libssl3/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8071ff649a449defbaa4d7209e80dc8e3b33b95fea41de9773b2af4cb23a4427" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libssl3:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "6021" - }, - { - "name": "syft:metadata:source", - "value": "openssl" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libstdc%2B%2B6@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=4f6f636801d1d450", - "type": "library", - "publisher": "Debian GCC Maintainers ", - "name": "libstdc++6", - "version": "12.2.0-14", - "licenses": [ - { - "license": { - "id": "GFDL-1.2-only" - } - }, - { - "license": { - "id": "GPL-2.0-only" - } - }, - { - "license": { - "id": "GPL-3.0-only" - } - }, - { - "license": { - "name": "Artistic" - } - }, - { - "license": { - "name": "GPL" - } - }, - { - "license": { - "name": "LGPL" - } - } - ], - "cpe": "cpe:2.3:a:libstdc\\+\\+6:libstdc\\+\\+6:12.2.0-14:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libstdc%2B%2B6@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/gcc-12-base/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libstdc++6:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "2686" - }, - { - "name": "syft:metadata:source", - "value": "gcc-12" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libsystemd0@252.30-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=25bbd8d336cce5f6", - "type": "library", - "publisher": "Debian systemd Maintainers ", - "name": "libsystemd0", - "version": "252.30-1~deb12u2", - "licenses": [ - { - "license": { - "id": "CC0-1.0" - } - }, - { - "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": "Expat" - } - }, - { - "license": { - "name": "public-domain" - } - } - ], - "cpe": "cpe:2.3:a:libsystemd0:libsystemd0:252.30-1\\~deb12u2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libsystemd0@252.30-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libsystemd0/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libsystemd0:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "908" - }, - { - "name": "syft:metadata:source", - "value": "systemd" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libtasn1-6@4.19.0-2?arch=amd64&distro=debian-12&package-id=d4da56d1d23cc1c5", - "type": "library", - "publisher": "Debian GnuTLS Maintainers ", - "name": "libtasn1-6", - "version": "4.19.0-2", - "licenses": [ - { - "license": { - "id": "GFDL-1.3-only" - } - }, - { - "license": { - "id": "GPL-3.0-only" - } - }, - { - "license": { - "id": "LGPL-2.1-only" - } - }, - { - "license": { - "name": "LGPL" - } - } - ], - "cpe": "cpe:2.3:a:libtasn1-6:libtasn1-6:4.19.0-2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libtasn1-6@4.19.0-2?arch=amd64&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libtasn1-6:libtasn1_6:4.19.0-2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libtasn1_6:libtasn1-6:4.19.0-2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libtasn1_6:libtasn1_6:4.19.0-2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libtasn1:libtasn1-6:4.19.0-2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libtasn1:libtasn1_6:4.19.0-2:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libtasn1-6/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libtasn1-6:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "124" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libtinfo6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12&package-id=16ce3f9a5a6f08b5", - "type": "library", - "publisher": "Craig Small ", - "name": "libtinfo6", - "version": "6.4-4", - "licenses": [ - { - "license": { - "id": "BSD-3-Clause" - } - }, - { - "license": { - "id": "X11" - } - }, - { - "license": { - "name": "MIT/X11" - } - } - ], - "cpe": "cpe:2.3:a:libtinfo6:libtinfo6:6.4-4:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libtinfo6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libtinfo6/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libtinfo6:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "541" - }, - { - "name": "syft:metadata:source", - "value": "ncurses" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libtirpc-common@1.3.3%2Bds-1?arch=all&upstream=libtirpc&distro=debian-12&package-id=f20c567611976bbb", - "type": "library", - "publisher": "Josue Ortega ", - "name": "libtirpc-common", - "version": "1.3.3+ds-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.3\\+ds-1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libtirpc-common@1.3.3%2Bds-1?arch=all&upstream=libtirpc&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libtirpc-common:libtirpc_common:1.3.3\\+ds-1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libtirpc_common:libtirpc-common:1.3.3\\+ds-1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libtirpc_common:libtirpc_common:1.3.3\\+ds-1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libtirpc:libtirpc-common:1.3.3\\+ds-1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libtirpc:libtirpc_common:1.3.3\\+ds-1:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:27084441859e539a78a480bc1831bfd04234864689a1ee1257e2ba87d965fdf6" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libtirpc-common/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:27084441859e539a78a480bc1831bfd04234864689a1ee1257e2ba87d965fdf6" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libtirpc-common.conffiles" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:27084441859e539a78a480bc1831bfd04234864689a1ee1257e2ba87d965fdf6" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/info/libtirpc-common.md5sums" - }, - { - "name": "syft:location:3:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:3:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "35" - }, - { - "name": "syft:metadata:source", - "value": "libtirpc" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libtirpc3@1.3.3%2Bds-1?arch=amd64&upstream=libtirpc&distro=debian-12&package-id=faf21f053a5068a6", - "type": "library", - "publisher": "Josue Ortega ", - "name": "libtirpc3", - "version": "1.3.3+ds-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.3\\+ds-1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libtirpc3@1.3.3%2Bds-1?arch=amd64&upstream=libtirpc&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:27084441859e539a78a480bc1831bfd04234864689a1ee1257e2ba87d965fdf6" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libtirpc3/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:27084441859e539a78a480bc1831bfd04234864689a1ee1257e2ba87d965fdf6" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libtirpc3:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "226" - }, - { - "name": "syft:metadata:source", - "value": "libtirpc" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libudev1@252.30-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=07461553a840f601", - "type": "library", - "publisher": "Debian systemd Maintainers ", - "name": "libudev1", - "version": "252.30-1~deb12u2", - "licenses": [ - { - "license": { - "id": "CC0-1.0" - } - }, - { - "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": "Expat" - } - }, - { - "license": { - "name": "public-domain" - } - } - ], - "cpe": "cpe:2.3:a:libudev1:libudev1:252.30-1\\~deb12u2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libudev1@252.30-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libudev1/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libudev1:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "239" - }, - { - "name": "syft:metadata:source", - "value": "systemd" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libunistring2@1.0-2?arch=amd64&upstream=libunistring&distro=debian-12&package-id=109cccfdf0cf7b17", - "type": "library", - "publisher": "Jörg Frings-Fürst ", - "name": "libunistring2", - "version": "1.0-2", - "licenses": [ - { - "license": { - "id": "GFDL-1.2-only" - } - }, - { - "license": { - "id": "GFDL-1.2-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-3.0-only" - } - }, - { - "license": { - "id": "LGPL-3.0-or-later" - } - }, - { - "license": { - "id": "MIT" - } - }, - { - "license": { - "name": "FreeSoftware" - } - } - ], - "cpe": "cpe:2.3:a:libunistring2:libunistring2:1.0-2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libunistring2@1.0-2?arch=amd64&upstream=libunistring&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libunistring2/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libunistring2:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "1807" - }, - { - "name": "syft:metadata:source", - "value": "libunistring" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libuuid1@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12&package-id=747a26ba1b8b92a7", - "type": "library", - "publisher": "util-linux packagers ", - "name": "libuuid1", - "version": "2.38.1-5+deb12u1", - "licenses": [ - { - "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": { - "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": "BSLA" - } - }, - { - "license": { - "name": "LGPL" - } - }, - { - "license": { - "name": "public-domain" - } - } - ], - "cpe": "cpe:2.3:a:libuuid1:libuuid1:2.38.1-5\\+deb12u1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libuuid1@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libuuid1/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libuuid1:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "79" - }, - { - "name": "syft:metadata:source", - "value": "util-linux" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libxxhash0@0.8.1-1?arch=amd64&upstream=xxhash&distro=debian-12&package-id=80b285a817bbd8db", - "type": "library", - "publisher": "Josue Ortega ", - "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/debian/libxxhash0@0.8.1-1?arch=amd64&upstream=xxhash&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libxxhash0/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libxxhash0:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "99" - }, - { - "name": "syft:metadata:source", - "value": "xxhash" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/libzstd1@1.5.4%2Bdfsg2-5?arch=amd64&upstream=libzstd&distro=debian-12&package-id=2d1a4631243ef86d", - "type": "library", - "publisher": "RPM packaging team ", - "name": "libzstd1", - "version": "1.5.4+dfsg2-5", - "licenses": [ - { - "license": { - "id": "BSD-3-Clause" - } - }, - { - "license": { - "id": "GPL-2.0-only" - } - }, - { - "license": { - "id": "Zlib" - } - }, - { - "license": { - "name": "Expat" - } - } - ], - "cpe": "cpe:2.3:a:libzstd1:libzstd1:1.5.4\\+dfsg2-5:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libzstd1@1.5.4%2Bdfsg2-5?arch=amd64&upstream=libzstd&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/libzstd1/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/libzstd1:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "785" - }, - { - "name": "syft:metadata:source", - "value": "libzstd" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/login@1:4.13%2Bdfsg1-1%2Bb1?arch=amd64&upstream=shadow%401:4.13%2Bdfsg1-1&distro=debian-12&package-id=95082a001564c69b", - "type": "library", - "publisher": "Shadow package maintainers ", - "name": "login", - "version": "1:4.13+dfsg1-1+b1", - "licenses": [ - { - "license": { - "id": "BSD-3-Clause" - } - }, - { - "license": { - "id": "GPL-1.0-only" - } - }, - { - "license": { - "id": "GPL-2.0-only" - } - }, - { - "license": { - "id": "GPL-2.0-or-later" - } - }, - { - "license": { - "name": "public-domain" - } - } - ], - "cpe": "cpe:2.3:a:login:login:1\\:4.13\\+dfsg1-1\\+b1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/login@1:4.13%2Bdfsg1-1%2Bb1?arch=amd64&upstream=shadow%401:4.13%2Bdfsg1-1&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/login/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/login.conffiles" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/info/login.md5sums" - }, - { - "name": "syft:location:3:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:3:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "2551" - }, - { - "name": "syft:metadata:source", - "value": "shadow" - }, - { - "name": "syft:metadata:sourceVersion", - "value": "1:4.13+dfsg1-1" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/logsave@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12&package-id=5fbda5347c254f6a", - "type": "library", - "publisher": "Theodore Y. Ts'o ", - "name": "logsave", - "version": "1.47.0-2", - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - }, - { - "license": { - "id": "BSD-3-Clause" - } - }, - { - "license": { - "id": "GPL-2.0-only" - } - }, - { - "license": { - "id": "GPL-2.0-or-later" - } - }, - { - "license": { - "id": "ISC" - } - }, - { - "license": { - "id": "Kazlib" - } - }, - { - "license": { - "id": "LGPL-2.0-only" - } - }, - { - "license": { - "id": "Latex2e" - } - }, - { - "license": { - "name": "GPL" - } - } - ], - "cpe": "cpe:2.3:a:logsave:logsave:1.47.0-2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/logsave@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/logsave/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/logsave.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "49" - }, - { - "name": "syft:metadata:source", - "value": "e2fsprogs" - } - ] - }, - { - "bom-ref": "pkg:pypi/matrix-content-scanner@1.1.0?package-id=41fb118eeb50954e", - "type": "library", - "author": "Element Backend Team ", - "name": "matrix_content_scanner", - "version": "1.1.0", - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "cpe": "cpe:2.3:a:python-matrix-content-scanner:python-matrix-content-scanner:1.1.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/matrix_content_scanner@1.1.0", - "externalReferences": [ - { - "url": "file:///mcs", - "type": "vcs" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "python-installed-package-cataloger" - }, - { - "name": "syft:package:language", - "value": "python" - }, - { - "name": "syft:package:type", - "value": "python" - }, - { - "name": "syft:package:metadataType", - "value": "python-package" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-matrix-content-scanner:python-matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-matrix-content-scanner:python_matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-matrix_content_scanner:python-matrix-content-scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-matrix_content_scanner:python-matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-matrix_content_scanner:python_matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_matrix_content_scanner:python-matrix-content-scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_matrix_content_scanner:python-matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_matrix_content_scanner:python_matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:element_backend_team_project:python-matrix-content-scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:element_backend_team_project:python-matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:element_backend_team_project:python_matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:team_backend_synapse_project:python-matrix-content-scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:team_backend_synapse_project:python-matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:team_backend_synapse_project:python_matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:element_backend_teamproject:python-matrix-content-scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:element_backend_teamproject:python-matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:element_backend_teamproject:python_matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:team_backend_synapseproject:python-matrix-content-scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:team_backend_synapseproject:python-matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:team_backend_synapseproject:python_matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix-content-scanner:python-matrix-content-scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix-content-scanner:python-matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix-content-scanner:python_matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_content_scanner:python-matrix-content-scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_content_scanner:python-matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_content_scanner:python_matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-matrix-content-scanner:matrix-content-scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-matrix-content-scanner:matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-matrix_content_scanner:matrix-content-scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-matrix_content_scanner:matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_matrix_content_scanner:matrix-content-scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_matrix_content_scanner:matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:element_backend_team_project:matrix-content-scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:element_backend_team_project:matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-matrix-content:python-matrix-content-scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-matrix-content:python-matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-matrix-content:python_matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-matrix_content:python-matrix-content-scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-matrix_content:python-matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-matrix_content:python_matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_matrix_content:python-matrix-content-scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_matrix_content:python-matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_matrix_content:python_matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:team_backend_synapse_project:matrix-content-scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:team_backend_synapse_project:matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:element_backend_team:python-matrix-content-scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:element_backend_team:python-matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:element_backend_team:python_matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:element_backend_teamproject:matrix-content-scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:element_backend_teamproject:matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:team-backend-synapse:python-matrix-content-scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:team-backend-synapse:python-matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:team-backend-synapse:python_matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:team_backend_synapse:python-matrix-content-scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:team_backend_synapse:python-matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:team_backend_synapse:python_matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:team_backend_synapseproject:matrix-content-scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:team_backend_synapseproject:matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix-content-scanner:matrix-content-scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix-content-scanner:matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_content_scanner:matrix-content-scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_content_scanner:matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix-content:python-matrix-content-scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix-content:python-matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix-content:python_matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_content:python-matrix-content-scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_content:python-matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_content:python_matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-matrix-content:matrix-content-scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-matrix-content:matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-matrix_content:matrix-content-scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-matrix_content:matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_matrix_content:matrix-content-scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_matrix_content:matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:element_backend_team:matrix-content-scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:element_backend_team:matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-matrix:python-matrix-content-scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-matrix:python-matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-matrix:python_matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_matrix:python-matrix-content-scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_matrix:python-matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_matrix:python_matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:team-backend-synapse:matrix-content-scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:team-backend-synapse:matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:team_backend_synapse:matrix-content-scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:team_backend_synapse:matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix-content:matrix-content-scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix-content:matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_content:matrix-content-scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_content:matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix:python-matrix-content-scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix:python-matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix:python_matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-matrix:matrix-content-scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-matrix:matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-matrix-content-scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_matrix:matrix-content-scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_matrix:matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix:matrix-content-scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix:matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:matrix-content-scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:matrix_content_scanner:1.1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/matrix_content_scanner-1.1.0.dist-info/METADATA" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/matrix_content_scanner-1.1.0.dist-info/RECORD" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/matrix_content_scanner-1.1.0.dist-info/direct_url.json" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/mawk@1.3.4.20200120-3.1?arch=amd64&distro=debian-12&package-id=ab8cb640bde51524", - "type": "library", - "publisher": "Boyuan Yang ", - "name": "mawk", - "version": "1.3.4.20200120-3.1", - "licenses": [ - { - "license": { - "id": "CC-BY-3.0" - } - }, - { - "license": { - "id": "GPL-2.0-only" - } - }, - { - "license": { - "id": "X11" - } - } - ], - "cpe": "cpe:2.3:a:mawk:mawk:1.3.4.20200120-3.1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/mawk@1.3.4.20200120-3.1?arch=amd64&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/mawk/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/mawk.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "263" - } - ] - }, - { - "bom-ref": "pkg:pypi/more-itertools@10.3.0?package-id=1645f6cb1bd1ff56", - "type": "library", - "author": "Erik Rose ", - "name": "more-itertools", - "version": "10.3.0", - "cpe": "cpe:2.3:a:erik_rose_\\", - "name": "mount", - "version": "2.38.1-5+deb12u1", - "licenses": [ - { - "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": { - "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": "BSLA" - } - }, - { - "license": { - "name": "LGPL" - } - }, - { - "license": { - "name": "public-domain" - } - } - ], - "cpe": "cpe:2.3:a:mount:mount:2.38.1-5\\+deb12u1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/mount@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/mount/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/mount.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "393" - }, - { - "name": "syft:metadata:source", - "value": "util-linux" - } - ] - }, - { - "bom-ref": "pkg:pypi/multidict@6.0.5?package-id=2595bbfaf29e8321", - "type": "library", - "author": "Andrew Svetlov ", - "name": "multidict", - "version": "6.0.5", - "licenses": [ - { - "license": { - "name": "Apache 2" - } - } - ], - "cpe": "cpe:2.3:a:andrew_svetlov_project:python-multidict:6.0.5:*:*:*:*:*:*:*", - "purl": "pkg:pypi/multidict@6.0.5", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "python-installed-package-cataloger" - }, - { - "name": "syft:package:language", - "value": "python" - }, - { - "name": "syft:package:type", - "value": "python" - }, - { - "name": "syft:package:metadataType", - "value": "python-package" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:andrew_svetlov_project:python_multidict:6.0.5:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:andrew_svetlovproject:python-multidict:6.0.5:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:andrew_svetlovproject:python_multidict:6.0.5:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-multidict:python-multidict:6.0.5:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-multidict:python_multidict:6.0.5:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_multidict:python-multidict:6.0.5:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_multidict:python_multidict:6.0.5:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:andrew_svetlov_project:multidict:6.0.5:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:andrew-svetlov:python-multidict:6.0.5:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:andrew-svetlov:python_multidict:6.0.5:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:andrew_svetlov:python-multidict:6.0.5:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:andrew_svetlov:python_multidict:6.0.5:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:andrew_svetlovproject:multidict:6.0.5:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:multidict:python-multidict:6.0.5:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:multidict:python_multidict:6.0.5:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-multidict:multidict:6.0.5:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_multidict:multidict:6.0.5:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:andrew-svetlov:multidict:6.0.5:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:andrew_svetlov:multidict:6.0.5:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-multidict:6.0.5:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_multidict:6.0.5:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:multidict:multidict:6.0.5:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:multidict:6.0.5:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/multidict-6.0.5.dist-info/METADATA" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/multidict-6.0.5.dist-info/RECORD" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/multidict-6.0.5.dist-info/top_level.txt" - } - ] - }, - { - "bom-ref": "pkg:pypi/my-test-package@1.0?package-id=02bf4217ed9df3e5", - "type": "library", - "author": "UNKNOWN ", - "name": "my-test-package", - "version": "1.0", - "licenses": [ - { - "license": { - "name": "UNKNOWN" - } - } - ], - "cpe": "cpe:2.3:a:python-my-test-package:python-my-test-package:1.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/my-test-package@1.0", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "python-installed-package-cataloger" - }, - { - "name": "syft:package:language", - "value": "python" - }, - { - "name": "syft:package:type", - "value": "python" - }, - { - "name": "syft:package:metadataType", - "value": "python-package" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-my-test-package:python_my_test_package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_my_test_package:python-my-test-package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_my_test_package:python_my_test_package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:my-test-package:python-my-test-package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:my-test-package:python_my_test_package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:my_test_package:python-my-test-package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:my_test_package:python_my_test_package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-my-test-package:my-test-package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-my-test-package:my_test_package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_my_test_package:my-test-package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_my_test_package:my_test_package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:unknown_project:python-my-test-package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:unknown_project:python_my_test_package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-my-test:python-my-test-package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-my-test:python_my_test_package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_my_test:python-my-test-package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_my_test:python_my_test_package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:unknownproject:python-my-test-package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:unknownproject:python_my_test_package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-my:python-my-test-package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-my:python_my_test_package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_my:python-my-test-package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_my:python_my_test_package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:my-test-package:my-test-package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:my-test-package:my_test_package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:my_test_package:my-test-package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:my_test_package:my_test_package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:unknown_project:my-test-package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:unknown_project:my_test_package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:my-test:python-my-test-package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:my-test:python_my_test_package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:my_test:python-my-test-package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:my_test:python_my_test_package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-my-test:my-test-package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-my-test:my_test_package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_my_test:my-test-package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_my_test:my_test_package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:unknown:python-my-test-package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:unknown:python_my_test_package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:unknownproject:my-test-package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:unknownproject:my_test_package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-my-test-package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_my_test_package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:my:python-my-test-package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:my:python_my_test_package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-my:my-test-package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-my:my_test_package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_my:my-test-package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_my:my_test_package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:my-test:my-test-package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:my-test:my_test_package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:my_test:my-test-package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:my_test:my_test_package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:unknown:my-test-package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:unknown:my_test_package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:my-test-package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:my_test_package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:my:my-test-package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:my:my_test_package:1.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/PKG-INFO" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/top_level.txt" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/ncurses-base@6.4-4?arch=all&upstream=ncurses&distro=debian-12&package-id=8c0c5df11623bec9", - "type": "library", - "publisher": "Craig Small ", - "name": "ncurses-base", - "version": "6.4-4", - "licenses": [ - { - "license": { - "id": "BSD-3-Clause" - } - }, - { - "license": { - "id": "X11" - } - }, - { - "license": { - "name": "MIT/X11" - } - } - ], - "cpe": "cpe:2.3:a:ncurses-base:ncurses-base:6.4-4:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/ncurses-base@6.4-4?arch=all&upstream=ncurses&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ncurses-base:ncurses_base:6.4-4:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ncurses_base:ncurses-base:6.4-4:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ncurses_base:ncurses_base:6.4-4:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ncurses:ncurses-base:6.4-4:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ncurses:ncurses_base:6.4-4:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/ncurses-base/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/ncurses-base.conffiles" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/info/ncurses-base.md5sums" - }, - { - "name": "syft:location:3:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:3:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "379" - }, - { - "name": "syft:metadata:source", - "value": "ncurses" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/ncurses-bin@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12&package-id=ddeb6215c71a51d7", - "type": "library", - "publisher": "Craig Small ", - "name": "ncurses-bin", - "version": "6.4-4", - "licenses": [ - { - "license": { - "id": "BSD-3-Clause" - } - }, - { - "license": { - "id": "X11" - } - }, - { - "license": { - "name": "MIT/X11" - } - } - ], - "cpe": "cpe:2.3:a:ncurses-bin:ncurses-bin:6.4-4:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/ncurses-bin@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ncurses-bin:ncurses_bin:6.4-4:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ncurses_bin:ncurses-bin:6.4-4:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ncurses_bin:ncurses_bin:6.4-4:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ncurses:ncurses-bin:6.4-4:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ncurses:ncurses_bin:6.4-4:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/ncurses-bin/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/ncurses-bin.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "636" - }, - { - "name": "syft:metadata:source", - "value": "ncurses" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/netbase@6.4?arch=all&distro=debian-12&package-id=efa40dd4da90f926", - "type": "library", - "publisher": "Marco d'Itri ", - "name": "netbase", - "version": "6.4", - "licenses": [ - { - "license": { - "id": "GPL-2.0-only" - } - } - ], - "cpe": "cpe:2.3:a:netbase:netbase:6.4:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/netbase@6.4?arch=all&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8071ff649a449defbaa4d7209e80dc8e3b33b95fea41de9773b2af4cb23a4427" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/netbase/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8071ff649a449defbaa4d7209e80dc8e3b33b95fea41de9773b2af4cb23a4427" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/netbase.conffiles" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:8071ff649a449defbaa4d7209e80dc8e3b33b95fea41de9773b2af4cb23a4427" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/info/netbase.md5sums" - }, - { - "name": "syft:location:3:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:3:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "36" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/openssl@3.0.14-1~deb12u2?arch=amd64&distro=debian-12&package-id=cafda1da0edb1e01", - "type": "library", - "publisher": "Debian OpenSSL Team ", - "name": "openssl", - "version": "3.0.14-1~deb12u2", - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - }, - { - "license": { - "id": "GPL-1.0-only" - } - }, - { - "license": { - "id": "GPL-1.0-or-later" - } - }, - { - "license": { - "name": "Artistic" - } - } - ], - "cpe": "cpe:2.3:a:openssl:openssl:3.0.14-1\\~deb12u2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/openssl@3.0.14-1~deb12u2?arch=amd64&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8071ff649a449defbaa4d7209e80dc8e3b33b95fea41de9773b2af4cb23a4427" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/openssl/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8071ff649a449defbaa4d7209e80dc8e3b33b95fea41de9773b2af4cb23a4427" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/openssl.conffiles" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:8071ff649a449defbaa4d7209e80dc8e3b33b95fea41de9773b2af4cb23a4427" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/info/openssl.md5sums" - }, - { - "name": "syft:location:3:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:3:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "2295" - } - ] - }, - { - "bom-ref": "pkg:pypi/packaging@24.1?package-id=f590a1eca73e7abd", - "type": "library", - "author": "Donald Stufft ", - "name": "packaging", - "version": "24.1", - "cpe": "cpe:2.3:a:donald_stufft_\\", - "name": "passwd", - "version": "1:4.13+dfsg1-1+b1", - "licenses": [ - { - "license": { - "id": "BSD-3-Clause" - } - }, - { - "license": { - "id": "GPL-1.0-only" - } - }, - { - "license": { - "id": "GPL-2.0-only" - } - }, - { - "license": { - "id": "GPL-2.0-or-later" - } - }, - { - "license": { - "name": "public-domain" - } - } - ], - "cpe": "cpe:2.3:a:passwd:passwd:1\\:4.13\\+dfsg1-1\\+b1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/passwd@1:4.13%2Bdfsg1-1%2Bb1?arch=amd64&upstream=shadow%401:4.13%2Bdfsg1-1&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/passwd/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/passwd.conffiles" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/info/passwd.md5sums" - }, - { - "name": "syft:location:3:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:3:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "2832" - }, - { - "name": "syft:metadata:source", - "value": "shadow" - }, - { - "name": "syft:metadata:sourceVersion", - "value": "1:4.13+dfsg1-1" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/perl-base@5.36.0-7%2Bdeb12u1?arch=amd64&upstream=perl&distro=debian-12&package-id=e7c6c7e67b78f445", - "type": "library", - "publisher": "Niko Tyni ", - "name": "perl-base", - "version": "5.36.0-7+deb12u1", - "licenses": [ - { - "license": { - "id": "Artistic-2.0" - } - }, - { - "license": { - "id": "BSD-3-Clause" - } - }, - { - "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": "LGPL-2.1-only" - } - }, - { - "license": { - "id": "Zlib" - } - }, - { - "license": { - "name": "Artistic" - } - }, - { - "license": { - "name": "Artistic-dist" - } - }, - { - "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": { - "name": "GPL-3+-WITH-BISON-EXCEPTION" - } - }, - { - "license": { - "name": "HSIEH-BSD" - } - }, - { - "license": { - "name": "HSIEH-DERIVATIVE" - } - }, - { - "license": { - "name": "REGCOMP" - } - }, - { - "license": { - "name": "REGCOMP," - } - }, - { - "license": { - "name": "RRA-KEEP-THIS-NOTICE" - } - }, - { - "license": { - "name": "SDBM-PUBLIC-DOMAIN" - } - }, - { - "license": { - "name": "TEXT-TABS" - } - }, - { - "license": { - "name": "Unicode" - } - } - ], - "cpe": "cpe:2.3:a:perl-base:perl-base:5.36.0-7\\+deb12u1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/perl-base@5.36.0-7%2Bdeb12u1?arch=amd64&upstream=perl&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:perl-base:perl_base:5.36.0-7\\+deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:perl_base:perl-base:5.36.0-7\\+deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:perl_base:perl_base:5.36.0-7\\+deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:perl:perl-base:5.36.0-7\\+deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:perl:perl_base:5.36.0-7\\+deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/perl-base/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/perl-base.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "7638" - }, - { - "name": "syft:metadata:source", - "value": "perl" - } - ] - }, - { - "bom-ref": "pkg:pypi/pip@24.0?package-id=2dd1e537b61bbb6a", - "type": "library", - "author": "The pip developers ", - "name": "pip", - "version": "24.0", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:pip_developers_\\", - "name": "python-magic", - "version": "0.4.27", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:adam_hupp_project:python-magic:0.4.27:*:*:*:*:*:*:*", - "purl": "pkg:pypi/python-magic@0.4.27", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "python-installed-package-cataloger" - }, - { - "name": "syft:package:language", - "value": "python" - }, - { - "name": "syft:package:type", - "value": "python" - }, - { - "name": "syft:package:metadataType", - "value": "python-package" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:adam_hupp_project:python_magic:0.4.27:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:adam_huppproject:python-magic:0.4.27:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:adam_huppproject:python_magic:0.4.27:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:adam_project:python-magic:0.4.27:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:adam_project:python_magic:0.4.27:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-magic:python-magic:0.4.27:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-magic:python_magic:0.4.27:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_magic:python-magic:0.4.27:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_magic:python_magic:0.4.27:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:adamproject:python-magic:0.4.27:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:adamproject:python_magic:0.4.27:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:adam_hupp:python-magic:0.4.27:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:adam_hupp:python_magic:0.4.27:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-magic:0.4.27:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_magic:0.4.27:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:adam:python-magic:0.4.27:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:adam:python_magic:0.4.27:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/python_magic-0.4.27.dist-info/METADATA" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/python_magic-0.4.27.dist-info/RECORD" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/python_magic-0.4.27.dist-info/top_level.txt" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/readline-common@8.2-1.3?arch=all&upstream=readline&distro=debian-12&package-id=012f830635a594bd", - "type": "library", - "publisher": "Matthias Klose ", - "name": "readline-common", - "version": "8.2-1.3", - "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": { - "name": "GFDL" - } - }, - { - "license": { - "name": "GFDL-NIV-1.3+" - } - }, - { - "license": { - "name": "ISC-no-attribution" - } - } - ], - "cpe": "cpe:2.3:a:readline-common:readline-common:8.2-1.3:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/readline-common@8.2-1.3?arch=all&upstream=readline&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:readline-common:readline_common:8.2-1.3:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:readline_common:readline-common:8.2-1.3:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:readline_common:readline_common:8.2-1.3:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:readline:readline-common:8.2-1.3:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:readline:readline_common:8.2-1.3:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:27084441859e539a78a480bc1831bfd04234864689a1ee1257e2ba87d965fdf6" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/readline-common/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:27084441859e539a78a480bc1831bfd04234864689a1ee1257e2ba87d965fdf6" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/readline-common.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "89" - }, - { - "name": "syft:metadata:source", - "value": "readline" - } - ] - }, - { - "bom-ref": "pkg:pypi/referencing@0.35.1?package-id=5e15499cd9769a0d", - "type": "library", - "author": "Julian Berman ", - "name": "referencing", - "version": "0.35.1", - "cpe": "cpe:2.3:a:julian_berman_\\", - "name": "rpds-py", - "version": "0.20.0", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:julian_berman_\\", - "name": "sed", - "version": "4.9-1", - "licenses": [ - { - "license": { - "id": "BSD-4-Clause-UC" - } - }, - { - "license": { - "id": "BSL-1.0" - } - }, - { - "license": { - "id": "GFDL-1.3-only" - } - }, - { - "license": { - "id": "GPL-3.0-only" - } - }, - { - "license": { - "id": "GPL-3.0-or-later" - } - }, - { - "license": { - "id": "ISC" - } - }, - { - "license": { - "id": "X11" - } - }, - { - "license": { - "name": "GFDL-NIV-1.3+" - } - }, - { - "license": { - "name": "pcre" - } - } - ], - "cpe": "cpe:2.3:a:sed:sed:4.9-1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/sed@4.9-1?arch=amd64&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/sed/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/sed.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "987" - } - ] - }, - { - "bom-ref": "pkg:pypi/semantic-version@2.10.0?package-id=b3c049a3c44b61d8", - "type": "library", - "author": "Raphaël Barrois ", - "name": "semantic-version", - "version": "2.10.0", - "licenses": [ - { - "license": { - "name": "BSD" - } - } - ], - "cpe": "cpe:2.3:a:raphael_barrois\\+semver_project:python-semantic-version:2.10.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/semantic-version@2.10.0", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "python-installed-package-cataloger" - }, - { - "name": "syft:package:language", - "value": "python" - }, - { - "name": "syft:package:type", - "value": "python" - }, - { - "name": "syft:package:metadataType", - "value": "python-package" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:raphael_barrois\\+semver_project:python_semantic_version:2.10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:raphael_barrois\\+semverproject:python-semantic-version:2.10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:raphael_barrois\\+semverproject:python_semantic_version:2.10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-semantic-version:python-semantic-version:2.10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-semantic-version:python_semantic_version:2.10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_semantic_version:python-semantic-version:2.10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_semantic_version:python_semantic_version:2.10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:raphael_barrois\\+semver_project:semantic-version:2.10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:raphael_barrois\\+semver_project:semantic_version:2.10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:raphael-barrois\\+semver:python-semantic-version:2.10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:raphael-barrois\\+semver:python_semantic_version:2.10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:raphael_barrois\\+semver:python-semantic-version:2.10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:raphael_barrois\\+semver:python_semantic_version:2.10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:raphael_barrois\\+semverproject:semantic-version:2.10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:raphael_barrois\\+semverproject:semantic_version:2.10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-semantic-version:semantic-version:2.10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-semantic-version:semantic_version:2.10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_semantic_version:semantic-version:2.10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_semantic_version:semantic_version:2.10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:semantic-version:python-semantic-version:2.10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:semantic-version:python_semantic_version:2.10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:semantic_version:python-semantic-version:2.10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:semantic_version:python_semantic_version:2.10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-semantic:python-semantic-version:2.10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-semantic:python_semantic_version:2.10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_semantic:python-semantic-version:2.10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_semantic:python_semantic_version:2.10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:raphael-barrois\\+semver:semantic-version:2.10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:raphael-barrois\\+semver:semantic_version:2.10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:raphael_barrois\\+semver:semantic-version:2.10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:raphael_barrois\\+semver:semantic_version:2.10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:semantic-version:semantic-version:2.10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:semantic-version:semantic_version:2.10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:semantic_version:semantic-version:2.10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:semantic_version:semantic_version:2.10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-semantic:semantic-version:2.10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-semantic:semantic_version:2.10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_semantic:semantic-version:2.10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_semantic:semantic_version:2.10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:semantic:python-semantic-version:2.10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:semantic:python_semantic_version:2.10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-semantic-version:2.10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_semantic_version:2.10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:semantic:semantic-version:2.10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:semantic:semantic_version:2.10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:semantic-version:2.10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:semantic_version:2.10.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/semantic_version-2.10.0.dist-info/METADATA" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/semantic_version-2.10.0.dist-info/RECORD" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/semantic_version-2.10.0.dist-info/top_level.txt" - } - ] - }, - { - "bom-ref": "pkg:pypi/setuptools@65.5.1?package-id=8c7d0b28aa3d7879", - "type": "library", - "author": "Python Packaging Authority ", - "name": "setuptools", - "version": "65.5.1", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:python:setuptools:65.5.1:*:*:*:*:*:*:*", - "purl": "pkg:pypi/setuptools@65.5.1", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "python-installed-package-cataloger" - }, - { - "name": "syft:package:language", - "value": "python" - }, - { - "name": "syft:package:type", - "value": "python" - }, - { - "name": "syft:package:metadataType", - "value": "python-package" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:27084441859e539a78a480bc1831bfd04234864689a1ee1257e2ba87d965fdf6" - }, - { - "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools-65.5.1.dist-info/METADATA" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:27084441859e539a78a480bc1831bfd04234864689a1ee1257e2ba87d965fdf6" - }, - { - "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools-65.5.1.dist-info/RECORD" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:27084441859e539a78a480bc1831bfd04234864689a1ee1257e2ba87d965fdf6" - }, - { - "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools-65.5.1.dist-info/top_level.txt" - } - ] - }, - { - "bom-ref": "pkg:pypi/setuptools@74.0.0?package-id=72bfaf78fabbd00f", - "type": "library", - "author": "Python Packaging Authority ", - "name": "setuptools", - "version": "74.0.0", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:python:setuptools:74.0.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/setuptools@74.0.0", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "python-installed-package-cataloger" - }, - { - "name": "syft:package:language", - "value": "python" - }, - { - "name": "syft:package:type", - "value": "python" - }, - { - "name": "syft:package:metadataType", - "value": "python-package" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools-74.0.0.dist-info/METADATA" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools-74.0.0.dist-info/RECORD" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools-74.0.0.dist-info/top_level.txt" - } - ] - }, - { - "bom-ref": "pkg:pypi/setuptools-rust@1.10.1?package-id=7292f5a389d51709", - "type": "library", - "author": "Nikolay Kim ", - "name": "setuptools-rust", - "version": "1.10.1", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:nikolay_kim_\\", - "name": "sysvinit-utils", - "version": "3.06-4", - "licenses": [ - { - "license": { - "id": "GPL-2.0-only" - } - }, - { - "license": { - "id": "GPL-2.0-or-later" - } - }, - { - "license": { - "id": "GPL-3.0-only" - } - } - ], - "cpe": "cpe:2.3:a:sysvinit-utils:sysvinit-utils:3.06-4:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/sysvinit-utils@3.06-4?arch=amd64&upstream=sysvinit&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:sysvinit-utils:sysvinit_utils:3.06-4:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:sysvinit_utils:sysvinit-utils:3.06-4:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:sysvinit_utils:sysvinit_utils:3.06-4:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:sysvinit:sysvinit-utils:3.06-4:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:sysvinit:sysvinit_utils:3.06-4:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/sysvinit-utils/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/sysvinit-utils.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "100" - }, - { - "name": "syft:metadata:source", - "value": "sysvinit" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/tar@1.34%2Bdfsg-1.2%2Bdeb12u1?arch=amd64&distro=debian-12&package-id=9f97ab08691b54d2", - "type": "library", - "publisher": "Janos Lenart ", - "name": "tar", - "version": "1.34+dfsg-1.2+deb12u1", - "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" - } - } - ], - "cpe": "cpe:2.3:a:tar:tar:1.34\\+dfsg-1.2\\+deb12u1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/tar@1.34%2Bdfsg-1.2%2Bdeb12u1?arch=amd64&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/tar/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/tar.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "3144" - } - ] - }, - { - "bom-ref": "pkg:pypi/tomli@2.0.1?package-id=32d941b35d88e747", - "type": "library", - "author": "Taneli Hukkinen ", - "name": "tomli", - "version": "2.0.1", - "cpe": "cpe:2.3:a:taneli_hukkinen_\\", - "name": "typeguard", - "version": "4.3.0", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:python-typeguard:python-typeguard:4.3.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/typeguard@4.3.0", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "python-installed-package-cataloger" - }, - { - "name": "syft:package:language", - "value": "python" - }, - { - "name": "syft:package:type", - "value": "python" - }, - { - "name": "syft:package:metadataType", - "value": "python-package" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-typeguard:python_typeguard:4.3.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_typeguard:python-typeguard:4.3.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_typeguard:python_typeguard:4.3.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-typeguard:typeguard:4.3.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_typeguard:typeguard:4.3.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:typeguard:python-typeguard:4.3.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:typeguard:python_typeguard:4.3.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-typeguard:4.3.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_typeguard:4.3.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:typeguard:typeguard:4.3.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:typeguard:4.3.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/METADATA" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/RECORD" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/top_level.txt" - } - ] - }, - { - "bom-ref": "pkg:pypi/typing-extensions@4.12.2?package-id=e7e37271712113b9", - "type": "library", - "author": "\"Guido van Rossum, Jukka Lehtosalo, Łukasz Langa, Michael Lee\" ", - "name": "typing_extensions", - "version": "4.12.2", - "cpe": "cpe:2.3:a:python-typing-extensions:python-typing-extensions:4.12.2:*:*:*:*:*:*:*", - "purl": "pkg:pypi/typing_extensions@4.12.2", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "python-installed-package-cataloger" - }, - { - "name": "syft:package:language", - "value": "python" - }, - { - "name": "syft:package:type", - "value": "python" - }, - { - "name": "syft:package:metadataType", - "value": "python-package" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-typing-extensions:python-typing_extensions:4.12.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-typing-extensions:python_typing_extensions:4.12.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-typing_extensions:python-typing-extensions:4.12.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-typing_extensions:python-typing_extensions:4.12.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-typing_extensions:python_typing_extensions:4.12.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_typing_extensions:python-typing-extensions:4.12.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_typing_extensions:python-typing_extensions:4.12.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_typing_extensions:python_typing_extensions:4.12.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-typing-extensions:typing-extensions:4.12.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-typing-extensions:typing_extensions:4.12.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-typing_extensions:typing-extensions:4.12.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-typing_extensions:typing_extensions:4.12.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_typing_extensions:typing-extensions:4.12.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_typing_extensions:typing_extensions:4.12.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:typing-extensions:python-typing-extensions:4.12.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:typing-extensions:python-typing_extensions:4.12.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:typing-extensions:python_typing_extensions:4.12.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:typing_extensions:python-typing-extensions:4.12.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:typing_extensions:python-typing_extensions:4.12.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:typing_extensions:python_typing_extensions:4.12.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-typing:python-typing-extensions:4.12.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-typing:python-typing_extensions:4.12.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-typing:python_typing_extensions:4.12.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_typing:python-typing-extensions:4.12.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_typing:python-typing_extensions:4.12.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_typing:python_typing_extensions:4.12.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:typing-extensions:typing-extensions:4.12.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:typing-extensions:typing_extensions:4.12.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:typing_extensions:typing-extensions:4.12.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:typing_extensions:typing_extensions:4.12.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-typing:typing-extensions:4.12.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-typing:typing_extensions:4.12.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-typing-extensions:4.12.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-typing_extensions:4.12.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_typing_extensions:4.12.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_typing:typing-extensions:4.12.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_typing:typing_extensions:4.12.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:typing:python-typing-extensions:4.12.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:typing:python-typing_extensions:4.12.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:typing:python_typing_extensions:4.12.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:typing-extensions:4.12.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:typing_extensions:4.12.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:typing:typing-extensions:4.12.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:typing:typing_extensions:4.12.2:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/METADATA" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/RECORD" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/tzdata@2024a-0%2Bdeb12u1?arch=all&distro=debian-12&package-id=badec4cf98cb9851", - "type": "library", - "publisher": "GNU Libc Maintainers ", - "name": "tzdata", - "version": "2024a-0+deb12u1", - "licenses": [ - { - "license": { - "name": "public-domain" - } - } - ], - "cpe": "cpe:2.3:a:tzdata:tzdata:2024a-0\\+deb12u1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/tzdata@2024a-0%2Bdeb12u1?arch=all&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/tzdata/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/tzdata.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "2554" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/usr-is-merged@37~deb12u1?arch=all&upstream=usrmerge&distro=debian-12&package-id=2ff6c78c4500ed6a", - "type": "library", - "publisher": "Marco d'Itri ", - "name": "usr-is-merged", - "version": "37~deb12u1", - "licenses": [ - { - "license": { - "id": "GPL-2.0-only" - } - }, - { - "license": { - "id": "GPL-2.0-or-later" - } - } - ], - "cpe": "cpe:2.3:a:usr-is-merged:usr-is-merged:37\\~deb12u1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/usr-is-merged@37~deb12u1?arch=all&upstream=usrmerge&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:usr-is-merged:usr_is_merged:37\\~deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:usr_is_merged:usr-is-merged:37\\~deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:usr_is_merged:usr_is_merged:37\\~deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:usr-is:usr-is-merged:37\\~deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:usr-is:usr_is_merged:37\\~deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:usr_is:usr-is-merged:37\\~deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:usr_is:usr_is_merged:37\\~deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:usr:usr-is-merged:37\\~deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:usr:usr_is_merged:37\\~deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/usr-is-merged/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/usr-is-merged.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "13" - }, - { - "name": "syft:metadata:source", - "value": "usrmerge" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/util-linux@2.38.1-5%2Bdeb12u1?arch=amd64&distro=debian-12&package-id=08f3410f0a4602ff", - "type": "library", - "publisher": "util-linux packagers ", - "name": "util-linux", - "version": "2.38.1-5+deb12u1", - "licenses": [ - { - "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": { - "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": "BSLA" - } - }, - { - "license": { - "name": "LGPL" - } - }, - { - "license": { - "name": "public-domain" - } - } - ], - "cpe": "cpe:2.3:a:util-linux:util-linux:2.38.1-5\\+deb12u1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/util-linux@2.38.1-5%2Bdeb12u1?arch=amd64&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:util-linux:util_linux:2.38.1-5\\+deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:util_linux:util-linux:2.38.1-5\\+deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:util_linux:util_linux:2.38.1-5\\+deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:util:util-linux:2.38.1-5\\+deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:util:util_linux:2.38.1-5\\+deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/util-linux/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/util-linux.conffiles" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/info/util-linux.md5sums" - }, - { - "name": "syft:location:3:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:3:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "4978" - } - ] - }, - { - "bom-ref": "pkg:deb/debian/util-linux-extra@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12&package-id=76ef77b2a5a01818", - "type": "library", - "publisher": "util-linux packagers ", - "name": "util-linux-extra", - "version": "2.38.1-5+deb12u1", - "licenses": [ - { - "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": { - "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": "BSLA" - } - }, - { - "license": { - "name": "LGPL" - } - }, - { - "license": { - "name": "public-domain" - } - } - ], - "cpe": "cpe:2.3:a:util-linux-extra:util-linux-extra:2.38.1-5\\+deb12u1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/util-linux-extra@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:util-linux-extra:util_linux_extra:2.38.1-5\\+deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:util_linux_extra:util-linux-extra:2.38.1-5\\+deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:util_linux_extra:util_linux_extra:2.38.1-5\\+deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:util-linux:util-linux-extra:2.38.1-5\\+deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:util-linux:util_linux_extra:2.38.1-5\\+deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:util_linux:util-linux-extra:2.38.1-5\\+deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:util_linux:util_linux_extra:2.38.1-5\\+deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:util:util-linux-extra:2.38.1-5\\+deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:util:util_linux_extra:2.38.1-5\\+deb12u1:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/util-linux-extra/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/util-linux-extra.conffiles" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/info/util-linux-extra.md5sums" - }, - { - "name": "syft:location:3:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:3:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "366" - }, - { - "name": "syft:metadata:source", - "value": "util-linux" - } - ] - }, - { - "bom-ref": "pkg:pypi/wheel@0.43.0?package-id=d171a4dd69290dc7", - "type": "library", - "author": "Daniel Holth ", - "name": "wheel", - "version": "0.43.0", - "cpe": "cpe:2.3:a:daniel_holth_\\", - "name": "wheel", - "version": "0.44.0", - "cpe": "cpe:2.3:a:daniel_holth_\\", - "name": "yarl", - "version": "1.9.4", - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "cpe": "cpe:2.3:a:andrew_svetlov_project:python-yarl:1.9.4:*:*:*:*:*:*:*", - "purl": "pkg:pypi/yarl@1.9.4", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "python-installed-package-cataloger" - }, - { - "name": "syft:package:language", - "value": "python" - }, - { - "name": "syft:package:type", - "value": "python" - }, - { - "name": "syft:package:metadataType", - "value": "python-package" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:andrew_svetlov_project:python_yarl:1.9.4:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:andrew_svetlovproject:python-yarl:1.9.4:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:andrew_svetlovproject:python_yarl:1.9.4:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:andrew_svetlov_project:yarl:1.9.4:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:andrew-svetlov:python-yarl:1.9.4:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:andrew-svetlov:python_yarl:1.9.4:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:andrew_svetlov:python-yarl:1.9.4:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:andrew_svetlov:python_yarl:1.9.4:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:andrew_svetlovproject:yarl:1.9.4:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-yarl:python-yarl:1.9.4:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-yarl:python_yarl:1.9.4:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_yarl:python-yarl:1.9.4:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_yarl:python_yarl:1.9.4:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:andrew-svetlov:yarl:1.9.4:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:andrew_svetlov:yarl:1.9.4:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-yarl:1.9.4:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_yarl:1.9.4:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python-yarl:yarl:1.9.4:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_yarl:yarl:1.9.4:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:yarl:python-yarl:1.9.4:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:yarl:python_yarl:1.9.4:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:yarl:1.9.4:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:yarl:yarl:1.9.4:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/yarl-1.9.4.dist-info/METADATA" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/yarl-1.9.4.dist-info/RECORD" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:8397af145a87aeef7e0ce1e935971ebff05a35ec3309bd65ef4c854bc9c7d37a" - }, - { - "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/yarl-1.9.4.dist-info/top_level.txt" - } - ] - }, - { - "bom-ref": "pkg:pypi/zipp@3.19.2?package-id=cb3371bb4cc74366", - "type": "library", - "author": "\"Jason R. Coombs\" ", - "name": "zipp", - "version": "3.19.2", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:\\\"jason_r__coombs\\\"_\\", - "name": "zlib1g", - "version": "1:1.2.13.dfsg-1", - "licenses": [ - { - "license": { - "id": "Zlib" - } - } - ], - "cpe": "cpe:2.3:a:zlib1g:zlib1g:1\\:1.2.13.dfsg-1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/zlib1g@1:1.2.13.dfsg-1?arch=amd64&upstream=zlib&distro=debian-12", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "dpkg-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "deb" - }, - { - "name": "syft:package:metadataType", - "value": "dpkg-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:0:path", - "value": "/usr/share/doc/zlib1g/copyright" - }, - { - "name": "syft:location:1:layerID", - "value": "sha256:8e2ab394fabf557b00041a8f080b10b4e91c7027b7c174f095332c7ebb6501cb" - }, - { - "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/zlib1g:amd64.md5sums" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:3914bdc1f6604209f9acbebd40e578ea0987e9dc4c18b123fbb42529e02ee28b" - }, - { - "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "168" - }, - { - "name": "syft:metadata:source", - "value": "zlib" - } - ] - }, - { - "bom-ref": "os:debian@12", - "type": "operating-system", - "name": "debian", - "version": "12", - "description": "Debian GNU/Linux 12 (bookworm)", - "swid": { - "tagId": "debian", - "name": "debian", - "version": "12" - }, - "externalReferences": [ - { - "url": "https://bugs.debian.org/", - "type": "issue-tracker" - }, - { - "url": "https://www.debian.org/", - "type": "website" - }, - { - "url": "https://www.debian.org/support", - "comment": "support", - "type": "other" - } - ], - "properties": [ - { - "name": "syft:distro:id", - "value": "debian" - }, - { - "name": "syft:distro:prettyName", - "value": "Debian GNU/Linux 12 (bookworm)" - }, - { - "name": "syft:distro:versionCodename", - "value": "bookworm" - }, - { - "name": "syft:distro:versionID", - "value": "12" - } - ] - } - ], - "dependencies": [ - { - "ref": "pkg:deb/debian/adduser@3.134?arch=all&distro=debian-12&package-id=8a49897e59f569c2", - "dependsOn": [ - "pkg:deb/debian/passwd@1:4.13%2Bdfsg1-1%2Bb1?arch=amd64&upstream=shadow%401:4.13%2Bdfsg1-1&distro=debian-12&package-id=25b93d8479d03922" - ] - }, - { - "ref": "pkg:deb/debian/apt@2.6.1?arch=amd64&distro=debian-12&package-id=d50c2d021f21396b", - "dependsOn": [ - "pkg:deb/debian/adduser@3.134?arch=all&distro=debian-12&package-id=8a49897e59f569c2", - "pkg:deb/debian/debian-archive-keyring@2023.3%2Bdeb12u1?arch=all&distro=debian-12&package-id=5f72b60542cf0be2", - "pkg:deb/debian/gpgv@2.2.40-1.1?arch=amd64&upstream=gnupg2&distro=debian-12&package-id=2bba05a28999480c", - "pkg:deb/debian/libapt-pkg6.0@2.6.1?arch=amd64&upstream=apt&distro=debian-12&package-id=18ed075bb8b76c7f", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", - "pkg:deb/debian/libgcc-s1@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=38b424bee2a8db35", - "pkg:deb/debian/libgnutls30@3.7.9-2%2Bdeb12u3?arch=amd64&upstream=gnutls28&distro=debian-12&package-id=e285c9d302b29acf", - "pkg:deb/debian/libseccomp2@2.5.4-1%2Bdeb12u1?arch=amd64&upstream=libseccomp&distro=debian-12&package-id=86bffae363f30eaf", - "pkg:deb/debian/libstdc%2B%2B6@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=4f6f636801d1d450", - "pkg:deb/debian/libsystemd0@252.30-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=25bbd8d336cce5f6" - ] - }, - { - "ref": "pkg:deb/debian/base-files@12.4%2Bdeb12u7?arch=amd64&distro=debian-12&package-id=ebc09cdd9e39fe8e", - "dependsOn": [ - "pkg:deb/debian/mawk@1.3.4.20200120-3.1?arch=amd64&distro=debian-12&package-id=ab8cb640bde51524" - ] - }, - { - "ref": "pkg:deb/debian/base-passwd@3.6.1?arch=amd64&distro=debian-12&package-id=4998ded886abf971", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", - "pkg:deb/debian/libdebconfclient0@0.270?arch=amd64&upstream=cdebconf&distro=debian-12&package-id=36285f3184fdc550", - "pkg:deb/debian/libselinux1@3.4-1%2Bb6?arch=amd64&upstream=libselinux%403.4-1&distro=debian-12&package-id=2ddd11f048a6a586" - ] - }, - { - "ref": "pkg:deb/debian/bash@5.2.15-2%2Bb7?arch=amd64&upstream=bash%405.2.15-2&distro=debian-12&package-id=f715edd1e555e041", - "dependsOn": [ - "pkg:deb/debian/base-files@12.4%2Bdeb12u7?arch=amd64&distro=debian-12&package-id=ebc09cdd9e39fe8e", - "pkg:deb/debian/debianutils@5.7-0.5~deb12u1?arch=amd64&distro=debian-12&package-id=491d4893a84ee6f1", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", - "pkg:deb/debian/libtinfo6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12&package-id=16ce3f9a5a6f08b5" - ] - }, - { - "ref": "pkg:deb/debian/bsdutils@1:2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux%402.38.1-5%2Bdeb12u1&distro=debian-12&package-id=a5f7ee908299e757", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", - "pkg:deb/debian/libsystemd0@252.30-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=25bbd8d336cce5f6" - ] - }, - { - "ref": "pkg:deb/debian/c-icap@1:0.5.10-4?arch=amd64&distro=debian-12&package-id=67fe1fb1ecb4e69f", - "dependsOn": [ - "pkg:deb/debian/adduser@3.134?arch=all&distro=debian-12&package-id=8a49897e59f569c2", - "pkg:deb/debian/init-system-helpers@1.65.2?arch=all&distro=debian-12&package-id=08222e193e6de8c6", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", - "pkg:deb/debian/libdb5.3@5.3.28%2Bdfsg2-1?arch=amd64&upstream=db5.3&distro=debian-12&package-id=e78c9691bc71759d", - "pkg:deb/debian/libicapapi5@1:0.5.10-4?arch=amd64&upstream=c-icap&distro=debian-12&package-id=c5a24fd0cda66d6e", - "pkg:deb/debian/sysvinit-utils@3.06-4?arch=amd64&upstream=sysvinit&distro=debian-12&package-id=78dc4e9a34d47de7" - ] - }, - { - "ref": "pkg:deb/debian/ca-certificates@20230311?arch=all&distro=debian-12&package-id=a19b0036f2925522", - "dependsOn": [ - "pkg:deb/debian/debconf@1.5.82?arch=all&distro=debian-12&package-id=cd568950fffd83d7", - "pkg:deb/debian/openssl@3.0.14-1~deb12u2?arch=amd64&distro=debian-12&package-id=cafda1da0edb1e01" - ] - }, - { - "ref": "pkg:deb/debian/coreutils@9.1-1?arch=amd64&distro=debian-12&package-id=c6bc56609e4b9d8e", - "dependsOn": [ - "pkg:deb/debian/libacl1@2.3.1-3?arch=amd64&upstream=acl&distro=debian-12&package-id=4c1c362901b4ae1d", - "pkg:deb/debian/libattr1@1:2.5.1-4?arch=amd64&upstream=attr&distro=debian-12&package-id=00337d6008bf0618", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", - "pkg:deb/debian/libgmp10@2:6.2.1%2Bdfsg1-1.1?arch=amd64&upstream=gmp&distro=debian-12&package-id=58578df1b5161e39", - "pkg:deb/debian/libselinux1@3.4-1%2Bb6?arch=amd64&upstream=libselinux%403.4-1&distro=debian-12&package-id=2ddd11f048a6a586" - ] - }, - { - "ref": "pkg:deb/debian/dash@0.5.12-2?arch=amd64&distro=debian-12&package-id=dfb8fa00a791d161", - "dependsOn": [ - "pkg:deb/debian/debianutils@5.7-0.5~deb12u1?arch=amd64&distro=debian-12&package-id=491d4893a84ee6f1", - "pkg:deb/debian/dpkg@1.21.22?arch=amd64&distro=debian-12&package-id=e7dfdbaa2c8d0db8", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - ] - }, - { - "ref": "pkg:deb/debian/debianutils@5.7-0.5~deb12u1?arch=amd64&distro=debian-12&package-id=491d4893a84ee6f1", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - ] - }, - { - "ref": "pkg:deb/debian/diffutils@1:3.8-4?arch=amd64&distro=debian-12&package-id=7b8a5443f3ae24b7", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - ] - }, - { - "ref": "pkg:deb/debian/dpkg@1.21.22?arch=amd64&distro=debian-12&package-id=e7dfdbaa2c8d0db8", - "dependsOn": [ - "pkg:deb/debian/libbz2-1.0@1.0.8-5%2Bb1?arch=amd64&upstream=bzip2%401.0.8-5&distro=debian-12&package-id=0e01bf0bfbc47b61", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", - "pkg:deb/debian/liblzma5@5.4.1-0.2?arch=amd64&upstream=xz-utils&distro=debian-12&package-id=50aacee46546d54f", - "pkg:deb/debian/libmd0@1.0.4-2?arch=amd64&upstream=libmd&distro=debian-12&package-id=e0d481a26eb4a8ba", - "pkg:deb/debian/libselinux1@3.4-1%2Bb6?arch=amd64&upstream=libselinux%403.4-1&distro=debian-12&package-id=2ddd11f048a6a586", - "pkg:deb/debian/libzstd1@1.5.4%2Bdfsg2-5?arch=amd64&upstream=libzstd&distro=debian-12&package-id=2d1a4631243ef86d", - "pkg:deb/debian/tar@1.34%2Bdfsg-1.2%2Bdeb12u1?arch=amd64&distro=debian-12&package-id=9f97ab08691b54d2", - "pkg:deb/debian/zlib1g@1:1.2.13.dfsg-1?arch=amd64&upstream=zlib&distro=debian-12&package-id=450c163f1aff2ce3" - ] - }, - { - "ref": "pkg:deb/debian/e2fsprogs@1.47.0-2?arch=amd64&distro=debian-12&package-id=603134b12dc04fbb", - "dependsOn": [ - "pkg:deb/debian/libblkid1@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12&package-id=09f6bd60ae488e2d", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", - "pkg:deb/debian/libcom-err2@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12&package-id=5ae134ea8c2f9dd3", - "pkg:deb/debian/libext2fs2@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12&package-id=ba7d9cd5ef6527ef", - "pkg:deb/debian/libss2@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12&package-id=2baf633bc8a84df6", - "pkg:deb/debian/libuuid1@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12&package-id=747a26ba1b8b92a7", - "pkg:deb/debian/logsave@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12&package-id=5fbda5347c254f6a" - ] - }, - { - "ref": "pkg:deb/debian/findutils@4.9.0-4?arch=amd64&distro=debian-12&package-id=c25bb66032b208ef", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", - "pkg:deb/debian/libselinux1@3.4-1%2Bb6?arch=amd64&upstream=libselinux%403.4-1&distro=debian-12&package-id=2ddd11f048a6a586" - ] - }, - { - "ref": "pkg:deb/debian/gpgv@2.2.40-1.1?arch=amd64&upstream=gnupg2&distro=debian-12&package-id=2bba05a28999480c", - "dependsOn": [ - "pkg:deb/debian/libbz2-1.0@1.0.8-5%2Bb1?arch=amd64&upstream=bzip2%401.0.8-5&distro=debian-12&package-id=0e01bf0bfbc47b61", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", - "pkg:deb/debian/libgcrypt20@1.10.1-3?arch=amd64&distro=debian-12&package-id=56e66cdbccf3f7eb", - "pkg:deb/debian/libgpg-error0@1.46-1?arch=amd64&upstream=libgpg-error&distro=debian-12&package-id=3344e28bea60387e", - "pkg:deb/debian/zlib1g@1:1.2.13.dfsg-1?arch=amd64&upstream=zlib&distro=debian-12&package-id=450c163f1aff2ce3" - ] - }, - { - "ref": "pkg:deb/debian/grep@3.8-5?arch=amd64&distro=debian-12&package-id=a8613391d2f5a59d", - "dependsOn": [ - "pkg:deb/debian/dpkg@1.21.22?arch=amd64&distro=debian-12&package-id=e7dfdbaa2c8d0db8", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", - "pkg:deb/debian/libpcre2-8-0@10.42-1?arch=amd64&upstream=pcre2&distro=debian-12&package-id=ac69ca1032624423" - ] - }, - { - "ref": "pkg:deb/debian/gzip@1.12-1?arch=amd64&distro=debian-12&package-id=c6ca962da553aeaa", - "dependsOn": [ - "pkg:deb/debian/dpkg@1.21.22?arch=amd64&distro=debian-12&package-id=e7dfdbaa2c8d0db8", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - ] - }, - { - "ref": "pkg:deb/debian/hostname@3.23%2Bnmu1?arch=amd64&distro=debian-12&package-id=ade4f6873a3cf602", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - ] - }, - { - "ref": "pkg:deb/debian/init-system-helpers@1.65.2?arch=all&distro=debian-12&package-id=08222e193e6de8c6", - "dependsOn": [ - "pkg:deb/debian/usr-is-merged@37~deb12u1?arch=all&upstream=usrmerge&distro=debian-12&package-id=2ff6c78c4500ed6a" - ] - }, - { - "ref": "pkg:deb/debian/libacl1@2.3.1-3?arch=amd64&upstream=acl&distro=debian-12&package-id=4c1c362901b4ae1d", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - ] - }, - { - "ref": "pkg:deb/debian/libapt-pkg6.0@2.6.1?arch=amd64&upstream=apt&distro=debian-12&package-id=18ed075bb8b76c7f", - "dependsOn": [ - "pkg:deb/debian/libbz2-1.0@1.0.8-5%2Bb1?arch=amd64&upstream=bzip2%401.0.8-5&distro=debian-12&package-id=0e01bf0bfbc47b61", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", - "pkg:deb/debian/libgcc-s1@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=38b424bee2a8db35", - "pkg:deb/debian/libgcrypt20@1.10.1-3?arch=amd64&distro=debian-12&package-id=56e66cdbccf3f7eb", - "pkg:deb/debian/liblz4-1@1.9.4-1?arch=amd64&upstream=lz4&distro=debian-12&package-id=89a8f82cb9aef205", - "pkg:deb/debian/liblzma5@5.4.1-0.2?arch=amd64&upstream=xz-utils&distro=debian-12&package-id=50aacee46546d54f", - "pkg:deb/debian/libstdc%2B%2B6@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=4f6f636801d1d450", - "pkg:deb/debian/libsystemd0@252.30-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=25bbd8d336cce5f6", - "pkg:deb/debian/libudev1@252.30-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=07461553a840f601", - "pkg:deb/debian/libxxhash0@0.8.1-1?arch=amd64&upstream=xxhash&distro=debian-12&package-id=80b285a817bbd8db", - "pkg:deb/debian/libzstd1@1.5.4%2Bdfsg2-5?arch=amd64&upstream=libzstd&distro=debian-12&package-id=2d1a4631243ef86d", - "pkg:deb/debian/zlib1g@1:1.2.13.dfsg-1?arch=amd64&upstream=zlib&distro=debian-12&package-id=450c163f1aff2ce3" - ] - }, - { - "ref": "pkg:deb/debian/libattr1@1:2.5.1-4?arch=amd64&upstream=attr&distro=debian-12&package-id=00337d6008bf0618", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - ] - }, - { - "ref": "pkg:deb/debian/libaudit1@1:3.0.9-1?arch=amd64&upstream=audit&distro=debian-12&package-id=2512ef9462982daa", - "dependsOn": [ - "pkg:deb/debian/libaudit-common@1:3.0.9-1?arch=all&upstream=audit&distro=debian-12&package-id=044869766add5220", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", - "pkg:deb/debian/libcap-ng0@0.8.3-1%2Bb3?arch=amd64&upstream=libcap-ng%400.8.3-1&distro=debian-12&package-id=41101b8d69788dbe" - ] - }, - { - "ref": "pkg:deb/debian/libblkid1@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12&package-id=09f6bd60ae488e2d", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - ] - }, - { - "ref": "pkg:deb/debian/libbrotli1@1.0.9-2%2Bb6?arch=amd64&upstream=brotli%401.0.9-2&distro=debian-12&package-id=bee17957f6df430e", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - ] - }, - { - "ref": "pkg:deb/debian/libbz2-1.0@1.0.8-5%2Bb1?arch=amd64&upstream=bzip2%401.0.8-5&distro=debian-12&package-id=0e01bf0bfbc47b61", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - ] - }, - { - "ref": "pkg:deb/debian/libc-bin@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=ce9249bb3f1e8686", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - ] - }, - { - "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", - "dependsOn": [ - "pkg:deb/debian/libgcc-s1@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=38b424bee2a8db35" - ] - }, - { - "ref": "pkg:deb/debian/libcap-ng0@0.8.3-1%2Bb3?arch=amd64&upstream=libcap-ng%400.8.3-1&distro=debian-12&package-id=41101b8d69788dbe", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - ] - }, - { - "ref": "pkg:deb/debian/libcap2@1:2.66-4?arch=amd64&distro=debian-12&package-id=00973b8ba461f164", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - ] - }, - { - "ref": "pkg:deb/debian/libcom-err2@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12&package-id=5ae134ea8c2f9dd3", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - ] - }, - { - "ref": "pkg:deb/debian/libcrypt1@1:4.4.33-2?arch=amd64&upstream=libxcrypt&distro=debian-12&package-id=557e13a1cf1998d5", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - ] - }, - { - "ref": "pkg:deb/debian/libdb5.3@5.3.28%2Bdfsg2-1?arch=amd64&upstream=db5.3&distro=debian-12&package-id=e78c9691bc71759d", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - ] - }, - { - "ref": "pkg:deb/debian/libdebconfclient0@0.270?arch=amd64&upstream=cdebconf&distro=debian-12&package-id=36285f3184fdc550", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - ] - }, - { - "ref": "pkg:deb/debian/libexpat1@2.5.0-1?arch=amd64&upstream=expat&distro=debian-12&package-id=647da6a471c14b1e", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - ] - }, - { - "ref": "pkg:deb/debian/libext2fs2@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12&package-id=ba7d9cd5ef6527ef", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - ] - }, - { - "ref": "pkg:deb/debian/libffi8@3.4.4-1?arch=amd64&upstream=libffi&distro=debian-12&package-id=b2b6d2667df8c2ec", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - ] - }, - { - "ref": "pkg:deb/debian/libgcc-s1@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=38b424bee2a8db35", - "dependsOn": [ - "pkg:deb/debian/gcc-12-base@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=2d9c105581cbe6a2", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - ] - }, - { - "ref": "pkg:deb/debian/libgcrypt20@1.10.1-3?arch=amd64&distro=debian-12&package-id=56e66cdbccf3f7eb", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", - "pkg:deb/debian/libgpg-error0@1.46-1?arch=amd64&upstream=libgpg-error&distro=debian-12&package-id=3344e28bea60387e" - ] - }, - { - "ref": "pkg:deb/debian/libgdbm6@1.23-3?arch=amd64&upstream=gdbm&distro=debian-12&package-id=14b7ab7dc38da51a", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - ] - }, - { - "ref": "pkg:deb/debian/libgmp10@2:6.2.1%2Bdfsg1-1.1?arch=amd64&upstream=gmp&distro=debian-12&package-id=58578df1b5161e39", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - ] - }, - { - "ref": "pkg:deb/debian/libgnutls30@3.7.9-2%2Bdeb12u3?arch=amd64&upstream=gnutls28&distro=debian-12&package-id=e285c9d302b29acf", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", - "pkg:deb/debian/libgmp10@2:6.2.1%2Bdfsg1-1.1?arch=amd64&upstream=gmp&distro=debian-12&package-id=58578df1b5161e39", - "pkg:deb/debian/libhogweed6@3.8.1-2?arch=amd64&upstream=nettle&distro=debian-12&package-id=1bf51448294e0e43", - "pkg:deb/debian/libidn2-0@2.3.3-1%2Bb1?arch=amd64&upstream=libidn2%402.3.3-1&distro=debian-12&package-id=54553ec3061f963f", - "pkg:deb/debian/libnettle8@3.8.1-2?arch=amd64&upstream=nettle&distro=debian-12&package-id=d6bdae4cd6916b9c", - "pkg:deb/debian/libp11-kit0@0.24.1-2?arch=amd64&upstream=p11-kit&distro=debian-12&package-id=c230fd832bac5f75", - "pkg:deb/debian/libtasn1-6@4.19.0-2?arch=amd64&distro=debian-12&package-id=d4da56d1d23cc1c5", - "pkg:deb/debian/libunistring2@1.0-2?arch=amd64&upstream=libunistring&distro=debian-12&package-id=109cccfdf0cf7b17" - ] - }, - { - "ref": "pkg:deb/debian/libgpg-error0@1.46-1?arch=amd64&upstream=libgpg-error&distro=debian-12&package-id=3344e28bea60387e", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - ] - }, - { - "ref": "pkg:deb/debian/libgssapi-krb5-2@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=b8076c9b38f784da", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", - "pkg:deb/debian/libcom-err2@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12&package-id=5ae134ea8c2f9dd3", - "pkg:deb/debian/libk5crypto3@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=854ffdfadd1f801f", - "pkg:deb/debian/libkrb5-3@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=964a226d38f8d674", - "pkg:deb/debian/libkrb5support0@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=486417641dc2fbc2" - ] - }, - { - "ref": "pkg:deb/debian/libhogweed6@3.8.1-2?arch=amd64&upstream=nettle&distro=debian-12&package-id=1bf51448294e0e43", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", - "pkg:deb/debian/libgmp10@2:6.2.1%2Bdfsg1-1.1?arch=amd64&upstream=gmp&distro=debian-12&package-id=58578df1b5161e39", - "pkg:deb/debian/libnettle8@3.8.1-2?arch=amd64&upstream=nettle&distro=debian-12&package-id=d6bdae4cd6916b9c" - ] - }, - { - "ref": "pkg:deb/debian/libicapapi5@1:0.5.10-4?arch=amd64&upstream=c-icap&distro=debian-12&package-id=c5a24fd0cda66d6e", - "dependsOn": [ - "pkg:deb/debian/libbrotli1@1.0.9-2%2Bb6?arch=amd64&upstream=brotli%401.0.9-2&distro=debian-12&package-id=bee17957f6df430e", - "pkg:deb/debian/libbz2-1.0@1.0.8-5%2Bb1?arch=amd64&upstream=bzip2%401.0.8-5&distro=debian-12&package-id=0e01bf0bfbc47b61", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", - "pkg:deb/debian/libpcre3@2:8.39-15?arch=amd64&upstream=pcre3&distro=debian-12&package-id=ce75b0f798e71b4b", - "pkg:deb/debian/libssl3@3.0.14-1~deb12u2?arch=amd64&upstream=openssl&distro=debian-12&package-id=77220972544ed1ad", - "pkg:deb/debian/zlib1g@1:1.2.13.dfsg-1?arch=amd64&upstream=zlib&distro=debian-12&package-id=450c163f1aff2ce3" - ] - }, - { - "ref": "pkg:deb/debian/libidn2-0@2.3.3-1%2Bb1?arch=amd64&upstream=libidn2%402.3.3-1&distro=debian-12&package-id=54553ec3061f963f", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", - "pkg:deb/debian/libunistring2@1.0-2?arch=amd64&upstream=libunistring&distro=debian-12&package-id=109cccfdf0cf7b17" - ] - }, - { - "ref": "pkg:deb/debian/libk5crypto3@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=854ffdfadd1f801f", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", - "pkg:deb/debian/libkrb5support0@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=486417641dc2fbc2" - ] - }, - { - "ref": "pkg:deb/debian/libkeyutils1@1.6.3-2?arch=amd64&upstream=keyutils&distro=debian-12&package-id=47508eca670369df", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - ] - }, - { - "ref": "pkg:deb/debian/libkrb5-3@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=964a226d38f8d674", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", - "pkg:deb/debian/libcom-err2@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12&package-id=5ae134ea8c2f9dd3", - "pkg:deb/debian/libk5crypto3@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=854ffdfadd1f801f", - "pkg:deb/debian/libkeyutils1@1.6.3-2?arch=amd64&upstream=keyutils&distro=debian-12&package-id=47508eca670369df", - "pkg:deb/debian/libkrb5support0@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=486417641dc2fbc2", - "pkg:deb/debian/libssl3@3.0.14-1~deb12u2?arch=amd64&upstream=openssl&distro=debian-12&package-id=77220972544ed1ad" - ] - }, - { - "ref": "pkg:deb/debian/libkrb5support0@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=486417641dc2fbc2", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - ] - }, - { - "ref": "pkg:deb/debian/liblz4-1@1.9.4-1?arch=amd64&upstream=lz4&distro=debian-12&package-id=89a8f82cb9aef205", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - ] - }, - { - "ref": "pkg:deb/debian/liblzma5@5.4.1-0.2?arch=amd64&upstream=xz-utils&distro=debian-12&package-id=50aacee46546d54f", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - ] - }, - { - "ref": "pkg:deb/debian/libmagic1@1:5.44-3?arch=amd64&upstream=file&distro=debian-12&package-id=f5dd48113f4ede2c", - "dependsOn": [ - "pkg:deb/debian/libbz2-1.0@1.0.8-5%2Bb1?arch=amd64&upstream=bzip2%401.0.8-5&distro=debian-12&package-id=0e01bf0bfbc47b61", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", - "pkg:deb/debian/liblzma5@5.4.1-0.2?arch=amd64&upstream=xz-utils&distro=debian-12&package-id=50aacee46546d54f", - "pkg:deb/debian/libmagic-mgc@1:5.44-3?arch=amd64&upstream=file&distro=debian-12&package-id=d46698273b81be1b", - "pkg:deb/debian/zlib1g@1:1.2.13.dfsg-1?arch=amd64&upstream=zlib&distro=debian-12&package-id=450c163f1aff2ce3" - ] - }, - { - "ref": "pkg:deb/debian/libmd0@1.0.4-2?arch=amd64&upstream=libmd&distro=debian-12&package-id=e0d481a26eb4a8ba", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - ] - }, - { - "ref": "pkg:deb/debian/libmount1@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12&package-id=6f953476e6e42f91", - "dependsOn": [ - "pkg:deb/debian/libblkid1@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12&package-id=09f6bd60ae488e2d", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", - "pkg:deb/debian/libselinux1@3.4-1%2Bb6?arch=amd64&upstream=libselinux%403.4-1&distro=debian-12&package-id=2ddd11f048a6a586" - ] - }, - { - "ref": "pkg:deb/debian/libncursesw6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12&package-id=b28e3ac301f1527b", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", - "pkg:deb/debian/libtinfo6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12&package-id=16ce3f9a5a6f08b5" - ] - }, - { - "ref": "pkg:deb/debian/libnettle8@3.8.1-2?arch=amd64&upstream=nettle&distro=debian-12&package-id=d6bdae4cd6916b9c", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - ] - }, - { - "ref": "pkg:deb/debian/libnsl2@1.3.0-2?arch=amd64&upstream=libnsl&distro=debian-12&package-id=006e326cc29d6230", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", - "pkg:deb/debian/libtirpc3@1.3.3%2Bds-1?arch=amd64&upstream=libtirpc&distro=debian-12&package-id=faf21f053a5068a6" - ] - }, - { - "ref": "pkg:deb/debian/libp11-kit0@0.24.1-2?arch=amd64&upstream=p11-kit&distro=debian-12&package-id=c230fd832bac5f75", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", - "pkg:deb/debian/libffi8@3.4.4-1?arch=amd64&upstream=libffi&distro=debian-12&package-id=b2b6d2667df8c2ec" - ] - }, - { - "ref": "pkg:deb/debian/libpam-modules-bin@1.5.2-6%2Bdeb12u1?arch=amd64&upstream=pam&distro=debian-12&package-id=46e088ca1b060624", - "dependsOn": [ - "pkg:deb/debian/libaudit1@1:3.0.9-1?arch=amd64&upstream=audit&distro=debian-12&package-id=2512ef9462982daa", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", - "pkg:deb/debian/libcrypt1@1:4.4.33-2?arch=amd64&upstream=libxcrypt&distro=debian-12&package-id=557e13a1cf1998d5", - "pkg:deb/debian/libpam0g@1.5.2-6%2Bdeb12u1?arch=amd64&upstream=pam&distro=debian-12&package-id=9e3755175020009e", - "pkg:deb/debian/libselinux1@3.4-1%2Bb6?arch=amd64&upstream=libselinux%403.4-1&distro=debian-12&package-id=2ddd11f048a6a586" - ] - }, - { - "ref": "pkg:deb/debian/libpam-modules@1.5.2-6%2Bdeb12u1?arch=amd64&upstream=pam&distro=debian-12&package-id=12a018034482fe97", - "dependsOn": [ - "pkg:deb/debian/debconf@1.5.82?arch=all&distro=debian-12&package-id=cd568950fffd83d7", - "pkg:deb/debian/libaudit1@1:3.0.9-1?arch=amd64&upstream=audit&distro=debian-12&package-id=2512ef9462982daa", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", - "pkg:deb/debian/libcrypt1@1:4.4.33-2?arch=amd64&upstream=libxcrypt&distro=debian-12&package-id=557e13a1cf1998d5", - "pkg:deb/debian/libdb5.3@5.3.28%2Bdfsg2-1?arch=amd64&upstream=db5.3&distro=debian-12&package-id=e78c9691bc71759d", - "pkg:deb/debian/libpam-modules-bin@1.5.2-6%2Bdeb12u1?arch=amd64&upstream=pam&distro=debian-12&package-id=46e088ca1b060624", - "pkg:deb/debian/libpam0g@1.5.2-6%2Bdeb12u1?arch=amd64&upstream=pam&distro=debian-12&package-id=9e3755175020009e", - "pkg:deb/debian/libselinux1@3.4-1%2Bb6?arch=amd64&upstream=libselinux%403.4-1&distro=debian-12&package-id=2ddd11f048a6a586" - ] - }, - { - "ref": "pkg:deb/debian/libpam-runtime@1.5.2-6%2Bdeb12u1?arch=all&upstream=pam&distro=debian-12&package-id=2fc0063e7584b704", - "dependsOn": [ - "pkg:deb/debian/debconf@1.5.82?arch=all&distro=debian-12&package-id=cd568950fffd83d7", - "pkg:deb/debian/libpam-modules@1.5.2-6%2Bdeb12u1?arch=amd64&upstream=pam&distro=debian-12&package-id=12a018034482fe97" - ] - }, - { - "ref": "pkg:deb/debian/libpam0g@1.5.2-6%2Bdeb12u1?arch=amd64&upstream=pam&distro=debian-12&package-id=9e3755175020009e", - "dependsOn": [ - "pkg:deb/debian/debconf@1.5.82?arch=all&distro=debian-12&package-id=cd568950fffd83d7", - "pkg:deb/debian/libaudit1@1:3.0.9-1?arch=amd64&upstream=audit&distro=debian-12&package-id=2512ef9462982daa", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - ] - }, - { - "ref": "pkg:deb/debian/libpcre2-8-0@10.42-1?arch=amd64&upstream=pcre2&distro=debian-12&package-id=ac69ca1032624423", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - ] - }, - { - "ref": "pkg:deb/debian/libpcre3@2:8.39-15?arch=amd64&upstream=pcre3&distro=debian-12&package-id=ce75b0f798e71b4b", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - ] - }, - { - "ref": "pkg:deb/debian/libreadline8@8.2-1.3?arch=amd64&upstream=readline&distro=debian-12&package-id=29526a4c5ede5c64", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", - "pkg:deb/debian/libtinfo6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12&package-id=16ce3f9a5a6f08b5", - "pkg:deb/debian/readline-common@8.2-1.3?arch=all&upstream=readline&distro=debian-12&package-id=012f830635a594bd" - ] - }, - { - "ref": "pkg:deb/debian/libseccomp2@2.5.4-1%2Bdeb12u1?arch=amd64&upstream=libseccomp&distro=debian-12&package-id=86bffae363f30eaf", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - ] - }, - { - "ref": "pkg:deb/debian/libselinux1@3.4-1%2Bb6?arch=amd64&upstream=libselinux%403.4-1&distro=debian-12&package-id=2ddd11f048a6a586", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", - "pkg:deb/debian/libpcre2-8-0@10.42-1?arch=amd64&upstream=pcre2&distro=debian-12&package-id=ac69ca1032624423" - ] - }, - { - "ref": "pkg:deb/debian/libsemanage2@3.4-1%2Bb5?arch=amd64&upstream=libsemanage%403.4-1&distro=debian-12&package-id=77b4823c173e68f5", - "dependsOn": [ - "pkg:deb/debian/libaudit1@1:3.0.9-1?arch=amd64&upstream=audit&distro=debian-12&package-id=2512ef9462982daa", - "pkg:deb/debian/libbz2-1.0@1.0.8-5%2Bb1?arch=amd64&upstream=bzip2%401.0.8-5&distro=debian-12&package-id=0e01bf0bfbc47b61", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", - "pkg:deb/debian/libselinux1@3.4-1%2Bb6?arch=amd64&upstream=libselinux%403.4-1&distro=debian-12&package-id=2ddd11f048a6a586", - "pkg:deb/debian/libsemanage-common@3.4-1?arch=all&upstream=libsemanage&distro=debian-12&package-id=0d5fc1290c3c97c5", - "pkg:deb/debian/libsepol2@3.4-2.1?arch=amd64&upstream=libsepol&distro=debian-12&package-id=8b37b2b8e2fce91c" - ] - }, - { - "ref": "pkg:deb/debian/libsepol2@3.4-2.1?arch=amd64&upstream=libsepol&distro=debian-12&package-id=8b37b2b8e2fce91c", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - ] - }, - { - "ref": "pkg:deb/debian/libsmartcols1@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12&package-id=a19481ad8109e13e", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - ] - }, - { - "ref": "pkg:deb/debian/libsqlite3-0@3.40.1-2?arch=amd64&upstream=sqlite3&distro=debian-12&package-id=d3ca818e62b6ef39", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - ] - }, - { - "ref": "pkg:deb/debian/libss2@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12&package-id=2baf633bc8a84df6", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", - "pkg:deb/debian/libcom-err2@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12&package-id=5ae134ea8c2f9dd3" - ] - }, - { - "ref": "pkg:deb/debian/libssl3@3.0.14-1~deb12u2?arch=amd64&upstream=openssl&distro=debian-12&package-id=77220972544ed1ad", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - ] - }, - { - "ref": "pkg:deb/debian/libstdc%2B%2B6@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=4f6f636801d1d450", - "dependsOn": [ - "pkg:deb/debian/gcc-12-base@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=2d9c105581cbe6a2", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", - "pkg:deb/debian/libgcc-s1@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=38b424bee2a8db35" - ] - }, - { - "ref": "pkg:deb/debian/libsystemd0@252.30-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=25bbd8d336cce5f6", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", - "pkg:deb/debian/libcap2@1:2.66-4?arch=amd64&distro=debian-12&package-id=00973b8ba461f164", - "pkg:deb/debian/libgcrypt20@1.10.1-3?arch=amd64&distro=debian-12&package-id=56e66cdbccf3f7eb", - "pkg:deb/debian/liblz4-1@1.9.4-1?arch=amd64&upstream=lz4&distro=debian-12&package-id=89a8f82cb9aef205", - "pkg:deb/debian/liblzma5@5.4.1-0.2?arch=amd64&upstream=xz-utils&distro=debian-12&package-id=50aacee46546d54f", - "pkg:deb/debian/libzstd1@1.5.4%2Bdfsg2-5?arch=amd64&upstream=libzstd&distro=debian-12&package-id=2d1a4631243ef86d" - ] - }, - { - "ref": "pkg:deb/debian/libtasn1-6@4.19.0-2?arch=amd64&distro=debian-12&package-id=d4da56d1d23cc1c5", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - ] - }, - { - "ref": "pkg:deb/debian/libtinfo6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12&package-id=16ce3f9a5a6f08b5", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - ] - }, - { - "ref": "pkg:deb/debian/libtirpc3@1.3.3%2Bds-1?arch=amd64&upstream=libtirpc&distro=debian-12&package-id=faf21f053a5068a6", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", - "pkg:deb/debian/libgssapi-krb5-2@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=b8076c9b38f784da", - "pkg:deb/debian/libtirpc-common@1.3.3%2Bds-1?arch=all&upstream=libtirpc&distro=debian-12&package-id=f20c567611976bbb" - ] - }, - { - "ref": "pkg:deb/debian/libudev1@252.30-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=07461553a840f601", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - ] - }, - { - "ref": "pkg:deb/debian/libunistring2@1.0-2?arch=amd64&upstream=libunistring&distro=debian-12&package-id=109cccfdf0cf7b17", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - ] - }, - { - "ref": "pkg:deb/debian/libuuid1@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12&package-id=747a26ba1b8b92a7", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - ] - }, - { - "ref": "pkg:deb/debian/libxxhash0@0.8.1-1?arch=amd64&upstream=xxhash&distro=debian-12&package-id=80b285a817bbd8db", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - ] - }, - { - "ref": "pkg:deb/debian/libzstd1@1.5.4%2Bdfsg2-5?arch=amd64&upstream=libzstd&distro=debian-12&package-id=2d1a4631243ef86d", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - ] - }, - { - "ref": "pkg:deb/debian/login@1:4.13%2Bdfsg1-1%2Bb1?arch=amd64&upstream=shadow%401:4.13%2Bdfsg1-1&distro=debian-12&package-id=95082a001564c69b", - "dependsOn": [ - "pkg:deb/debian/libaudit1@1:3.0.9-1?arch=amd64&upstream=audit&distro=debian-12&package-id=2512ef9462982daa", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", - "pkg:deb/debian/libcrypt1@1:4.4.33-2?arch=amd64&upstream=libxcrypt&distro=debian-12&package-id=557e13a1cf1998d5", - "pkg:deb/debian/libpam-modules@1.5.2-6%2Bdeb12u1?arch=amd64&upstream=pam&distro=debian-12&package-id=12a018034482fe97", - "pkg:deb/debian/libpam-runtime@1.5.2-6%2Bdeb12u1?arch=all&upstream=pam&distro=debian-12&package-id=2fc0063e7584b704", - "pkg:deb/debian/libpam0g@1.5.2-6%2Bdeb12u1?arch=amd64&upstream=pam&distro=debian-12&package-id=9e3755175020009e" - ] - }, - { - "ref": "pkg:deb/debian/logsave@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12&package-id=5fbda5347c254f6a", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - ] - }, - { - "ref": "pkg:deb/debian/mawk@1.3.4.20200120-3.1?arch=amd64&distro=debian-12&package-id=ab8cb640bde51524", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - ] - }, - { - "ref": "pkg:deb/debian/mount@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12&package-id=762a6d2f42dbb84d", - "dependsOn": [ - "pkg:deb/debian/libblkid1@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12&package-id=09f6bd60ae488e2d", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", - "pkg:deb/debian/libmount1@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12&package-id=6f953476e6e42f91", - "pkg:deb/debian/libselinux1@3.4-1%2Bb6?arch=amd64&upstream=libselinux%403.4-1&distro=debian-12&package-id=2ddd11f048a6a586", - "pkg:deb/debian/libsmartcols1@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12&package-id=a19481ad8109e13e" - ] - }, - { - "ref": "pkg:deb/debian/ncurses-bin@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12&package-id=ddeb6215c71a51d7", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", - "pkg:deb/debian/libtinfo6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12&package-id=16ce3f9a5a6f08b5" - ] - }, - { - "ref": "pkg:deb/debian/openssl@3.0.14-1~deb12u2?arch=amd64&distro=debian-12&package-id=cafda1da0edb1e01", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", - "pkg:deb/debian/libssl3@3.0.14-1~deb12u2?arch=amd64&upstream=openssl&distro=debian-12&package-id=77220972544ed1ad" - ] - }, - { - "ref": "pkg:deb/debian/passwd@1:4.13%2Bdfsg1-1%2Bb1?arch=amd64&upstream=shadow%401:4.13%2Bdfsg1-1&distro=debian-12&package-id=25b93d8479d03922", - "dependsOn": [ - "pkg:deb/debian/libaudit1@1:3.0.9-1?arch=amd64&upstream=audit&distro=debian-12&package-id=2512ef9462982daa", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", - "pkg:deb/debian/libcrypt1@1:4.4.33-2?arch=amd64&upstream=libxcrypt&distro=debian-12&package-id=557e13a1cf1998d5", - "pkg:deb/debian/libpam-modules@1.5.2-6%2Bdeb12u1?arch=amd64&upstream=pam&distro=debian-12&package-id=12a018034482fe97", - "pkg:deb/debian/libpam0g@1.5.2-6%2Bdeb12u1?arch=amd64&upstream=pam&distro=debian-12&package-id=9e3755175020009e", - "pkg:deb/debian/libselinux1@3.4-1%2Bb6?arch=amd64&upstream=libselinux%403.4-1&distro=debian-12&package-id=2ddd11f048a6a586", - "pkg:deb/debian/libsemanage2@3.4-1%2Bb5?arch=amd64&upstream=libsemanage%403.4-1&distro=debian-12&package-id=77b4823c173e68f5" - ] - }, - { - "ref": "pkg:deb/debian/perl-base@5.36.0-7%2Bdeb12u1?arch=amd64&upstream=perl&distro=debian-12&package-id=e7c6c7e67b78f445", - "dependsOn": [ - "pkg:deb/debian/dpkg@1.21.22?arch=amd64&distro=debian-12&package-id=e7dfdbaa2c8d0db8", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", - "pkg:deb/debian/libcrypt1@1:4.4.33-2?arch=amd64&upstream=libxcrypt&distro=debian-12&package-id=557e13a1cf1998d5" - ] - }, - { - "ref": "pkg:deb/debian/readline-common@8.2-1.3?arch=all&upstream=readline&distro=debian-12&package-id=012f830635a594bd", - "dependsOn": [ - "pkg:deb/debian/dpkg@1.21.22?arch=amd64&distro=debian-12&package-id=e7dfdbaa2c8d0db8" - ] - }, - { - "ref": "pkg:deb/debian/sed@4.9-1?arch=amd64&distro=debian-12&package-id=2bb2758387094841", - "dependsOn": [ - "pkg:deb/debian/libacl1@2.3.1-3?arch=amd64&upstream=acl&distro=debian-12&package-id=4c1c362901b4ae1d", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", - "pkg:deb/debian/libselinux1@3.4-1%2Bb6?arch=amd64&upstream=libselinux%403.4-1&distro=debian-12&package-id=2ddd11f048a6a586" - ] - }, - { - "ref": "pkg:deb/debian/sysvinit-utils@3.06-4?arch=amd64&upstream=sysvinit&distro=debian-12&package-id=78dc4e9a34d47de7", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - ] - }, - { - "ref": "pkg:deb/debian/tar@1.34%2Bdfsg-1.2%2Bdeb12u1?arch=amd64&distro=debian-12&package-id=9f97ab08691b54d2", - "dependsOn": [ - "pkg:deb/debian/libacl1@2.3.1-3?arch=amd64&upstream=acl&distro=debian-12&package-id=4c1c362901b4ae1d", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", - "pkg:deb/debian/libselinux1@3.4-1%2Bb6?arch=amd64&upstream=libselinux%403.4-1&distro=debian-12&package-id=2ddd11f048a6a586" - ] - }, - { - "ref": "pkg:deb/debian/tzdata@2024a-0%2Bdeb12u1?arch=all&distro=debian-12&package-id=badec4cf98cb9851", - "dependsOn": [ - "pkg:deb/debian/debconf@1.5.82?arch=all&distro=debian-12&package-id=cd568950fffd83d7" - ] - }, - { - "ref": "pkg:deb/debian/util-linux-extra@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12&package-id=76ef77b2a5a01818", - "dependsOn": [ - "pkg:deb/debian/libaudit1@1:3.0.9-1?arch=amd64&upstream=audit&distro=debian-12&package-id=2512ef9462982daa", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", - "pkg:deb/debian/libsmartcols1@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12&package-id=a19481ad8109e13e" - ] - }, - { - "ref": "pkg:deb/debian/util-linux@2.38.1-5%2Bdeb12u1?arch=amd64&distro=debian-12&package-id=08f3410f0a4602ff", - "dependsOn": [ - "pkg:deb/debian/libblkid1@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12&package-id=09f6bd60ae488e2d", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85", - "pkg:deb/debian/libcap-ng0@0.8.3-1%2Bb3?arch=amd64&upstream=libcap-ng%400.8.3-1&distro=debian-12&package-id=41101b8d69788dbe", - "pkg:deb/debian/libcrypt1@1:4.4.33-2?arch=amd64&upstream=libxcrypt&distro=debian-12&package-id=557e13a1cf1998d5", - "pkg:deb/debian/libmount1@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12&package-id=6f953476e6e42f91", - "pkg:deb/debian/libpam0g@1.5.2-6%2Bdeb12u1?arch=amd64&upstream=pam&distro=debian-12&package-id=9e3755175020009e", - "pkg:deb/debian/libselinux1@3.4-1%2Bb6?arch=amd64&upstream=libselinux%403.4-1&distro=debian-12&package-id=2ddd11f048a6a586", - "pkg:deb/debian/libsmartcols1@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12&package-id=a19481ad8109e13e", - "pkg:deb/debian/libsystemd0@252.30-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=25bbd8d336cce5f6", - "pkg:deb/debian/libtinfo6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12&package-id=16ce3f9a5a6f08b5", - "pkg:deb/debian/libudev1@252.30-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=07461553a840f601", - "pkg:deb/debian/libuuid1@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12&package-id=747a26ba1b8b92a7", - "pkg:deb/debian/util-linux-extra@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12&package-id=76ef77b2a5a01818", - "pkg:deb/debian/zlib1g@1:1.2.13.dfsg-1?arch=amd64&upstream=zlib&distro=debian-12&package-id=450c163f1aff2ce3" - ] - }, - { - "ref": "pkg:deb/debian/zlib1g@1:1.2.13.dfsg-1?arch=amd64&upstream=zlib&distro=debian-12&package-id=450c163f1aff2ce3", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - ] - }, - { - "ref": "pkg:generic/python@3.11.10?package-id=e16c55f5db816a87", - "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - ] - }, - { - "ref": "pkg:pypi/aiosignal@1.3.1?package-id=959dfd71de0465ed", - "dependsOn": [ - "pkg:pypi/frozenlist@1.4.1?package-id=a29df690fdfd314d" - ] - }, - { - "ref": "pkg:pypi/importlib-metadata@8.0.0?package-id=28e25161e120669a", - "dependsOn": [ - "pkg:pypi/packaging@24.1?package-id=f590a1eca73e7abd" - ] - }, - { - "ref": "pkg:pypi/jaraco.context@5.3.0?package-id=f2bf8169ce78b070", - "dependsOn": [ - "pkg:pypi/backports.tarfile@1.2.0?package-id=741aa298f8634024" - ] - }, - { - "ref": "pkg:pypi/jaraco.functools@4.0.1?package-id=06afee6faa51084a", - "dependsOn": [ - "pkg:pypi/more-itertools@10.3.0?package-id=1645f6cb1bd1ff56" - ] - }, - { - "ref": "pkg:pypi/jaraco.text@3.12.1?package-id=39d00fed72e49a9e", - "dependsOn": [ - "pkg:pypi/autocommand@2.2.2?package-id=dded7b2c62436c0c", - "pkg:pypi/inflect@7.3.1?package-id=d7e59e305df9b723", - "pkg:pypi/jaraco.functools@4.0.1?package-id=06afee6faa51084a", - "pkg:pypi/more-itertools@10.3.0?package-id=1645f6cb1bd1ff56" - ] - }, - { - "ref": "pkg:pypi/jsonschema@4.23.0?package-id=537c18021a8c2c70", - "dependsOn": [ - "pkg:pypi/idna@3.8?package-id=e4d37c315a188847" - ] - }, - { - "ref": "pkg:pypi/matrix-content-scanner@1.1.0?package-id=41fb118eeb50954e", - "dependsOn": [ - "pkg:pypi/aiohttp@3.10.5?package-id=6ccf41808327267a", - "pkg:pypi/attrs@24.2.0?package-id=2099075e4aa0833f", - "pkg:pypi/cachetools@5.5.0?package-id=7ef359199d57e6fb", - "pkg:pypi/canonicaljson@2.0.0?package-id=cece6c8380222801", - "pkg:pypi/humanfriendly@10.0?package-id=377bf344a2c4a5a8", - "pkg:pypi/jsonschema@4.23.0?package-id=537c18021a8c2c70", - "pkg:pypi/python-magic@0.4.27?package-id=54b711ebb6c50ea0" - ] - }, - { - "ref": "pkg:pypi/semantic-version@2.10.0?package-id=b3c049a3c44b61d8", - "dependsOn": [ - "pkg:pypi/wheel@0.44.0?package-id=205f5fcae9e5d1f8" - ] - }, - { - "ref": "pkg:pypi/typeguard@4.3.0?package-id=eca579fb40edd03f", - "dependsOn": [ - "pkg:pypi/packaging@24.1?package-id=f590a1eca73e7abd" - ] - }, - { - "ref": "pkg:pypi/zipp@3.19.2?package-id=cb3371bb4cc74366", - "dependsOn": [ - "pkg:pypi/jaraco.functools@4.0.1?package-id=06afee6faa51084a", - "pkg:pypi/more-itertools@10.3.0?package-id=1645f6cb1bd1ff56" - ] - } - ], - "vulnerabilities": [ - { - "bom-ref": "urn:uuid:1131ef6a-e0d7-4e60-95da-d6060dce9654", - "id": "CVE-2005-2541", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2005-2541" - }, - "references": [ - { - "id": "CVE-2005-2541", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2005-2541" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "Tar 1.15.1 does not properly warn the user when extracting setuid or setgid files, which may allow local users or remote attackers to gain privileges.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2005-2541" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/tar@1.34%2Bdfsg-1.2%2Bdeb12u1?arch=amd64&distro=debian-12&package-id=9f97ab08691b54d2" - } - ] - }, - { - "bom-ref": "urn:uuid:70f9b3fb-1935-4e47-9228-ad96bed31da9", - "id": "CVE-2007-5686", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2007-5686" - }, - "references": [ - { - "id": "CVE-2007-5686", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2007-5686" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "initscripts in rPath Linux 1 sets insecure permissions for the /var/log/btmp file, which allows local users to obtain sensitive information regarding authentication attempts. NOTE: because sshd detects the insecure permissions and does not log certain events, this also prevents sshd from logging failed authentication attempts by remote attackers.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2007-5686" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/login@1:4.13%2Bdfsg1-1%2Bb1?arch=amd64&upstream=shadow%401:4.13%2Bdfsg1-1&distro=debian-12&package-id=95082a001564c69b" - } - ] - }, - { - "bom-ref": "urn:uuid:8bdf889c-4d06-4ce4-80ff-d5f0ff474d04", - "id": "CVE-2007-5686", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2007-5686" - }, - "references": [ - { - "id": "CVE-2007-5686", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2007-5686" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "initscripts in rPath Linux 1 sets insecure permissions for the /var/log/btmp file, which allows local users to obtain sensitive information regarding authentication attempts. NOTE: because sshd detects the insecure permissions and does not log certain events, this also prevents sshd from logging failed authentication attempts by remote attackers.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2007-5686" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/passwd@1:4.13%2Bdfsg1-1%2Bb1?arch=amd64&upstream=shadow%401:4.13%2Bdfsg1-1&distro=debian-12&package-id=25b93d8479d03922" - } - ] - }, - { - "bom-ref": "urn:uuid:e27a50c4-8519-4804-851d-cd8ee26e83cc", - "id": "CVE-2010-4756", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2010-4756" - }, - "references": [ - { - "id": "CVE-2010-4756", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2010-4756" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "The glob implementation in the GNU C Library (aka glibc or libc6) allows remote authenticated users to cause a denial of service (CPU and memory consumption) via crafted glob expressions that do not match any pathnames, as demonstrated by glob expressions in STAT commands to an FTP daemon, a different vulnerability than CVE-2010-2632.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2010-4756" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libc-bin@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=ce9249bb3f1e8686" - } - ] - }, - { - "bom-ref": "urn:uuid:68eba027-ec59-42fb-aee7-149a6e3928d3", - "id": "CVE-2010-4756", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2010-4756" - }, - "references": [ - { - "id": "CVE-2010-4756", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2010-4756" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "The glob implementation in the GNU C Library (aka glibc or libc6) allows remote authenticated users to cause a denial of service (CPU and memory consumption) via crafted glob expressions that do not match any pathnames, as demonstrated by glob expressions in STAT commands to an FTP daemon, a different vulnerability than CVE-2010-2632.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2010-4756" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - } - ] - }, - { - "bom-ref": "urn:uuid:1eaa4bfc-fc30-4b00-8336-b55def0eb1a4", - "id": "CVE-2011-3374", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2011-3374" - }, - "references": [ - { - "id": "CVE-2011-3374", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2011-3374" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "It was found that apt-key in apt, all versions, do not correctly validate gpg keys with the master keyring, leading to a potential man-in-the-middle attack.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2011-3374" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/apt@2.6.1?arch=amd64&distro=debian-12&package-id=d50c2d021f21396b" - } - ] - }, - { - "bom-ref": "urn:uuid:1f6aebea-690a-4805-a11c-8f881a10a1fb", - "id": "CVE-2011-3374", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2011-3374" - }, - "references": [ - { - "id": "CVE-2011-3374", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2011-3374" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "It was found that apt-key in apt, all versions, do not correctly validate gpg keys with the master keyring, leading to a potential man-in-the-middle attack.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2011-3374" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libapt-pkg6.0@2.6.1?arch=amd64&upstream=apt&distro=debian-12&package-id=18ed075bb8b76c7f" - } - ] - }, - { - "bom-ref": "urn:uuid:c8710b66-368a-48a2-9566-98e9c592cbee", - "id": "CVE-2011-3389", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2011-3389" - }, - "references": [ - { - "id": "CVE-2011-3389", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2011-3389" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "The SSL protocol, as used in certain configurations in Microsoft Windows and Microsoft Internet Explorer, Mozilla Firefox, Google Chrome, Opera, and other products, encrypts data by using CBC mode with chained initialization vectors, which allows man-in-the-middle attackers to obtain plaintext HTTP headers via a blockwise chosen-boundary attack (BCBA) on an HTTPS session, in conjunction with JavaScript code that uses (1) the HTML5 WebSocket API, (2) the Java URLConnection API, or (3) the Silverlight WebClient API, aka a \"BEAST\" attack.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2011-3389" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libgnutls30@3.7.9-2%2Bdeb12u3?arch=amd64&upstream=gnutls28&distro=debian-12&package-id=e285c9d302b29acf" - } - ] - }, - { - "bom-ref": "urn:uuid:63273fa4-c93d-4d2c-b996-28b12ae51034", - "id": "CVE-2011-4116", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2011-4116" - }, - "references": [ - { - "id": "CVE-2011-4116", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2011-4116" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "_is_safe in the File::Temp module for Perl does not properly handle symlinks.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2011-4116" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/perl-base@5.36.0-7%2Bdeb12u1?arch=amd64&upstream=perl&distro=debian-12&package-id=e7c6c7e67b78f445" - } - ] - }, - { - "bom-ref": "urn:uuid:de3a0e0d-82fe-4be6-a17c-1d0de6c34226", - "id": "CVE-2013-4392", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2013-4392" - }, - "references": [ - { - "id": "CVE-2013-4392", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2013-4392" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "systemd, when updating file permissions, allows local users to change the permissions and SELinux security contexts for arbitrary files via a symlink attack on unspecified files.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2013-4392" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libsystemd0@252.30-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=25bbd8d336cce5f6" - } - ] - }, - { - "bom-ref": "urn:uuid:0d627490-f712-4115-b65f-daafebf188e8", - "id": "CVE-2013-4392", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2013-4392" - }, - "references": [ - { - "id": "CVE-2013-4392", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2013-4392" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "systemd, when updating file permissions, allows local users to change the permissions and SELinux security contexts for arbitrary files via a symlink attack on unspecified files.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2013-4392" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libudev1@252.30-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=07461553a840f601" - } - ] - }, - { - "bom-ref": "urn:uuid:cca538ec-c309-49f1-89c4-059d9476d471", - "id": "CVE-2016-2781", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2016-2781" - }, - "references": [ - { - "id": "CVE-2016-2781", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2016-2781" - } - } - ], - "ratings": [ - { - "severity": "low" - } - ], - "description": "chroot in GNU coreutils, when used with --userspec, allows local users to escape to the parent session via a crafted TIOCSTI ioctl call, which pushes characters to the terminal's input buffer.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2016-2781" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/coreutils@9.1-1?arch=amd64&distro=debian-12&package-id=c6bc56609e4b9d8e" - } - ] - }, - { - "bom-ref": "urn:uuid:33063653-dd18-43ad-a06d-40e4f08edf12", - "id": "CVE-2017-11164", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2017-11164" - }, - "references": [ - { - "id": "CVE-2017-11164", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2017-11164" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "In PCRE 8.41, the OP_KETRMAX feature in the match function in pcre_exec.c allows stack exhaustion (uncontrolled recursion) when processing a crafted regular expression.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2017-11164" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libpcre3@2:8.39-15?arch=amd64&upstream=pcre3&distro=debian-12&package-id=ce75b0f798e71b4b" - } - ] - }, - { - "bom-ref": "urn:uuid:6a11766a-0d48-49b8-b1ed-7ae73b9b870f", - "id": "CVE-2017-16231", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2017-16231" - }, - "references": [ - { - "id": "CVE-2017-16231", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2017-16231" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "In PCRE 8.41, after compiling, a pcretest load test PoC produces a crash overflow in the function match() in pcre_exec.c because of a self-recursive call. NOTE: third parties dispute the relevance of this report, noting that there are options that can be used to limit the amount of stack that is used", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2017-16231" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libpcre3@2:8.39-15?arch=amd64&upstream=pcre3&distro=debian-12&package-id=ce75b0f798e71b4b" - } - ] - }, - { - "bom-ref": "urn:uuid:6e2342e2-0b7f-4f13-b2b9-f539ef212752", - "id": "CVE-2017-18018", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2017-18018" - }, - "references": [ - { - "id": "CVE-2017-18018", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2017-18018" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "In GNU Coreutils through 8.29, chown-core.c in chown and chgrp does not prevent replacement of a plain file with a symlink during use of the POSIX \"-R -L\" options, which allows local users to modify the ownership of arbitrary files by leveraging a race condition.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2017-18018" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/coreutils@9.1-1?arch=amd64&distro=debian-12&package-id=c6bc56609e4b9d8e" - } - ] - }, - { - "bom-ref": "urn:uuid:ec1ffb2e-223e-4920-88d7-36a78e132750", - "id": "CVE-2017-7245", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2017-7245" - }, - "references": [ - { - "id": "CVE-2017-7245", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2017-7245" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "Stack-based buffer overflow in the pcre32_copy_substring function in pcre_get.c in libpcre1 in PCRE 8.40 allows remote attackers to cause a denial of service (WRITE of size 4) or possibly have unspecified other impact via a crafted file.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2017-7245" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libpcre3@2:8.39-15?arch=amd64&upstream=pcre3&distro=debian-12&package-id=ce75b0f798e71b4b" - } - ] - }, - { - "bom-ref": "urn:uuid:68bf455d-1dd0-4d17-a9de-8d71179ccdfd", - "id": "CVE-2017-7246", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2017-7246" - }, - "references": [ - { - "id": "CVE-2017-7246", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2017-7246" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "Stack-based buffer overflow in the pcre32_copy_substring function in pcre_get.c in libpcre1 in PCRE 8.40 allows remote attackers to cause a denial of service (WRITE of size 268) or possibly have unspecified other impact via a crafted file.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2017-7246" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libpcre3@2:8.39-15?arch=amd64&upstream=pcre3&distro=debian-12&package-id=ce75b0f798e71b4b" - } - ] - }, - { - "bom-ref": "urn:uuid:6a6ff9fa-35da-472e-8678-ef847e6cdcca", - "id": "CVE-2018-20796", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2018-20796" - }, - "references": [ - { - "id": "CVE-2018-20796", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2018-20796" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "In the GNU C Library (aka glibc or libc6) through 2.29, check_dst_limits_calc_pos_1 in posix/regexec.c has Uncontrolled Recursion, as demonstrated by '(\\227|)(\\\\1\\\\1|t1|\\\\\\2537)+' in grep.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2018-20796" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libc-bin@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=ce9249bb3f1e8686" - } - ] - }, - { - "bom-ref": "urn:uuid:52fdf3c3-fe50-4cc6-b01b-1d77298700f8", - "id": "CVE-2018-20796", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2018-20796" - }, - "references": [ - { - "id": "CVE-2018-20796", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2018-20796" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "In the GNU C Library (aka glibc or libc6) through 2.29, check_dst_limits_calc_pos_1 in posix/regexec.c has Uncontrolled Recursion, as demonstrated by '(\\227|)(\\\\1\\\\1|t1|\\\\\\2537)+' in grep.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2018-20796" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - } - ] - }, - { - "bom-ref": "urn:uuid:4e649465-3ba2-484b-9616-68cfa04d3ea3", - "id": "CVE-2018-5709", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2018-5709" - }, - "references": [ - { - "id": "CVE-2018-5709", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2018-5709" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "An issue was discovered in MIT Kerberos 5 (aka krb5) through 1.16. There is a variable \"dbentry->n_key_data\" in kadmin/dbutil/dump.c that can store 16-bit data but unknowingly the developer has assigned a \"u4\" variable to it, which is for 32-bit data. An attacker can use this vulnerability to affect other artifacts of the database as we know that a Kerberos database dump file contains trusted data.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2018-5709" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libgssapi-krb5-2@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=b8076c9b38f784da" - } - ] - }, - { - "bom-ref": "urn:uuid:b9d43754-c442-4c00-a300-bd40a8da9f92", - "id": "CVE-2018-5709", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2018-5709" - }, - "references": [ - { - "id": "CVE-2018-5709", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2018-5709" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "An issue was discovered in MIT Kerberos 5 (aka krb5) through 1.16. There is a variable \"dbentry->n_key_data\" in kadmin/dbutil/dump.c that can store 16-bit data but unknowingly the developer has assigned a \"u4\" variable to it, which is for 32-bit data. An attacker can use this vulnerability to affect other artifacts of the database as we know that a Kerberos database dump file contains trusted data.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2018-5709" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libk5crypto3@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=854ffdfadd1f801f" - } - ] - }, - { - "bom-ref": "urn:uuid:a9709d0f-e9d7-4a52-b769-ecc94e680bdf", - "id": "CVE-2018-5709", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2018-5709" - }, - "references": [ - { - "id": "CVE-2018-5709", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2018-5709" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "An issue was discovered in MIT Kerberos 5 (aka krb5) through 1.16. There is a variable \"dbentry->n_key_data\" in kadmin/dbutil/dump.c that can store 16-bit data but unknowingly the developer has assigned a \"u4\" variable to it, which is for 32-bit data. An attacker can use this vulnerability to affect other artifacts of the database as we know that a Kerberos database dump file contains trusted data.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2018-5709" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libkrb5-3@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=964a226d38f8d674" - } - ] - }, - { - "bom-ref": "urn:uuid:9f90336a-5b52-441a-8335-e7d109732df6", - "id": "CVE-2018-5709", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2018-5709" - }, - "references": [ - { - "id": "CVE-2018-5709", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2018-5709" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "An issue was discovered in MIT Kerberos 5 (aka krb5) through 1.16. There is a variable \"dbentry->n_key_data\" in kadmin/dbutil/dump.c that can store 16-bit data but unknowingly the developer has assigned a \"u4\" variable to it, which is for 32-bit data. An attacker can use this vulnerability to affect other artifacts of the database as we know that a Kerberos database dump file contains trusted data.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2018-5709" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libkrb5support0@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=486417641dc2fbc2" - } - ] - }, - { - "bom-ref": "urn:uuid:e83a4dfd-06cd-4bd1-81ce-6260e9e75ef8", - "id": "CVE-2018-6829", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2018-6829" - }, - "references": [ - { - "id": "CVE-2018-6829", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2018-6829" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "cipher/elgamal.c in Libgcrypt through 1.8.2, when used to encrypt messages directly, improperly encodes plaintexts, which allows attackers to obtain sensitive information by reading ciphertext data (i.e., it does not have semantic security in face of a ciphertext-only attack). The Decisional Diffie-Hellman (DDH) assumption does not hold for Libgcrypt's ElGamal implementation.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2018-6829" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libgcrypt20@1.10.1-3?arch=amd64&distro=debian-12&package-id=56e66cdbccf3f7eb" - } - ] - }, - { - "bom-ref": "urn:uuid:26d6ada1-a216-4570-a713-a0d439ca7577", - "id": "CVE-2019-1010022", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2019-1010022" - }, - "references": [ - { - "id": "CVE-2019-1010022", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2019-1010022" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "GNU Libc current is affected by: Mitigation bypass. The impact is: Attacker may bypass stack guard protection. The component is: nptl. The attack vector is: Exploit stack buffer overflow vulnerability and use this bypass vulnerability to bypass stack guard. NOTE: Upstream comments indicate \"this is being treated as a non-security bug and no real threat.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2019-1010022" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libc-bin@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=ce9249bb3f1e8686" - } - ] - }, - { - "bom-ref": "urn:uuid:7060b5c4-fce2-4161-b968-8eec6e0e7c2f", - "id": "CVE-2019-1010022", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2019-1010022" - }, - "references": [ - { - "id": "CVE-2019-1010022", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2019-1010022" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "GNU Libc current is affected by: Mitigation bypass. The impact is: Attacker may bypass stack guard protection. The component is: nptl. The attack vector is: Exploit stack buffer overflow vulnerability and use this bypass vulnerability to bypass stack guard. NOTE: Upstream comments indicate \"this is being treated as a non-security bug and no real threat.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2019-1010022" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - } - ] - }, - { - "bom-ref": "urn:uuid:39aa8865-f0ee-41f4-b41b-caecb537e54a", - "id": "CVE-2019-1010023", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2019-1010023" - }, - "references": [ - { - "id": "CVE-2019-1010023", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2019-1010023" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "GNU Libc current is affected by: Re-mapping current loaded library with malicious ELF file. The impact is: In worst case attacker may evaluate privileges. The component is: libld. The attack vector is: Attacker sends 2 ELF files to victim and asks to run ldd on it. ldd execute code. NOTE: Upstream comments indicate \"this is being treated as a non-security bug and no real threat.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2019-1010023" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libc-bin@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=ce9249bb3f1e8686" - } - ] - }, - { - "bom-ref": "urn:uuid:ea1a3d49-89ea-4aaa-a2c1-79e1bedad5a9", - "id": "CVE-2019-1010023", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2019-1010023" - }, - "references": [ - { - "id": "CVE-2019-1010023", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2019-1010023" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "GNU Libc current is affected by: Re-mapping current loaded library with malicious ELF file. The impact is: In worst case attacker may evaluate privileges. The component is: libld. The attack vector is: Attacker sends 2 ELF files to victim and asks to run ldd on it. ldd execute code. NOTE: Upstream comments indicate \"this is being treated as a non-security bug and no real threat.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2019-1010023" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - } - ] - }, - { - "bom-ref": "urn:uuid:1e1a24a0-9c33-4cdd-96d2-fe5f23b295d4", - "id": "CVE-2019-1010024", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2019-1010024" - }, - "references": [ - { - "id": "CVE-2019-1010024", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2019-1010024" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "GNU Libc current is affected by: Mitigation bypass. The impact is: Attacker may bypass ASLR using cache of thread stack and heap. The component is: glibc. NOTE: Upstream comments indicate \"this is being treated as a non-security bug and no real threat.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2019-1010024" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libc-bin@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=ce9249bb3f1e8686" - } - ] - }, - { - "bom-ref": "urn:uuid:9e2a478a-a91a-4faf-b3a5-bfa621b9abb4", - "id": "CVE-2019-1010024", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2019-1010024" - }, - "references": [ - { - "id": "CVE-2019-1010024", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2019-1010024" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "GNU Libc current is affected by: Mitigation bypass. The impact is: Attacker may bypass ASLR using cache of thread stack and heap. The component is: glibc. NOTE: Upstream comments indicate \"this is being treated as a non-security bug and no real threat.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2019-1010024" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - } - ] - }, - { - "bom-ref": "urn:uuid:a7ea6c2b-dac8-4ac0-a82a-5eb3353fc2fd", - "id": "CVE-2019-1010025", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2019-1010025" - }, - "references": [ - { - "id": "CVE-2019-1010025", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2019-1010025" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "GNU Libc current is affected by: Mitigation bypass. The impact is: Attacker may guess the heap addresses of pthread_created thread. The component is: glibc. NOTE: the vendor's position is \"ASLR bypass itself is not a vulnerability.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2019-1010025" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libc-bin@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=ce9249bb3f1e8686" - } - ] - }, - { - "bom-ref": "urn:uuid:0b9906ed-70d9-4188-92e9-c355bbb53306", - "id": "CVE-2019-1010025", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2019-1010025" - }, - "references": [ - { - "id": "CVE-2019-1010025", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2019-1010025" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "GNU Libc current is affected by: Mitigation bypass. The impact is: Attacker may guess the heap addresses of pthread_created thread. The component is: glibc. NOTE: the vendor's position is \"ASLR bypass itself is not a vulnerability.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2019-1010025" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - } - ] - }, - { - "bom-ref": "urn:uuid:daba8f3c-af59-4fde-b47f-748aaf80d5df", - "id": "CVE-2019-19882", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2019-19882" - }, - "references": [ - { - "id": "CVE-2019-19882", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2019-19882" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "shadow 4.8, in certain circumstances affecting at least Gentoo, Arch Linux, and Void Linux, allows local users to obtain root access because setuid programs are misconfigured. Specifically, this affects shadow 4.8 when compiled using --with-libpam but without explicitly passing --disable-account-tools-setuid, and without a PAM configuration suitable for use with setuid account management tools. This combination leads to account management tools (groupadd, groupdel, groupmod, useradd, userdel, usermod) that can easily be used by unprivileged local users to escalate privileges to root in multiple ways. This issue became much more relevant in approximately December 2019 when an unrelated bug was fixed (i.e., the chmod calls to suidusbins were fixed in the upstream Makefile which is now included in the release version 4.8).", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2019-19882" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/login@1:4.13%2Bdfsg1-1%2Bb1?arch=amd64&upstream=shadow%401:4.13%2Bdfsg1-1&distro=debian-12&package-id=95082a001564c69b" - } - ] - }, - { - "bom-ref": "urn:uuid:d0aa0635-76f8-438e-a3ee-fd9cde6775d1", - "id": "CVE-2019-19882", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2019-19882" - }, - "references": [ - { - "id": "CVE-2019-19882", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2019-19882" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "shadow 4.8, in certain circumstances affecting at least Gentoo, Arch Linux, and Void Linux, allows local users to obtain root access because setuid programs are misconfigured. Specifically, this affects shadow 4.8 when compiled using --with-libpam but without explicitly passing --disable-account-tools-setuid, and without a PAM configuration suitable for use with setuid account management tools. This combination leads to account management tools (groupadd, groupdel, groupmod, useradd, userdel, usermod) that can easily be used by unprivileged local users to escalate privileges to root in multiple ways. This issue became much more relevant in approximately December 2019 when an unrelated bug was fixed (i.e., the chmod calls to suidusbins were fixed in the upstream Makefile which is now included in the release version 4.8).", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2019-19882" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/passwd@1:4.13%2Bdfsg1-1%2Bb1?arch=amd64&upstream=shadow%401:4.13%2Bdfsg1-1&distro=debian-12&package-id=25b93d8479d03922" - } - ] - }, - { - "bom-ref": "urn:uuid:09fb60ba-c429-4a8f-9dc2-7c09e560ec5f", - "id": "CVE-2019-20838", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2019-20838" - }, - "references": [ - { - "id": "CVE-2019-20838", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2019-20838" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "libpcre in PCRE before 8.43 allows a subject buffer over-read in JIT when UTF is disabled, and \\X or \\R has more than one fixed quantifier, a related issue to CVE-2019-20454.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2019-20838" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libpcre3@2:8.39-15?arch=amd64&upstream=pcre3&distro=debian-12&package-id=ce75b0f798e71b4b" - } - ] - }, - { - "bom-ref": "urn:uuid:50aafd90-8890-4032-bc12-2184ac07cbb1", - "id": "CVE-2019-9192", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2019-9192" - }, - "references": [ - { - "id": "CVE-2019-9192", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2019-9192" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "In the GNU C Library (aka glibc or libc6) through 2.29, check_dst_limits_calc_pos_1 in posix/regexec.c has Uncontrolled Recursion, as demonstrated by '(|)(\\\\1\\\\1)*' in grep, a different issue than CVE-2018-20796. NOTE: the software maintainer disputes that this is a vulnerability because the behavior occurs only with a crafted pattern", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2019-9192" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libc-bin@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=ce9249bb3f1e8686" - } - ] - }, - { - "bom-ref": "urn:uuid:1d732ca8-16c7-4749-93bd-1bb838ba3c39", - "id": "CVE-2019-9192", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2019-9192" - }, - "references": [ - { - "id": "CVE-2019-9192", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2019-9192" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "In the GNU C Library (aka glibc or libc6) through 2.29, check_dst_limits_calc_pos_1 in posix/regexec.c has Uncontrolled Recursion, as demonstrated by '(|)(\\\\1\\\\1)*' in grep, a different issue than CVE-2018-20796. NOTE: the software maintainer disputes that this is a vulnerability because the behavior occurs only with a crafted pattern", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2019-9192" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=6b9d834109d9cd85" - } - ] - }, - { - "bom-ref": "urn:uuid:e3928300-d063-4deb-993d-d7412a9f1b11", - "id": "CVE-2021-45346", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2021-45346" - }, - "references": [ - { - "id": "CVE-2021-45346", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2021-45346" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "A Memory Leak vulnerability exists in SQLite Project SQLite3 3.35.1 and 3.37.0 via maliciously crafted SQL Queries (made via editing the Database File), it is possible to query a record, and leak subsequent bytes of memory that extend beyond the record, which could let a malicious user obtain sensitive information. NOTE: The developer disputes this as a vulnerability stating that If you give SQLite a corrupted database file and submit a query against the database, it might read parts of the database that you did not intend or expect.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2021-45346" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libsqlite3-0@3.40.1-2?arch=amd64&upstream=sqlite3&distro=debian-12&package-id=d3ca818e62b6ef39" - } - ] - }, - { - "bom-ref": "urn:uuid:ae9e1c91-cf0f-4131-acab-0f8c038ce473", - "id": "CVE-2022-0563", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2022-0563" - }, - "references": [ - { - "id": "CVE-2022-0563", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2022-0563" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "A flaw was found in the util-linux chfn and chsh utilities when compiled with Readline support. The Readline library uses an \"INPUTRC\" environment variable to get a path to the library config file. When the library cannot parse the specified file, it prints an error message containing data from the file. This flaw allows an unprivileged user to read root-owned files, potentially leading to privilege escalation. This flaw affects util-linux versions prior to 2.37.4.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2022-0563" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/bsdutils@1:2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux%402.38.1-5%2Bdeb12u1&distro=debian-12&package-id=a5f7ee908299e757" - } - ] - }, - { - "bom-ref": "urn:uuid:634fd160-d5f5-4cfe-8aef-93b5070d254b", - "id": "CVE-2022-0563", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2022-0563" - }, - "references": [ - { - "id": "CVE-2022-0563", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2022-0563" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "A flaw was found in the util-linux chfn and chsh utilities when compiled with Readline support. The Readline library uses an \"INPUTRC\" environment variable to get a path to the library config file. When the library cannot parse the specified file, it prints an error message containing data from the file. This flaw allows an unprivileged user to read root-owned files, potentially leading to privilege escalation. This flaw affects util-linux versions prior to 2.37.4.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2022-0563" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libblkid1@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12&package-id=09f6bd60ae488e2d" - } - ] - }, - { - "bom-ref": "urn:uuid:2c9d6cb5-ac5e-4c10-8039-7bdef0cff07f", - "id": "CVE-2022-0563", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2022-0563" - }, - "references": [ - { - "id": "CVE-2022-0563", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2022-0563" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "A flaw was found in the util-linux chfn and chsh utilities when compiled with Readline support. The Readline library uses an \"INPUTRC\" environment variable to get a path to the library config file. When the library cannot parse the specified file, it prints an error message containing data from the file. This flaw allows an unprivileged user to read root-owned files, potentially leading to privilege escalation. This flaw affects util-linux versions prior to 2.37.4.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2022-0563" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libmount1@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12&package-id=6f953476e6e42f91" - } - ] - }, - { - "bom-ref": "urn:uuid:a1b3ef45-a5c9-452d-9e6d-4f640ae3cb14", - "id": "CVE-2022-0563", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2022-0563" - }, - "references": [ - { - "id": "CVE-2022-0563", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2022-0563" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "A flaw was found in the util-linux chfn and chsh utilities when compiled with Readline support. The Readline library uses an \"INPUTRC\" environment variable to get a path to the library config file. When the library cannot parse the specified file, it prints an error message containing data from the file. This flaw allows an unprivileged user to read root-owned files, potentially leading to privilege escalation. This flaw affects util-linux versions prior to 2.37.4.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2022-0563" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libsmartcols1@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12&package-id=a19481ad8109e13e" - } - ] - }, - { - "bom-ref": "urn:uuid:e37a61ad-d623-4b5d-8ff0-0f6611df4dbb", - "id": "CVE-2022-0563", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2022-0563" - }, - "references": [ - { - "id": "CVE-2022-0563", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2022-0563" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "A flaw was found in the util-linux chfn and chsh utilities when compiled with Readline support. The Readline library uses an \"INPUTRC\" environment variable to get a path to the library config file. When the library cannot parse the specified file, it prints an error message containing data from the file. This flaw allows an unprivileged user to read root-owned files, potentially leading to privilege escalation. This flaw affects util-linux versions prior to 2.37.4.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2022-0563" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libuuid1@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12&package-id=747a26ba1b8b92a7" - } - ] - }, - { - "bom-ref": "urn:uuid:54c12b59-7e94-448f-826a-ce6d20c13c18", - "id": "CVE-2022-0563", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2022-0563" - }, - "references": [ - { - "id": "CVE-2022-0563", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2022-0563" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "A flaw was found in the util-linux chfn and chsh utilities when compiled with Readline support. The Readline library uses an \"INPUTRC\" environment variable to get a path to the library config file. When the library cannot parse the specified file, it prints an error message containing data from the file. This flaw allows an unprivileged user to read root-owned files, potentially leading to privilege escalation. This flaw affects util-linux versions prior to 2.37.4.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2022-0563" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/mount@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12&package-id=762a6d2f42dbb84d" - } - ] - }, - { - "bom-ref": "urn:uuid:a1c129d2-d944-455c-bf5f-592c64e7fabb", - "id": "CVE-2022-0563", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2022-0563" - }, - "references": [ - { - "id": "CVE-2022-0563", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2022-0563" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "A flaw was found in the util-linux chfn and chsh utilities when compiled with Readline support. The Readline library uses an \"INPUTRC\" environment variable to get a path to the library config file. When the library cannot parse the specified file, it prints an error message containing data from the file. This flaw allows an unprivileged user to read root-owned files, potentially leading to privilege escalation. This flaw affects util-linux versions prior to 2.37.4.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2022-0563" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/util-linux@2.38.1-5%2Bdeb12u1?arch=amd64&distro=debian-12&package-id=08f3410f0a4602ff" - } - ] - }, - { - "bom-ref": "urn:uuid:d384fc1f-d082-4d5b-8058-ea56ad240176", - "id": "CVE-2022-0563", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2022-0563" - }, - "references": [ - { - "id": "CVE-2022-0563", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2022-0563" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "A flaw was found in the util-linux chfn and chsh utilities when compiled with Readline support. The Readline library uses an \"INPUTRC\" environment variable to get a path to the library config file. When the library cannot parse the specified file, it prints an error message containing data from the file. This flaw allows an unprivileged user to read root-owned files, potentially leading to privilege escalation. This flaw affects util-linux versions prior to 2.37.4.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2022-0563" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/util-linux-extra@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12&package-id=76ef77b2a5a01818" - } - ] - }, - { - "bom-ref": "urn:uuid:fac3911a-e6ae-4e69-9575-936c9987b7df", - "id": "CVE-2022-27943", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2022-27943" - }, - "references": [ - { - "id": "CVE-2022-27943", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2022-27943" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "libiberty/rust-demangle.c in GNU GCC 11.2 allows stack consumption in demangle_const, as demonstrated by nm-new.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2022-27943" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/gcc-12-base@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=2d9c105581cbe6a2" - } - ] - }, - { - "bom-ref": "urn:uuid:53ee2b4a-b14f-4a39-945f-55f96865a1ba", - "id": "CVE-2022-27943", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2022-27943" - }, - "references": [ - { - "id": "CVE-2022-27943", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2022-27943" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "libiberty/rust-demangle.c in GNU GCC 11.2 allows stack consumption in demangle_const, as demonstrated by nm-new.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2022-27943" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libgcc-s1@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=38b424bee2a8db35" - } - ] - }, - { - "bom-ref": "urn:uuid:65e100f0-3801-42eb-a56f-faf3eeb66dcf", - "id": "CVE-2022-27943", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2022-27943" - }, - "references": [ - { - "id": "CVE-2022-27943", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2022-27943" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "libiberty/rust-demangle.c in GNU GCC 11.2 allows stack consumption in demangle_const, as demonstrated by nm-new.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2022-27943" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libstdc%2B%2B6@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=4f6f636801d1d450" - } - ] - }, - { - "bom-ref": "urn:uuid:32cc040c-adfd-40a0-bb8c-c9765930c469", - "id": "CVE-2022-3219", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2022-3219" - }, - "references": [ - { - "id": "CVE-2022-3219", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2022-3219" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "GnuPG can be made to spin on a relatively small input by (for example) crafting a public key with thousands of signatures attached, compressed down to just a few KB.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2022-3219" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/gpgv@2.2.40-1.1?arch=amd64&upstream=gnupg2&distro=debian-12&package-id=2bba05a28999480c" - } - ] - }, - { - "bom-ref": "urn:uuid:a7ceac89-a75d-4b40-a3dd-44b519bc0680", - "id": "CVE-2023-29383", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-29383" - }, - "references": [ - { - "id": "CVE-2023-29383", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-29383" - } - } - ], - "ratings": [ - { - "severity": "low" - } - ], - "description": "In Shadow 4.13, it is possible to inject control characters into fields provided to the SUID program chfn (change finger). Although it is not possible to exploit this directly (e.g., adding a new user fails because \\n is in the block list), it is possible to misrepresent the /etc/passwd file when viewed. Use of \\r manipulations and Unicode characters to work around blocking of the : character make it possible to give the impression that a new user has been added. In other words, an adversary may be able to convince a system administrator to take the system offline (an indirect, social-engineered denial of service) by demonstrating that \"cat /etc/passwd\" shows a rogue user account.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2023-29383" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/login@1:4.13%2Bdfsg1-1%2Bb1?arch=amd64&upstream=shadow%401:4.13%2Bdfsg1-1&distro=debian-12&package-id=95082a001564c69b" - } - ] - }, - { - "bom-ref": "urn:uuid:76749d03-d440-4247-8f96-518a9983acd8", - "id": "CVE-2023-29383", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-29383" - }, - "references": [ - { - "id": "CVE-2023-29383", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-29383" - } - } - ], - "ratings": [ - { - "severity": "low" - } - ], - "description": "In Shadow 4.13, it is possible to inject control characters into fields provided to the SUID program chfn (change finger). Although it is not possible to exploit this directly (e.g., adding a new user fails because \\n is in the block list), it is possible to misrepresent the /etc/passwd file when viewed. Use of \\r manipulations and Unicode characters to work around blocking of the : character make it possible to give the impression that a new user has been added. In other words, an adversary may be able to convince a system administrator to take the system offline (an indirect, social-engineered denial of service) by demonstrating that \"cat /etc/passwd\" shows a rogue user account.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2023-29383" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/passwd@1:4.13%2Bdfsg1-1%2Bb1?arch=amd64&upstream=shadow%401:4.13%2Bdfsg1-1&distro=debian-12&package-id=25b93d8479d03922" - } - ] - }, - { - "bom-ref": "urn:uuid:08215a09-31fa-4c8e-a366-a133d138131b", - "id": "CVE-2023-31437", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-31437" - }, - "references": [ - { - "id": "CVE-2023-31437", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-31437" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "An issue was discovered in systemd 253. An attacker can modify a sealed log file such that, in some views, not all existing and sealed log messages are displayed. NOTE: the vendor reportedly sent \"a reply denying that any of the finding was a security vulnerability.\"", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2023-31437" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libsystemd0@252.30-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=25bbd8d336cce5f6" - } - ] - }, - { - "bom-ref": "urn:uuid:aed8c342-bd2a-40c6-8cf4-134a5056cc32", - "id": "CVE-2023-31437", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-31437" - }, - "references": [ - { - "id": "CVE-2023-31437", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-31437" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "An issue was discovered in systemd 253. An attacker can modify a sealed log file such that, in some views, not all existing and sealed log messages are displayed. NOTE: the vendor reportedly sent \"a reply denying that any of the finding was a security vulnerability.\"", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2023-31437" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libudev1@252.30-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=07461553a840f601" - } - ] - }, - { - "bom-ref": "urn:uuid:438e2f56-300f-41c7-894b-132d8489c8b8", - "id": "CVE-2023-31438", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-31438" - }, - "references": [ - { - "id": "CVE-2023-31438", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-31438" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "An issue was discovered in systemd 253. An attacker can truncate a sealed log file and then resume log sealing such that checking the integrity shows no error, despite modifications. NOTE: the vendor reportedly sent \"a reply denying that any of the finding was a security vulnerability.\"", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2023-31438" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libsystemd0@252.30-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=25bbd8d336cce5f6" - } - ] - }, - { - "bom-ref": "urn:uuid:15b439e6-5462-4e6a-a153-b1a9e68f7ea7", - "id": "CVE-2023-31438", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-31438" - }, - "references": [ - { - "id": "CVE-2023-31438", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-31438" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "An issue was discovered in systemd 253. An attacker can truncate a sealed log file and then resume log sealing such that checking the integrity shows no error, despite modifications. NOTE: the vendor reportedly sent \"a reply denying that any of the finding was a security vulnerability.\"", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2023-31438" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libudev1@252.30-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=07461553a840f601" - } - ] - }, - { - "bom-ref": "urn:uuid:b99e7fb9-89c6-40f0-87c9-518861d02759", - "id": "CVE-2023-31439", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-31439" - }, - "references": [ - { - "id": "CVE-2023-31439", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-31439" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "An issue was discovered in systemd 253. An attacker can modify the contents of past events in a sealed log file and then adjust the file such that checking the integrity shows no error, despite modifications. NOTE: the vendor reportedly sent \"a reply denying that any of the finding was a security vulnerability.\"", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2023-31439" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libsystemd0@252.30-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=25bbd8d336cce5f6" - } - ] - }, - { - "bom-ref": "urn:uuid:db6b92ca-0e9a-4b1c-899f-5cc679049b96", - "id": "CVE-2023-31439", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-31439" - }, - "references": [ - { - "id": "CVE-2023-31439", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-31439" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "An issue was discovered in systemd 253. An attacker can modify the contents of past events in a sealed log file and then adjust the file such that checking the integrity shows no error, despite modifications. NOTE: the vendor reportedly sent \"a reply denying that any of the finding was a security vulnerability.\"", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2023-31439" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libudev1@252.30-1~deb12u2?arch=amd64&upstream=systemd&distro=debian-12&package-id=07461553a840f601" - } - ] - }, - { - "bom-ref": "urn:uuid:314e8f0a-09d4-4725-a270-e7c071ff8b8e", - "id": "CVE-2023-31484", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-31484" - }, - "references": [ - { - "id": "CVE-2023-31484", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-31484" - } - } - ], - "ratings": [ - { - "severity": "high" - } - ], - "description": "CPAN.pm before 2.35 does not verify TLS certificates when downloading distributions over HTTPS.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2023-31484" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/perl-base@5.36.0-7%2Bdeb12u1?arch=amd64&upstream=perl&distro=debian-12&package-id=e7c6c7e67b78f445" - } - ] - }, - { - "bom-ref": "urn:uuid:515ad4a8-eada-42f2-9d97-ce7040fb2b00", - "id": "CVE-2023-31486", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-31486" - }, - "references": [ - { - "id": "CVE-2023-31486", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-31486" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "HTTP::Tiny before 0.083, a Perl core module since 5.13.9 and available standalone on CPAN, has an insecure default TLS configuration where users must opt in to verify certificates.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2023-31486" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/perl-base@5.36.0-7%2Bdeb12u1?arch=amd64&upstream=perl&distro=debian-12&package-id=e7c6c7e67b78f445" - } - ] - }, - { - "bom-ref": "urn:uuid:4f41b405-aeee-43e2-96b9-75203887a479", - "id": "CVE-2023-38898", - "source": { - "name": "nvd-cpe", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-38898" - }, - "references": [ - { - "id": "CVE-2023-38898", - "source": { - "name": "nvd-cpe", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-38898" - } - } - ], - "ratings": [ - { - "score": 5.3, - "severity": "medium", - "method": "CVSSv31", - "vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" - } - ], - "description": "An issue in Python cpython v.3.7 allows an attacker to obtain sensitive information via the _asyncio._swap_current_task component. NOTE: this is disputed by the vendor because (1) neither 3.7 nor any other release is affected (it is a bug in some 3.12 pre-releases); (2) there are no common scenarios in which an adversary can call _asyncio._swap_current_task but does not already have the ability to call arbitrary functions; and (3) there are no common scenarios in which sensitive information, which is not already accessible to an adversary, becomes accessible through this bug.", - "advisories": [ - { - "url": "https://github.com/python/cpython/issues/105987" - } - ], - "affects": [ - { - "ref": "pkg:generic/python@3.11.10?package-id=e16c55f5db816a87" - } - ] - }, - { - "bom-ref": "urn:uuid:b6b909dd-3e22-4fe1-89db-3943a43e1d3c", - "id": "CVE-2023-4039", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-4039" - }, - "references": [ - { - "id": "CVE-2023-4039", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-4039" - } - } - ], - "ratings": [ - { - "severity": "medium" - } - ], - "description": "**DISPUTED**A failure in the -fstack-protector feature in GCC-based toolchains that target AArch64 allows an attacker to exploit an existing buffer overflow in dynamically-sized local variables in your application without this being detected. This stack-protector failure only applies to C99-style dynamically-sized local variables or those created using alloca(). The stack-protector operates as intended for statically-sized local variables. The default behavior when the stack-protector detects an overflow is to terminate your application, resulting in controlled loss of availability. An attacker who can exploit a buffer overflow without triggering the stack-protector might be able to change program flow control to cause an uncontrolled loss of availability or to go further and affect confidentiality or integrity. NOTE: The GCC project argues that this is a missed hardening bug and not a vulnerability by itself.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2023-4039" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/gcc-12-base@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=2d9c105581cbe6a2" - } - ] - }, - { - "bom-ref": "urn:uuid:022d3555-4d55-4608-b536-43ed396318d9", - "id": "CVE-2023-4039", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-4039" - }, - "references": [ - { - "id": "CVE-2023-4039", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-4039" - } - } - ], - "ratings": [ - { - "severity": "medium" - } - ], - "description": "**DISPUTED**A failure in the -fstack-protector feature in GCC-based toolchains that target AArch64 allows an attacker to exploit an existing buffer overflow in dynamically-sized local variables in your application without this being detected. This stack-protector failure only applies to C99-style dynamically-sized local variables or those created using alloca(). The stack-protector operates as intended for statically-sized local variables. The default behavior when the stack-protector detects an overflow is to terminate your application, resulting in controlled loss of availability. An attacker who can exploit a buffer overflow without triggering the stack-protector might be able to change program flow control to cause an uncontrolled loss of availability or to go further and affect confidentiality or integrity. NOTE: The GCC project argues that this is a missed hardening bug and not a vulnerability by itself.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2023-4039" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libgcc-s1@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=38b424bee2a8db35" - } - ] - }, - { - "bom-ref": "urn:uuid:5b6a2194-bf44-4e37-89f2-331dd7e585ff", - "id": "CVE-2023-4039", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-4039" - }, - "references": [ - { - "id": "CVE-2023-4039", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-4039" - } - } - ], - "ratings": [ - { - "severity": "medium" - } - ], - "description": "**DISPUTED**A failure in the -fstack-protector feature in GCC-based toolchains that target AArch64 allows an attacker to exploit an existing buffer overflow in dynamically-sized local variables in your application without this being detected. This stack-protector failure only applies to C99-style dynamically-sized local variables or those created using alloca(). The stack-protector operates as intended for statically-sized local variables. The default behavior when the stack-protector detects an overflow is to terminate your application, resulting in controlled loss of availability. An attacker who can exploit a buffer overflow without triggering the stack-protector might be able to change program flow control to cause an uncontrolled loss of availability or to go further and affect confidentiality or integrity. NOTE: The GCC project argues that this is a missed hardening bug and not a vulnerability by itself.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2023-4039" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libstdc%2B%2B6@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=4f6f636801d1d450" - } - ] - }, - { - "bom-ref": "urn:uuid:b4ac35a3-2113-4f1a-8902-9f4a945a3e0e", - "id": "CVE-2023-45853", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-45853" - }, - "references": [ - { - "id": "CVE-2023-45853", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-45853" - } - } - ], - "ratings": [ - { - "severity": "critical" - } - ], - "description": "MiniZip in zlib through 1.3 has an integer overflow and resultant heap-based buffer overflow in zipOpenNewFileInZip4_64 via a long filename, comment, or extra field. NOTE: MiniZip is not a supported part of the zlib product. NOTE: pyminizip through 0.2.6 is also vulnerable because it bundles an affected zlib version, and exposes the applicable MiniZip code through its compress API.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2023-45853" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/zlib1g@1:1.2.13.dfsg-1?arch=amd64&upstream=zlib&distro=debian-12&package-id=450c163f1aff2ce3" - } - ] - }, - { - "bom-ref": "urn:uuid:d128669e-5b2b-47b3-8452-4bb1920308fd", - "id": "CVE-2023-45918", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-45918" - }, - "references": [ - { - "id": "CVE-2023-45918", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-45918" - } - } - ], - "ratings": [ - { - "severity": "unknown" - } - ], - "description": "ncurses 6.4-20230610 has a NULL pointer dereference in tgetstr in tinfo/lib_termcap.c.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2023-45918" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libncursesw6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12&package-id=b28e3ac301f1527b" - } - ] - }, - { - "bom-ref": "urn:uuid:edad00ad-706a-4e6c-90dc-f222dd46b513", - "id": "CVE-2023-45918", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-45918" - }, - "references": [ - { - "id": "CVE-2023-45918", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-45918" - } - } - ], - "ratings": [ - { - "severity": "unknown" - } - ], - "description": "ncurses 6.4-20230610 has a NULL pointer dereference in tgetstr in tinfo/lib_termcap.c.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2023-45918" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libtinfo6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12&package-id=16ce3f9a5a6f08b5" - } - ] - }, - { - "bom-ref": "urn:uuid:e32ca869-b9f2-46ff-95ca-c34283fd3566", - "id": "CVE-2023-45918", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-45918" - }, - "references": [ - { - "id": "CVE-2023-45918", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-45918" - } - } - ], - "ratings": [ - { - "severity": "unknown" - } - ], - "description": "ncurses 6.4-20230610 has a NULL pointer dereference in tgetstr in tinfo/lib_termcap.c.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2023-45918" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/ncurses-base@6.4-4?arch=all&upstream=ncurses&distro=debian-12&package-id=8c0c5df11623bec9" - } - ] - }, - { - "bom-ref": "urn:uuid:380da53c-9085-4c2f-b0a7-3898950dfdd8", - "id": "CVE-2023-45918", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-45918" - }, - "references": [ - { - "id": "CVE-2023-45918", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-45918" - } - } - ], - "ratings": [ - { - "severity": "unknown" - } - ], - "description": "ncurses 6.4-20230610 has a NULL pointer dereference in tgetstr in tinfo/lib_termcap.c.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2023-45918" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/ncurses-bin@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12&package-id=ddeb6215c71a51d7" - } - ] - }, - { - "bom-ref": "urn:uuid:b38850de-bb34-4e00-8021-bd5f4b4c4758", - "id": "CVE-2023-4641", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-4641" - }, - "references": [ - { - "id": "CVE-2023-4641", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-4641" - } - } - ], - "ratings": [ - { - "severity": "medium" - } - ], - "description": "A flaw was found in shadow-utils. When asking for a new password, shadow-utils asks the password twice. If the password fails on the second attempt, shadow-utils fails in cleaning the buffer used to store the first entry. This may allow an attacker with enough access to retrieve the password from the memory.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2023-4641" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/login@1:4.13%2Bdfsg1-1%2Bb1?arch=amd64&upstream=shadow%401:4.13%2Bdfsg1-1&distro=debian-12&package-id=95082a001564c69b" - } - ] - }, - { - "bom-ref": "urn:uuid:609bcb7c-1104-4a05-a945-3da3eb34963a", - "id": "CVE-2023-4641", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-4641" - }, - "references": [ - { - "id": "CVE-2023-4641", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-4641" - } - } - ], - "ratings": [ - { - "severity": "medium" - } - ], - "description": "A flaw was found in shadow-utils. When asking for a new password, shadow-utils asks the password twice. If the password fails on the second attempt, shadow-utils fails in cleaning the buffer used to store the first entry. This may allow an attacker with enough access to retrieve the password from the memory.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2023-4641" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/passwd@1:4.13%2Bdfsg1-1%2Bb1?arch=amd64&upstream=shadow%401:4.13%2Bdfsg1-1&distro=debian-12&package-id=25b93d8479d03922" - } - ] - }, - { - "bom-ref": "urn:uuid:74d2b8cd-c0b4-4f7a-b3a5-3b65c4d59910", - "id": "CVE-2023-50495", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-50495" - }, - "references": [ - { - "id": "CVE-2023-50495", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-50495" - } - } - ], - "ratings": [ - { - "severity": "medium" - } - ], - "description": "NCurse v6.4-20230418 was discovered to contain a segmentation fault via the component _nc_wrap_entry().", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2023-50495" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libncursesw6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12&package-id=b28e3ac301f1527b" - } - ] - }, - { - "bom-ref": "urn:uuid:dab03682-2056-4ea7-91bb-bddc600f8cdb", - "id": "CVE-2023-50495", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-50495" - }, - "references": [ - { - "id": "CVE-2023-50495", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-50495" - } - } - ], - "ratings": [ - { - "severity": "medium" - } - ], - "description": "NCurse v6.4-20230418 was discovered to contain a segmentation fault via the component _nc_wrap_entry().", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2023-50495" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libtinfo6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12&package-id=16ce3f9a5a6f08b5" - } - ] - }, - { - "bom-ref": "urn:uuid:758800ef-af49-4a33-b710-46a1562aa93f", - "id": "CVE-2023-50495", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-50495" - }, - "references": [ - { - "id": "CVE-2023-50495", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-50495" - } - } - ], - "ratings": [ - { - "severity": "medium" - } - ], - "description": "NCurse v6.4-20230418 was discovered to contain a segmentation fault via the component _nc_wrap_entry().", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2023-50495" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/ncurses-base@6.4-4?arch=all&upstream=ncurses&distro=debian-12&package-id=8c0c5df11623bec9" - } - ] - }, - { - "bom-ref": "urn:uuid:c92479e1-b468-44c3-ad59-b3fdb23f000b", - "id": "CVE-2023-50495", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-50495" - }, - "references": [ - { - "id": "CVE-2023-50495", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-50495" - } - } - ], - "ratings": [ - { - "severity": "medium" - } - ], - "description": "NCurse v6.4-20230418 was discovered to contain a segmentation fault via the component _nc_wrap_entry().", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2023-50495" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/ncurses-bin@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12&package-id=ddeb6215c71a51d7" - } - ] - }, - { - "bom-ref": "urn:uuid:46b21c5d-2092-44b7-92da-818f95d1a736", - "id": "CVE-2023-52425", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-52425" - }, - "references": [ - { - "id": "CVE-2023-52425", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-52425" - } - } - ], - "ratings": [ - { - "severity": "high" - } - ], - "description": "libexpat through 2.5.0 allows a denial of service (resource consumption) because many full reparsings are required in the case of a large token for which multiple buffer fills are needed.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2023-52425" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libexpat1@2.5.0-1?arch=amd64&upstream=expat&distro=debian-12&package-id=647da6a471c14b1e" - } - ] - }, - { - "bom-ref": "urn:uuid:82adc0c2-8458-4709-9df3-61b308455ba8", - "id": "CVE-2023-52426", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-52426" - }, - "references": [ - { - "id": "CVE-2023-52426", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-52426" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "libexpat through 2.5.0 allows recursive XML Entity Expansion if XML_DTD is undefined at compile time.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2023-52426" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libexpat1@2.5.0-1?arch=amd64&upstream=expat&distro=debian-12&package-id=647da6a471c14b1e" - } - ] - }, - { - "bom-ref": "urn:uuid:f17e20d2-d3ba-466d-8a50-80eaa96c8f45", - "id": "CVE-2023-7104", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-7104" - }, - "references": [ - { - "id": "CVE-2023-7104", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2023-7104" - } - } - ], - "ratings": [ - { - "severity": "high" - } - ], - "description": "A vulnerability was found in SQLite SQLite3 up to 3.43.0 and classified as critical. This issue affects the function sessionReadRecord of the file ext/session/sqlite3session.c of the component make alltest Handler. The manipulation leads to heap-based buffer overflow. It is recommended to apply a patch to fix this issue. The associated identifier of this vulnerability is VDB-248999.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2023-7104" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libsqlite3-0@3.40.1-2?arch=amd64&upstream=sqlite3&distro=debian-12&package-id=d3ca818e62b6ef39" - } - ] - }, - { - "bom-ref": "urn:uuid:82266ec8-3763-4e2d-a181-e38790cfc78e", - "id": "CVE-2024-2236", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-2236" - }, - "references": [ - { - "id": "CVE-2024-2236", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-2236" - } - } - ], - "ratings": [ - { - "severity": "medium" - } - ], - "description": "A timing-based side-channel flaw was found in libgcrypt's RSA implementation. This issue may allow a remote attacker to initiate a Bleichenbacher-style attack, which can lead to the decryption of RSA ciphertexts.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-2236" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libgcrypt20@1.10.1-3?arch=amd64&distro=debian-12&package-id=56e66cdbccf3f7eb" - } - ] - }, - { - "bom-ref": "urn:uuid:4a2e981d-856d-4361-bdda-cbed09eff8ac", - "id": "CVE-2024-22365", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-22365" - }, - "references": [ - { - "id": "CVE-2024-22365", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-22365" - } - } - ], - "ratings": [ - { - "severity": "medium" - } - ], - "description": "linux-pam (aka Linux PAM) before 1.6.0 allows attackers to cause a denial of service (blocked login process) via mkfifo because the openat call (for protect_dir) lacks O_DIRECTORY.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-22365" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libpam-modules@1.5.2-6%2Bdeb12u1?arch=amd64&upstream=pam&distro=debian-12&package-id=12a018034482fe97" - } - ] - }, - { - "bom-ref": "urn:uuid:85d8a27e-b6c9-4e90-9306-8c61f0c6c1aa", - "id": "CVE-2024-22365", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-22365" - }, - "references": [ - { - "id": "CVE-2024-22365", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-22365" - } - } - ], - "ratings": [ - { - "severity": "medium" - } - ], - "description": "linux-pam (aka Linux PAM) before 1.6.0 allows attackers to cause a denial of service (blocked login process) via mkfifo because the openat call (for protect_dir) lacks O_DIRECTORY.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-22365" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libpam-modules-bin@1.5.2-6%2Bdeb12u1?arch=amd64&upstream=pam&distro=debian-12&package-id=46e088ca1b060624" - } - ] - }, - { - "bom-ref": "urn:uuid:56fde443-adb3-4896-9207-7495a6de78d9", - "id": "CVE-2024-22365", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-22365" - }, - "references": [ - { - "id": "CVE-2024-22365", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-22365" - } - } - ], - "ratings": [ - { - "severity": "medium" - } - ], - "description": "linux-pam (aka Linux PAM) before 1.6.0 allows attackers to cause a denial of service (blocked login process) via mkfifo because the openat call (for protect_dir) lacks O_DIRECTORY.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-22365" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libpam-runtime@1.5.2-6%2Bdeb12u1?arch=all&upstream=pam&distro=debian-12&package-id=2fc0063e7584b704" - } - ] - }, - { - "bom-ref": "urn:uuid:00739631-e62a-4df2-adca-d58e6910ccdb", - "id": "CVE-2024-22365", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-22365" - }, - "references": [ - { - "id": "CVE-2024-22365", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-22365" - } - } - ], - "ratings": [ - { - "severity": "medium" - } - ], - "description": "linux-pam (aka Linux PAM) before 1.6.0 allows attackers to cause a denial of service (blocked login process) via mkfifo because the openat call (for protect_dir) lacks O_DIRECTORY.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-22365" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libpam0g@1.5.2-6%2Bdeb12u1?arch=amd64&upstream=pam&distro=debian-12&package-id=9e3755175020009e" - } - ] - }, - { - "bom-ref": "urn:uuid:f5a3a0a1-bded-449d-916f-eb5621d9e96d", - "id": "CVE-2024-26458", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-26458" - }, - "references": [ - { - "id": "CVE-2024-26458", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-26458" - } - } - ], - "ratings": [ - { - "severity": "unknown" - } - ], - "description": "Kerberos 5 (aka krb5) 1.21.2 contains a memory leak in /krb5/src/lib/rpc/pmap_rmt.c.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-26458" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libgssapi-krb5-2@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=b8076c9b38f784da" - } - ] - }, - { - "bom-ref": "urn:uuid:9739052d-1006-4a1f-9c76-83213b476640", - "id": "CVE-2024-26458", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-26458" - }, - "references": [ - { - "id": "CVE-2024-26458", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-26458" - } - } - ], - "ratings": [ - { - "severity": "unknown" - } - ], - "description": "Kerberos 5 (aka krb5) 1.21.2 contains a memory leak in /krb5/src/lib/rpc/pmap_rmt.c.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-26458" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libk5crypto3@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=854ffdfadd1f801f" - } - ] - }, - { - "bom-ref": "urn:uuid:85c3ce61-3105-41ce-8b55-c208ad8a8cd6", - "id": "CVE-2024-26458", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-26458" - }, - "references": [ - { - "id": "CVE-2024-26458", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-26458" - } - } - ], - "ratings": [ - { - "severity": "unknown" - } - ], - "description": "Kerberos 5 (aka krb5) 1.21.2 contains a memory leak in /krb5/src/lib/rpc/pmap_rmt.c.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-26458" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libkrb5-3@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=964a226d38f8d674" - } - ] - }, - { - "bom-ref": "urn:uuid:4945e360-a286-484b-b938-458aaa0c0fb7", - "id": "CVE-2024-26458", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-26458" - }, - "references": [ - { - "id": "CVE-2024-26458", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-26458" - } - } - ], - "ratings": [ - { - "severity": "unknown" - } - ], - "description": "Kerberos 5 (aka krb5) 1.21.2 contains a memory leak in /krb5/src/lib/rpc/pmap_rmt.c.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-26458" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libkrb5support0@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=486417641dc2fbc2" - } - ] - }, - { - "bom-ref": "urn:uuid:15e2f19e-aa2f-4e45-8f18-e62b9ad004d3", - "id": "CVE-2024-26461", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-26461" - }, - "references": [ - { - "id": "CVE-2024-26461", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-26461" - } - } - ], - "ratings": [ - { - "severity": "high" - } - ], - "description": "Kerberos 5 (aka krb5) 1.21.2 contains a memory leak vulnerability in /krb5/src/lib/gssapi/krb5/k5sealv3.c.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-26461" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libgssapi-krb5-2@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=b8076c9b38f784da" - } - ] - }, - { - "bom-ref": "urn:uuid:158859df-51a3-4798-b73c-965a7ca626f7", - "id": "CVE-2024-26461", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-26461" - }, - "references": [ - { - "id": "CVE-2024-26461", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-26461" - } - } - ], - "ratings": [ - { - "severity": "high" - } - ], - "description": "Kerberos 5 (aka krb5) 1.21.2 contains a memory leak vulnerability in /krb5/src/lib/gssapi/krb5/k5sealv3.c.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-26461" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libk5crypto3@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=854ffdfadd1f801f" - } - ] - }, - { - "bom-ref": "urn:uuid:8bfd1d41-6d8a-4a9a-b244-27a1ac547ea7", - "id": "CVE-2024-26461", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-26461" - }, - "references": [ - { - "id": "CVE-2024-26461", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-26461" - } - } - ], - "ratings": [ - { - "severity": "high" - } - ], - "description": "Kerberos 5 (aka krb5) 1.21.2 contains a memory leak vulnerability in /krb5/src/lib/gssapi/krb5/k5sealv3.c.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-26461" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libkrb5-3@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=964a226d38f8d674" - } - ] - }, - { - "bom-ref": "urn:uuid:f5255c17-0064-4b47-9151-5dc3e3088f8b", - "id": "CVE-2024-26461", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-26461" - }, - "references": [ - { - "id": "CVE-2024-26461", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-26461" - } - } - ], - "ratings": [ - { - "severity": "high" - } - ], - "description": "Kerberos 5 (aka krb5) 1.21.2 contains a memory leak vulnerability in /krb5/src/lib/gssapi/krb5/k5sealv3.c.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-26461" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libkrb5support0@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=486417641dc2fbc2" - } - ] - }, - { - "bom-ref": "urn:uuid:253a462a-319b-449c-80d2-94fc470542b0", - "id": "CVE-2024-26462", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-26462" - }, - "references": [ - { - "id": "CVE-2024-26462", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-26462" - } - } - ], - "ratings": [ - { - "severity": "unknown" - } - ], - "description": "Kerberos 5 (aka krb5) 1.21.2 contains a memory leak vulnerability in /krb5/src/kdc/ndr.c.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-26462" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libgssapi-krb5-2@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=b8076c9b38f784da" - } - ] - }, - { - "bom-ref": "urn:uuid:570451d7-2dd2-4107-aceb-7045e8504a89", - "id": "CVE-2024-26462", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-26462" - }, - "references": [ - { - "id": "CVE-2024-26462", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-26462" - } - } - ], - "ratings": [ - { - "severity": "unknown" - } - ], - "description": "Kerberos 5 (aka krb5) 1.21.2 contains a memory leak vulnerability in /krb5/src/kdc/ndr.c.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-26462" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libk5crypto3@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=854ffdfadd1f801f" - } - ] - }, - { - "bom-ref": "urn:uuid:7735cb76-a886-41e9-998c-fb12239cac97", - "id": "CVE-2024-26462", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-26462" - }, - "references": [ - { - "id": "CVE-2024-26462", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-26462" - } - } - ], - "ratings": [ - { - "severity": "unknown" - } - ], - "description": "Kerberos 5 (aka krb5) 1.21.2 contains a memory leak vulnerability in /krb5/src/kdc/ndr.c.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-26462" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libkrb5-3@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=964a226d38f8d674" - } - ] - }, - { - "bom-ref": "urn:uuid:afafa153-c8d8-4856-ad5a-1823b549dd4d", - "id": "CVE-2024-26462", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-26462" - }, - "references": [ - { - "id": "CVE-2024-26462", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-26462" - } - } - ], - "ratings": [ - { - "severity": "unknown" - } - ], - "description": "Kerberos 5 (aka krb5) 1.21.2 contains a memory leak vulnerability in /krb5/src/kdc/ndr.c.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-26462" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libkrb5support0@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=486417641dc2fbc2" - } - ] - }, - { - "bom-ref": "urn:uuid:368e4434-d296-4912-9c5f-f5d8a43c8ce8", - "id": "CVE-2024-28757", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-28757" - }, - "references": [ - { - "id": "CVE-2024-28757", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-28757" - } - } - ], - "ratings": [ - { - "severity": "none" - } - ], - "description": "libexpat through 2.6.1 allows an XML Entity Expansion attack when there is isolated use of external parsers (created via XML_ExternalEntityParserCreate).", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-28757" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libexpat1@2.5.0-1?arch=amd64&upstream=expat&distro=debian-12&package-id=647da6a471c14b1e" - } - ] - }, - { - "bom-ref": "urn:uuid:d9f87f0b-6e02-459e-b53c-27c522f830d8", - "id": "CVE-2024-45490", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-45490" - }, - "references": [ - { - "id": "CVE-2024-45490", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-45490" - } - } - ], - "ratings": [ - { - "severity": "critical" - } - ], - "description": "An issue was discovered in libexpat before 2.6.3. xmlparse.c does not reject a negative length for XML_ParseBuffer.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-45490" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libexpat1@2.5.0-1?arch=amd64&upstream=expat&distro=debian-12&package-id=647da6a471c14b1e" - } - ] - }, - { - "bom-ref": "urn:uuid:21476b4b-4a81-4bb6-9299-5cbca4e4f0f4", - "id": "CVE-2024-45491", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-45491" - }, - "references": [ - { - "id": "CVE-2024-45491", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-45491" - } - } - ], - "ratings": [ - { - "severity": "critical" - } - ], - "description": "An issue was discovered in libexpat before 2.6.3. dtdCopy in xmlparse.c can have an integer overflow for nDefaultAtts on 32-bit platforms (where UINT_MAX equals SIZE_MAX).", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-45491" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libexpat1@2.5.0-1?arch=amd64&upstream=expat&distro=debian-12&package-id=647da6a471c14b1e" - } - ] - }, - { - "bom-ref": "urn:uuid:1e42a125-a627-4bae-9112-121c8b786734", - "id": "CVE-2024-45492", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-45492" - }, - "references": [ - { - "id": "CVE-2024-45492", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-45492" - } - } - ], - "ratings": [ - { - "severity": "critical" - } - ], - "description": "An issue was discovered in libexpat before 2.6.3. nextScaffoldPart in xmlparse.c can have an integer overflow for m_groupSize on 32-bit platforms (where UINT_MAX equals SIZE_MAX).", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-45492" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libexpat1@2.5.0-1?arch=amd64&upstream=expat&distro=debian-12&package-id=647da6a471c14b1e" - } - ] - }, - { - "bom-ref": "urn:uuid:c9aac9e8-6ec0-4369-bd63-6680e544f7c0", - "id": "CVE-2024-5535", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-5535" - }, - "references": [ - { - "id": "CVE-2024-5535", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-5535" - } - } - ], - "ratings": [ - { - "severity": "critical" - } - ], - "description": "Issue summary: Calling the OpenSSL API function SSL_select_next_proto with an empty supported client protocols buffer may cause a crash or memory contents to be sent to the peer. Impact summary: A buffer overread can have a range of potential consequences such as unexpected application beahviour or a crash. In particular this issue could result in up to 255 bytes of arbitrary private data from memory being sent to the peer leading to a loss of confidentiality. However, only applications that directly call the SSL_select_next_proto function with a 0 length list of supported client protocols are affected by this issue. This would normally never be a valid scenario and is typically not under attacker control but may occur by accident in the case of a configuration or programming error in the calling application. The OpenSSL API function SSL_select_next_proto is typically used by TLS applications that support ALPN (Application Layer Protocol Negotiation) or NPN (Next Protocol Negotiation). NPN is older, was never standardised and is deprecated in favour of ALPN. We believe that ALPN is significantly more widely deployed than NPN. The SSL_select_next_proto function accepts a list of protocols from the server and a list of protocols from the client and returns the first protocol that appears in the server list that also appears in the client list. In the case of no overlap between the two lists it returns the first item in the client list. In either case it will signal whether an overlap between the two lists was found. In the case where SSL_select_next_proto is called with a zero length client list it fails to notice this condition and returns the memory immediately following the client list pointer (and reports that there was no overlap in the lists). This function is typically called from a server side application callback for ALPN or a client side application callback for NPN. In the case of ALPN the list of protocols supplied by the client is guaranteed by libssl to never be zero in length. The list of server protocols comes from the application and should never normally be expected to be of zero length. In this case if the SSL_select_next_proto function has been called as expected (with the list supplied by the client passed in the client/client_len parameters), then the application will not be vulnerable to this issue. If the application has accidentally been configured with a zero length server list, and has accidentally passed that zero length server list in the client/client_len parameters, and has additionally failed to correctly handle a \"no overlap\" response (which would normally result in a handshake failure in ALPN) then it will be vulnerable to this problem. In the case of NPN, the protocol permits the client to opportunistically select a protocol when there is no overlap. OpenSSL returns the first client protocol in the no overlap case in support of this. The list of client protocols comes from the application and should never normally be expected to be of zero length. However if the SSL_select_next_proto function is accidentally called with a client_len of 0 then an invalid memory pointer will be returned instead. If the application uses this output as the opportunistic protocol then the loss of confidentiality will occur. This issue has been assessed as Low severity because applications are most likely to be vulnerable if they are using NPN instead of ALPN - but NPN is not widely used. It also requires an application configuration or programming error. Finally, this issue would not typically be under attacker control making active exploitation unlikely. The FIPS modules in 3.3, 3.2, 3.1 and 3.0 are not affected by this issue. Due to the low severity of this issue we are not issuing new releases of OpenSSL at this time. The fix will be included in the next releases when they become available.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-5535" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libssl3@3.0.14-1~deb12u2?arch=amd64&upstream=openssl&distro=debian-12&package-id=77220972544ed1ad" - } - ] - }, - { - "bom-ref": "urn:uuid:a8cd6e11-cdad-4825-85f0-f3f4d585410b", - "id": "CVE-2024-5535", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-5535" - }, - "references": [ - { - "id": "CVE-2024-5535", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-5535" - } - } - ], - "ratings": [ - { - "severity": "critical" - } - ], - "description": "Issue summary: Calling the OpenSSL API function SSL_select_next_proto with an empty supported client protocols buffer may cause a crash or memory contents to be sent to the peer. Impact summary: A buffer overread can have a range of potential consequences such as unexpected application beahviour or a crash. In particular this issue could result in up to 255 bytes of arbitrary private data from memory being sent to the peer leading to a loss of confidentiality. However, only applications that directly call the SSL_select_next_proto function with a 0 length list of supported client protocols are affected by this issue. This would normally never be a valid scenario and is typically not under attacker control but may occur by accident in the case of a configuration or programming error in the calling application. The OpenSSL API function SSL_select_next_proto is typically used by TLS applications that support ALPN (Application Layer Protocol Negotiation) or NPN (Next Protocol Negotiation). NPN is older, was never standardised and is deprecated in favour of ALPN. We believe that ALPN is significantly more widely deployed than NPN. The SSL_select_next_proto function accepts a list of protocols from the server and a list of protocols from the client and returns the first protocol that appears in the server list that also appears in the client list. In the case of no overlap between the two lists it returns the first item in the client list. In either case it will signal whether an overlap between the two lists was found. In the case where SSL_select_next_proto is called with a zero length client list it fails to notice this condition and returns the memory immediately following the client list pointer (and reports that there was no overlap in the lists). This function is typically called from a server side application callback for ALPN or a client side application callback for NPN. In the case of ALPN the list of protocols supplied by the client is guaranteed by libssl to never be zero in length. The list of server protocols comes from the application and should never normally be expected to be of zero length. In this case if the SSL_select_next_proto function has been called as expected (with the list supplied by the client passed in the client/client_len parameters), then the application will not be vulnerable to this issue. If the application has accidentally been configured with a zero length server list, and has accidentally passed that zero length server list in the client/client_len parameters, and has additionally failed to correctly handle a \"no overlap\" response (which would normally result in a handshake failure in ALPN) then it will be vulnerable to this problem. In the case of NPN, the protocol permits the client to opportunistically select a protocol when there is no overlap. OpenSSL returns the first client protocol in the no overlap case in support of this. The list of client protocols comes from the application and should never normally be expected to be of zero length. However if the SSL_select_next_proto function is accidentally called with a client_len of 0 then an invalid memory pointer will be returned instead. If the application uses this output as the opportunistic protocol then the loss of confidentiality will occur. This issue has been assessed as Low severity because applications are most likely to be vulnerable if they are using NPN instead of ALPN - but NPN is not widely used. It also requires an application configuration or programming error. Finally, this issue would not typically be under attacker control making active exploitation unlikely. The FIPS modules in 3.3, 3.2, 3.1 and 3.0 are not affected by this issue. Due to the low severity of this issue we are not issuing new releases of OpenSSL at this time. The fix will be included in the next releases when they become available.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-5535" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/openssl@3.0.14-1~deb12u2?arch=amd64&distro=debian-12&package-id=cafda1da0edb1e01" - } - ] - }, - { - "bom-ref": "urn:uuid:ed9e3b08-99fd-4c44-a454-873476e69f89", - "id": "GHSA-cx63-2mw6-8hw5", - "source": { - "name": "github-language-python", - "url": "https://github.com/advisories/GHSA-cx63-2mw6-8hw5" - }, - "references": [ - { - "id": "GHSA-cx63-2mw6-8hw5", - "source": { - "name": "github-language-python", - "url": "https://github.com/advisories/GHSA-cx63-2mw6-8hw5" - } - } - ], - "ratings": [ - { - "score": 8.8, - "severity": "high", - "method": "CVSSv31", - "vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" - } - ], - "description": "setuptools vulnerable to Command Injection via package URL", - "advisories": [ - { - "url": "https://github.com/advisories/GHSA-cx63-2mw6-8hw5" - } - ], - "affects": [ - { - "ref": "pkg:pypi/setuptools@65.5.1?package-id=8c7d0b28aa3d7879" - } - ] - } - ] -} diff --git a/sboms/ghcr.io_element-hq_docker-clamav:1.3.1-60.json b/sboms/ghcr.io_element-hq_docker-clamav:1.3.1-60.json deleted file mode 100644 index 9d9148d..0000000 --- a/sboms/ghcr.io_element-hq_docker-clamav:1.3.1-60.json +++ /dev/null @@ -1,4299 +0,0 @@ -{ - "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json", - "bomFormat": "CycloneDX", - "specVersion": "1.6", - "serialNumber": "urn:uuid:a207c7c7-b21f-4ecc-bbfb-557d7fb816a3", - "version": 1, - "metadata": { - "timestamp": "2024-10-15T16:30:06Z", - "tools": { - "components": [ - { - "type": "application", - "author": "anchore", - "name": "grype", - "version": "0.79.2" - } - ] - }, - "component": { - "bom-ref": "cc47819aaf316f86", - "type": "container", - "name": "ghcr.io/element-hq/docker-clamav:1.3.1-60", - "version": "1.3.1-60" - }, - "properties": [ - { - "name": "syft:image:labels:maintainer", - "value": "ClamAV bugs " - }, - { - "name": "syft:image:labels:org.opencontainers.image.created", - "value": "2024-07-15T15:04:33.701Z" - }, - { - "name": "syft:image:labels:org.opencontainers.image.licenses", - "value": "MIT" - }, - { - "name": "syft:image:labels:org.opencontainers.image.revision", - "value": "521076a8fd99b23bb2265c30883ff56d7da6b6b4" - }, - { - "name": "syft:image:labels:org.opencontainers.image.source", - "value": "https://github.com/element-hq/docker-clamav" - }, - { - "name": "syft:image:labels:org.opencontainers.image.title", - "value": "docker-clamav" - }, - { - "name": "syft:image:labels:org.opencontainers.image.url", - "value": "https://github.com/element-hq/docker-clamav" - }, - { - "name": "syft:image:labels:org.opencontainers.image.version", - "value": "1.3.1-60" - } - ] - }, - "components": [ - { - "bom-ref": "pkg:apk/alpine/alpine-baselayout@3.6.5-r0?arch=x86_64&distro=alpine-3.20.1&package-id=08c208ae832e3bf1", - "type": "library", - "publisher": "Natanael Copa ", - "name": "alpine-baselayout", - "version": "3.6.5-r0", - "description": "Alpine base dir structure and init scripts", - "licenses": [ - { - "license": { - "id": "GPL-2.0-only" - } - } - ], - "cpe": "cpe:2.3:a:alpine-baselayout:alpine-baselayout:3.6.5-r0:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/alpine-baselayout@3.6.5-r0?arch=x86_64&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout:3.6.5-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout:3.6.5-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout:3.6.5-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:alpine:alpine-baselayout:3.6.5-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:alpine:alpine_baselayout:3.6.5-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:9ce96a8c650573c13ae15da35f8f93b6bc44cfa2a1ce415ea77e893305b20298" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "66187892e05b03a41d08e9acabd19b7576a1c875" - }, - { - "name": "syft:metadata:installedSize", - "value": "315392" - }, - { - "name": "syft:metadata:originPackage", - "value": "alpine-baselayout" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1qKcZ+j23xssAXmgQhkOO8dHnbWw=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "alpine-baselayout-data=3.6.5-r0" - }, - { - "name": "syft:metadata:pullDependencies:1", - "value": "/bin/sh" - }, - { - "name": "syft:metadata:size", - "value": "8515" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/alpine-baselayout-data@3.6.5-r0?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.20.1&package-id=eb22ad614104fc6e", - "type": "library", - "publisher": "Natanael Copa ", - "name": "alpine-baselayout-data", - "version": "3.6.5-r0", - "description": "Alpine base dir structure and init scripts", - "licenses": [ - { - "license": { - "id": "GPL-2.0-only" - } - } - ], - "cpe": "cpe:2.3:a:alpine-baselayout-data:alpine-baselayout-data:3.6.5-r0:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/alpine-baselayout-data@3.6.5-r0?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:alpine-baselayout-data:alpine_baselayout_data:3.6.5-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:alpine_baselayout_data:alpine-baselayout-data:3.6.5-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:alpine_baselayout_data:alpine_baselayout_data:3.6.5-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:alpine-baselayout:alpine-baselayout-data:3.6.5-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout_data:3.6.5-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout-data:3.6.5-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout_data:3.6.5-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:alpine:alpine-baselayout-data:3.6.5-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:alpine:alpine_baselayout_data:3.6.5-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:9ce96a8c650573c13ae15da35f8f93b6bc44cfa2a1ce415ea77e893305b20298" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "66187892e05b03a41d08e9acabd19b7576a1c875" - }, - { - "name": "syft:metadata:installedSize", - "value": "77824" - }, - { - "name": "syft:metadata:originPackage", - "value": "alpine-baselayout" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q17mim+wL35iMEtCiwQEovweL8NT0=" - }, - { - "name": "syft:metadata:size", - "value": "11235" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.20.1&package-id=e67e6d4359a4d2c7", - "type": "library", - "publisher": "Natanael Copa ", - "name": "alpine-keys", - "version": "2.4-r1", - "description": "Public keys for Alpine Linux packages", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:alpine-keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://alpinelinux.org", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:alpine-keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:alpine_keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:alpine_keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:alpine:alpine-keys:2.4-r1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:alpine:alpine_keys:2.4-r1:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:9ce96a8c650573c13ae15da35f8f93b6bc44cfa2a1ce415ea77e893305b20298" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "aab68f8c9ab434a46710de8e12fb3206e2930a59" - }, - { - "name": "syft:metadata:installedSize", - "value": "159744" - }, - { - "name": "syft:metadata:originPackage", - "value": "alpine-keys" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1eKtRUKORnkdCBOD5GXLRzwo0T50=" - }, - { - "name": "syft:metadata:size", - "value": "13328" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/apk-tools@2.14.4-r0?arch=x86_64&distro=alpine-3.20.1&package-id=5603df547f73b9d9", - "type": "library", - "publisher": "Natanael Copa ", - "name": "apk-tools", - "version": "2.14.4-r0", - "description": "Alpine Package Keeper - package manager for alpine", - "licenses": [ - { - "license": { - "id": "GPL-2.0-only" - } - } - ], - "cpe": "cpe:2.3:a:apk-tools:apk-tools:2.14.4-r0:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/apk-tools@2.14.4-r0?arch=x86_64&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://gitlab.alpinelinux.org/alpine/apk-tools", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:apk-tools:apk_tools:2.14.4-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:apk_tools:apk-tools:2.14.4-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:apk_tools:apk_tools:2.14.4-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:apk:apk-tools:2.14.4-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:apk:apk_tools:2.14.4-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:9ce96a8c650573c13ae15da35f8f93b6bc44cfa2a1ce415ea77e893305b20298" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "d435c805af8af4171438da3ec3429c094aac4c6e" - }, - { - "name": "syft:metadata:installedSize", - "value": "303104" - }, - { - "name": "syft:metadata:originPackage", - "value": "apk-tools" - }, - { - "name": "syft:metadata:provides:0", - "value": "so:libapk.so.2.14.0=2.14.0" - }, - { - "name": "syft:metadata:provides:1", - "value": "cmd:apk=2.14.4-r0" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1qMXsJFGxI6xX45sMts7M2vJtUJk=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "musl>=1.2.3_git20230424" - }, - { - "name": "syft:metadata:pullDependencies:1", - "value": "ca-certificates-bundle" - }, - { - "name": "syft:metadata:pullDependencies:2", - "value": "so:libc.musl-x86_64.so.1" - }, - { - "name": "syft:metadata:pullDependencies:3", - "value": "so:libcrypto.so.3" - }, - { - "name": "syft:metadata:pullDependencies:4", - "value": "so:libssl.so.3" - }, - { - "name": "syft:metadata:pullDependencies:5", - "value": "so:libz.so.1" - }, - { - "name": "syft:metadata:size", - "value": "121532" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/brotli-libs@1.1.0-r2?arch=x86_64&upstream=brotli&distro=alpine-3.20.1&package-id=535d00b90fe549b9", - "type": "library", - "publisher": "prspkt ", - "name": "brotli-libs", - "version": "1.1.0-r2", - "description": "Generic lossless compressor (libraries)", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:brotli-libs:brotli-libs:1.1.0-r2:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/brotli-libs@1.1.0-r2?arch=x86_64&upstream=brotli&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://github.com/google/brotli", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:brotli-libs:brotli_libs:1.1.0-r2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:brotli_libs:brotli-libs:1.1.0-r2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:brotli_libs:brotli_libs:1.1.0-r2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:brotli:brotli-libs:1.1.0-r2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:brotli:brotli_libs:1.1.0-r2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google:brotli-libs:1.1.0-r2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google:brotli_libs:1.1.0-r2:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:9ce96a8c650573c13ae15da35f8f93b6bc44cfa2a1ce415ea77e893305b20298" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "bdeb5ac39445d803f7d97bb9b3cf9171d9a35f52" - }, - { - "name": "syft:metadata:installedSize", - "value": "954368" - }, - { - "name": "syft:metadata:originPackage", - "value": "brotli" - }, - { - "name": "syft:metadata:provides:0", - "value": "so:libbrotlicommon.so.1=1.1.0" - }, - { - "name": "syft:metadata:provides:1", - "value": "so:libbrotlidec.so.1=1.1.0" - }, - { - "name": "syft:metadata:provides:2", - "value": "so:libbrotlienc.so.1=1.1.0" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1vFi6ESiocDynqz1wl6B78JXZ3c0=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "so:libc.musl-x86_64.so.1" - }, - { - "name": "syft:metadata:size", - "value": "416151" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/busybox@1.36.1-r29?arch=x86_64&distro=alpine-3.20.1&package-id=1fe96fc86bc38a25", - "type": "library", - "publisher": "Sören Tempel ", - "name": "busybox", - "version": "1.36.1-r29", - "description": "Size optimized toolbox of many common UNIX utilities", - "licenses": [ - { - "license": { - "id": "GPL-2.0-only" - } - } - ], - "cpe": "cpe:2.3:a:busybox:busybox:1.36.1-r29:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/busybox@1.36.1-r29?arch=x86_64&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://busybox.net/", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:9ce96a8c650573c13ae15da35f8f93b6bc44cfa2a1ce415ea77e893305b20298" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "1747c01fb96905f101c25609011589d28e01cbb8" - }, - { - "name": "syft:metadata:installedSize", - "value": "929792" - }, - { - "name": "syft:metadata:originPackage", - "value": "busybox" - }, - { - "name": "syft:metadata:provides:0", - "value": "cmd:busybox=1.36.1-r29" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1yY8lhMF1VhgegJgkcXfqaNabDJw=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "so:libc.musl-x86_64.so.1" - }, - { - "name": "syft:metadata:size", - "value": "504534" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r29?arch=x86_64&upstream=busybox&distro=alpine-3.20.1&package-id=935ad6397e8681a6", - "type": "library", - "publisher": "Sören Tempel ", - "name": "busybox-binsh", - "version": "1.36.1-r29", - "description": "busybox ash /bin/sh", - "licenses": [ - { - "license": { - "id": "GPL-2.0-only" - } - } - ], - "cpe": "cpe:2.3:a:busybox-binsh:busybox-binsh:1.36.1-r29:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/busybox-binsh@1.36.1-r29?arch=x86_64&upstream=busybox&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://busybox.net/", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:busybox-binsh:busybox_binsh:1.36.1-r29:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:busybox_binsh:busybox-binsh:1.36.1-r29:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:busybox_binsh:busybox_binsh:1.36.1-r29:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:busybox:busybox-binsh:1.36.1-r29:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:busybox:busybox_binsh:1.36.1-r29:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:9ce96a8c650573c13ae15da35f8f93b6bc44cfa2a1ce415ea77e893305b20298" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "1747c01fb96905f101c25609011589d28e01cbb8" - }, - { - "name": "syft:metadata:installedSize", - "value": "8192" - }, - { - "name": "syft:metadata:originPackage", - "value": "busybox" - }, - { - "name": "syft:metadata:provides:0", - "value": "/bin/sh" - }, - { - "name": "syft:metadata:provides:1", - "value": "cmd:sh=1.36.1-r29" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1h1jh4GYF5YGESa/4YuEFuAtvNL8=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "busybox=1.36.1-r29" - }, - { - "name": "syft:metadata:size", - "value": "1507" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/c-ares@1.28.1-r0?arch=x86_64&distro=alpine-3.20.1&package-id=56c94aeba2a3cc6a", - "type": "library", - "publisher": "Carlo Landmeter ", - "name": "c-ares", - "version": "1.28.1-r0", - "description": "Asynchronous DNS/names resolver library", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:c-ares:c-ares:1.28.1-r0:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/c-ares@1.28.1-r0?arch=x86_64&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://c-ares.org/", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:c-ares:c_ares:1.28.1-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:c_ares:c-ares:1.28.1-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:c_ares:c_ares:1.28.1-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:c:c-ares:1.28.1-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:c:c_ares:1.28.1-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:9ce96a8c650573c13ae15da35f8f93b6bc44cfa2a1ce415ea77e893305b20298" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "dae5125232008e3aae2d33190decd95a9021da59" - }, - { - "name": "syft:metadata:installedSize", - "value": "159744" - }, - { - "name": "syft:metadata:originPackage", - "value": "c-ares" - }, - { - "name": "syft:metadata:provides:0", - "value": "so:libcares.so.2=2.13.1" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1oSjia5AtCYrz55h/+pfIeZFrmg0=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "so:libc.musl-x86_64.so.1" - }, - { - "name": "syft:metadata:size", - "value": "70156" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/ca-certificates@20240705-r0?arch=x86_64&distro=alpine-3.20.1&package-id=cff89f58c0585c93", - "type": "library", - "publisher": "Natanael Copa ", - "name": "ca-certificates", - "version": "20240705-r0", - "description": "Common CA certificates PEM files from Mozilla", - "licenses": [ - { - "expression": "MPL-2.0 AND MIT" - } - ], - "cpe": "cpe:2.3:a:ca-certificates:ca-certificates:20240705-r0:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/ca-certificates@20240705-r0?arch=x86_64&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ca-certificates:ca_certificates:20240705-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ca_certificates:ca-certificates:20240705-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ca_certificates:ca_certificates:20240705-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:mozilla:ca-certificates:20240705-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:mozilla:ca_certificates:20240705-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ca:ca-certificates:20240705-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ca:ca_certificates:20240705-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:9ce96a8c650573c13ae15da35f8f93b6bc44cfa2a1ce415ea77e893305b20298" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "5d17fc7e5ae113319f201d781607ffe4bee95b61" - }, - { - "name": "syft:metadata:installedSize", - "value": "729088" - }, - { - "name": "syft:metadata:originPackage", - "value": "ca-certificates" - }, - { - "name": "syft:metadata:provides:0", - "value": "cmd:c_rehash=20240705-r0" - }, - { - "name": "syft:metadata:provides:1", - "value": "cmd:update-ca-certificates=20240705-r0" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1+HdS8QDcXNfNIg+wrMfvKo3OZOw=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "/bin/sh" - }, - { - "name": "syft:metadata:pullDependencies:1", - "value": "so:libc.musl-x86_64.so.1" - }, - { - "name": "syft:metadata:pullDependencies:2", - "value": "so:libcrypto.so.3" - }, - { - "name": "syft:metadata:size", - "value": "160566" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/ca-certificates-bundle@20240226-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.20.1&package-id=043c23dee155cbae", - "type": "library", - "publisher": "Natanael Copa ", - "name": "ca-certificates-bundle", - "version": "20240226-r0", - "description": "Pre generated bundle of Mozilla certificates", - "licenses": [ - { - "expression": "MPL-2.0 AND MIT" - } - ], - "cpe": "cpe:2.3:a:ca-certificates-bundle:ca-certificates-bundle:20240226-r0:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/ca-certificates-bundle@20240226-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ca-certificates-bundle:ca_certificates_bundle:20240226-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ca_certificates_bundle:ca-certificates-bundle:20240226-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ca_certificates_bundle:ca_certificates_bundle:20240226-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ca-certificates:ca-certificates-bundle:20240226-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ca-certificates:ca_certificates_bundle:20240226-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ca_certificates:ca-certificates-bundle:20240226-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ca_certificates:ca_certificates_bundle:20240226-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:mozilla:ca-certificates-bundle:20240226-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:mozilla:ca_certificates_bundle:20240226-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ca:ca-certificates-bundle:20240226-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ca:ca_certificates_bundle:20240226-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:9ce96a8c650573c13ae15da35f8f93b6bc44cfa2a1ce415ea77e893305b20298" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "56fb003da0adcea3b59373ef6a633d0c5bfef3ac" - }, - { - "name": "syft:metadata:installedSize", - "value": "241664" - }, - { - "name": "syft:metadata:originPackage", - "value": "ca-certificates" - }, - { - "name": "syft:metadata:provides:0", - "value": "ca-certificates-cacert=20240226-r0" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1EYRwNW4IimTxlMMqlaJPta+guGc=" - }, - { - "name": "syft:metadata:size", - "value": "130213" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/json-c@0.17-r0?arch=x86_64&distro=alpine-3.20.1&package-id=5d76319428522929", - "type": "library", - "publisher": "Natanael Copa ", - "name": "json-c", - "version": "0.17-r0", - "description": "A JSON implementation in C", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:json-c:json-c:0.17-r0:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/json-c@0.17-r0?arch=x86_64&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://github.com/json-c/json-c/wiki", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:json-c:json_c:0.17-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:json_c:json-c:0.17-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:json_c:json_c:0.17-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:json:json-c:0.17-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:json:json_c:0.17-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:9ce96a8c650573c13ae15da35f8f93b6bc44cfa2a1ce415ea77e893305b20298" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "c7e220041b659313f1c5300fa07719ae13a878a5" - }, - { - "name": "syft:metadata:installedSize", - "value": "77824" - }, - { - "name": "syft:metadata:originPackage", - "value": "json-c" - }, - { - "name": "syft:metadata:provides:0", - "value": "so:libjson-c.so.5=5.3.0" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1AnGph1Jle9fo70bCQ+YqQaPQ0lc=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "so:libc.musl-x86_64.so.1" - }, - { - "name": "syft:metadata:size", - "value": "27942" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/libbz2@1.0.8-r6?arch=x86_64&upstream=bzip2&distro=alpine-3.20.1&package-id=3ea91deff77f4b66", - "type": "library", - "publisher": "Natanael Copa ", - "name": "libbz2", - "version": "1.0.8-r6", - "description": "Shared library for bz2", - "licenses": [ - { - "license": { - "id": "bzip2-1.0.6" - } - } - ], - "cpe": "cpe:2.3:a:libbz2:libbz2:1.0.8-r6:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/libbz2@1.0.8-r6?arch=x86_64&upstream=bzip2&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://sourceware.org/bzip2/", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libbz2:libbz:1.0.8-r6:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libbz:libbz2:1.0.8-r6:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libbz:libbz:1.0.8-r6:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:9ce96a8c650573c13ae15da35f8f93b6bc44cfa2a1ce415ea77e893305b20298" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "33283848034c9885d984c8e8697c645c57324938" - }, - { - "name": "syft:metadata:installedSize", - "value": "90112" - }, - { - "name": "syft:metadata:originPackage", - "value": "bzip2" - }, - { - "name": "syft:metadata:provides:0", - "value": "so:libbz2.so.1=1.0.8" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1Scn2b7sEdaLzXZl6wndrRFKU65Q=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "so:libc.musl-x86_64.so.1" - }, - { - "name": "syft:metadata:size", - "value": "33057" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/libcrypto3@3.3.1-r0?arch=x86_64&upstream=openssl&distro=alpine-3.20.1&package-id=a0d1447e2b233076", - "type": "library", - "publisher": "Natanael Copa ", - "name": "libcrypto3", - "version": "3.3.1-r0", - "description": "Crypto library from openssl", - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "cpe": "cpe:2.3:a:libcrypto3:libcrypto3:3.3.1-r0:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/libcrypto3@3.3.1-r0?arch=x86_64&upstream=openssl&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://www.openssl.org/", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libcrypto3:libcrypto:3.3.1-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libcrypto:libcrypto3:3.3.1-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libcrypto:libcrypto:3.3.1-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:9ce96a8c650573c13ae15da35f8f93b6bc44cfa2a1ce415ea77e893305b20298" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "15cc530882e1e6f3dc8a77200ee8bd01cb98f53c" - }, - { - "name": "syft:metadata:installedSize", - "value": "4771840" - }, - { - "name": "syft:metadata:originPackage", - "value": "openssl" - }, - { - "name": "syft:metadata:provides:0", - "value": "so:libcrypto.so.3=3" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1OUqVT80jJ/zZU7qo/p2GiTW9cJk=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "so:libc.musl-x86_64.so.1" - }, - { - "name": "syft:metadata:size", - "value": "1817546" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/libcurl@8.8.0-r0?arch=x86_64&upstream=curl&distro=alpine-3.20.1&package-id=e55d63eab06d5f01", - "type": "library", - "publisher": "Natanael Copa ", - "name": "libcurl", - "version": "8.8.0-r0", - "description": "The multiprotocol file transfer library", - "licenses": [ - { - "license": { - "id": "curl" - } - } - ], - "cpe": "cpe:2.3:a:libcurl:libcurl:8.8.0-r0:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/libcurl@8.8.0-r0?arch=x86_64&upstream=curl&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://curl.se/", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:9ce96a8c650573c13ae15da35f8f93b6bc44cfa2a1ce415ea77e893305b20298" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "1086fe369f51031b9a6c17357aa0016c7e9a819f" - }, - { - "name": "syft:metadata:installedSize", - "value": "634880" - }, - { - "name": "syft:metadata:originPackage", - "value": "curl" - }, - { - "name": "syft:metadata:provides:0", - "value": "so:libcurl.so.4=4.8.0" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1u50ybRTmQwOr51r3aL5NlzUvIUA=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "ca-certificates" - }, - { - "name": "syft:metadata:pullDependencies:1", - "value": "so:libbrotlidec.so.1" - }, - { - "name": "syft:metadata:pullDependencies:10", - "value": "so:libzstd.so.1" - }, - { - "name": "syft:metadata:pullDependencies:2", - "value": "so:libc.musl-x86_64.so.1" - }, - { - "name": "syft:metadata:pullDependencies:3", - "value": "so:libcares.so.2" - }, - { - "name": "syft:metadata:pullDependencies:4", - "value": "so:libcrypto.so.3" - }, - { - "name": "syft:metadata:pullDependencies:5", - "value": "so:libidn2.so.0" - }, - { - "name": "syft:metadata:pullDependencies:6", - "value": "so:libnghttp2.so.14" - }, - { - "name": "syft:metadata:pullDependencies:7", - "value": "so:libpsl.so.5" - }, - { - "name": "syft:metadata:pullDependencies:8", - "value": "so:libssl.so.3" - }, - { - "name": "syft:metadata:pullDependencies:9", - "value": "so:libz.so.1" - }, - { - "name": "syft:metadata:size", - "value": "295065" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/libformw@6.4_p20240420-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.20.1&package-id=de17893653d383e5", - "type": "library", - "publisher": "Natanael Copa ", - "name": "libformw", - "version": "6.4_p20240420-r0", - "description": "Console display library (libformw)", - "licenses": [ - { - "license": { - "id": "X11" - } - } - ], - "cpe": "cpe:2.3:a:libformw:libformw:6.4_p20240420-r0:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/libformw@6.4_p20240420-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://invisible-island.net/ncurses/", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:9ce96a8c650573c13ae15da35f8f93b6bc44cfa2a1ce415ea77e893305b20298" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "e7d30630df5a680806e456a2695fc893ed0bb115" - }, - { - "name": "syft:metadata:installedSize", - "value": "73728" - }, - { - "name": "syft:metadata:originPackage", - "value": "ncurses" - }, - { - "name": "syft:metadata:provides:0", - "value": "so:libformw.so.6=6.4" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1y4s2hNqB9Thwx6sfi1hw47D8NiA=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "ncurses-terminfo-base=6.4_p20240420-r0" - }, - { - "name": "syft:metadata:pullDependencies:1", - "value": "so:libc.musl-x86_64.so.1" - }, - { - "name": "syft:metadata:pullDependencies:2", - "value": "so:libncursesw.so.6" - }, - { - "name": "syft:metadata:size", - "value": "27526" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/libgcc@13.2.1_git20240309-r0?arch=x86_64&upstream=gcc&distro=alpine-3.20.1&package-id=94fe312744aab777", - "type": "library", - "publisher": "Ariadne Conill ", - "name": "libgcc", - "version": "13.2.1_git20240309-r0", - "description": "GNU C compiler runtime libraries", - "licenses": [ - { - "expression": "GPL-2.0-or-later AND LGPL-2.1-or-later" - } - ], - "cpe": "cpe:2.3:a:libgcc:libgcc:13.2.1_git20240309-r0:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/libgcc@13.2.1_git20240309-r0?arch=x86_64&upstream=gcc&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://gcc.gnu.org", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:9ce96a8c650573c13ae15da35f8f93b6bc44cfa2a1ce415ea77e893305b20298" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "0b6b5a39bcb0e25474af07c73541f42466eb84b9" - }, - { - "name": "syft:metadata:installedSize", - "value": "155648" - }, - { - "name": "syft:metadata:originPackage", - "value": "gcc" - }, - { - "name": "syft:metadata:provides:0", - "value": "so:libgcc_s.so.1=1" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1SuOhXsWmZCKU76zkYDHUT7nCS5w=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "so:libc.musl-x86_64.so.1" - }, - { - "name": "syft:metadata:size", - "value": "64050" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/libidn2@2.3.7-r0?arch=x86_64&distro=alpine-3.20.1&package-id=2f133591b854364f", - "type": "library", - "publisher": "Natanael Copa ", - "name": "libidn2", - "version": "2.3.7-r0", - "description": "Encode/Decode library for internationalized domain names", - "licenses": [ - { - "expression": "GPL-2.0-or-later OR LGPL-3.0-or-later" - } - ], - "cpe": "cpe:2.3:a:libidn2:libidn2:2.3.7-r0:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/libidn2@2.3.7-r0?arch=x86_64&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://www.gnu.org/software/libidn#libidn2", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libidn2:libidn:2.3.7-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libidn:libidn2:2.3.7-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libidn:libidn:2.3.7-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:gnu:libidn2:2.3.7-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:gnu:libidn:2.3.7-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:9ce96a8c650573c13ae15da35f8f93b6bc44cfa2a1ce415ea77e893305b20298" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "1cdcdd0eccbee1f60078417a7aaf83f92f6e6754" - }, - { - "name": "syft:metadata:installedSize", - "value": "212992" - }, - { - "name": "syft:metadata:originPackage", - "value": "libidn2" - }, - { - "name": "syft:metadata:provides:0", - "value": "so:libidn2.so.0=0.4.0" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1AmKeYQ7siz+PxCK+wns7I1nVyWI=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "so:libc.musl-x86_64.so.1" - }, - { - "name": "syft:metadata:pullDependencies:1", - "value": "so:libunistring.so.5" - }, - { - "name": "syft:metadata:size", - "value": "104385" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/libmenuw@6.4_p20240420-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.20.1&package-id=74e243fad55bb9ec", - "type": "library", - "publisher": "Natanael Copa ", - "name": "libmenuw", - "version": "6.4_p20240420-r0", - "description": "Console display library (libmenuw)", - "licenses": [ - { - "license": { - "id": "X11" - } - } - ], - "cpe": "cpe:2.3:a:libmenuw:libmenuw:6.4_p20240420-r0:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/libmenuw@6.4_p20240420-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://invisible-island.net/ncurses/", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:9ce96a8c650573c13ae15da35f8f93b6bc44cfa2a1ce415ea77e893305b20298" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "e7d30630df5a680806e456a2695fc893ed0bb115" - }, - { - "name": "syft:metadata:installedSize", - "value": "45056" - }, - { - "name": "syft:metadata:originPackage", - "value": "ncurses" - }, - { - "name": "syft:metadata:provides:0", - "value": "so:libmenuw.so.6=6.4" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1F8JJ6Gl2NGdvaZXbnBMKDo/RPhI=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "ncurses-terminfo-base=6.4_p20240420-r0" - }, - { - "name": "syft:metadata:pullDependencies:1", - "value": "so:libc.musl-x86_64.so.1" - }, - { - "name": "syft:metadata:pullDependencies:2", - "value": "so:libncursesw.so.6" - }, - { - "name": "syft:metadata:size", - "value": "13912" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/libmilter@1.0.2-r9?arch=x86_64&distro=alpine-3.20.1&package-id=4994adb97c239f4c", - "type": "library", - "publisher": "Valery Kartel ", - "name": "libmilter", - "version": "1.0.2-r9", - "description": "Sendmail Mail Filter API (Milter)", - "licenses": [ - { - "license": { - "id": "Sendmail" - } - } - ], - "cpe": "cpe:2.3:a:libmilter:libmilter:1.0.2-r9:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/libmilter@1.0.2-r9?arch=x86_64&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://www.sendmail.com/sm/open_source", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:9ce96a8c650573c13ae15da35f8f93b6bc44cfa2a1ce415ea77e893305b20298" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "84a227baf001b6e0208e3352b294e4d7a40e93de" - }, - { - "name": "syft:metadata:installedSize", - "value": "73728" - }, - { - "name": "syft:metadata:originPackage", - "value": "libmilter" - }, - { - "name": "syft:metadata:provides:0", - "value": "so:libmilter.so.1.0.2=1.0.2" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q129PaJPb/v6gD6DOqoKm1P0OBJg0=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "so:libc.musl-x86_64.so.1" - }, - { - "name": "syft:metadata:size", - "value": "26547" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/libncursesw@6.4_p20240420-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.20.1&package-id=5d2bb1083a848ad9", - "type": "library", - "publisher": "Natanael Copa ", - "name": "libncursesw", - "version": "6.4_p20240420-r0", - "description": "Console display library (libncursesw)", - "licenses": [ - { - "license": { - "id": "X11" - } - } - ], - "cpe": "cpe:2.3:a:libncursesw:libncursesw:6.4_p20240420-r0:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/libncursesw@6.4_p20240420-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://invisible-island.net/ncurses/", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:9ce96a8c650573c13ae15da35f8f93b6bc44cfa2a1ce415ea77e893305b20298" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "e7d30630df5a680806e456a2695fc893ed0bb115" - }, - { - "name": "syft:metadata:installedSize", - "value": "352256" - }, - { - "name": "syft:metadata:originPackage", - "value": "ncurses" - }, - { - "name": "syft:metadata:provides:0", - "value": "so:libncursesw.so.6=6.4" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1w7o4KjauatFRnZaMCH7ORZhjq5I=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "ncurses-terminfo-base=6.4_p20240420-r0" - }, - { - "name": "syft:metadata:pullDependencies:1", - "value": "so:libc.musl-x86_64.so.1" - }, - { - "name": "syft:metadata:size", - "value": "158638" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/libpanelw@6.4_p20240420-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.20.1&package-id=d894dba77cb8ea16", - "type": "library", - "publisher": "Natanael Copa ", - "name": "libpanelw", - "version": "6.4_p20240420-r0", - "description": "Console display library (libpanelw)", - "licenses": [ - { - "license": { - "id": "X11" - } - } - ], - "cpe": "cpe:2.3:a:libpanelw:libpanelw:6.4_p20240420-r0:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/libpanelw@6.4_p20240420-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://invisible-island.net/ncurses/", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:9ce96a8c650573c13ae15da35f8f93b6bc44cfa2a1ce415ea77e893305b20298" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "e7d30630df5a680806e456a2695fc893ed0bb115" - }, - { - "name": "syft:metadata:installedSize", - "value": "32768" - }, - { - "name": "syft:metadata:originPackage", - "value": "ncurses" - }, - { - "name": "syft:metadata:provides:0", - "value": "so:libpanelw.so.6=6.4" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1sG7XSR6KXrij53f9IFV/PZHW474=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "ncurses-terminfo-base=6.4_p20240420-r0" - }, - { - "name": "syft:metadata:pullDependencies:1", - "value": "so:libc.musl-x86_64.so.1" - }, - { - "name": "syft:metadata:pullDependencies:2", - "value": "so:libncursesw.so.6" - }, - { - "name": "syft:metadata:size", - "value": "5633" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/libpsl@0.21.5-r1?arch=x86_64&distro=alpine-3.20.1&package-id=dbfb0340568da497", - "type": "library", - "publisher": "Natanael Copa ", - "name": "libpsl", - "version": "0.21.5-r1", - "description": "C library for the Publix Suffix List", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:libpsl:libpsl:0.21.5-r1:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/libpsl@0.21.5-r1?arch=x86_64&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://rockdaboot.github.io/libpsl", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:9ce96a8c650573c13ae15da35f8f93b6bc44cfa2a1ce415ea77e893305b20298" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "d31062b715ad8c0573791e708884a69e637d11e6" - }, - { - "name": "syft:metadata:installedSize", - "value": "90112" - }, - { - "name": "syft:metadata:originPackage", - "value": "libpsl" - }, - { - "name": "syft:metadata:provides:0", - "value": "so:libpsl.so.5=5.3.5" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1Hx5mDHYdrbJhTA9XPqbvK+hkkgY=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "so:libc.musl-x86_64.so.1" - }, - { - "name": "syft:metadata:pullDependencies:1", - "value": "so:libidn2.so.0" - }, - { - "name": "syft:metadata:pullDependencies:2", - "value": "so:libunistring.so.5" - }, - { - "name": "syft:metadata:size", - "value": "54682" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/libssl3@3.3.1-r0?arch=x86_64&upstream=openssl&distro=alpine-3.20.1&package-id=256036fb4c0abaea", - "type": "library", - "publisher": "Natanael Copa ", - "name": "libssl3", - "version": "3.3.1-r0", - "description": "SSL shared libraries", - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "cpe": "cpe:2.3:a:libssl3:libssl3:3.3.1-r0:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/libssl3@3.3.1-r0?arch=x86_64&upstream=openssl&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://www.openssl.org/", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libssl3:libssl:3.3.1-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libssl:libssl3:3.3.1-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libssl:libssl:3.3.1-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:9ce96a8c650573c13ae15da35f8f93b6bc44cfa2a1ce415ea77e893305b20298" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "15cc530882e1e6f3dc8a77200ee8bd01cb98f53c" - }, - { - "name": "syft:metadata:installedSize", - "value": "815104" - }, - { - "name": "syft:metadata:originPackage", - "value": "openssl" - }, - { - "name": "syft:metadata:provides:0", - "value": "so:libssl.so.3=3" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1/aAnkx8lqhN3ZMq2SzbiKEjxhcg=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "libcrypto3=3.3.1-r0" - }, - { - "name": "syft:metadata:pullDependencies:1", - "value": "so:libc.musl-x86_64.so.1" - }, - { - "name": "syft:metadata:pullDependencies:2", - "value": "so:libcrypto.so.3" - }, - { - "name": "syft:metadata:size", - "value": "357286" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/libstdc%2B%2B@13.2.1_git20240309-r0?arch=x86_64&upstream=gcc&distro=alpine-3.20.1&package-id=7ba9b63d39404aab", - "type": "library", - "publisher": "Ariadne Conill ", - "name": "libstdc++", - "version": "13.2.1_git20240309-r0", - "description": "GNU C++ standard runtime library", - "licenses": [ - { - "expression": "GPL-2.0-or-later AND LGPL-2.1-or-later" - } - ], - "cpe": "cpe:2.3:a:libstdc\\+\\+:libstdc\\+\\+:13.2.1_git20240309-r0:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/libstdc%2B%2B@13.2.1_git20240309-r0?arch=x86_64&upstream=gcc&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://gcc.gnu.org", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:9ce96a8c650573c13ae15da35f8f93b6bc44cfa2a1ce415ea77e893305b20298" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "0b6b5a39bcb0e25474af07c73541f42466eb84b9" - }, - { - "name": "syft:metadata:installedSize", - "value": "2715648" - }, - { - "name": "syft:metadata:originPackage", - "value": "gcc" - }, - { - "name": "syft:metadata:provides:0", - "value": "so:libstdc++.so.6=6.0.32" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1Za9djbetLFtesdKIUbYbd6J72+E=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "so:libc.musl-x86_64.so.1" - }, - { - "name": "syft:metadata:pullDependencies:1", - "value": "so:libgcc_s.so.1" - }, - { - "name": "syft:metadata:size", - "value": "916002" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/libunistring@1.2-r0?arch=x86_64&distro=alpine-3.20.1&package-id=4d80c7b74b3d6be6", - "type": "library", - "publisher": "Natanael Copa ", - "name": "libunistring", - "version": "1.2-r0", - "description": "Library for manipulating Unicode strings and C strings", - "licenses": [ - { - "expression": "GPL-2.0-or-later OR LGPL-3.0-or-later" - } - ], - "cpe": "cpe:2.3:a:libunistring:libunistring:1.2-r0:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/libunistring@1.2-r0?arch=x86_64&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://www.gnu.org/software/libunistring/", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:gnu:libunistring:1.2-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:9ce96a8c650573c13ae15da35f8f93b6bc44cfa2a1ce415ea77e893305b20298" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "c4c67852adc5bc15e278054876bc3c70c321948e" - }, - { - "name": "syft:metadata:installedSize", - "value": "1732608" - }, - { - "name": "syft:metadata:originPackage", - "value": "libunistring" - }, - { - "name": "syft:metadata:provides:0", - "value": "so:libunistring.so.5=5.1.0" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1H/hu1AdSECpshOzgha6JrIjHTFo=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "so:libc.musl-x86_64.so.1" - }, - { - "name": "syft:metadata:size", - "value": "658825" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/libxml2@2.12.7-r0?arch=x86_64&distro=alpine-3.20.1&package-id=5db90b7c82fe4af5", - "type": "library", - "publisher": "Carlo Landmeter ", - "name": "libxml2", - "version": "2.12.7-r0", - "description": "XML parsing library, version 2", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:libxml2:libxml2:2.12.7-r0:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/libxml2@2.12.7-r0?arch=x86_64&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://gitlab.gnome.org/GNOME/libxml2", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libxml2:libxml:2.12.7-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libxml:libxml2:2.12.7-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libxml:libxml:2.12.7-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:9ce96a8c650573c13ae15da35f8f93b6bc44cfa2a1ce415ea77e893305b20298" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "8f694bd82349b086e1f667c1ad676b907e029aa0" - }, - { - "name": "syft:metadata:installedSize", - "value": "1114112" - }, - { - "name": "syft:metadata:originPackage", - "value": "libxml2" - }, - { - "name": "syft:metadata:provides:0", - "value": "so:libxml2.so.2=2.12.7" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1FxTqsw0GOGlDs5q2M/0h6a6HIxo=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "so:libc.musl-x86_64.so.1" - }, - { - "name": "syft:metadata:pullDependencies:1", - "value": "so:liblzma.so.5" - }, - { - "name": "syft:metadata:pullDependencies:2", - "value": "so:libz.so.1" - }, - { - "name": "syft:metadata:size", - "value": "507885" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/musl@1.2.5-r0?arch=x86_64&distro=alpine-3.20.1&package-id=3ea0974d202d0c73", - "type": "library", - "publisher": "Natanael Copa ", - "name": "musl", - "version": "1.2.5-r0", - "description": "the musl c library (libc) implementation", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:musl-libc:musl:1.2.5-r0:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/musl@1.2.5-r0?arch=x86_64&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://musl.libc.org/", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:musl_libc:musl:1.2.5-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:musl:musl:1.2.5-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:9ce96a8c650573c13ae15da35f8f93b6bc44cfa2a1ce415ea77e893305b20298" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "4fe5bdbe47b100daa6380f81c4c8ea3f99b61362" - }, - { - "name": "syft:metadata:installedSize", - "value": "667648" - }, - { - "name": "syft:metadata:originPackage", - "value": "musl" - }, - { - "name": "syft:metadata:provides:0", - "value": "so:libc.musl-x86_64.so.1=1" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1PS2iNeHDH3BF6TgqSMu/pcc3XIY=" - }, - { - "name": "syft:metadata:size", - "value": "407468" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/musl-fts@1.2.7-r6?arch=x86_64&distro=alpine-3.20.1&package-id=241d10e26169126a", - "type": "library", - "publisher": "Natanael Copa ", - "name": "musl-fts", - "version": "1.2.7-r6", - "description": "Provides the fts(3) functions, which are missing in musl libc", - "licenses": [ - { - "license": { - "id": "BSD-3-Clause" - } - } - ], - "cpe": "cpe:2.3:a:void-linux:musl-fts:1.2.7-r6:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/musl-fts@1.2.7-r6?arch=x86_64&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://github.com/void-linux/musl-fts/", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:void-linux:musl_fts:1.2.7-r6:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:musl-fts:musl-fts:1.2.7-r6:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:musl-fts:musl_fts:1.2.7-r6:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:musl_fts:musl-fts:1.2.7-r6:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:musl_fts:musl_fts:1.2.7-r6:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:musl:musl-fts:1.2.7-r6:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:musl:musl_fts:1.2.7-r6:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:9ce96a8c650573c13ae15da35f8f93b6bc44cfa2a1ce415ea77e893305b20298" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "6e686b44f1f50828d099f6968aec968874f43499" - }, - { - "name": "syft:metadata:installedSize", - "value": "36864" - }, - { - "name": "syft:metadata:originPackage", - "value": "musl-fts" - }, - { - "name": "syft:metadata:provides:0", - "value": "fts=1.2.7-r6" - }, - { - "name": "syft:metadata:provides:1", - "value": "so:libfts.so.0=0.0.0" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1Qa88Pb5qItRafnKuT1ndqp6/GhQ=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "so:libc.musl-x86_64.so.1" - }, - { - "name": "syft:metadata:size", - "value": "7573" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/musl-utils@1.2.5-r0?arch=x86_64&upstream=musl&distro=alpine-3.20.1&package-id=a52be0ebb34aa881", - "type": "library", - "publisher": "Natanael Copa ", - "name": "musl-utils", - "version": "1.2.5-r0", - "description": "the musl c library (libc) implementation", - "licenses": [ - { - "expression": "MIT AND BSD-2-Clause AND GPL-2.0-or-later" - } - ], - "cpe": "cpe:2.3:a:musl-utils:musl-utils:1.2.5-r0:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/musl-utils@1.2.5-r0?arch=x86_64&upstream=musl&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://musl.libc.org/", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:musl-utils:musl_utils:1.2.5-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:musl_utils:musl-utils:1.2.5-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:musl_utils:musl_utils:1.2.5-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:musl-libc:musl-utils:1.2.5-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:musl-libc:musl_utils:1.2.5-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:musl:musl-utils:1.2.5-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:musl:musl_utils:1.2.5-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:9ce96a8c650573c13ae15da35f8f93b6bc44cfa2a1ce415ea77e893305b20298" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "4fe5bdbe47b100daa6380f81c4c8ea3f99b61362" - }, - { - "name": "syft:metadata:installedSize", - "value": "131072" - }, - { - "name": "syft:metadata:originPackage", - "value": "musl" - }, - { - "name": "syft:metadata:provides:0", - "value": "libc-utils=1.2.5-r0" - }, - { - "name": "syft:metadata:provides:1", - "value": "cmd:getconf=1.2.5-r0" - }, - { - "name": "syft:metadata:provides:2", - "value": "cmd:getent=1.2.5-r0" - }, - { - "name": "syft:metadata:provides:3", - "value": "cmd:iconv=1.2.5-r0" - }, - { - "name": "syft:metadata:provides:4", - "value": "cmd:ldconfig=1.2.5-r0" - }, - { - "name": "syft:metadata:provides:5", - "value": "cmd:ldd=1.2.5-r0" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q14RZx5CbcLYGJFVkG0AfDm+HrE2c=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "scanelf" - }, - { - "name": "syft:metadata:pullDependencies:1", - "value": "so:libc.musl-x86_64.so.1" - }, - { - "name": "syft:metadata:size", - "value": "36219" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/ncurses-libs@6.4_p20240420-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.20.1&package-id=81567703ceb09a02", - "type": "library", - "publisher": "Natanael Copa ", - "name": "ncurses-libs", - "version": "6.4_p20240420-r0", - "description": "Ncurses libraries (old compat to pull sublibs)", - "licenses": [ - { - "license": { - "id": "X11" - } - } - ], - "cpe": "cpe:2.3:a:ncurses-libs:ncurses-libs:6.4_p20240420-r0:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/ncurses-libs@6.4_p20240420-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://invisible-island.net/ncurses/", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ncurses-libs:ncurses_libs:6.4_p20240420-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ncurses_libs:ncurses-libs:6.4_p20240420-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ncurses_libs:ncurses_libs:6.4_p20240420-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ncurses:ncurses-libs:6.4_p20240420-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ncurses:ncurses_libs:6.4_p20240420-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:9ce96a8c650573c13ae15da35f8f93b6bc44cfa2a1ce415ea77e893305b20298" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "e7d30630df5a680806e456a2695fc893ed0bb115" - }, - { - "name": "syft:metadata:installedSize", - "value": "4096" - }, - { - "name": "syft:metadata:originPackage", - "value": "ncurses" - }, - { - "name": "syft:metadata:provides:0", - "value": "ncurses-widec-libs=6.4_p20240420-r0" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q16cd8cDkJLnsHXb/A58EE01LkaXs=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "libformw=6.4_p20240420-r0" - }, - { - "name": "syft:metadata:pullDependencies:1", - "value": "libmenuw=6.4_p20240420-r0" - }, - { - "name": "syft:metadata:pullDependencies:2", - "value": "libncursesw=6.4_p20240420-r0" - }, - { - "name": "syft:metadata:pullDependencies:3", - "value": "libpanelw=6.4_p20240420-r0" - }, - { - "name": "syft:metadata:size", - "value": "1509" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/ncurses-terminfo-base@6.4_p20240420-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.20.1&package-id=97851f9d64f13ef5", - "type": "library", - "publisher": "Natanael Copa ", - "name": "ncurses-terminfo-base", - "version": "6.4_p20240420-r0", - "description": "Descriptions of common terminals", - "licenses": [ - { - "license": { - "id": "X11" - } - } - ], - "cpe": "cpe:2.3:a:ncurses-terminfo-base:ncurses-terminfo-base:6.4_p20240420-r0:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/ncurses-terminfo-base@6.4_p20240420-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://invisible-island.net/ncurses/", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ncurses-terminfo-base:ncurses_terminfo_base:6.4_p20240420-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ncurses_terminfo_base:ncurses-terminfo-base:6.4_p20240420-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ncurses_terminfo_base:ncurses_terminfo_base:6.4_p20240420-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ncurses-terminfo:ncurses-terminfo-base:6.4_p20240420-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ncurses-terminfo:ncurses_terminfo_base:6.4_p20240420-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ncurses_terminfo:ncurses-terminfo-base:6.4_p20240420-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ncurses_terminfo:ncurses_terminfo_base:6.4_p20240420-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ncurses:ncurses-terminfo-base:6.4_p20240420-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ncurses:ncurses_terminfo_base:6.4_p20240420-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:9ce96a8c650573c13ae15da35f8f93b6bc44cfa2a1ce415ea77e893305b20298" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "e7d30630df5a680806e456a2695fc893ed0bb115" - }, - { - "name": "syft:metadata:installedSize", - "value": "217088" - }, - { - "name": "syft:metadata:originPackage", - "value": "ncurses" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1JSgFRt9l5s1xjwfwHQtN5xavEOU=" - }, - { - "name": "syft:metadata:size", - "value": "22317" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/nghttp2-libs@1.62.1-r0?arch=x86_64&upstream=nghttp2&distro=alpine-3.20.1&package-id=ee4ad61be8f9a128", - "type": "library", - "publisher": "Francesco Colista ", - "name": "nghttp2-libs", - "version": "1.62.1-r0", - "description": "HTTP/2 C client, server and proxy (libraries)", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:nghttp2-libs:nghttp2-libs:1.62.1-r0:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/nghttp2-libs@1.62.1-r0?arch=x86_64&upstream=nghttp2&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://nghttp2.org", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nghttp2-libs:nghttp2_libs:1.62.1-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nghttp2_libs:nghttp2-libs:1.62.1-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nghttp2_libs:nghttp2_libs:1.62.1-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nghttp-libs:nghttp2-libs:1.62.1-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nghttp-libs:nghttp2_libs:1.62.1-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nghttp2-libs:nghttp-libs:1.62.1-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nghttp2-libs:nghttp_libs:1.62.1-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nghttp2_libs:nghttp-libs:1.62.1-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nghttp2_libs:nghttp_libs:1.62.1-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nghttp_libs:nghttp2-libs:1.62.1-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nghttp_libs:nghttp2_libs:1.62.1-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nghttp-libs:nghttp-libs:1.62.1-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nghttp-libs:nghttp_libs:1.62.1-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nghttp_libs:nghttp-libs:1.62.1-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nghttp_libs:nghttp_libs:1.62.1-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nghttp2:nghttp2-libs:1.62.1-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nghttp2:nghttp2_libs:1.62.1-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nghttp2:nghttp-libs:1.62.1-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nghttp2:nghttp_libs:1.62.1-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nghttp:nghttp2-libs:1.62.1-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nghttp:nghttp2_libs:1.62.1-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nghttp:nghttp-libs:1.62.1-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nghttp:nghttp_libs:1.62.1-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:9ce96a8c650573c13ae15da35f8f93b6bc44cfa2a1ce415ea77e893305b20298" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "ae8006da014ff8c8692cb7fa844abab320cc3176" - }, - { - "name": "syft:metadata:installedSize", - "value": "155648" - }, - { - "name": "syft:metadata:originPackage", - "value": "nghttp2" - }, - { - "name": "syft:metadata:provides:0", - "value": "so:libnghttp2.so.14=14.28.1" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1LDi1tXUntLYanpVFQ63pNnyWY/k=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "so:libc.musl-x86_64.so.1" - }, - { - "name": "syft:metadata:size", - "value": "66789" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/pcre2@10.43-r0?arch=x86_64&distro=alpine-3.20.1&package-id=319e5c7839d7b09b", - "type": "library", - "publisher": "Jakub Jirutka ", - "name": "pcre2", - "version": "10.43-r0", - "description": "Perl-compatible regular expression library", - "licenses": [ - { - "license": { - "id": "BSD-3-Clause" - } - } - ], - "cpe": "cpe:2.3:a:pcre2:pcre2:10.43-r0:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/pcre2@10.43-r0?arch=x86_64&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://pcre.org/", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:pcre2:pcre:10.43-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:pcre:pcre2:10.43-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:pcre:pcre:10.43-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:9ce96a8c650573c13ae15da35f8f93b6bc44cfa2a1ce415ea77e893305b20298" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "3513be17ac5bbe38a06414a305e1c9e290982b9c" - }, - { - "name": "syft:metadata:installedSize", - "value": "724992" - }, - { - "name": "syft:metadata:originPackage", - "value": "pcre2" - }, - { - "name": "syft:metadata:provides:0", - "value": "so:libpcre2-8.so.0=0.12.0" - }, - { - "name": "syft:metadata:provides:1", - "value": "so:libpcre2-posix.so.3=3.0.5" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1RHJmsq5MsrasJfQrB0hqSW3HHSU=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "so:libc.musl-x86_64.so.1" - }, - { - "name": "syft:metadata:size", - "value": "282240" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/scanelf@1.3.7-r2?arch=x86_64&upstream=pax-utils&distro=alpine-3.20.1&package-id=786da1fbab465741", - "type": "library", - "publisher": "Natanael Copa ", - "name": "scanelf", - "version": "1.3.7-r2", - "description": "Scan ELF binaries for stuff", - "licenses": [ - { - "license": { - "id": "GPL-2.0-only" - } - } - ], - "cpe": "cpe:2.3:a:scanelf:scanelf:1.3.7-r2:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/scanelf@1.3.7-r2?arch=x86_64&upstream=pax-utils&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:9ce96a8c650573c13ae15da35f8f93b6bc44cfa2a1ce415ea77e893305b20298" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "e65a4f2d0470e70d862ef2b5c412ecf2cb9ad0a6" - }, - { - "name": "syft:metadata:installedSize", - "value": "81920" - }, - { - "name": "syft:metadata:originPackage", - "value": "pax-utils" - }, - { - "name": "syft:metadata:provides:0", - "value": "cmd:scanelf=1.3.7-r2" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1yEsLSREUhcsIdEgi+bNKn6lST8w=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "so:libc.musl-x86_64.so.1" - }, - { - "name": "syft:metadata:size", - "value": "32390" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/ssl_client@1.36.1-r29?arch=x86_64&upstream=busybox&distro=alpine-3.20.1&package-id=c5128491237ee638", - "type": "library", - "publisher": "Sören Tempel ", - "name": "ssl_client", - "version": "1.36.1-r29", - "description": "EXternal ssl_client for busybox wget", - "licenses": [ - { - "license": { - "id": "GPL-2.0-only" - } - } - ], - "cpe": "cpe:2.3:a:ssl-client:ssl-client:1.36.1-r29:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/ssl_client@1.36.1-r29?arch=x86_64&upstream=busybox&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://busybox.net/", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ssl-client:ssl_client:1.36.1-r29:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ssl_client:ssl-client:1.36.1-r29:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ssl_client:ssl_client:1.36.1-r29:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ssl:ssl-client:1.36.1-r29:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ssl:ssl_client:1.36.1-r29:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:9ce96a8c650573c13ae15da35f8f93b6bc44cfa2a1ce415ea77e893305b20298" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "1747c01fb96905f101c25609011589d28e01cbb8" - }, - { - "name": "syft:metadata:installedSize", - "value": "28672" - }, - { - "name": "syft:metadata:originPackage", - "value": "busybox" - }, - { - "name": "syft:metadata:provides:0", - "value": "cmd:ssl_client=1.36.1-r29" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1fihnCSoO3udDb3DkQwtrfd42MJQ=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "so:libc.musl-x86_64.so.1" - }, - { - "name": "syft:metadata:pullDependencies:1", - "value": "so:libcrypto.so.3" - }, - { - "name": "syft:metadata:pullDependencies:2", - "value": "so:libssl.so.3" - }, - { - "name": "syft:metadata:size", - "value": "4693" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/tini@0.19.0-r3?arch=x86_64&distro=alpine-3.20.1&package-id=bd0e36a763725dde", - "type": "library", - "publisher": "Danilo Bürger ", - "name": "tini", - "version": "0.19.0-r3", - "description": "A tiny but valid init for containers", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:krallin:tini:0.19.0-r3:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/tini@0.19.0-r3?arch=x86_64&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://github.com/krallin/tini", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:tini:tini:0.19.0-r3:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:9ce96a8c650573c13ae15da35f8f93b6bc44cfa2a1ce415ea77e893305b20298" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "a84e604860396f8194e0b0154efd2f94f47517ed" - }, - { - "name": "syft:metadata:installedSize", - "value": "36864" - }, - { - "name": "syft:metadata:originPackage", - "value": "tini" - }, - { - "name": "syft:metadata:provides:0", - "value": "cmd:tini=0.19.0-r3" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1F1vRfuyZOpVngFVp4hmqxWyAxjU=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "so:libc.musl-x86_64.so.1" - }, - { - "name": "syft:metadata:size", - "value": "10343" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/tzdata@2024a-r1?arch=x86_64&distro=alpine-3.20.1&package-id=e48826702bf8708c", - "type": "library", - "publisher": "Natanael Copa ", - "name": "tzdata", - "version": "2024a-r1", - "description": "Timezone data", - "licenses": [ - { - "license": { - "name": "Public-Domain" - } - } - ], - "cpe": "cpe:2.3:a:tzdata:tzdata:2024a-r1:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/tzdata@2024a-r1?arch=x86_64&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://www.iana.org/time-zones", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:9ce96a8c650573c13ae15da35f8f93b6bc44cfa2a1ce415ea77e893305b20298" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "2f6222856ae23244ec06ea6d83aad1b0aac41c72" - }, - { - "name": "syft:metadata:installedSize", - "value": "1597440" - }, - { - "name": "syft:metadata:originPackage", - "value": "tzdata" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1PFPAW966Rr3VLskX2bfL3xdNHVk=" - }, - { - "name": "syft:metadata:size", - "value": "203072" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/xz-libs@5.6.1-r3?arch=x86_64&upstream=xz&distro=alpine-3.20.1&package-id=02ac84d4426100ac", - "type": "library", - "publisher": "Natanael Copa ", - "name": "xz-libs", - "version": "5.6.1-r3", - "description": "Library and CLI tools for XZ and LZMA compressed files (libraries)", - "licenses": [ - { - "license": { - "id": "0BSD" - } - }, - { - "license": { - "id": "GPL-2.0-or-later" - } - }, - { - "license": { - "id": "LGPL-2.1-or-later" - } - }, - { - "license": { - "name": "AND" - } - }, - { - "license": { - "name": "Public-Domain" - } - } - ], - "cpe": "cpe:2.3:a:xz-libs:xz-libs:5.6.1-r3:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/xz-libs@5.6.1-r3?arch=x86_64&upstream=xz&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://xz.tukaani.org/xz-utils/", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:xz-libs:xz_libs:5.6.1-r3:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:xz_libs:xz-libs:5.6.1-r3:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:xz_libs:xz_libs:5.6.1-r3:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:xz:xz-libs:5.6.1-r3:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:xz:xz_libs:5.6.1-r3:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:9ce96a8c650573c13ae15da35f8f93b6bc44cfa2a1ce415ea77e893305b20298" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "dd1215524d6fe4f7004e22a65d1fb27e76837bc6" - }, - { - "name": "syft:metadata:installedSize", - "value": "241664" - }, - { - "name": "syft:metadata:originPackage", - "value": "xz" - }, - { - "name": "syft:metadata:provides:0", - "value": "so:liblzma.so.5=5.6.1" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q15n6QUSvv76XgJ+j37YReZ1VlMAE=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "so:libc.musl-x86_64.so.1" - }, - { - "name": "syft:metadata:size", - "value": "116237" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/zlib@1.3.1-r1?arch=x86_64&distro=alpine-3.20.1&package-id=6dd4db84efbbb0de", - "type": "library", - "publisher": "Natanael Copa ", - "name": "zlib", - "version": "1.3.1-r1", - "description": "A compression/decompression Library", - "licenses": [ - { - "license": { - "id": "Zlib" - } - } - ], - "cpe": "cpe:2.3:a:zlib:zlib:1.3.1-r1:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/zlib@1.3.1-r1?arch=x86_64&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://zlib.net/", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:9ce96a8c650573c13ae15da35f8f93b6bc44cfa2a1ce415ea77e893305b20298" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "fad2d175bd85eb4c5566765375392a7394dfbcf2" - }, - { - "name": "syft:metadata:installedSize", - "value": "110592" - }, - { - "name": "syft:metadata:originPackage", - "value": "zlib" - }, - { - "name": "syft:metadata:provides:0", - "value": "so:libz.so.1=1.3.1" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1m6byU+KYLg5ucctBh+PWtsS7rpk=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "so:libc.musl-x86_64.so.1" - }, - { - "name": "syft:metadata:size", - "value": "53904" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/zstd-libs@1.5.6-r0?arch=x86_64&upstream=zstd&distro=alpine-3.20.1&package-id=4af5be52adfdf700", - "type": "library", - "publisher": "Natanael Copa ", - "name": "zstd-libs", - "version": "1.5.6-r0", - "description": "Zstandard - Fast real-time compression algorithm (libraries)", - "licenses": [ - { - "expression": "BSD-3-Clause OR GPL-2.0-or-later" - } - ], - "cpe": "cpe:2.3:a:zstd-libs:zstd-libs:1.5.6-r0:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/zstd-libs@1.5.6-r0?arch=x86_64&upstream=zstd&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://www.zstd.net/", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:zstd-libs:zstd_libs:1.5.6-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:zstd_libs:zstd-libs:1.5.6-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:zstd_libs:zstd_libs:1.5.6-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:zstd:zstd-libs:1.5.6-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:zstd:zstd_libs:1.5.6-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:9ce96a8c650573c13ae15da35f8f93b6bc44cfa2a1ce415ea77e893305b20298" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "f4c99c3ef016e60e557083a79d51b00f3fe04331" - }, - { - "name": "syft:metadata:installedSize", - "value": "733184" - }, - { - "name": "syft:metadata:originPackage", - "value": "zstd" - }, - { - "name": "syft:metadata:provides:0", - "value": "so:libzstd.so.1=1.5.6" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1TWBhRkUZLe3cgOblaP5TWzjDFcE=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "so:libc.musl-x86_64.so.1" - }, - { - "name": "syft:metadata:size", - "value": "376935" - } - ] - }, - { - "bom-ref": "os:alpine@3.20.1", - "type": "operating-system", - "name": "alpine", - "version": "3.20.1", - "description": "Alpine Linux v3.20", - "swid": { - "tagId": "alpine", - "name": "alpine", - "version": "3.20.1" - }, - "externalReferences": [ - { - "url": "https://gitlab.alpinelinux.org/alpine/aports/-/issues", - "type": "issue-tracker" - }, - { - "url": "https://alpinelinux.org/", - "type": "website" - } - ], - "properties": [ - { - "name": "syft:distro:id", - "value": "alpine" - }, - { - "name": "syft:distro:prettyName", - "value": "Alpine Linux v3.20" - }, - { - "name": "syft:distro:versionID", - "value": "3.20.1" - } - ] - } - ], - "dependencies": [ - { - "ref": "pkg:apk/alpine/alpine-baselayout@3.6.5-r0?arch=x86_64&distro=alpine-3.20.1&package-id=08c208ae832e3bf1", - "dependsOn": [ - "pkg:apk/alpine/alpine-baselayout-data@3.6.5-r0?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.20.1&package-id=eb22ad614104fc6e", - "pkg:apk/alpine/busybox-binsh@1.36.1-r29?arch=x86_64&upstream=busybox&distro=alpine-3.20.1&package-id=935ad6397e8681a6" - ] - }, - { - "ref": "pkg:apk/alpine/apk-tools@2.14.4-r0?arch=x86_64&distro=alpine-3.20.1&package-id=5603df547f73b9d9", - "dependsOn": [ - "pkg:apk/alpine/ca-certificates-bundle@20240226-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.20.1&package-id=043c23dee155cbae", - "pkg:apk/alpine/libcrypto3@3.3.1-r0?arch=x86_64&upstream=openssl&distro=alpine-3.20.1&package-id=a0d1447e2b233076", - "pkg:apk/alpine/libssl3@3.3.1-r0?arch=x86_64&upstream=openssl&distro=alpine-3.20.1&package-id=256036fb4c0abaea", - "pkg:apk/alpine/musl@1.2.5-r0?arch=x86_64&distro=alpine-3.20.1&package-id=3ea0974d202d0c73", - "pkg:apk/alpine/zlib@1.3.1-r1?arch=x86_64&distro=alpine-3.20.1&package-id=6dd4db84efbbb0de" - ] - }, - { - "ref": "pkg:apk/alpine/brotli-libs@1.1.0-r2?arch=x86_64&upstream=brotli&distro=alpine-3.20.1&package-id=535d00b90fe549b9", - "dependsOn": [ - "pkg:apk/alpine/musl@1.2.5-r0?arch=x86_64&distro=alpine-3.20.1&package-id=3ea0974d202d0c73" - ] - }, - { - "ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r29?arch=x86_64&upstream=busybox&distro=alpine-3.20.1&package-id=935ad6397e8681a6", - "dependsOn": [ - "pkg:apk/alpine/busybox@1.36.1-r29?arch=x86_64&distro=alpine-3.20.1&package-id=1fe96fc86bc38a25" - ] - }, - { - "ref": "pkg:apk/alpine/busybox@1.36.1-r29?arch=x86_64&distro=alpine-3.20.1&package-id=1fe96fc86bc38a25", - "dependsOn": [ - "pkg:apk/alpine/musl@1.2.5-r0?arch=x86_64&distro=alpine-3.20.1&package-id=3ea0974d202d0c73" - ] - }, - { - "ref": "pkg:apk/alpine/c-ares@1.28.1-r0?arch=x86_64&distro=alpine-3.20.1&package-id=56c94aeba2a3cc6a", - "dependsOn": [ - "pkg:apk/alpine/musl@1.2.5-r0?arch=x86_64&distro=alpine-3.20.1&package-id=3ea0974d202d0c73" - ] - }, - { - "ref": "pkg:apk/alpine/ca-certificates@20240705-r0?arch=x86_64&distro=alpine-3.20.1&package-id=cff89f58c0585c93", - "dependsOn": [ - "pkg:apk/alpine/busybox-binsh@1.36.1-r29?arch=x86_64&upstream=busybox&distro=alpine-3.20.1&package-id=935ad6397e8681a6", - "pkg:apk/alpine/libcrypto3@3.3.1-r0?arch=x86_64&upstream=openssl&distro=alpine-3.20.1&package-id=a0d1447e2b233076", - "pkg:apk/alpine/musl@1.2.5-r0?arch=x86_64&distro=alpine-3.20.1&package-id=3ea0974d202d0c73" - ] - }, - { - "ref": "pkg:apk/alpine/json-c@0.17-r0?arch=x86_64&distro=alpine-3.20.1&package-id=5d76319428522929", - "dependsOn": [ - "pkg:apk/alpine/musl@1.2.5-r0?arch=x86_64&distro=alpine-3.20.1&package-id=3ea0974d202d0c73" - ] - }, - { - "ref": "pkg:apk/alpine/libbz2@1.0.8-r6?arch=x86_64&upstream=bzip2&distro=alpine-3.20.1&package-id=3ea91deff77f4b66", - "dependsOn": [ - "pkg:apk/alpine/musl@1.2.5-r0?arch=x86_64&distro=alpine-3.20.1&package-id=3ea0974d202d0c73" - ] - }, - { - "ref": "pkg:apk/alpine/libcrypto3@3.3.1-r0?arch=x86_64&upstream=openssl&distro=alpine-3.20.1&package-id=a0d1447e2b233076", - "dependsOn": [ - "pkg:apk/alpine/musl@1.2.5-r0?arch=x86_64&distro=alpine-3.20.1&package-id=3ea0974d202d0c73" - ] - }, - { - "ref": "pkg:apk/alpine/libcurl@8.8.0-r0?arch=x86_64&upstream=curl&distro=alpine-3.20.1&package-id=e55d63eab06d5f01", - "dependsOn": [ - "pkg:apk/alpine/brotli-libs@1.1.0-r2?arch=x86_64&upstream=brotli&distro=alpine-3.20.1&package-id=535d00b90fe549b9", - "pkg:apk/alpine/c-ares@1.28.1-r0?arch=x86_64&distro=alpine-3.20.1&package-id=56c94aeba2a3cc6a", - "pkg:apk/alpine/ca-certificates@20240705-r0?arch=x86_64&distro=alpine-3.20.1&package-id=cff89f58c0585c93", - "pkg:apk/alpine/libcrypto3@3.3.1-r0?arch=x86_64&upstream=openssl&distro=alpine-3.20.1&package-id=a0d1447e2b233076", - "pkg:apk/alpine/libidn2@2.3.7-r0?arch=x86_64&distro=alpine-3.20.1&package-id=2f133591b854364f", - "pkg:apk/alpine/libpsl@0.21.5-r1?arch=x86_64&distro=alpine-3.20.1&package-id=dbfb0340568da497", - "pkg:apk/alpine/libssl3@3.3.1-r0?arch=x86_64&upstream=openssl&distro=alpine-3.20.1&package-id=256036fb4c0abaea", - "pkg:apk/alpine/musl@1.2.5-r0?arch=x86_64&distro=alpine-3.20.1&package-id=3ea0974d202d0c73", - "pkg:apk/alpine/nghttp2-libs@1.62.1-r0?arch=x86_64&upstream=nghttp2&distro=alpine-3.20.1&package-id=ee4ad61be8f9a128", - "pkg:apk/alpine/zlib@1.3.1-r1?arch=x86_64&distro=alpine-3.20.1&package-id=6dd4db84efbbb0de", - "pkg:apk/alpine/zstd-libs@1.5.6-r0?arch=x86_64&upstream=zstd&distro=alpine-3.20.1&package-id=4af5be52adfdf700" - ] - }, - { - "ref": "pkg:apk/alpine/libformw@6.4_p20240420-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.20.1&package-id=de17893653d383e5", - "dependsOn": [ - "pkg:apk/alpine/libncursesw@6.4_p20240420-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.20.1&package-id=5d2bb1083a848ad9", - "pkg:apk/alpine/musl@1.2.5-r0?arch=x86_64&distro=alpine-3.20.1&package-id=3ea0974d202d0c73", - "pkg:apk/alpine/ncurses-terminfo-base@6.4_p20240420-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.20.1&package-id=97851f9d64f13ef5" - ] - }, - { - "ref": "pkg:apk/alpine/libgcc@13.2.1_git20240309-r0?arch=x86_64&upstream=gcc&distro=alpine-3.20.1&package-id=94fe312744aab777", - "dependsOn": [ - "pkg:apk/alpine/musl@1.2.5-r0?arch=x86_64&distro=alpine-3.20.1&package-id=3ea0974d202d0c73" - ] - }, - { - "ref": "pkg:apk/alpine/libidn2@2.3.7-r0?arch=x86_64&distro=alpine-3.20.1&package-id=2f133591b854364f", - "dependsOn": [ - "pkg:apk/alpine/libunistring@1.2-r0?arch=x86_64&distro=alpine-3.20.1&package-id=4d80c7b74b3d6be6", - "pkg:apk/alpine/musl@1.2.5-r0?arch=x86_64&distro=alpine-3.20.1&package-id=3ea0974d202d0c73" - ] - }, - { - "ref": "pkg:apk/alpine/libmenuw@6.4_p20240420-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.20.1&package-id=74e243fad55bb9ec", - "dependsOn": [ - "pkg:apk/alpine/libncursesw@6.4_p20240420-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.20.1&package-id=5d2bb1083a848ad9", - "pkg:apk/alpine/musl@1.2.5-r0?arch=x86_64&distro=alpine-3.20.1&package-id=3ea0974d202d0c73", - "pkg:apk/alpine/ncurses-terminfo-base@6.4_p20240420-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.20.1&package-id=97851f9d64f13ef5" - ] - }, - { - "ref": "pkg:apk/alpine/libmilter@1.0.2-r9?arch=x86_64&distro=alpine-3.20.1&package-id=4994adb97c239f4c", - "dependsOn": [ - "pkg:apk/alpine/musl@1.2.5-r0?arch=x86_64&distro=alpine-3.20.1&package-id=3ea0974d202d0c73" - ] - }, - { - "ref": "pkg:apk/alpine/libncursesw@6.4_p20240420-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.20.1&package-id=5d2bb1083a848ad9", - "dependsOn": [ - "pkg:apk/alpine/musl@1.2.5-r0?arch=x86_64&distro=alpine-3.20.1&package-id=3ea0974d202d0c73", - "pkg:apk/alpine/ncurses-terminfo-base@6.4_p20240420-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.20.1&package-id=97851f9d64f13ef5" - ] - }, - { - "ref": "pkg:apk/alpine/libpanelw@6.4_p20240420-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.20.1&package-id=d894dba77cb8ea16", - "dependsOn": [ - "pkg:apk/alpine/libncursesw@6.4_p20240420-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.20.1&package-id=5d2bb1083a848ad9", - "pkg:apk/alpine/musl@1.2.5-r0?arch=x86_64&distro=alpine-3.20.1&package-id=3ea0974d202d0c73", - "pkg:apk/alpine/ncurses-terminfo-base@6.4_p20240420-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.20.1&package-id=97851f9d64f13ef5" - ] - }, - { - "ref": "pkg:apk/alpine/libpsl@0.21.5-r1?arch=x86_64&distro=alpine-3.20.1&package-id=dbfb0340568da497", - "dependsOn": [ - "pkg:apk/alpine/libidn2@2.3.7-r0?arch=x86_64&distro=alpine-3.20.1&package-id=2f133591b854364f", - "pkg:apk/alpine/libunistring@1.2-r0?arch=x86_64&distro=alpine-3.20.1&package-id=4d80c7b74b3d6be6", - "pkg:apk/alpine/musl@1.2.5-r0?arch=x86_64&distro=alpine-3.20.1&package-id=3ea0974d202d0c73" - ] - }, - { - "ref": "pkg:apk/alpine/libssl3@3.3.1-r0?arch=x86_64&upstream=openssl&distro=alpine-3.20.1&package-id=256036fb4c0abaea", - "dependsOn": [ - "pkg:apk/alpine/libcrypto3@3.3.1-r0?arch=x86_64&upstream=openssl&distro=alpine-3.20.1&package-id=a0d1447e2b233076", - "pkg:apk/alpine/musl@1.2.5-r0?arch=x86_64&distro=alpine-3.20.1&package-id=3ea0974d202d0c73" - ] - }, - { - "ref": "pkg:apk/alpine/libstdc%2B%2B@13.2.1_git20240309-r0?arch=x86_64&upstream=gcc&distro=alpine-3.20.1&package-id=7ba9b63d39404aab", - "dependsOn": [ - "pkg:apk/alpine/libgcc@13.2.1_git20240309-r0?arch=x86_64&upstream=gcc&distro=alpine-3.20.1&package-id=94fe312744aab777", - "pkg:apk/alpine/musl@1.2.5-r0?arch=x86_64&distro=alpine-3.20.1&package-id=3ea0974d202d0c73" - ] - }, - { - "ref": "pkg:apk/alpine/libunistring@1.2-r0?arch=x86_64&distro=alpine-3.20.1&package-id=4d80c7b74b3d6be6", - "dependsOn": [ - "pkg:apk/alpine/musl@1.2.5-r0?arch=x86_64&distro=alpine-3.20.1&package-id=3ea0974d202d0c73" - ] - }, - { - "ref": "pkg:apk/alpine/libxml2@2.12.7-r0?arch=x86_64&distro=alpine-3.20.1&package-id=5db90b7c82fe4af5", - "dependsOn": [ - "pkg:apk/alpine/musl@1.2.5-r0?arch=x86_64&distro=alpine-3.20.1&package-id=3ea0974d202d0c73", - "pkg:apk/alpine/xz-libs@5.6.1-r3?arch=x86_64&upstream=xz&distro=alpine-3.20.1&package-id=02ac84d4426100ac", - "pkg:apk/alpine/zlib@1.3.1-r1?arch=x86_64&distro=alpine-3.20.1&package-id=6dd4db84efbbb0de" - ] - }, - { - "ref": "pkg:apk/alpine/musl-fts@1.2.7-r6?arch=x86_64&distro=alpine-3.20.1&package-id=241d10e26169126a", - "dependsOn": [ - "pkg:apk/alpine/musl@1.2.5-r0?arch=x86_64&distro=alpine-3.20.1&package-id=3ea0974d202d0c73" - ] - }, - { - "ref": "pkg:apk/alpine/musl-utils@1.2.5-r0?arch=x86_64&upstream=musl&distro=alpine-3.20.1&package-id=a52be0ebb34aa881", - "dependsOn": [ - "pkg:apk/alpine/musl@1.2.5-r0?arch=x86_64&distro=alpine-3.20.1&package-id=3ea0974d202d0c73", - "pkg:apk/alpine/scanelf@1.3.7-r2?arch=x86_64&upstream=pax-utils&distro=alpine-3.20.1&package-id=786da1fbab465741" - ] - }, - { - "ref": "pkg:apk/alpine/ncurses-libs@6.4_p20240420-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.20.1&package-id=81567703ceb09a02", - "dependsOn": [ - "pkg:apk/alpine/libformw@6.4_p20240420-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.20.1&package-id=de17893653d383e5", - "pkg:apk/alpine/libmenuw@6.4_p20240420-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.20.1&package-id=74e243fad55bb9ec", - "pkg:apk/alpine/libncursesw@6.4_p20240420-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.20.1&package-id=5d2bb1083a848ad9", - "pkg:apk/alpine/libpanelw@6.4_p20240420-r0?arch=x86_64&upstream=ncurses&distro=alpine-3.20.1&package-id=d894dba77cb8ea16" - ] - }, - { - "ref": "pkg:apk/alpine/nghttp2-libs@1.62.1-r0?arch=x86_64&upstream=nghttp2&distro=alpine-3.20.1&package-id=ee4ad61be8f9a128", - "dependsOn": [ - "pkg:apk/alpine/musl@1.2.5-r0?arch=x86_64&distro=alpine-3.20.1&package-id=3ea0974d202d0c73" - ] - }, - { - "ref": "pkg:apk/alpine/pcre2@10.43-r0?arch=x86_64&distro=alpine-3.20.1&package-id=319e5c7839d7b09b", - "dependsOn": [ - "pkg:apk/alpine/musl@1.2.5-r0?arch=x86_64&distro=alpine-3.20.1&package-id=3ea0974d202d0c73" - ] - }, - { - "ref": "pkg:apk/alpine/scanelf@1.3.7-r2?arch=x86_64&upstream=pax-utils&distro=alpine-3.20.1&package-id=786da1fbab465741", - "dependsOn": [ - "pkg:apk/alpine/musl@1.2.5-r0?arch=x86_64&distro=alpine-3.20.1&package-id=3ea0974d202d0c73" - ] - }, - { - "ref": "pkg:apk/alpine/ssl_client@1.36.1-r29?arch=x86_64&upstream=busybox&distro=alpine-3.20.1&package-id=c5128491237ee638", - "dependsOn": [ - "pkg:apk/alpine/libcrypto3@3.3.1-r0?arch=x86_64&upstream=openssl&distro=alpine-3.20.1&package-id=a0d1447e2b233076", - "pkg:apk/alpine/libssl3@3.3.1-r0?arch=x86_64&upstream=openssl&distro=alpine-3.20.1&package-id=256036fb4c0abaea", - "pkg:apk/alpine/musl@1.2.5-r0?arch=x86_64&distro=alpine-3.20.1&package-id=3ea0974d202d0c73" - ] - }, - { - "ref": "pkg:apk/alpine/tini@0.19.0-r3?arch=x86_64&distro=alpine-3.20.1&package-id=bd0e36a763725dde", - "dependsOn": [ - "pkg:apk/alpine/musl@1.2.5-r0?arch=x86_64&distro=alpine-3.20.1&package-id=3ea0974d202d0c73" - ] - }, - { - "ref": "pkg:apk/alpine/xz-libs@5.6.1-r3?arch=x86_64&upstream=xz&distro=alpine-3.20.1&package-id=02ac84d4426100ac", - "dependsOn": [ - "pkg:apk/alpine/musl@1.2.5-r0?arch=x86_64&distro=alpine-3.20.1&package-id=3ea0974d202d0c73" - ] - }, - { - "ref": "pkg:apk/alpine/zlib@1.3.1-r1?arch=x86_64&distro=alpine-3.20.1&package-id=6dd4db84efbbb0de", - "dependsOn": [ - "pkg:apk/alpine/musl@1.2.5-r0?arch=x86_64&distro=alpine-3.20.1&package-id=3ea0974d202d0c73" - ] - }, - { - "ref": "pkg:apk/alpine/zstd-libs@1.5.6-r0?arch=x86_64&upstream=zstd&distro=alpine-3.20.1&package-id=4af5be52adfdf700", - "dependsOn": [ - "pkg:apk/alpine/musl@1.2.5-r0?arch=x86_64&distro=alpine-3.20.1&package-id=3ea0974d202d0c73" - ] - } - ], - "vulnerabilities": [ - { - "bom-ref": "urn:uuid:c1881dc9-d5c2-4548-b971-57aba736677a", - "id": "CVE-2024-5535", - "source": { - "name": "alpine-distro-alpine-3.20", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-5535" - }, - "references": [ - { - "id": "CVE-2024-5535", - "source": { - "name": "alpine-distro-alpine-3.20", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-5535" - } - } - ], - "ratings": [ - { - "severity": "critical" - } - ], - "advisories": [ - { - "url": "https://www.cve.org/CVERecord?id=CVE-2024-5535" - } - ], - "affects": [ - { - "ref": "pkg:apk/alpine/libcrypto3@3.3.1-r0?arch=x86_64&upstream=openssl&distro=alpine-3.20.1&package-id=a0d1447e2b233076" - } - ] - }, - { - "bom-ref": "urn:uuid:6f3ef4db-633f-4163-8d43-81f696a8ae8c", - "id": "CVE-2024-5535", - "source": { - "name": "alpine-distro-alpine-3.20", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-5535" - }, - "references": [ - { - "id": "CVE-2024-5535", - "source": { - "name": "alpine-distro-alpine-3.20", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-5535" - } - } - ], - "ratings": [ - { - "severity": "critical" - } - ], - "advisories": [ - { - "url": "https://www.cve.org/CVERecord?id=CVE-2024-5535" - } - ], - "affects": [ - { - "ref": "pkg:apk/alpine/libssl3@3.3.1-r0?arch=x86_64&upstream=openssl&distro=alpine-3.20.1&package-id=256036fb4c0abaea" - } - ] - }, - { - "bom-ref": "urn:uuid:0fe90b52-d7e5-4ec2-8088-a9ccd9ec706f", - "id": "CVE-2024-6119", - "source": { - "name": "alpine-distro-alpine-3.20", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-6119" - }, - "references": [ - { - "id": "CVE-2024-6119", - "source": { - "name": "alpine-distro-alpine-3.20", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-6119" - } - } - ], - "ratings": [ - { - "severity": "high" - } - ], - "advisories": [ - { - "url": "https://www.cve.org/CVERecord?id=CVE-2024-6119" - } - ], - "affects": [ - { - "ref": "pkg:apk/alpine/libcrypto3@3.3.1-r0?arch=x86_64&upstream=openssl&distro=alpine-3.20.1&package-id=a0d1447e2b233076" - } - ] - }, - { - "bom-ref": "urn:uuid:83b50d1f-5df2-4f12-ac56-4bbec412c1b6", - "id": "CVE-2024-6119", - "source": { - "name": "alpine-distro-alpine-3.20", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-6119" - }, - "references": [ - { - "id": "CVE-2024-6119", - "source": { - "name": "alpine-distro-alpine-3.20", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-6119" - } - } - ], - "ratings": [ - { - "severity": "high" - } - ], - "advisories": [ - { - "url": "https://www.cve.org/CVERecord?id=CVE-2024-6119" - } - ], - "affects": [ - { - "ref": "pkg:apk/alpine/libssl3@3.3.1-r0?arch=x86_64&upstream=openssl&distro=alpine-3.20.1&package-id=256036fb4c0abaea" - } - ] - }, - { - "bom-ref": "urn:uuid:fedda7c0-2443-42e3-a223-328e31b73bcf", - "id": "CVE-2024-6197", - "source": { - "name": "alpine-distro-alpine-3.20", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-6197" - }, - "references": [ - { - "id": "CVE-2024-6197", - "source": { - "name": "alpine-distro-alpine-3.20", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-6197" - } - } - ], - "ratings": [ - { - "severity": "high" - } - ], - "advisories": [ - { - "url": "https://www.cve.org/CVERecord?id=CVE-2024-6197" - } - ], - "affects": [ - { - "ref": "pkg:apk/alpine/libcurl@8.8.0-r0?arch=x86_64&upstream=curl&distro=alpine-3.20.1&package-id=e55d63eab06d5f01" - } - ] - }, - { - "bom-ref": "urn:uuid:232e540d-478b-48f3-8421-6434a521e84e", - "id": "CVE-2024-6874", - "source": { - "name": "alpine-distro-alpine-3.20", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-6874" - }, - "references": [ - { - "id": "CVE-2024-6874", - "source": { - "name": "alpine-distro-alpine-3.20", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-6874" - } - } - ], - "ratings": [ - { - "severity": "medium" - } - ], - "advisories": [ - { - "url": "https://www.cve.org/CVERecord?id=CVE-2024-6874" - } - ], - "affects": [ - { - "ref": "pkg:apk/alpine/libcurl@8.8.0-r0?arch=x86_64&upstream=curl&distro=alpine-3.20.1&package-id=e55d63eab06d5f01" - } - ] - }, - { - "bom-ref": "urn:uuid:746d5713-3141-4b50-8d86-93aea4629e48", - "id": "CVE-2024-7264", - "source": { - "name": "alpine-distro-alpine-3.20", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-7264" - }, - "references": [ - { - "id": "CVE-2024-7264", - "source": { - "name": "alpine-distro-alpine-3.20", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-7264" - } - } - ], - "ratings": [ - { - "severity": "medium" - } - ], - "advisories": [ - { - "url": "https://www.cve.org/CVERecord?id=CVE-2024-7264" - } - ], - "affects": [ - { - "ref": "pkg:apk/alpine/libcurl@8.8.0-r0?arch=x86_64&upstream=curl&distro=alpine-3.20.1&package-id=e55d63eab06d5f01" - } - ] - }, - { - "bom-ref": "urn:uuid:990365fa-2cd3-44a7-abaa-61cb49ed91fe", - "id": "CVE-2024-8096", - "source": { - "name": "alpine-distro-alpine-3.20", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-8096" - }, - "references": [ - { - "id": "CVE-2024-8096", - "source": { - "name": "alpine-distro-alpine-3.20", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-8096" - } - } - ], - "ratings": [ - { - "severity": "medium" - } - ], - "advisories": [ - { - "url": "https://www.cve.org/CVERecord?id=CVE-2024-8096" - } - ], - "affects": [ - { - "ref": "pkg:apk/alpine/libcurl@8.8.0-r0?arch=x86_64&upstream=curl&distro=alpine-3.20.1&package-id=e55d63eab06d5f01" - } - ] - } - ] -} diff --git a/sboms/ghcr.io_element-hq_docker-icap:core-0.6.3-modules-0.5.7.json b/sboms/ghcr.io_element-hq_docker-icap:core-0.6.3-modules-0.5.7.json deleted file mode 100644 index a6666ef..0000000 --- a/sboms/ghcr.io_element-hq_docker-icap:core-0.6.3-modules-0.5.7.json +++ /dev/null @@ -1,2493 +0,0 @@ -{ - "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json", - "bomFormat": "CycloneDX", - "specVersion": "1.6", - "serialNumber": "urn:uuid:7475dada-bfd9-430a-83c8-814cb34ae762", - "version": 1, - "metadata": { - "timestamp": "2024-10-15T16:30:08Z", - "tools": { - "components": [ - { - "type": "application", - "author": "anchore", - "name": "grype", - "version": "0.79.2" - } - ] - }, - "component": { - "bom-ref": "1c0a6c65d631476d", - "type": "container", - "name": "ghcr.io/element-hq/docker-icap:core-0.6.3-modules-0.5.7", - "version": "core-0.6.3-modules-0.5.7" - }, - "properties": [ - { - "name": "syft:image:labels:org.opencontainers.image.created", - "value": "2024-07-15T15:48:48.351Z" - }, - { - "name": "syft:image:labels:org.opencontainers.image.licenses", - "value": "Apache-2.0" - }, - { - "name": "syft:image:labels:org.opencontainers.image.revision", - "value": "f657613abcb0d2632d3fc419dc584b62184e382e" - }, - { - "name": "syft:image:labels:org.opencontainers.image.source", - "value": "https://github.com/element-hq/docker-icap" - }, - { - "name": "syft:image:labels:org.opencontainers.image.title", - "value": "docker-icap" - }, - { - "name": "syft:image:labels:org.opencontainers.image.url", - "value": "https://github.com/element-hq/docker-icap" - }, - { - "name": "syft:image:labels:org.opencontainers.image.version", - "value": "core-0.6.3-modules-0.5.7" - } - ] - }, - "components": [ - { - "bom-ref": "pkg:apk/alpine/alpine-baselayout@3.6.5-r0?arch=x86_64&distro=alpine-3.20.1&package-id=08c208ae832e3bf1", - "type": "library", - "publisher": "Natanael Copa ", - "name": "alpine-baselayout", - "version": "3.6.5-r0", - "description": "Alpine base dir structure and init scripts", - "licenses": [ - { - "license": { - "id": "GPL-2.0-only" - } - } - ], - "cpe": "cpe:2.3:a:alpine-baselayout:alpine-baselayout:3.6.5-r0:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/alpine-baselayout@3.6.5-r0?arch=x86_64&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout:3.6.5-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout:3.6.5-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout:3.6.5-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:alpine:alpine-baselayout:3.6.5-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:alpine:alpine_baselayout:3.6.5-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:f0c16122f5d8520a9c1708808aa16d618ec29e79d1db0dbf5d6410fd107f4cdb" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "66187892e05b03a41d08e9acabd19b7576a1c875" - }, - { - "name": "syft:metadata:installedSize", - "value": "315392" - }, - { - "name": "syft:metadata:originPackage", - "value": "alpine-baselayout" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1qKcZ+j23xssAXmgQhkOO8dHnbWw=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "alpine-baselayout-data=3.6.5-r0" - }, - { - "name": "syft:metadata:pullDependencies:1", - "value": "/bin/sh" - }, - { - "name": "syft:metadata:size", - "value": "8515" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/alpine-baselayout-data@3.6.5-r0?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.20.1&package-id=eb22ad614104fc6e", - "type": "library", - "publisher": "Natanael Copa ", - "name": "alpine-baselayout-data", - "version": "3.6.5-r0", - "description": "Alpine base dir structure and init scripts", - "licenses": [ - { - "license": { - "id": "GPL-2.0-only" - } - } - ], - "cpe": "cpe:2.3:a:alpine-baselayout-data:alpine-baselayout-data:3.6.5-r0:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/alpine-baselayout-data@3.6.5-r0?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:alpine-baselayout-data:alpine_baselayout_data:3.6.5-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:alpine_baselayout_data:alpine-baselayout-data:3.6.5-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:alpine_baselayout_data:alpine_baselayout_data:3.6.5-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:alpine-baselayout:alpine-baselayout-data:3.6.5-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout_data:3.6.5-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout-data:3.6.5-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout_data:3.6.5-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:alpine:alpine-baselayout-data:3.6.5-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:alpine:alpine_baselayout_data:3.6.5-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:f0c16122f5d8520a9c1708808aa16d618ec29e79d1db0dbf5d6410fd107f4cdb" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "66187892e05b03a41d08e9acabd19b7576a1c875" - }, - { - "name": "syft:metadata:installedSize", - "value": "77824" - }, - { - "name": "syft:metadata:originPackage", - "value": "alpine-baselayout" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q17mim+wL35iMEtCiwQEovweL8NT0=" - }, - { - "name": "syft:metadata:size", - "value": "11235" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.20.1&package-id=e67e6d4359a4d2c7", - "type": "library", - "publisher": "Natanael Copa ", - "name": "alpine-keys", - "version": "2.4-r1", - "description": "Public keys for Alpine Linux packages", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:alpine-keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://alpinelinux.org", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:alpine-keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:alpine_keys:alpine-keys:2.4-r1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:alpine_keys:alpine_keys:2.4-r1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:alpine:alpine-keys:2.4-r1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:alpine:alpine_keys:2.4-r1:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:f0c16122f5d8520a9c1708808aa16d618ec29e79d1db0dbf5d6410fd107f4cdb" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "aab68f8c9ab434a46710de8e12fb3206e2930a59" - }, - { - "name": "syft:metadata:installedSize", - "value": "159744" - }, - { - "name": "syft:metadata:originPackage", - "value": "alpine-keys" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1eKtRUKORnkdCBOD5GXLRzwo0T50=" - }, - { - "name": "syft:metadata:size", - "value": "13328" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/apk-tools@2.14.4-r0?arch=x86_64&distro=alpine-3.20.1&package-id=5603df547f73b9d9", - "type": "library", - "publisher": "Natanael Copa ", - "name": "apk-tools", - "version": "2.14.4-r0", - "description": "Alpine Package Keeper - package manager for alpine", - "licenses": [ - { - "license": { - "id": "GPL-2.0-only" - } - } - ], - "cpe": "cpe:2.3:a:apk-tools:apk-tools:2.14.4-r0:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/apk-tools@2.14.4-r0?arch=x86_64&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://gitlab.alpinelinux.org/alpine/apk-tools", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:apk-tools:apk_tools:2.14.4-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:apk_tools:apk-tools:2.14.4-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:apk_tools:apk_tools:2.14.4-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:apk:apk-tools:2.14.4-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:apk:apk_tools:2.14.4-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:f0c16122f5d8520a9c1708808aa16d618ec29e79d1db0dbf5d6410fd107f4cdb" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "d435c805af8af4171438da3ec3429c094aac4c6e" - }, - { - "name": "syft:metadata:installedSize", - "value": "303104" - }, - { - "name": "syft:metadata:originPackage", - "value": "apk-tools" - }, - { - "name": "syft:metadata:provides:0", - "value": "so:libapk.so.2.14.0=2.14.0" - }, - { - "name": "syft:metadata:provides:1", - "value": "cmd:apk=2.14.4-r0" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1qMXsJFGxI6xX45sMts7M2vJtUJk=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "musl>=1.2.3_git20230424" - }, - { - "name": "syft:metadata:pullDependencies:1", - "value": "ca-certificates-bundle" - }, - { - "name": "syft:metadata:pullDependencies:2", - "value": "so:libc.musl-x86_64.so.1" - }, - { - "name": "syft:metadata:pullDependencies:3", - "value": "so:libcrypto.so.3" - }, - { - "name": "syft:metadata:pullDependencies:4", - "value": "so:libssl.so.3" - }, - { - "name": "syft:metadata:pullDependencies:5", - "value": "so:libz.so.1" - }, - { - "name": "syft:metadata:size", - "value": "121532" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/busybox@1.36.1-r29?arch=x86_64&distro=alpine-3.20.1&package-id=1fe96fc86bc38a25", - "type": "library", - "publisher": "Sören Tempel ", - "name": "busybox", - "version": "1.36.1-r29", - "description": "Size optimized toolbox of many common UNIX utilities", - "licenses": [ - { - "license": { - "id": "GPL-2.0-only" - } - } - ], - "cpe": "cpe:2.3:a:busybox:busybox:1.36.1-r29:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/busybox@1.36.1-r29?arch=x86_64&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://busybox.net/", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:f0c16122f5d8520a9c1708808aa16d618ec29e79d1db0dbf5d6410fd107f4cdb" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "1747c01fb96905f101c25609011589d28e01cbb8" - }, - { - "name": "syft:metadata:installedSize", - "value": "929792" - }, - { - "name": "syft:metadata:originPackage", - "value": "busybox" - }, - { - "name": "syft:metadata:provides:0", - "value": "cmd:busybox=1.36.1-r29" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1yY8lhMF1VhgegJgkcXfqaNabDJw=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "so:libc.musl-x86_64.so.1" - }, - { - "name": "syft:metadata:size", - "value": "504534" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r29?arch=x86_64&upstream=busybox&distro=alpine-3.20.1&package-id=935ad6397e8681a6", - "type": "library", - "publisher": "Sören Tempel ", - "name": "busybox-binsh", - "version": "1.36.1-r29", - "description": "busybox ash /bin/sh", - "licenses": [ - { - "license": { - "id": "GPL-2.0-only" - } - } - ], - "cpe": "cpe:2.3:a:busybox-binsh:busybox-binsh:1.36.1-r29:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/busybox-binsh@1.36.1-r29?arch=x86_64&upstream=busybox&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://busybox.net/", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:busybox-binsh:busybox_binsh:1.36.1-r29:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:busybox_binsh:busybox-binsh:1.36.1-r29:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:busybox_binsh:busybox_binsh:1.36.1-r29:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:busybox:busybox-binsh:1.36.1-r29:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:busybox:busybox_binsh:1.36.1-r29:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:f0c16122f5d8520a9c1708808aa16d618ec29e79d1db0dbf5d6410fd107f4cdb" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "1747c01fb96905f101c25609011589d28e01cbb8" - }, - { - "name": "syft:metadata:installedSize", - "value": "8192" - }, - { - "name": "syft:metadata:originPackage", - "value": "busybox" - }, - { - "name": "syft:metadata:provides:0", - "value": "/bin/sh" - }, - { - "name": "syft:metadata:provides:1", - "value": "cmd:sh=1.36.1-r29" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1h1jh4GYF5YGESa/4YuEFuAtvNL8=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "busybox=1.36.1-r29" - }, - { - "name": "syft:metadata:size", - "value": "1507" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/bzip2@1.0.8-r6?arch=x86_64&distro=alpine-3.20.1&package-id=5210ccf30c291d13", - "type": "library", - "publisher": "Natanael Copa ", - "name": "bzip2", - "version": "1.0.8-r6", - "description": "A high-quality data compression program", - "licenses": [ - { - "license": { - "id": "bzip2-1.0.6" - } - } - ], - "cpe": "cpe:2.3:a:bzip2:bzip2:1.0.8-r6:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/bzip2@1.0.8-r6?arch=x86_64&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://sourceware.org/bzip2/", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:bzip2:bzip:1.0.8-r6:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:bzip:bzip2:1.0.8-r6:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:bzip:bzip:1.0.8-r6:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:f0c16122f5d8520a9c1708808aa16d618ec29e79d1db0dbf5d6410fd107f4cdb" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "33283848034c9885d984c8e8697c645c57324938" - }, - { - "name": "syft:metadata:installedSize", - "value": "339968" - }, - { - "name": "syft:metadata:originPackage", - "value": "bzip2" - }, - { - "name": "syft:metadata:provides:0", - "value": "cmd:bunzip2=1.0.8-r6" - }, - { - "name": "syft:metadata:provides:1", - "value": "cmd:bzcat=1.0.8-r6" - }, - { - "name": "syft:metadata:provides:10", - "value": "cmd:bzmore=1.0.8-r6" - }, - { - "name": "syft:metadata:provides:2", - "value": "cmd:bzcmp=1.0.8-r6" - }, - { - "name": "syft:metadata:provides:3", - "value": "cmd:bzdiff=1.0.8-r6" - }, - { - "name": "syft:metadata:provides:4", - "value": "cmd:bzegrep=1.0.8-r6" - }, - { - "name": "syft:metadata:provides:5", - "value": "cmd:bzfgrep=1.0.8-r6" - }, - { - "name": "syft:metadata:provides:6", - "value": "cmd:bzgrep=1.0.8-r6" - }, - { - "name": "syft:metadata:provides:7", - "value": "cmd:bzip2=1.0.8-r6" - }, - { - "name": "syft:metadata:provides:8", - "value": "cmd:bzip2recover=1.0.8-r6" - }, - { - "name": "syft:metadata:provides:9", - "value": "cmd:bzless=1.0.8-r6" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1TkHd0zseE+5fDsVqUVtKdl+obVw=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "so:libc.musl-x86_64.so.1" - }, - { - "name": "syft:metadata:size", - "value": "137154" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/bzip2-dev@1.0.8-r6?arch=x86_64&upstream=bzip2&distro=alpine-3.20.1&package-id=7671da29644b2fea", - "type": "library", - "publisher": "Natanael Copa ", - "name": "bzip2-dev", - "version": "1.0.8-r6", - "description": "A high-quality data compression program (development files)", - "licenses": [ - { - "license": { - "id": "bzip2-1.0.6" - } - } - ], - "cpe": "cpe:2.3:a:bzip2-dev:bzip2-dev:1.0.8-r6:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/bzip2-dev@1.0.8-r6?arch=x86_64&upstream=bzip2&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://sourceware.org/bzip2/", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:bzip2-dev:bzip2_dev:1.0.8-r6:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:bzip2_dev:bzip2-dev:1.0.8-r6:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:bzip2_dev:bzip2_dev:1.0.8-r6:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:bzip-dev:bzip2-dev:1.0.8-r6:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:bzip-dev:bzip2_dev:1.0.8-r6:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:bzip2-dev:bzip-dev:1.0.8-r6:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:bzip2-dev:bzip_dev:1.0.8-r6:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:bzip2_dev:bzip-dev:1.0.8-r6:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:bzip2_dev:bzip_dev:1.0.8-r6:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:bzip_dev:bzip2-dev:1.0.8-r6:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:bzip_dev:bzip2_dev:1.0.8-r6:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:bzip-dev:bzip-dev:1.0.8-r6:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:bzip-dev:bzip_dev:1.0.8-r6:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:bzip_dev:bzip-dev:1.0.8-r6:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:bzip_dev:bzip_dev:1.0.8-r6:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:bzip2:bzip2-dev:1.0.8-r6:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:bzip2:bzip2_dev:1.0.8-r6:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:bzip2:bzip-dev:1.0.8-r6:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:bzip2:bzip_dev:1.0.8-r6:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:bzip:bzip2-dev:1.0.8-r6:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:bzip:bzip2_dev:1.0.8-r6:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:bzip:bzip-dev:1.0.8-r6:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:bzip:bzip_dev:1.0.8-r6:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:f0c16122f5d8520a9c1708808aa16d618ec29e79d1db0dbf5d6410fd107f4cdb" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "33283848034c9885d984c8e8697c645c57324938" - }, - { - "name": "syft:metadata:installedSize", - "value": "32768" - }, - { - "name": "syft:metadata:originPackage", - "value": "bzip2" - }, - { - "name": "syft:metadata:provides:0", - "value": "pc:bzip2=1.0.8" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1DUOfjvpXNSTv97ImKVAauRDNOYE=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "libbz2=1.0.8-r6" - }, - { - "name": "syft:metadata:pullDependencies:1", - "value": "pkgconfig" - }, - { - "name": "syft:metadata:size", - "value": "3644" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/ca-certificates-bundle@20240226-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.20.1&package-id=043c23dee155cbae", - "type": "library", - "publisher": "Natanael Copa ", - "name": "ca-certificates-bundle", - "version": "20240226-r0", - "description": "Pre generated bundle of Mozilla certificates", - "licenses": [ - { - "expression": "MPL-2.0 AND MIT" - } - ], - "cpe": "cpe:2.3:a:ca-certificates-bundle:ca-certificates-bundle:20240226-r0:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/ca-certificates-bundle@20240226-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ca-certificates-bundle:ca_certificates_bundle:20240226-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ca_certificates_bundle:ca-certificates-bundle:20240226-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ca_certificates_bundle:ca_certificates_bundle:20240226-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ca-certificates:ca-certificates-bundle:20240226-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ca-certificates:ca_certificates_bundle:20240226-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ca_certificates:ca-certificates-bundle:20240226-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ca_certificates:ca_certificates_bundle:20240226-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:mozilla:ca-certificates-bundle:20240226-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:mozilla:ca_certificates_bundle:20240226-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ca:ca-certificates-bundle:20240226-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ca:ca_certificates_bundle:20240226-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:f0c16122f5d8520a9c1708808aa16d618ec29e79d1db0dbf5d6410fd107f4cdb" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "56fb003da0adcea3b59373ef6a633d0c5bfef3ac" - }, - { - "name": "syft:metadata:installedSize", - "value": "241664" - }, - { - "name": "syft:metadata:originPackage", - "value": "ca-certificates" - }, - { - "name": "syft:metadata:provides:0", - "value": "ca-certificates-cacert=20240226-r0" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1EYRwNW4IimTxlMMqlaJPta+guGc=" - }, - { - "name": "syft:metadata:size", - "value": "130213" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/libatomic@13.2.1_git20240309-r0?arch=x86_64&upstream=gcc&distro=alpine-3.20.1&package-id=eae7840b55b18119", - "type": "library", - "publisher": "Ariadne Conill ", - "name": "libatomic", - "version": "13.2.1_git20240309-r0", - "description": "GCC Atomic library", - "licenses": [ - { - "expression": "GPL-2.0-or-later AND LGPL-2.1-or-later" - } - ], - "cpe": "cpe:2.3:a:libatomic:libatomic:13.2.1_git20240309-r0:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/libatomic@13.2.1_git20240309-r0?arch=x86_64&upstream=gcc&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://gcc.gnu.org", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:f0c16122f5d8520a9c1708808aa16d618ec29e79d1db0dbf5d6410fd107f4cdb" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "0b6b5a39bcb0e25474af07c73541f42466eb84b9" - }, - { - "name": "syft:metadata:installedSize", - "value": "40960" - }, - { - "name": "syft:metadata:originPackage", - "value": "gcc" - }, - { - "name": "syft:metadata:provides:0", - "value": "so:libatomic.so.1=1.2.0" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1iHGaZZnooOtbNNZ+Qu7x7KzAqVo=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "so:libc.musl-x86_64.so.1" - }, - { - "name": "syft:metadata:size", - "value": "10213" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/libbz2@1.0.8-r6?arch=x86_64&upstream=bzip2&distro=alpine-3.20.1&package-id=3ea91deff77f4b66", - "type": "library", - "publisher": "Natanael Copa ", - "name": "libbz2", - "version": "1.0.8-r6", - "description": "Shared library for bz2", - "licenses": [ - { - "license": { - "id": "bzip2-1.0.6" - } - } - ], - "cpe": "cpe:2.3:a:libbz2:libbz2:1.0.8-r6:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/libbz2@1.0.8-r6?arch=x86_64&upstream=bzip2&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://sourceware.org/bzip2/", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libbz2:libbz:1.0.8-r6:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libbz:libbz2:1.0.8-r6:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libbz:libbz:1.0.8-r6:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:f0c16122f5d8520a9c1708808aa16d618ec29e79d1db0dbf5d6410fd107f4cdb" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "33283848034c9885d984c8e8697c645c57324938" - }, - { - "name": "syft:metadata:installedSize", - "value": "90112" - }, - { - "name": "syft:metadata:originPackage", - "value": "bzip2" - }, - { - "name": "syft:metadata:provides:0", - "value": "so:libbz2.so.1=1.0.8" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1Scn2b7sEdaLzXZl6wndrRFKU65Q=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "so:libc.musl-x86_64.so.1" - }, - { - "name": "syft:metadata:size", - "value": "33057" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/libcrypto3@3.3.1-r3?arch=x86_64&upstream=openssl&distro=alpine-3.20.1&package-id=da8775f3539f76c6", - "type": "library", - "publisher": "Natanael Copa ", - "name": "libcrypto3", - "version": "3.3.1-r3", - "description": "Crypto library from openssl", - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "cpe": "cpe:2.3:a:libcrypto3:libcrypto3:3.3.1-r3:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/libcrypto3@3.3.1-r3?arch=x86_64&upstream=openssl&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://www.openssl.org/", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libcrypto3:libcrypto:3.3.1-r3:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libcrypto:libcrypto3:3.3.1-r3:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libcrypto:libcrypto:3.3.1-r3:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:f0c16122f5d8520a9c1708808aa16d618ec29e79d1db0dbf5d6410fd107f4cdb" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "83c40f5aee556e975228ae40d879fbcd9f15c428" - }, - { - "name": "syft:metadata:installedSize", - "value": "4771840" - }, - { - "name": "syft:metadata:originPackage", - "value": "openssl" - }, - { - "name": "syft:metadata:provides:0", - "value": "so:libcrypto.so.3=3" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1aavvRbDbcFifXhRgq7IeTHHUWSU=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "so:libc.musl-x86_64.so.1" - }, - { - "name": "syft:metadata:size", - "value": "1817593" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/libssl3@3.3.1-r3?arch=x86_64&upstream=openssl&distro=alpine-3.20.1&package-id=38620aa358cbe87a", - "type": "library", - "publisher": "Natanael Copa ", - "name": "libssl3", - "version": "3.3.1-r3", - "description": "SSL shared libraries", - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "cpe": "cpe:2.3:a:libssl3:libssl3:3.3.1-r3:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/libssl3@3.3.1-r3?arch=x86_64&upstream=openssl&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://www.openssl.org/", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libssl3:libssl:3.3.1-r3:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libssl:libssl3:3.3.1-r3:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libssl:libssl:3.3.1-r3:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:f0c16122f5d8520a9c1708808aa16d618ec29e79d1db0dbf5d6410fd107f4cdb" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "83c40f5aee556e975228ae40d879fbcd9f15c428" - }, - { - "name": "syft:metadata:installedSize", - "value": "815104" - }, - { - "name": "syft:metadata:originPackage", - "value": "openssl" - }, - { - "name": "syft:metadata:provides:0", - "value": "so:libssl.so.3=3" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q19thO8VXTZadpTl1yzJkS0Y4lX3g=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "libcrypto3=3.3.1-r3" - }, - { - "name": "syft:metadata:pullDependencies:1", - "value": "so:libc.musl-x86_64.so.1" - }, - { - "name": "syft:metadata:pullDependencies:2", - "value": "so:libcrypto.so.3" - }, - { - "name": "syft:metadata:size", - "value": "357479" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/musl@1.2.5-r0?arch=x86_64&distro=alpine-3.20.1&package-id=3ea0974d202d0c73", - "type": "library", - "publisher": "Natanael Copa ", - "name": "musl", - "version": "1.2.5-r0", - "description": "the musl c library (libc) implementation", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:musl-libc:musl:1.2.5-r0:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/musl@1.2.5-r0?arch=x86_64&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://musl.libc.org/", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:musl_libc:musl:1.2.5-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:musl:musl:1.2.5-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:f0c16122f5d8520a9c1708808aa16d618ec29e79d1db0dbf5d6410fd107f4cdb" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "4fe5bdbe47b100daa6380f81c4c8ea3f99b61362" - }, - { - "name": "syft:metadata:installedSize", - "value": "667648" - }, - { - "name": "syft:metadata:originPackage", - "value": "musl" - }, - { - "name": "syft:metadata:provides:0", - "value": "so:libc.musl-x86_64.so.1=1" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1PS2iNeHDH3BF6TgqSMu/pcc3XIY=" - }, - { - "name": "syft:metadata:size", - "value": "407468" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/musl-utils@1.2.5-r0?arch=x86_64&upstream=musl&distro=alpine-3.20.1&package-id=a52be0ebb34aa881", - "type": "library", - "publisher": "Natanael Copa ", - "name": "musl-utils", - "version": "1.2.5-r0", - "description": "the musl c library (libc) implementation", - "licenses": [ - { - "expression": "MIT AND BSD-2-Clause AND GPL-2.0-or-later" - } - ], - "cpe": "cpe:2.3:a:musl-utils:musl-utils:1.2.5-r0:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/musl-utils@1.2.5-r0?arch=x86_64&upstream=musl&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://musl.libc.org/", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:musl-utils:musl_utils:1.2.5-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:musl_utils:musl-utils:1.2.5-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:musl_utils:musl_utils:1.2.5-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:musl-libc:musl-utils:1.2.5-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:musl-libc:musl_utils:1.2.5-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:musl:musl-utils:1.2.5-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:musl:musl_utils:1.2.5-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:f0c16122f5d8520a9c1708808aa16d618ec29e79d1db0dbf5d6410fd107f4cdb" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "4fe5bdbe47b100daa6380f81c4c8ea3f99b61362" - }, - { - "name": "syft:metadata:installedSize", - "value": "131072" - }, - { - "name": "syft:metadata:originPackage", - "value": "musl" - }, - { - "name": "syft:metadata:provides:0", - "value": "libc-utils=1.2.5-r0" - }, - { - "name": "syft:metadata:provides:1", - "value": "cmd:getconf=1.2.5-r0" - }, - { - "name": "syft:metadata:provides:2", - "value": "cmd:getent=1.2.5-r0" - }, - { - "name": "syft:metadata:provides:3", - "value": "cmd:iconv=1.2.5-r0" - }, - { - "name": "syft:metadata:provides:4", - "value": "cmd:ldconfig=1.2.5-r0" - }, - { - "name": "syft:metadata:provides:5", - "value": "cmd:ldd=1.2.5-r0" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q14RZx5CbcLYGJFVkG0AfDm+HrE2c=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "scanelf" - }, - { - "name": "syft:metadata:pullDependencies:1", - "value": "so:libc.musl-x86_64.so.1" - }, - { - "name": "syft:metadata:size", - "value": "36219" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/openssl@3.3.1-r3?arch=x86_64&distro=alpine-3.20.1&package-id=9057ed977514926a", - "type": "library", - "publisher": "Natanael Copa ", - "name": "openssl", - "version": "3.3.1-r3", - "description": "Toolkit for Transport Layer Security (TLS)", - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "cpe": "cpe:2.3:a:openssl:openssl:3.3.1-r3:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/openssl@3.3.1-r3?arch=x86_64&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://www.openssl.org/", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:f0c16122f5d8520a9c1708808aa16d618ec29e79d1db0dbf5d6410fd107f4cdb" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "83c40f5aee556e975228ae40d879fbcd9f15c428" - }, - { - "name": "syft:metadata:installedSize", - "value": "802816" - }, - { - "name": "syft:metadata:originPackage", - "value": "openssl" - }, - { - "name": "syft:metadata:provides:0", - "value": "openssl3=3.3.1-r3" - }, - { - "name": "syft:metadata:provides:1", - "value": "cmd:openssl=3.3.1-r3" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q18tctXjyDJsjPeQQWwnMq24odyXw=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "libssl3=3.3.1-r3" - }, - { - "name": "syft:metadata:pullDependencies:1", - "value": "libcrypto3=3.3.1-r3" - }, - { - "name": "syft:metadata:pullDependencies:2", - "value": "so:libc.musl-x86_64.so.1" - }, - { - "name": "syft:metadata:pullDependencies:3", - "value": "so:libcrypto.so.3" - }, - { - "name": "syft:metadata:pullDependencies:4", - "value": "so:libssl.so.3" - }, - { - "name": "syft:metadata:size", - "value": "327842" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/openssl-dev@3.3.1-r3?arch=x86_64&upstream=openssl&distro=alpine-3.20.1&package-id=837c15fd689ad7aa", - "type": "library", - "publisher": "Natanael Copa ", - "name": "openssl-dev", - "version": "3.3.1-r3", - "description": "Toolkit for Transport Layer Security (TLS) (development files)", - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "cpe": "cpe:2.3:a:openssl-dev:openssl-dev:3.3.1-r3:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/openssl-dev@3.3.1-r3?arch=x86_64&upstream=openssl&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://www.openssl.org/", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:openssl-dev:openssl_dev:3.3.1-r3:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:openssl_dev:openssl-dev:3.3.1-r3:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:openssl_dev:openssl_dev:3.3.1-r3:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:openssl:openssl-dev:3.3.1-r3:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:openssl:openssl_dev:3.3.1-r3:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:f0c16122f5d8520a9c1708808aa16d618ec29e79d1db0dbf5d6410fd107f4cdb" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "83c40f5aee556e975228ae40d879fbcd9f15c428" - }, - { - "name": "syft:metadata:installedSize", - "value": "2367488" - }, - { - "name": "syft:metadata:originPackage", - "value": "openssl" - }, - { - "name": "syft:metadata:provides:0", - "value": "openssl3-dev=3.3.1-r3" - }, - { - "name": "syft:metadata:provides:1", - "value": "pc:libcrypto=3.3.1" - }, - { - "name": "syft:metadata:provides:2", - "value": "pc:libssl=3.3.1" - }, - { - "name": "syft:metadata:provides:3", - "value": "pc:openssl=3.3.1" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1fJBDFPey3K4tybgI7wGyNugIJPM=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "libcrypto3=3.3.1-r3" - }, - { - "name": "syft:metadata:pullDependencies:1", - "value": "libssl3=3.3.1-r3" - }, - { - "name": "syft:metadata:pullDependencies:2", - "value": "pkgconfig" - }, - { - "name": "syft:metadata:size", - "value": "365388" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/pkgconf@2.2.0-r0?arch=x86_64&distro=alpine-3.20.1&package-id=fe2aa1a4cf756f9a", - "type": "library", - "publisher": "Ariadne Conill ", - "name": "pkgconf", - "version": "2.2.0-r0", - "description": "development framework configuration tools", - "licenses": [ - { - "license": { - "id": "ISC" - } - } - ], - "cpe": "cpe:2.3:a:pkgconf:pkgconf:2.2.0-r0:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/pkgconf@2.2.0-r0?arch=x86_64&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://gitea.treehouse.systems/ariadne/pkgconf", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:f0c16122f5d8520a9c1708808aa16d618ec29e79d1db0dbf5d6410fd107f4cdb" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "a59b896d009754fab644b4a96c8db7a1f20efc16" - }, - { - "name": "syft:metadata:installedSize", - "value": "163840" - }, - { - "name": "syft:metadata:originPackage", - "value": "pkgconf" - }, - { - "name": "syft:metadata:provides:0", - "value": "pkgconfig=1" - }, - { - "name": "syft:metadata:provides:1", - "value": "so:libpkgconf.so.5=5.0.0" - }, - { - "name": "syft:metadata:provides:2", - "value": "cmd:bomtool=2.2.0-r0" - }, - { - "name": "syft:metadata:provides:3", - "value": "cmd:pkg-config=2.2.0-r0" - }, - { - "name": "syft:metadata:provides:4", - "value": "cmd:pkgconf=2.2.0-r0" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1wJX0msp5EDItRLA1BayyDT1ZIdM=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "so:libc.musl-x86_64.so.1" - }, - { - "name": "syft:metadata:size", - "value": "49011" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/scanelf@1.3.7-r2?arch=x86_64&upstream=pax-utils&distro=alpine-3.20.1&package-id=786da1fbab465741", - "type": "library", - "publisher": "Natanael Copa ", - "name": "scanelf", - "version": "1.3.7-r2", - "description": "Scan ELF binaries for stuff", - "licenses": [ - { - "license": { - "id": "GPL-2.0-only" - } - } - ], - "cpe": "cpe:2.3:a:scanelf:scanelf:1.3.7-r2:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/scanelf@1.3.7-r2?arch=x86_64&upstream=pax-utils&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:f0c16122f5d8520a9c1708808aa16d618ec29e79d1db0dbf5d6410fd107f4cdb" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "e65a4f2d0470e70d862ef2b5c412ecf2cb9ad0a6" - }, - { - "name": "syft:metadata:installedSize", - "value": "81920" - }, - { - "name": "syft:metadata:originPackage", - "value": "pax-utils" - }, - { - "name": "syft:metadata:provides:0", - "value": "cmd:scanelf=1.3.7-r2" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1yEsLSREUhcsIdEgi+bNKn6lST8w=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "so:libc.musl-x86_64.so.1" - }, - { - "name": "syft:metadata:size", - "value": "32390" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/ssl_client@1.36.1-r29?arch=x86_64&upstream=busybox&distro=alpine-3.20.1&package-id=c5128491237ee638", - "type": "library", - "publisher": "Sören Tempel ", - "name": "ssl_client", - "version": "1.36.1-r29", - "description": "EXternal ssl_client for busybox wget", - "licenses": [ - { - "license": { - "id": "GPL-2.0-only" - } - } - ], - "cpe": "cpe:2.3:a:ssl-client:ssl-client:1.36.1-r29:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/ssl_client@1.36.1-r29?arch=x86_64&upstream=busybox&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://busybox.net/", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ssl-client:ssl_client:1.36.1-r29:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ssl_client:ssl-client:1.36.1-r29:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ssl_client:ssl_client:1.36.1-r29:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ssl:ssl-client:1.36.1-r29:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ssl:ssl_client:1.36.1-r29:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:f0c16122f5d8520a9c1708808aa16d618ec29e79d1db0dbf5d6410fd107f4cdb" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "1747c01fb96905f101c25609011589d28e01cbb8" - }, - { - "name": "syft:metadata:installedSize", - "value": "28672" - }, - { - "name": "syft:metadata:originPackage", - "value": "busybox" - }, - { - "name": "syft:metadata:provides:0", - "value": "cmd:ssl_client=1.36.1-r29" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1fihnCSoO3udDb3DkQwtrfd42MJQ=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "so:libc.musl-x86_64.so.1" - }, - { - "name": "syft:metadata:pullDependencies:1", - "value": "so:libcrypto.so.3" - }, - { - "name": "syft:metadata:pullDependencies:2", - "value": "so:libssl.so.3" - }, - { - "name": "syft:metadata:size", - "value": "4693" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/zlib@1.3.1-r1?arch=x86_64&distro=alpine-3.20.1&package-id=6dd4db84efbbb0de", - "type": "library", - "publisher": "Natanael Copa ", - "name": "zlib", - "version": "1.3.1-r1", - "description": "A compression/decompression Library", - "licenses": [ - { - "license": { - "id": "Zlib" - } - } - ], - "cpe": "cpe:2.3:a:zlib:zlib:1.3.1-r1:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/zlib@1.3.1-r1?arch=x86_64&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://zlib.net/", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:f0c16122f5d8520a9c1708808aa16d618ec29e79d1db0dbf5d6410fd107f4cdb" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "fad2d175bd85eb4c5566765375392a7394dfbcf2" - }, - { - "name": "syft:metadata:installedSize", - "value": "110592" - }, - { - "name": "syft:metadata:originPackage", - "value": "zlib" - }, - { - "name": "syft:metadata:provides:0", - "value": "so:libz.so.1=1.3.1" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1m6byU+KYLg5ucctBh+PWtsS7rpk=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "so:libc.musl-x86_64.so.1" - }, - { - "name": "syft:metadata:size", - "value": "53904" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/zlib-dev@1.3.1-r1?arch=x86_64&upstream=zlib&distro=alpine-3.20.1&package-id=ad1296db60220c50", - "type": "library", - "publisher": "Natanael Copa ", - "name": "zlib-dev", - "version": "1.3.1-r1", - "description": "A compression/decompression Library (development files)", - "licenses": [ - { - "license": { - "id": "Zlib" - } - } - ], - "cpe": "cpe:2.3:a:zlib-dev:zlib-dev:1.3.1-r1:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/zlib-dev@1.3.1-r1?arch=x86_64&upstream=zlib&distro=alpine-3.20.1", - "externalReferences": [ - { - "url": "https://zlib.net/", - "type": "distribution" - } - ], - "properties": [ - { - "name": "syft:package:foundBy", - "value": "apk-db-cataloger" - }, - { - "name": "syft:package:type", - "value": "apk" - }, - { - "name": "syft:package:metadataType", - "value": "apk-db-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:zlib-dev:zlib_dev:1.3.1-r1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:zlib_dev:zlib-dev:1.3.1-r1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:zlib_dev:zlib_dev:1.3.1-r1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:zlib:zlib-dev:1.3.1-r1:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:zlib:zlib_dev:1.3.1-r1:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:f0c16122f5d8520a9c1708808aa16d618ec29e79d1db0dbf5d6410fd107f4cdb" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "fad2d175bd85eb4c5566765375392a7394dfbcf2" - }, - { - "name": "syft:metadata:installedSize", - "value": "147456" - }, - { - "name": "syft:metadata:originPackage", - "value": "zlib" - }, - { - "name": "syft:metadata:provides:0", - "value": "pc:zlib=1.3.1" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1Sh4hJwJRi/x+dqHWWkPqn2kU+D0=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "pkgconfig" - }, - { - "name": "syft:metadata:pullDependencies:1", - "value": "zlib=1.3.1-r1" - }, - { - "name": "syft:metadata:size", - "value": "32621" - } - ] - }, - { - "bom-ref": "os:alpine@3.20.1", - "type": "operating-system", - "name": "alpine", - "version": "3.20.1", - "description": "Alpine Linux v3.20", - "swid": { - "tagId": "alpine", - "name": "alpine", - "version": "3.20.1" - }, - "externalReferences": [ - { - "url": "https://gitlab.alpinelinux.org/alpine/aports/-/issues", - "type": "issue-tracker" - }, - { - "url": "https://alpinelinux.org/", - "type": "website" - } - ], - "properties": [ - { - "name": "syft:distro:id", - "value": "alpine" - }, - { - "name": "syft:distro:prettyName", - "value": "Alpine Linux v3.20" - }, - { - "name": "syft:distro:versionID", - "value": "3.20.1" - } - ] - } - ], - "dependencies": [ - { - "ref": "pkg:apk/alpine/alpine-baselayout@3.6.5-r0?arch=x86_64&distro=alpine-3.20.1&package-id=08c208ae832e3bf1", - "dependsOn": [ - "pkg:apk/alpine/alpine-baselayout-data@3.6.5-r0?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.20.1&package-id=eb22ad614104fc6e", - "pkg:apk/alpine/busybox-binsh@1.36.1-r29?arch=x86_64&upstream=busybox&distro=alpine-3.20.1&package-id=935ad6397e8681a6" - ] - }, - { - "ref": "pkg:apk/alpine/apk-tools@2.14.4-r0?arch=x86_64&distro=alpine-3.20.1&package-id=5603df547f73b9d9", - "dependsOn": [ - "pkg:apk/alpine/ca-certificates-bundle@20240226-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.20.1&package-id=043c23dee155cbae", - "pkg:apk/alpine/libcrypto3@3.3.1-r3?arch=x86_64&upstream=openssl&distro=alpine-3.20.1&package-id=da8775f3539f76c6", - "pkg:apk/alpine/libssl3@3.3.1-r3?arch=x86_64&upstream=openssl&distro=alpine-3.20.1&package-id=38620aa358cbe87a", - "pkg:apk/alpine/musl@1.2.5-r0?arch=x86_64&distro=alpine-3.20.1&package-id=3ea0974d202d0c73", - "pkg:apk/alpine/zlib@1.3.1-r1?arch=x86_64&distro=alpine-3.20.1&package-id=6dd4db84efbbb0de" - ] - }, - { - "ref": "pkg:apk/alpine/busybox-binsh@1.36.1-r29?arch=x86_64&upstream=busybox&distro=alpine-3.20.1&package-id=935ad6397e8681a6", - "dependsOn": [ - "pkg:apk/alpine/busybox@1.36.1-r29?arch=x86_64&distro=alpine-3.20.1&package-id=1fe96fc86bc38a25" - ] - }, - { - "ref": "pkg:apk/alpine/busybox@1.36.1-r29?arch=x86_64&distro=alpine-3.20.1&package-id=1fe96fc86bc38a25", - "dependsOn": [ - "pkg:apk/alpine/musl@1.2.5-r0?arch=x86_64&distro=alpine-3.20.1&package-id=3ea0974d202d0c73" - ] - }, - { - "ref": "pkg:apk/alpine/bzip2-dev@1.0.8-r6?arch=x86_64&upstream=bzip2&distro=alpine-3.20.1&package-id=7671da29644b2fea", - "dependsOn": [ - "pkg:apk/alpine/libbz2@1.0.8-r6?arch=x86_64&upstream=bzip2&distro=alpine-3.20.1&package-id=3ea91deff77f4b66", - "pkg:apk/alpine/pkgconf@2.2.0-r0?arch=x86_64&distro=alpine-3.20.1&package-id=fe2aa1a4cf756f9a" - ] - }, - { - "ref": "pkg:apk/alpine/bzip2@1.0.8-r6?arch=x86_64&distro=alpine-3.20.1&package-id=5210ccf30c291d13", - "dependsOn": [ - "pkg:apk/alpine/musl@1.2.5-r0?arch=x86_64&distro=alpine-3.20.1&package-id=3ea0974d202d0c73" - ] - }, - { - "ref": "pkg:apk/alpine/libatomic@13.2.1_git20240309-r0?arch=x86_64&upstream=gcc&distro=alpine-3.20.1&package-id=eae7840b55b18119", - "dependsOn": [ - "pkg:apk/alpine/musl@1.2.5-r0?arch=x86_64&distro=alpine-3.20.1&package-id=3ea0974d202d0c73" - ] - }, - { - "ref": "pkg:apk/alpine/libbz2@1.0.8-r6?arch=x86_64&upstream=bzip2&distro=alpine-3.20.1&package-id=3ea91deff77f4b66", - "dependsOn": [ - "pkg:apk/alpine/musl@1.2.5-r0?arch=x86_64&distro=alpine-3.20.1&package-id=3ea0974d202d0c73" - ] - }, - { - "ref": "pkg:apk/alpine/libcrypto3@3.3.1-r3?arch=x86_64&upstream=openssl&distro=alpine-3.20.1&package-id=da8775f3539f76c6", - "dependsOn": [ - "pkg:apk/alpine/musl@1.2.5-r0?arch=x86_64&distro=alpine-3.20.1&package-id=3ea0974d202d0c73" - ] - }, - { - "ref": "pkg:apk/alpine/libssl3@3.3.1-r3?arch=x86_64&upstream=openssl&distro=alpine-3.20.1&package-id=38620aa358cbe87a", - "dependsOn": [ - "pkg:apk/alpine/libcrypto3@3.3.1-r3?arch=x86_64&upstream=openssl&distro=alpine-3.20.1&package-id=da8775f3539f76c6", - "pkg:apk/alpine/musl@1.2.5-r0?arch=x86_64&distro=alpine-3.20.1&package-id=3ea0974d202d0c73" - ] - }, - { - "ref": "pkg:apk/alpine/musl-utils@1.2.5-r0?arch=x86_64&upstream=musl&distro=alpine-3.20.1&package-id=a52be0ebb34aa881", - "dependsOn": [ - "pkg:apk/alpine/musl@1.2.5-r0?arch=x86_64&distro=alpine-3.20.1&package-id=3ea0974d202d0c73", - "pkg:apk/alpine/scanelf@1.3.7-r2?arch=x86_64&upstream=pax-utils&distro=alpine-3.20.1&package-id=786da1fbab465741" - ] - }, - { - "ref": "pkg:apk/alpine/openssl-dev@3.3.1-r3?arch=x86_64&upstream=openssl&distro=alpine-3.20.1&package-id=837c15fd689ad7aa", - "dependsOn": [ - "pkg:apk/alpine/libcrypto3@3.3.1-r3?arch=x86_64&upstream=openssl&distro=alpine-3.20.1&package-id=da8775f3539f76c6", - "pkg:apk/alpine/libssl3@3.3.1-r3?arch=x86_64&upstream=openssl&distro=alpine-3.20.1&package-id=38620aa358cbe87a", - "pkg:apk/alpine/pkgconf@2.2.0-r0?arch=x86_64&distro=alpine-3.20.1&package-id=fe2aa1a4cf756f9a" - ] - }, - { - "ref": "pkg:apk/alpine/openssl@3.3.1-r3?arch=x86_64&distro=alpine-3.20.1&package-id=9057ed977514926a", - "dependsOn": [ - "pkg:apk/alpine/libcrypto3@3.3.1-r3?arch=x86_64&upstream=openssl&distro=alpine-3.20.1&package-id=da8775f3539f76c6", - "pkg:apk/alpine/libssl3@3.3.1-r3?arch=x86_64&upstream=openssl&distro=alpine-3.20.1&package-id=38620aa358cbe87a", - "pkg:apk/alpine/musl@1.2.5-r0?arch=x86_64&distro=alpine-3.20.1&package-id=3ea0974d202d0c73" - ] - }, - { - "ref": "pkg:apk/alpine/pkgconf@2.2.0-r0?arch=x86_64&distro=alpine-3.20.1&package-id=fe2aa1a4cf756f9a", - "dependsOn": [ - "pkg:apk/alpine/musl@1.2.5-r0?arch=x86_64&distro=alpine-3.20.1&package-id=3ea0974d202d0c73" - ] - }, - { - "ref": "pkg:apk/alpine/scanelf@1.3.7-r2?arch=x86_64&upstream=pax-utils&distro=alpine-3.20.1&package-id=786da1fbab465741", - "dependsOn": [ - "pkg:apk/alpine/musl@1.2.5-r0?arch=x86_64&distro=alpine-3.20.1&package-id=3ea0974d202d0c73" - ] - }, - { - "ref": "pkg:apk/alpine/ssl_client@1.36.1-r29?arch=x86_64&upstream=busybox&distro=alpine-3.20.1&package-id=c5128491237ee638", - "dependsOn": [ - "pkg:apk/alpine/libcrypto3@3.3.1-r3?arch=x86_64&upstream=openssl&distro=alpine-3.20.1&package-id=da8775f3539f76c6", - "pkg:apk/alpine/libssl3@3.3.1-r3?arch=x86_64&upstream=openssl&distro=alpine-3.20.1&package-id=38620aa358cbe87a", - "pkg:apk/alpine/musl@1.2.5-r0?arch=x86_64&distro=alpine-3.20.1&package-id=3ea0974d202d0c73" - ] - }, - { - "ref": "pkg:apk/alpine/zlib-dev@1.3.1-r1?arch=x86_64&upstream=zlib&distro=alpine-3.20.1&package-id=ad1296db60220c50", - "dependsOn": [ - "pkg:apk/alpine/pkgconf@2.2.0-r0?arch=x86_64&distro=alpine-3.20.1&package-id=fe2aa1a4cf756f9a", - "pkg:apk/alpine/zlib@1.3.1-r1?arch=x86_64&distro=alpine-3.20.1&package-id=6dd4db84efbbb0de" - ] - }, - { - "ref": "pkg:apk/alpine/zlib@1.3.1-r1?arch=x86_64&distro=alpine-3.20.1&package-id=6dd4db84efbbb0de", - "dependsOn": [ - "pkg:apk/alpine/musl@1.2.5-r0?arch=x86_64&distro=alpine-3.20.1&package-id=3ea0974d202d0c73" - ] - } - ], - "vulnerabilities": [ - { - "bom-ref": "urn:uuid:d9be0418-3068-4aab-ae93-96d700229ce6", - "id": "CVE-2024-6119", - "source": { - "name": "alpine-distro-alpine-3.20", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-6119" - }, - "references": [ - { - "id": "CVE-2024-6119", - "source": { - "name": "alpine-distro-alpine-3.20", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-6119" - } - } - ], - "ratings": [ - { - "severity": "high" - } - ], - "advisories": [ - { - "url": "https://www.cve.org/CVERecord?id=CVE-2024-6119" - } - ], - "affects": [ - { - "ref": "pkg:apk/alpine/libcrypto3@3.3.1-r3?arch=x86_64&upstream=openssl&distro=alpine-3.20.1&package-id=da8775f3539f76c6" - } - ] - }, - { - "bom-ref": "urn:uuid:55cd312a-df9b-4d3b-ae6b-81b6cafeee1f", - "id": "CVE-2024-6119", - "source": { - "name": "alpine-distro-alpine-3.20", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-6119" - }, - "references": [ - { - "id": "CVE-2024-6119", - "source": { - "name": "alpine-distro-alpine-3.20", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-6119" - } - } - ], - "ratings": [ - { - "severity": "high" - } - ], - "advisories": [ - { - "url": "https://www.cve.org/CVERecord?id=CVE-2024-6119" - } - ], - "affects": [ - { - "ref": "pkg:apk/alpine/libssl3@3.3.1-r3?arch=x86_64&upstream=openssl&distro=alpine-3.20.1&package-id=38620aa358cbe87a" - } - ] - }, - { - "bom-ref": "urn:uuid:22711f8b-c374-465e-bb10-7fa841260fc7", - "id": "CVE-2024-6119", - "source": { - "name": "alpine-distro-alpine-3.20", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-6119" - }, - "references": [ - { - "id": "CVE-2024-6119", - "source": { - "name": "alpine-distro-alpine-3.20", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-6119" - } - } - ], - "ratings": [ - { - "severity": "high" - } - ], - "advisories": [ - { - "url": "https://www.cve.org/CVERecord?id=CVE-2024-6119" - } - ], - "affects": [ - { - "ref": "pkg:apk/alpine/openssl@3.3.1-r3?arch=x86_64&distro=alpine-3.20.1&package-id=9057ed977514926a" - } - ] - }, - { - "bom-ref": "urn:uuid:cad66fa2-9380-4c36-8f41-9913d1485469", - "id": "CVE-2024-6119", - "source": { - "name": "alpine-distro-alpine-3.20", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-6119" - }, - "references": [ - { - "id": "CVE-2024-6119", - "source": { - "name": "alpine-distro-alpine-3.20", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-6119" - } - } - ], - "ratings": [ - { - "severity": "high" - } - ], - "advisories": [ - { - "url": "https://www.cve.org/CVERecord?id=CVE-2024-6119" - } - ], - "affects": [ - { - "ref": "pkg:apk/alpine/openssl-dev@3.3.1-r3?arch=x86_64&upstream=openssl&distro=alpine-3.20.1&package-id=837c15fd689ad7aa" - } - ] - } - ] -} diff --git a/sboms/quay.io_brancz_kube-rbac-proxy:v0.18.0.json b/sboms/quay.io_brancz_kube-rbac-proxy:v0.18.0.json index e77b397..deab0d7 100644 --- a/sboms/quay.io_brancz_kube-rbac-proxy:v0.18.0.json +++ b/sboms/quay.io_brancz_kube-rbac-proxy:v0.18.0.json @@ -2,10 +2,10 @@ "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json", "bomFormat": "CycloneDX", "specVersion": "1.6", - "serialNumber": "urn:uuid:bbbfff02-4373-4884-b6cd-2cfc34ef0398", + "serialNumber": "urn:uuid:ed396be5-34eb-4b13-b558-672cff4a43c5", "version": 1, "metadata": { - "timestamp": "2024-10-15T16:30:15Z", + "timestamp": "2024-11-06T12:36:37Z", "tools": { "components": [ { @@ -5782,7 +5782,7 @@ ], "vulnerabilities": [ { - "bom-ref": "urn:uuid:157cb344-39dd-4aa0-84fb-5c342425ad38", + "bom-ref": "urn:uuid:5cdec12a-23a0-45a6-a583-b27f2f9ad662", "id": "CVE-2024-24791", "source": { "name": "nvd-cpe", @@ -5827,7 +5827,7 @@ ] }, { - "bom-ref": "urn:uuid:e7fa975b-a1ea-4e43-a809-ff9e36a3c3b7", + "bom-ref": "urn:uuid:1cba32bd-f016-4a47-8a8c-16f7ccbef3f0", "id": "CVE-2024-34155", "source": { "name": "nvd-cpe", @@ -5844,7 +5844,10 @@ ], "ratings": [ { - "severity": "unknown" + "score": 4.3, + "severity": "medium", + "method": "CVSSv31", + "vector": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L" } ], "description": "Calling any of the Parse functions on Go source code which contains deeply nested literals can cause a panic due to stack exhaustion.", @@ -5869,7 +5872,7 @@ ] }, { - "bom-ref": "urn:uuid:ae09490e-e101-4c40-b94f-817131616f0b", + "bom-ref": "urn:uuid:68cab19e-6679-44b7-a2ff-bcf3900ba779", "id": "CVE-2024-34156", "source": { "name": "nvd-cpe", @@ -5914,7 +5917,7 @@ ] }, { - "bom-ref": "urn:uuid:9458f67c-9ba8-4f4b-bb60-6bb8e2806a70", + "bom-ref": "urn:uuid:25a9db35-388a-444a-a7a5-ea1dec20cddb", "id": "CVE-2024-34158", "source": { "name": "nvd-cpe", @@ -5959,7 +5962,7 @@ ] }, { - "bom-ref": "urn:uuid:46afe723-c5fa-43c0-909b-0bf693cd5a82", + "bom-ref": "urn:uuid:db60bf9f-c583-4829-927c-05a343679394", "id": "GHSA-c5q2-7r4c-mv6g", "source": { "name": "github-language-go", @@ -5995,7 +5998,7 @@ ] }, { - "bom-ref": "urn:uuid:bcc6a8b1-1a3a-4c92-b422-0bb47fd2baeb", + "bom-ref": "urn:uuid:fa6ab040-fffe-4b1e-a4df-5b5fe657e651", "id": "GHSA-xr7q-jx4m-x55m", "source": { "name": "github-language-go", diff --git a/watches.updater.yaml b/watches.updater.yaml index 5ceb389..b6017af 100644 --- a/watches.updater.yaml +++ b/watches.updater.yaml @@ -15,8 +15,6 @@ element_operator_crds: - kind: ElementWeb api_version: matrix.element.io/v1alpha1 - - kind: MatrixContentScanner - api_version: matrix.element.io/v1alpha1 - kind: Synapse api_version: matrix.element.io/v1alpha2 - kind: WellKnownDelegation diff --git a/watches.yaml b/watches.yaml index 7f7c31f..08a7398 100644 --- a/watches.yaml +++ b/watches.yaml @@ -12,16 +12,6 @@ vars: _kind: ElementWeb _api_version: matrix.element.io/v1alpha1 -- version: v1alpha1 - group: matrix.element.io - kind: MatrixContentScanner - playbook: playbooks/any.yml - watchAnnotationsChanges: true - markUnsafe: true - maxRunnerArtifacts: 3 - vars: - _kind: MatrixContentScanner - _api_version: matrix.element.io/v1alpha1 - version: v1alpha2 group: matrix.element.io kind: Synapse