From d7e792bf8a872f06f02f59d807a1c16ee933862b Mon Sep 17 00:00:00 2001 From: Ben Banfield-Zanin Date: Thu, 5 Sep 2024 12:41:03 +0000 Subject: [PATCH] 2.20.0 --- README.md | 16 +- .../crd/bases/starter-core/kustomization.yaml | 1 - .../matrix.element.io_slidingsyncs.yaml | 101 - .../matrix.element.io_synapses.yaml | 1 + .../starter-core/default-resources.yaml | 9 +- .../matrix.element.io_elementdeployments.yaml | 5 +- .../base/starter-core/kustomization.yaml | 4 - .../starter-core/matrix_content_scanner.yaml | 4 - .../base/starter-core/sliding_sync.yaml | 38 - .../base/starter-core/synapse.yaml | 2 + .../cleanup/starter-core/kustomization.yaml | 10 - .../starter-core/certificates-keys.yaml | 15 +- .../starter-core/kustomization.yaml | 4 + .../starter-core/storage-defaults.yaml | 15 + ...pse-op-del-k8s-synapse-storage-volume.yaml | 13 +- .../starter-core/uids-gids.yaml | 9 +- .../default-resources-replacements.yaml | 22 - .../replacements/starter-core/global.yaml | 5 +- .../k8s-storage-pvc-template.yaml | 5 +- .../starter-core/k8s-storage.yaml | 8 +- .../starter-core/kustomization.yaml | 32 +- .../starter-core/postgres-golang.yaml | 45 - .../starter-core/sliding_sync.yaml | 42 - .../replacements/starter-core/synapse.yaml | 1 + .../default-resources-replacements.yaml | 22 - .../starter-core/kustomization.yaml | 26 +- helm/easy-setup/README.md | 2 +- helm/easy-setup/ess-meta/Chart.yaml | 8 +- helm/easy-setup/ess-meta/values.yaml | 5 +- helm/ess-stack/Chart.yaml | 4 +- helm/ess-stack/values.schema.json | 722 +- helm/ess-system/Chart.yaml | 8 +- helm/operator/Chart.yaml | 4 +- ...t-element-operator-controller-manager.yaml | 2 +- helm/operator/source-values.yaml | 4 +- .../templates/clusterrole-manager.yaml | 14 - .../clusterrole-slidingsync-editor.yaml | 33 - .../clusterrole-slidingsync-viewer.yaml | 28 - ...nition-slidingsyncs.matrix.element.io.yaml | 373 - ...definition-synapses.matrix.element.io.yaml | 2 + ...t-element-operator-controller-manager.yaml | 2 +- helm/operator/values.yaml | 4 +- helm/updater/Chart.yaml | 4 +- ...nt-element-updater-controller-manager.yaml | 2 +- helm/updater/source-values.yaml | 4 +- .../templates/clusterrole-manager.yaml | 14 - ...mresourcedefinition-elementdeployment.yaml | 1520 +--- ...nt-element-updater-controller-manager.yaml | 2 +- helm/updater/values.yaml | 4 +- .../defaults/main/images.yml | 7 +- .../files/elementdeployment-schema.yaml | 1520 +--- .../templates/any/k8s-config.yaml.j2 | 4 - .../templates/any/pvc.yaml.j2 | 4 +- .../matrix_content_scanner.yaml.j2 | 4 +- .../sliding_sync/api_service_monitor.yaml.j2 | 8 - .../templates/sliding_sync/secrets.yaml.j2 | 15 - .../sliding_sync/slidingsync.yaml.j2 | 46 - .../sliding_sync/tls-secrets.yaml.j2 | 8 - .../synapse/haproxy_service_monitor.yaml.j2 | 8 + .../templates/synapse/pvc.yaml.j2 | 4 +- .../haproxy_service_monitor.yaml.j2} | 10 +- .../config_client/25-slidingsync.json.j2 | 14 - roles/slidingsync/defaults/main/api_env.yml | 16 - roles/slidingsync/defaults/main/main.yml | 38 - roles/slidingsync/tasks/main.yml | 20 - .../slidingsync_api_deployment.yaml.j2 | 125 - .../manifests/slidingsync_api_service.yaml.j2 | 31 - .../manifests/slidingsync_ingress.yaml.j2 | 46 - roles/synapse/templates/haproxy.cfg.j2 | 7 +- .../manifests/haproxy_deployment.yaml.j2 | 3 + .../manifests/synapse_http_service.yaml.j2 | 3 + roles/synapse/vars/main/main.yml | 7 + .../docker.io_library_haproxy:3.0-alpine.json | 8 +- ...ker.io_library_nginx:1.26-alpine-slim.json | 4 +- sboms/docker.io_library_redis:7.4-alpine.json | 116 +- ...ker.io_matrixdotorg_synapse:v1.114.0.json} | 7825 +++++++++++------ ...cker.io_vectorim_element-web:v1.11.75.json | 4 +- ...e-operator-conversion-webhook:2.20.0.json} | 122 +- ...io_vectorim_ess-core-operator:2.20.0.json} | 1731 ++-- ...re-updater-conversion-webhook:2.20.0.json} | 122 +- ....io_vectorim_ess-core-updater:2.20.0.json} | 1731 ++-- ...ectorim_matrix-content-scanner:v1.0.8.json | 433 +- ....io_element-hq_docker-clamav:1.3.1-60.json | 14 +- ..._docker-icap:core-0.6.3-modules-0.5.7.json | 4 +- ...r.io_matrix-org_sliding-sync:v0.99.19.json | 6466 -------------- ...uay.io_brancz_kube-rbac-proxy:v0.18.0.json | 10 +- watches.updater.yaml | 2 - watches.yaml | 10 - 88 files changed, 8517 insertions(+), 15253 deletions(-) delete mode 100644 config/crd/bases/starter-core/matrix.element.io_slidingsyncs.yaml delete mode 100644 config/crd/element-deployment/base/starter-core/sliding_sync.yaml create mode 100644 config/crd/element-deployment/inline-patches/starter-core/storage-defaults.yaml delete mode 100644 config/crd/element-deployment/replacements/starter-core/postgres-golang.yaml delete mode 100644 config/crd/element-deployment/replacements/starter-core/sliding_sync.yaml delete mode 100644 helm/operator/templates/clusterrole-slidingsync-editor.yaml delete mode 100644 helm/operator/templates/clusterrole-slidingsync-viewer.yaml delete mode 100644 helm/operator/templates/customresourcedefinition-slidingsyncs.matrix.element.io.yaml delete mode 100644 roles/elementdeployment/templates/sliding_sync/api_service_monitor.yaml.j2 delete mode 100644 roles/elementdeployment/templates/sliding_sync/secrets.yaml.j2 delete mode 100644 roles/elementdeployment/templates/sliding_sync/slidingsync.yaml.j2 delete mode 100644 roles/elementdeployment/templates/sliding_sync/tls-secrets.yaml.j2 create mode 100644 roles/elementdeployment/templates/synapse/haproxy_service_monitor.yaml.j2 rename roles/elementdeployment/templates/{sliding_sync/service_monitor/service_monitor.yaml.j2 => synapse/service_monitor/haproxy_service_monitor.yaml.j2} (58%) delete mode 100644 roles/elementdeployment/templates/well_known_delegation/config_client/25-slidingsync.json.j2 delete mode 100644 roles/slidingsync/defaults/main/api_env.yml delete mode 100644 roles/slidingsync/defaults/main/main.yml delete mode 100644 roles/slidingsync/tasks/main.yml delete mode 100644 roles/slidingsync/templates/manifests/slidingsync_api_deployment.yaml.j2 delete mode 100644 roles/slidingsync/templates/manifests/slidingsync_api_service.yaml.j2 delete mode 100644 roles/slidingsync/templates/manifests/slidingsync_ingress.yaml.j2 rename sboms/{docker.io_matrixdotorg_synapse:v1.110.0.json => docker.io_matrixdotorg_synapse:v1.114.0.json} (81%) rename sboms/{docker.io_vectorim_ess-core-operator-conversion-webhook:2.19.12.json => docker.io_vectorim_ess-core-operator-conversion-webhook:2.20.0.json} (93%) rename sboms/{docker.io_vectorim_ess-core-operator:2.19.12.json => docker.io_vectorim_ess-core-operator:2.20.0.json} (93%) rename sboms/{docker.io_vectorim_ess-core-updater-conversion-webhook:2.19.12.json => docker.io_vectorim_ess-core-updater-conversion-webhook:2.20.0.json} (93%) rename sboms/{docker.io_vectorim_ess-core-updater:2.19.12.json => docker.io_vectorim_ess-core-updater:2.20.0.json} (93%) delete mode 100644 sboms/ghcr.io_matrix-org_sliding-sync:v0.99.19.json diff --git a/README.md b/README.md index 3a574c2..490be7e 100644 --- a/README.md +++ b/README.md @@ -59,11 +59,19 @@ For example using `easy-rsa` : ``` easyrsa init-pki easyrsa --batch "--req-cn=ESS-CA`date +%s`" build-ca nopass -easyrsa --subject-alt-name="DNS:element-operator-conversion-webhook.element-operator"\ - --days=10000 \ +easyrsa --san="DNS:element-operator-conversion-webhook" \ + --san="DNS:element-operator-conversion-webhook.element-operator" \ + --san="DNS:element-operator-conversion-webhook.element-operator.svc" \ + --san="DNS:element-operator-conversion-webhook.element-operator.svc.cluster" \ + --san="DNS:element-operator-conversion-webhook.element-operator.svc.cluster.local" \ + --days=10000 \ build-server-full element-operator-conversion-webhook nopass -easyrsa --subject-alt-name="DNS:element-updater-conversion-webhook.element-updater"\ - --days=10000 \ +easyrsa --san="DNS:element-updater-conversion-webhook" \ + --san="DNS:element-updater-conversion-webhook.element-updater" \ + --san="DNS:element-updater-conversion-webhook.element-updater.svc" \ + --san="DNS:element-updater-conversion-webhook.element-updater.svc.cluster" \ + --san="DNS:element-updater-conversion-webhook.element-updater.svc.cluster.local" \ + --days=10000 \ build-server-full element-updater-conversion-webhook nopass ``` diff --git a/config/crd/bases/starter-core/kustomization.yaml b/config/crd/bases/starter-core/kustomization.yaml index 9b9f499..811c264 100644 --- a/config/crd/bases/starter-core/kustomization.yaml +++ b/config/crd/bases/starter-core/kustomization.yaml @@ -6,6 +6,5 @@ resources: - matrix.element.io_elementwebs.yaml - matrix.element.io_matrixcontentscanners.yaml - - matrix.element.io_slidingsyncs.yaml - matrix.element.io_synapses.yaml - matrix.element.io_wellknowndelegations.yaml diff --git a/config/crd/bases/starter-core/matrix.element.io_slidingsyncs.yaml b/config/crd/bases/starter-core/matrix.element.io_slidingsyncs.yaml deleted file mode 100644 index 8c9f75b..0000000 --- a/config/crd/bases/starter-core/matrix.element.io_slidingsyncs.yaml +++ /dev/null @@ -1,101 +0,0 @@ -# Copyright 2023 New Vector Ltd -# -# SPDX-License-Identifier: AGPL-3.0-or-later - - -apiVersion: apiextensions.k8s.io/v1 -kind: CustomResourceDefinition -metadata: - name: slidingsyncs.matrix.element.io -spec: - group: matrix.element.io - names: - kind: SlidingSync - listKind: SlidingSyncList - plural: slidingsyncs - singular: slidingsync - scope: Namespaced - versions: - - name: v1alpha1 - schema: - openAPIV3Schema: - description: SlidingSync is the Schema for the slidingsyncs 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 SlidingSync - type: object - properties: - config: - type: object - default: {} - description: This contains the SlidingSync config - properties: - database: - description: This field will be generated by kustomize - externalSecret: - description: |- - The Secret that is managed outside of the SlidingSync CRD lifecycle. The Secret must contain at least the following keys - SYNCV3_SECRET, POSTGRES_PASSWORD - If you need to use a custom CA, place the CA file into ca.pem of this secret. - type: object - properties: - name: - description: The name of the Secret within the same namespace as the Synapse CRD - type: string - matrixServer: - description: This field will be generated by kustomize - log: - description: Logging settings - type: object - default: {} - properties: - level: - type: string - description: The maximum level of log output - default: info - api: - type: object - default: {} - description: Configuration of the API component - properties: - resources: - description: This field will be generated by kustomize - podSecurityContext: - description: This field will be generated by kustomize. - containersSecurityContext: - description: This field will be generated by kustomize. - hostAliases: - description: This field will be generated by kustomize - image: - type: object - description: This contains the SlidingSync image - properties: - api: - description: This field will be generated by kustomize' - workloads: - type: object - default: {} - description: This contains the SlidingSync workloads - properties: - api: - description: This field will be generated by kustomize' - service: - description: This field will be generated by kustomize' - ingress: - description: This field will be generated by kustomize' - status: - description: Status defines the observed state of SlidingSync - 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 7dd2710..a033866 100644 --- a/config/crd/bases/starter-core/matrix.element.io_synapses.yaml +++ b/config/crd/bases/starter-core/matrix.element.io_synapses.yaml @@ -218,6 +218,7 @@ spec: - presence-writer - pusher - receipts-account + - sliding-sync - sso-login - synchrotron - typing-persister diff --git a/config/crd/default-resources/starter-core/default-resources.yaml b/config/crd/default-resources/starter-core/default-resources.yaml index 6464699..c7f2b1b 100644 --- a/config/crd/default-resources/starter-core/default-resources.yaml +++ b/config/crd/default-resources/starter-core/default-resources.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 New Vector Ltd +# Copyright 2023-2024 New Vector Ltd # # SPDX-License-Identifier: AGPL-3.0-or-later @@ -32,13 +32,6 @@ spec: requests: cpu: 100m memory: 100Mi - slidingSync: - api: - limits: - memory: 4Gi - requests: - cpu: 100m - memory: 200Mi synapse: haproxy: limits: diff --git a/config/crd/element-deployment/base/common/matrix.element.io_elementdeployments.yaml b/config/crd/element-deployment/base/common/matrix.element.io_elementdeployments.yaml index 3d23f11..b989b56 100644 --- a/config/crd/element-deployment/base/common/matrix.element.io_elementdeployments.yaml +++ b/config/crd/element-deployment/base/common/matrix.element.io_elementdeployments.yaml @@ -44,10 +44,13 @@ spec: spec: description: Spec defines the desired state of ElementDeployment type: object + required: + - global properties: global: type: object - default: {} + required: + - config properties: k8s: type: object diff --git a/config/crd/element-deployment/base/starter-core/kustomization.yaml b/config/crd/element-deployment/base/starter-core/kustomization.yaml index 59c5524..78d7101 100644 --- a/config/crd/element-deployment/base/starter-core/kustomization.yaml +++ b/config/crd/element-deployment/base/starter-core/kustomization.yaml @@ -16,10 +16,6 @@ patches: target: kind: CustomResourceDefinition name: elementdeployments.matrix.element.io - - path: sliding_sync.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 index c0235bf..6b3a614 100644 --- a/config/crd/element-deployment/base/starter-core/matrix_content_scanner.yaml +++ b/config/crd/element-deployment/base/starter-core/matrix_content_scanner.yaml @@ -32,8 +32,6 @@ properties: workloads: description: This field will be replaced by kustomize - monitoring: - description: This field will be replaced by kustomize storage: description: This field will be replaced by kustomize icap: @@ -49,7 +47,5 @@ properties: workloads: description: This field will be replaced by kustomize - monitoring: - description: This field will be replaced by kustomize storage: description: This field will be replaced by kustomize diff --git a/config/crd/element-deployment/base/starter-core/sliding_sync.yaml b/config/crd/element-deployment/base/starter-core/sliding_sync.yaml deleted file mode 100644 index 69303ab..0000000 --- a/config/crd/element-deployment/base/starter-core/sliding_sync.yaml +++ /dev/null @@ -1,38 +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/slidingSync' - value: - type: object - description: Sliding Sync is a backend component required by the Element X client beta. It provides a mechanism for the fast synchronisation of Matrix rooms. It is not recommended for production use and is only provide to enable the usage of the Element X client. The current version does not support SSO (OIDC/SAML/CAS). If you wish to try out the Element X client, then you need to be using password-based auth to allow Sliding Sync to work. SSO support (OIDC/SAML/CAS) will be added with a later version of the Sliding Sync tooling. - required: - - config - properties: - secretName: - default: sliding-sync - type: string - description: The secret data associated to SlidingSync 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 - default: {} - properties: - common: - description: This field will be replaced by kustomize - ingress: - description: This field will be replaced by kustomize - api: - type: object - default: {} - properties: - workloads: - description: This field will be replaced by kustomize - monitoring: - description: This field will be replaced by kustomize diff --git a/config/crd/element-deployment/base/starter-core/synapse.yaml b/config/crd/element-deployment/base/starter-core/synapse.yaml index e3ae389..379687c 100644 --- a/config/crd/element-deployment/base/starter-core/synapse.yaml +++ b/config/crd/element-deployment/base/starter-core/synapse.yaml @@ -48,6 +48,8 @@ properties: workloads: description: This field will be replaced by kustomize + monitoring: + description: This field will be replaced by kustomize redis: type: object description: k8s properties of the redis workloads inside synapse component diff --git a/config/crd/element-deployment/cleanup/starter-core/kustomization.yaml b/config/crd/element-deployment/cleanup/starter-core/kustomization.yaml index a617bbb..77b74b1 100644 --- a/config/crd/element-deployment/cleanup/starter-core/kustomization.yaml +++ b/config/crd/element-deployment/cleanup/starter-core/kustomization.yaml @@ -24,11 +24,6 @@ patches: metadata: name: matrixContentScanner $patch: delete - - | - kind: KustomizeSchema - metadata: - name: slidingSync - $patch: delete - |- kind: KustomizeSchema metadata: @@ -85,11 +80,6 @@ patches: metadata: name: k8s-workloads-resources $patch: delete - - |- - kind: KustomizeSchema - metadata: - name: postgres-golang - $patch: delete - |- kind: KustomizeSchema metadata: diff --git a/config/crd/element-deployment/inline-patches/starter-core/certificates-keys.yaml b/config/crd/element-deployment/inline-patches/starter-core/certificates-keys.yaml index fa32f6f..8e6198a 100644 --- a/config/crd/element-deployment/inline-patches/starter-core/certificates-keys.yaml +++ b/config/crd/element-deployment/inline-patches/starter-core/certificates-keys.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 New Vector Ltd +# Copyright 2023-2024 New Vector Ltd # # SPDX-License-Identifier: AGPL-3.0-or-later @@ -16,19 +16,6 @@ - op: add path: /spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/components/properties/elementWeb/properties/k8s/properties/ingress/properties/tls/properties/certificate/properties/privateKeySecretKey/description value: ElementWeb Private Key -# slidingSync -- op: add - path: /spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/components/properties/slidingSync/properties/k8s/properties/ingress/properties/tls/properties/certificate/properties/certFileSecretKey/default - value: certificate -- op: add - path: /spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/components/properties/slidingSync/properties/k8s/properties/ingress/properties/tls/properties/certificate/properties/certFileSecretKey/description - value: SlidingSync Certificate -- op: add - path: /spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/components/properties/slidingSync/properties/k8s/properties/ingress/properties/tls/properties/certificate/properties/privateKeySecretKey/default - value: privateKey -- op: add - path: /spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/components/properties/slidingSync/properties/k8s/properties/ingress/properties/tls/properties/certificate/properties/privateKeySecretKey/description - value: SlidingSync Private Key # Synapse - op: add path: /spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/components/properties/synapse/properties/k8s/properties/ingress/properties/tls/properties/certificate/properties/certFileSecretKey/default 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 87c39b5..811ba34 100644 --- a/config/crd/element-deployment/inline-patches/starter-core/kustomization.yaml +++ b/config/crd/element-deployment/inline-patches/starter-core/kustomization.yaml @@ -49,3 +49,7 @@ 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/storage-defaults.yaml b/config/crd/element-deployment/inline-patches/starter-core/storage-defaults.yaml new file mode 100644 index 0000000..9a68526 --- /dev/null +++ b/config/crd/element-deployment/inline-patches/starter-core/storage-defaults.yaml @@ -0,0 +1,15 @@ +# 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 +- op: replace + path: '/spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/components/properties/matrixContentScanner/properties/k8s/properties/matrixContentScanner/properties/storage/default/size' + 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/synapse-op-del-k8s-synapse-storage-volume.yaml b/config/crd/element-deployment/inline-patches/starter-core/synapse-op-del-k8s-synapse-storage-volume.yaml index 3ffaaea..73ba599 100644 --- a/config/crd/element-deployment/inline-patches/starter-core/synapse-op-del-k8s-synapse-storage-volume.yaml +++ b/config/crd/element-deployment/inline-patches/starter-core/synapse-op-del-k8s-synapse-storage-volume.yaml @@ -1,8 +1,17 @@ -# Copyright 2023 New Vector Ltd +# Copyright 2023-2024 New Vector Ltd # # SPDX-License-Identifier: AGPL-3.0-or-later # Synapse is has not been migrated yet to volume names and size being handled under the k8s key +# Nuke out everything but storage.volume.storageClassName which is used - op: remove - path: '/spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/components/properties/synapse/properties/k8s/properties/synapse/properties/storage/properties' + path: '/spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/components/properties/synapse/properties/k8s/properties/synapse/properties/storage/default' +- op: remove + path: '/spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/components/properties/synapse/properties/k8s/properties/synapse/properties/storage/properties/volume/default' +- op: remove + path: '/spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/components/properties/synapse/properties/k8s/properties/synapse/properties/storage/properties/volume/oneOf' +- op: remove + path: '/spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/components/properties/synapse/properties/k8s/properties/synapse/properties/storage/properties/volume/properties/persistentVolumeClaimName' +- op: remove + path: '/spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/components/properties/synapse/properties/k8s/properties/synapse/properties/storage/properties/volume/properties/size' 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 0f80e12..c7f071b 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 @@ -1,4 +1,4 @@ -# Copyright 2023 New Vector Ltd +# Copyright 2023-2024 New Vector Ltd # # SPDX-License-Identifier: AGPL-3.0-or-later @@ -29,13 +29,6 @@ - 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 -# slidingSync -- op: add - path: /spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/components/properties/slidingSync/properties/k8s/properties/api/properties/workloads/properties/securityContext/properties/runAsUser/default - value: 10130 -- op: add - path: /spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/components/properties/slidingSync/properties/k8s/properties/api/properties/workloads/properties/securityContext/properties/fsGroup/default - value: 10130 # 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 081e885..f3533d0 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 @@ -92,28 +92,6 @@ 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 -# slidingSync api -- source: - kind: KustomizeSchema - name: default-resources-starter-core - fieldPath: spec.schemas.slidingSync.api.limits - targets: - - select: - kind: CustomResourceDefinition - name: elementdeployments.matrix.element.io - fieldPaths: - - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.components.properties.slidingSync.properties.k8s.properties.api.properties.workloads.properties.resources.properties.limits.default -# slidingSync api -- source: - kind: KustomizeSchema - name: default-resources-starter-core - fieldPath: spec.schemas.slidingSync.api.requests - targets: - - select: - kind: CustomResourceDefinition - name: elementdeployments.matrix.element.io - fieldPaths: - - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.components.properties.slidingSync.properties.k8s.properties.api.properties.workloads.properties.resources.properties.requests.default # synapse haproxy - source: kind: KustomizeSchema diff --git a/config/crd/element-deployment/replacements/starter-core/global.yaml b/config/crd/element-deployment/replacements/starter-core/global.yaml index c6ea990..889569e 100644 --- a/config/crd/element-deployment/replacements/starter-core/global.yaml +++ b/config/crd/element-deployment/replacements/starter-core/global.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 New Vector Ltd +# Copyright 2023-2024 New Vector Ltd # # SPDX-License-Identifier: AGPL-3.0-or-later @@ -9,7 +9,8 @@ metadata: spec: schema: type: object - default: {} + required: + - domainName properties: domainName: type: string 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 index 1d062ce..4cee378 100644 --- 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 @@ -1,4 +1,4 @@ -# Copyright 2023 New Vector Ltd +# Copyright 2023-2024 New Vector Ltd # # SPDX-License-Identifier: AGPL-3.0-or-later @@ -10,7 +10,8 @@ spec: schema: type: object description: Settings dedicated to k8s storage as a PVC Template - required: [size] + default: + size: This field will be replaced by kustomize properties: size: anyOf: diff --git a/config/crd/element-deployment/replacements/starter-core/k8s-storage.yaml b/config/crd/element-deployment/replacements/starter-core/k8s-storage.yaml index cba4463..c0a475b 100644 --- a/config/crd/element-deployment/replacements/starter-core/k8s-storage.yaml +++ b/config/crd/element-deployment/replacements/starter-core/k8s-storage.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 New Vector Ltd +# Copyright 2023-2024 New Vector Ltd # # SPDX-License-Identifier: AGPL-3.0-or-later @@ -9,11 +9,15 @@ metadata: spec: schema: type: object - default: {} + default: + volume: + size: This field will be replaced by kustomize description: Settings dedicated to k8s storage properties: volume: type: object + default: + size: This field will be replaced by kustomize oneOf: - required: [size] not: diff --git a/config/crd/element-deployment/replacements/starter-core/kustomization.yaml b/config/crd/element-deployment/replacements/starter-core/kustomization.yaml index 96f8ba9..40a5fd0 100644 --- a/config/crd/element-deployment/replacements/starter-core/kustomization.yaml +++ b/config/crd/element-deployment/replacements/starter-core/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 @@ -11,7 +11,6 @@ resources: - ../../base/starter-core - element_web.yaml - matrix_content_scanner.yaml - - sliding_sync.yaml - synapse.yaml - well_known_delegation.yaml - global.yaml @@ -23,7 +22,6 @@ resources: - k8s-storage.yaml - k8s-workloads.yaml - k8s-workloads-resources.yaml - - postgres-golang.yaml - postgres-libpq.yaml replacements: - source: @@ -87,7 +85,6 @@ replacements: 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.slidingSync.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 @@ -101,7 +98,6 @@ replacements: name: elementdeployments.matrix.element.io fieldPaths: - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.components.properties.elementWeb.properties.k8s.properties.ingress - - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.components.properties.slidingSync.properties.k8s.properties.ingress - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.components.properties.synapse.properties.k8s.properties.ingress - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.components.properties.wellKnownDelegation.properties.k8s.properties.ingress - source: @@ -113,9 +109,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.monitoring - - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.components.properties.matrixContentScanner.properties.k8s.properties.matrixContentScanner.properties.monitoring - - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.components.properties.slidingSync.properties.k8s.properties.api.properties.monitoring + - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.components.properties.synapse.properties.k8s.properties.haproxy.properties.monitoring - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.components.properties.synapse.properties.k8s.properties.synapse.properties.monitoring - source: kind: KustomizeSchema @@ -151,7 +145,6 @@ replacements: - 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.slidingSync.properties.k8s.properties.api.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 @@ -176,16 +169,6 @@ replacements: name: elementdeployments.matrix.element.io fieldPaths: - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.components.properties.matrixContentScanner.properties.config - - source: - kind: KustomizeSchema - name: slidingSync - fieldPath: spec.schema - targets: - - select: - kind: CustomResourceDefinition - name: elementdeployments.matrix.element.io - fieldPaths: - - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.components.properties.slidingSync.properties.config - source: kind: KustomizeSchema name: synapse @@ -206,16 +189,6 @@ replacements: name: elementdeployments.matrix.element.io fieldPaths: - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.components.properties.wellKnownDelegation.properties.config - - source: - kind: KustomizeSchema - name: postgres-golang - fieldPath: spec.schema - targets: - - select: - kind: CustomResourceDefinition - name: elementdeployments.matrix.element.io - fieldPaths: - - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.components.properties.slidingSync.properties.config.properties.postgresql - source: kind: KustomizeSchema name: postgres-libpq @@ -239,7 +212,6 @@ replacements: - 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.slidingSync.properties.k8s.properties.api.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/postgres-golang.yaml b/config/crd/element-deployment/replacements/starter-core/postgres-golang.yaml deleted file mode 100644 index 021d818..0000000 --- a/config/crd/element-deployment/replacements/starter-core/postgres-golang.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 2023-2024 New Vector Ltd -# -# SPDX-License-Identifier: AGPL-3.0-or-later - - -kind: KustomizeSchema -metadata: - name: postgres-golang -spec: - schema: - description: Configuration of the PostgreSQL database - type: object - required: - - host - - user - - database - properties: - host: - description: PostgreSQL database host - type: string - port: - description: PostgreSQL port - type: integer - default: 5432 - minimum: 0 - maximum: 65535 - user: - description: PostgreSQL username - type: string - database: - description: PostgreSQL database name - type: string - sslMode: - description: TLS settings to use for the PostgreSQL connection - type: string - default: require - enum: - - disable - - require - - verify-ca - - verify-full - passwordSecretKey: - type: string - description: The PostgreSQL password - default: postgresPassword diff --git a/config/crd/element-deployment/replacements/starter-core/sliding_sync.yaml b/config/crd/element-deployment/replacements/starter-core/sliding_sync.yaml deleted file mode 100644 index 5395b09..0000000 --- a/config/crd/element-deployment/replacements/starter-core/sliding_sync.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 2023 New Vector Ltd -# -# SPDX-License-Identifier: AGPL-3.0-or-later - - -kind: KustomizeSchema -metadata: - name: slidingSync -spec: - schema: - type: object - required: - - postgresql - properties: - verifyTls: - default: useGlobalSetting - type: string - description: TLS Verification - enum: - - useGlobalSetting - - force - - disable - postgresql: - description: This field will be replaced by kustomize - log: - description: Logging settings - type: object - default: {} - properties: - level: - type: string - description: The maximum level of log output - default: info - enum: - - info - - debug - - warning - - error - syncSecretSecretKey: - type: string - default: syncSecret - description: The key of the k8s secret containing Sliding Sync Sync Secret diff --git a/config/crd/element-deployment/replacements/starter-core/synapse.yaml b/config/crd/element-deployment/replacements/starter-core/synapse.yaml index 6af5e6f..b1d0d94 100644 --- a/config/crd/element-deployment/replacements/starter-core/synapse.yaml +++ b/config/crd/element-deployment/replacements/starter-core/synapse.yaml @@ -130,6 +130,7 @@ spec: - presence-writer - pusher - receipts-account + - sliding-sync - sso-login - synchrotron - typing-persister diff --git a/config/crd/replacements/starter-core/default-resources-replacements.yaml b/config/crd/replacements/starter-core/default-resources-replacements.yaml index bf80047..cb6d2ad 100644 --- a/config/crd/replacements/starter-core/default-resources-replacements.yaml +++ b/config/crd/replacements/starter-core/default-resources-replacements.yaml @@ -92,28 +92,6 @@ name: matrixcontentscanners.matrix.element.io fieldPaths: - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.config.properties.matrixContentScanner.properties.resources.properties.requests.default -# slidingsyncs.matrix.element.io api -- source: - kind: KustomizeSchema - name: default-resources-starter-core - fieldPath: spec.schemas.slidingSync.api.limits - targets: - - select: - kind: CustomResourceDefinition - name: slidingsyncs.matrix.element.io - fieldPaths: - - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.config.properties.api.properties.resources.properties.limits.default -# slidingsyncs.matrix.element.io api -- source: - kind: KustomizeSchema - name: default-resources-starter-core - fieldPath: spec.schemas.slidingSync.api.requests - targets: - - select: - kind: CustomResourceDefinition - name: slidingsyncs.matrix.element.io - fieldPaths: - - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.config.properties.api.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 f32f1ac..b4a0e27 100644 --- a/config/crd/replacements/starter-core/kustomization.yaml +++ b/config/crd/replacements/starter-core/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 @@ -50,8 +50,6 @@ replacements: name: synapses.matrix.element.io - kind: CustomResourceDefinition name: matrixcontentscanners.matrix.element.io - - kind: CustomResourceDefinition - name: slidingsyncs.matrix.element.io - namespace: enterprise fieldPaths: - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.image @@ -62,11 +60,6 @@ replacements: - 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 - - select: - kind: CustomResourceDefinition - name: slidingsyncs.matrix.element.io - fieldPaths: - - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.image.properties.api - source: kind: KustomizeSchema name: ingress @@ -137,16 +130,6 @@ replacements: - 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: - kind: KustomizeSchema - name: postgres-golang - fieldPath: spec.schema - targets: - - select: - kind: CustomResourceDefinition - name: slidingsyncs.matrix.element.io - fieldPaths: - - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.config.properties.database - source: kind: KustomizeSchema name: postgres-libpq @@ -183,8 +166,6 @@ replacements: name: synapses.matrix.element.io - kind: CustomResourceDefinition name: matrixcontentscanners.matrix.element.io - - kind: CustomResourceDefinition - name: slidingsyncs.matrix.element.io fieldPaths: - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.workloads - select: @@ -201,9 +182,4 @@ replacements: - 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 - - select: - kind: CustomResourceDefinition - name: slidingsyncs.matrix.element.io - fieldPaths: - - spec.versions.0.schema.openAPIV3Schema.properties.spec.properties.workloads.properties.api - path: default-resources-replacements.yaml diff --git a/helm/easy-setup/README.md b/helm/easy-setup/README.md index 5fadd6c..22c28c9 100644 --- a/helm/easy-setup/README.md +++ b/helm/easy-setup/README.md @@ -49,7 +49,7 @@ The values schema documentation of the `ess-stack` subchart can be found at http ## Run 1. To prepare the kind cluster, run `./prepare.sh;` -2. To perform a deployment (initial or subsequent), run `./deploy.sh +2. To perform a deployment (initial or subsequent), run `./deploy.sh ` 5. To delete the cluster: `kind delete cluster --name easy-setup` diff --git a/helm/easy-setup/ess-meta/Chart.yaml b/helm/easy-setup/ess-meta/Chart.yaml index 81aefaa..bf74993 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.19.12 -appVersion: "2.19.12" +version: 2.20.0 +appVersion: "2.20.0" dependencies: - name: ess-stack repository: https://element-hq.github.io/ess-starter-edition-core - version: 2.19.12 + version: 2.20.0 - name: ess-system repository: https://element-hq.github.io/ess-starter-edition-core - version: 2.19.12 + version: 2.20.0 - name: postgresql version: 13.2.24 repository: https://charts.bitnami.com/bitnami diff --git a/helm/easy-setup/ess-meta/values.yaml b/helm/easy-setup/ess-meta/values.yaml index 99ef473..2766e43 100644 --- a/helm/easy-setup/ess-meta/values.yaml +++ b/helm/easy-setup/ess-meta/values.yaml @@ -5,11 +5,8 @@ namespaceOverride: -lb: - enable: false - global: - baseUrl: + baseUrl: ess.localhost ess-system: fullnameOverride: "{{ .Release.Name }}-system" diff --git a/helm/ess-stack/Chart.yaml b/helm/ess-stack/Chart.yaml index 1c9d2b2..c1863eb 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.19.12 -appVersion: 2.19.12 +version: 2.20.0 +appVersion: 2.20.0 diff --git a/helm/ess-stack/values.schema.json b/helm/ess-stack/values.schema.json index 7e7cab4..2bd176a 100644 --- a/helm/ess-stack/values.schema.json +++ b/helm/ess-stack/values.schema.json @@ -466,35 +466,18 @@ "clamAntiVirus": { "default": {}, "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" + "storage": { + "default": { + "volume": { + "size": "1Gi" } }, - "type": "object" - }, - "storage": { - "default": {}, "description": "Settings dedicated to k8s storage", "properties": { "volume": { + "default": { + "size": "1Gi" + }, "oneOf": [ { "not": { @@ -980,31 +963,10 @@ }, "matrixContentScanner": { "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" - }, "storage": { + "default": { + "size": "10Gi" + }, "description": "Settings dedicated to k8s storage as a PVC Template", "properties": { "selector": { @@ -1026,402 +988,48 @@ "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" - } - ], - "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" - } - }, - "required": [ - "size" - ], - "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" - }, - "slidingSync": { - "description": "Sliding Sync is a backend component required by the Element X client beta. It provides a mechanism for the fast synchronisation of Matrix rooms. It is not recommended for production use and is only provide to enable the usage of the Element X client. The current version does not support SSO (OIDC/SAML/CAS). If you wish to try out the Element X client, then you need to be using password-based auth to allow Sliding Sync to work. SSO support (OIDC/SAML/CAS) will be added with a later version of the Sliding Sync tooling.", - "properties": { - "config": { - "properties": { - "log": { - "default": {}, - "description": "Logging settings", - "properties": { - "level": { - "default": "info", - "description": "The maximum level of log output", - "enum": [ - "info", - "debug", - "warning", - "error" - ], - "type": "string" - } - }, - "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", - "require", - "verify-ca", - "verify-full" - ], - "type": "string" - }, - "user": { - "description": "PostgreSQL username", - "type": "string" - } - }, - "required": [ - "host", - "user", - "database" - ], - "type": "object" - }, - "syncSecretSecretKey": { - "default": "syncSecret", - "description": "The key of the k8s secret containing Sliding Sync Sync Secret", - "type": "string" - }, - "verifyTls": { - "default": "useGlobalSetting", - "description": "TLS Verification", - "enum": [ - "useGlobalSetting", - "force", - "disable" - ], - "type": "string" - } - }, - "required": [ - "postgresql" - ], - "type": "object" - }, - "k8s": { - "default": {}, - "properties": { - "api": { - "default": {}, - "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": "array" + } + }, + "required": [ + "key", + "operator" + ], + "type": "object" + }, + "type": "array", + "x-kubernetes-list-map-keys": [ + "key" ], - "type": "string" + "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" + } + ], + "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" @@ -1490,6 +1098,11 @@ "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.", @@ -1507,7 +1120,7 @@ "x-kubernetes-int-or-string": true }, "default": { - "memory": "4Gi" + "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" @@ -1526,7 +1139,7 @@ }, "default": { "cpu": "100m", - "memory": "200Mi" + "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" @@ -1554,12 +1167,12 @@ "type": "string" }, "fsGroup": { - "default": 10130, + "default": 10151, "description": "The fsGroup GID to use if securityContextForceUidGid is enabled", "type": "number" }, "runAsUser": { - "default": 10130, + "default": 10151, "description": "The runAsUser UID to use if securityContextForceUidGid is enabled", "type": "number" }, @@ -1629,180 +1242,20 @@ "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" - }, - "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": "certificate", - "description": "SlidingSync Certificate", - "type": "string" - }, - "privateKeySecretKey": { - "default": "privateKey", - "description": "SlidingSync 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, - "type": "string" - } - }, - "type": "object" - } - }, "required": [ - "fqdn" + "storage" ], "type": "object" } }, + "required": [ + "matrixContentScanner" + ], "type": "object" }, "secretName": { - "default": "sliding-sync", - "description": "The secret data associated to SlidingSync config", + "default": "matrix-content-scanner", + "description": "The secret data associated to MatrixContentScanner config", "maxLength": 253, "type": "string" } @@ -2072,6 +1525,7 @@ "presence-writer", "pusher", "receipts-account", + "sliding-sync", "sso-login", "synchrotron", "typing-persister", @@ -2117,6 +1571,30 @@ "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" + }, "workloads": { "default": {}, "description": "Settings dedicated to k8s workloads", @@ -2731,8 +2209,18 @@ "type": "object" }, "storage": { - "default": {}, "description": "Settings dedicated to k8s storage", + "properties": { + "volume": { + "properties": { + "storageClassName": { + "description": "The storage class name to use", + "type": "string" + } + }, + "type": "object" + } + }, "type": "object" }, "workloads": { @@ -3363,10 +2851,8 @@ "type": "object" }, "globalOptions": { - "default": {}, "properties": { "config": { - "default": {}, "properties": { "domainName": { "description": "The domain name of this deployment. It will be used for the of the users MXIDs, and cannot be changed afterwards", @@ -3387,6 +2873,9 @@ "type": "boolean" } }, + "required": [ + "domainName" + ], "type": "object" }, "k8s": { @@ -3750,6 +3239,9 @@ "type": "string" } }, + "required": [ + "config" + ], "type": "object" }, "secrets": { @@ -3795,6 +3287,10 @@ } } }, + "required": [ + "globalOptions", + "secrets" + ], "type": "object", "$id": "file://ess-stack", "$schema": "https://json-schema.org/draft/2020-12/schema" diff --git a/helm/ess-system/Chart.yaml b/helm/ess-system/Chart.yaml index 191473f..e565474 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.19.12 -appVersion: 2.19.12 +version: 2.20.0 +appVersion: 2.20.0 dependencies: - name: element-operator repository: https://element-hq.github.io/ess-starter-edition-core - version: 2.19.12 + version: 2.20.0 - name: element-updater repository: https://element-hq.github.io/ess-starter-edition-core - version: 2.19.12 + version: 2.20.0 diff --git a/helm/operator/Chart.yaml b/helm/operator/Chart.yaml index 9ddb6d4..3b61ac2 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.19.12 +version: 2.20.0 # 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.19.12 +appVersion: 2.20.0 diff --git a/helm/operator/fragments/Deployment-element-operator-controller-manager.yaml b/helm/operator/fragments/Deployment-element-operator-controller-manager.yaml index 233d2ee..97893b7 100644 --- a/helm/operator/fragments/Deployment-element-operator-controller-manager.yaml +++ b/helm/operator/fragments/Deployment-element-operator-controller-manager.yaml @@ -106,7 +106,7 @@ spec: {{ end }} - args: - --health-probe-bind-address=:6789 - - --metrics-bind-address=127.0.0.1:8080 + - --metrics-bind-address=0.0.0.0:8080 - --leader-elect - --leader-election-id=element-operator {{- if or .Values.operator.manager.resources.limits.memory .Values.operator.manager.maxReconciliationProcesses }} diff --git a/helm/operator/source-values.yaml b/helm/operator/source-values.yaml index afdab7a..5204e82 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.19.12 + tag: 2.20.0 operator: extraPodSpec: securityContext: @@ -70,7 +70,7 @@ operator: imagePullPolicy: Always image: repository: docker.io/vectorim/ess-core-operator - tag: 2.19.12 + tag: 2.20.0 rbacProxy: resources: limits: diff --git a/helm/operator/templates/clusterrole-manager.yaml b/helm/operator/templates/clusterrole-manager.yaml index 2cc5aff..109fa7e 100644 --- a/helm/operator/templates/clusterrole-manager.yaml +++ b/helm/operator/templates/clusterrole-manager.yaml @@ -34,20 +34,6 @@ rules: - patch - update - watch - - apiGroups: - - matrix.element.io - resources: - - slidingsyncs - - slidingsyncs/status - - slidingsyncs/finalizers - verbs: - - create - - delete - - get - - list - - patch - - update - - watch - apiGroups: - matrix.element.io resources: diff --git a/helm/operator/templates/clusterrole-slidingsync-editor.yaml b/helm/operator/templates/clusterrole-slidingsync-editor.yaml deleted file mode 100644 index a619309..0000000 --- a/helm/operator/templates/clusterrole-slidingsync-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: slidingsync-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: - - slidingsyncs - verbs: - - create - - delete - - get - - list - - patch - - update - - watch - - apiGroups: - - matrix.element.io - resources: - - slidingsyncs/status - verbs: - - get -{{ end }} diff --git a/helm/operator/templates/clusterrole-slidingsync-viewer.yaml b/helm/operator/templates/clusterrole-slidingsync-viewer.yaml deleted file mode 100644 index d0256f2..0000000 --- a/helm/operator/templates/clusterrole-slidingsync-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: slidingsync-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: - - slidingsyncs - verbs: - - get - - list - - watch - - apiGroups: - - matrix.element.io - resources: - - slidingsyncs/status - verbs: - - get -{{ end }} diff --git a/helm/operator/templates/customresourcedefinition-slidingsyncs.matrix.element.io.yaml b/helm/operator/templates/customresourcedefinition-slidingsyncs.matrix.element.io.yaml deleted file mode 100644 index 37f2d80..0000000 --- a/helm/operator/templates/customresourcedefinition-slidingsyncs.matrix.element.io.yaml +++ /dev/null @@ -1,373 +0,0 @@ -{{- if $.Values.deployCrds }} ---- -apiVersion: apiextensions.k8s.io/v1 -kind: CustomResourceDefinition -metadata: - name: slidingsyncs.matrix.element.io -spec: - group: matrix.element.io - names: - kind: SlidingSync - listKind: SlidingSyncList - plural: slidingsyncs - singular: slidingsync - scope: Namespaced - versions: - - name: v1alpha1 - schema: - openAPIV3Schema: - description: SlidingSync is the Schema for the slidingsyncs 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 SlidingSync - properties: - config: - default: {} - description: This contains the SlidingSync config - properties: - api: - default: {} - description: Configuration of the API component - 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 - 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: 200Mi - 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 - database: - description: Configuration of the PostgreSQL database - properties: - host: - description: Database host to connect to - type: string - name: - description: Database within the PostgreSQL instance to use - type: string - port: - default: 5432 - description: Port to connect to - maximum: 65535 - minimum: 0 - type: integer - sslmode: - default: require - description: TLS settings to use for the PostgreSQL connection - enum: - - disable - - require - - verify-ca - - verify-full - type: string - user: - description: Username to use for auth - type: string - required: - - host - - user - - name - type: object - externalSecret: - description: |- - The Secret that is managed outside of the SlidingSync CRD lifecycle. The Secret must contain at least the following keys - SYNCV3_SECRET, POSTGRES_PASSWORD - If you need to use a custom CA, place the CA file into ca.pem of this secret. - properties: - name: - description: The name of the Secret within the same namespace as the Synapse 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 - log: - default: {} - description: Logging settings - properties: - level: - default: info - description: The maximum level of log output - type: string - 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 - type: object - image: - description: This contains the SlidingSync image - properties: - api: - 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 - ingress: - description: Defines how to access this resource - properties: - annotations: - additionalProperties: - type: string - description: Defines the annotations to add to the ingress object - type: object - domainName: - description: What domain name to create this ingress at - type: string - ingressClassName: - description: An optional IngressClass name to be used for this ingress. Optional if you are managing ingress / loadbalancer external to the operator. - type: string - tlsSecret: - description: An optional TLS secret to be used to secure this ingress with. Optional as if used in OpenShift the default Router certificates can be used - type: string - 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: - default: {} - description: This contains the SlidingSync workloads - properties: - api: - 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 - type: object - status: - description: Status defines the observed state of SlidingSync - 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 03acce6..74ecbd5 100644 --- a/helm/operator/templates/customresourcedefinition-synapses.matrix.element.io.yaml +++ b/helm/operator/templates/customresourcedefinition-synapses.matrix.element.io.yaml @@ -603,6 +603,7 @@ spec: - presence-writer - pusher - receipts-account + - sliding-sync - sso-login - synchrotron - typing-persister @@ -1461,6 +1462,7 @@ spec: - presence-writer - pusher - receipts-account + - sliding-sync - sso-login - synchrotron - typing-persister diff --git a/helm/operator/templates/deployment-element-operator-controller-manager.yaml b/helm/operator/templates/deployment-element-operator-controller-manager.yaml index 7e683c2..a1a533e 100644 --- a/helm/operator/templates/deployment-element-operator-controller-manager.yaml +++ b/helm/operator/templates/deployment-element-operator-controller-manager.yaml @@ -107,7 +107,7 @@ spec: {{ end }} - args: - --health-probe-bind-address=:6789 - - --metrics-bind-address=127.0.0.1:8080 + - --metrics-bind-address=0.0.0.0:8080 - --leader-elect - --leader-election-id=element-operator {{- if or .Values.operator.manager.resources.limits.memory .Values.operator.manager.maxReconciliationProcesses }} diff --git a/helm/operator/values.yaml b/helm/operator/values.yaml index d40150f..d3dfdf6 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.19.12 + tag: 2.20.0 operator: extraPodSpec: securityContext: @@ -70,7 +70,7 @@ operator: imagePullPolicy: Always image: repository: docker.io/vectorim/ess-core-operator - tag: 2.19.12 + tag: 2.20.0 rbacProxy: resources: limits: diff --git a/helm/updater/Chart.yaml b/helm/updater/Chart.yaml index d130448..092ebc2 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.19.12 +version: 2.20.0 # 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.19.12 +appVersion: 2.20.0 diff --git a/helm/updater/fragments/Deployment-element-updater-controller-manager.yaml b/helm/updater/fragments/Deployment-element-updater-controller-manager.yaml index acabc4d..ebdd3f8 100644 --- a/helm/updater/fragments/Deployment-element-updater-controller-manager.yaml +++ b/helm/updater/fragments/Deployment-element-updater-controller-manager.yaml @@ -106,7 +106,7 @@ spec: {{ end }} - args: - --health-probe-bind-address=:6789 - - --metrics-bind-address=127.0.0.1:8080 + - --metrics-bind-address=0.0.0.0:8080 - --leader-elect - --leader-election-id=element-updater {{- if or .Values.updater.manager.resources.limits.memory .Values.updater.manager.maxReconciliationProcesses }} diff --git a/helm/updater/source-values.yaml b/helm/updater/source-values.yaml index fada7e1..ba162c4 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.19.12 + tag: 2.20.0 updater: extraPodSpec: securityContext: @@ -70,7 +70,7 @@ updater: - ALL image: repository: docker.io/vectorim/ess-core-updater - tag: 2.19.12 + tag: 2.20.0 rbacProxy: resources: limits: diff --git a/helm/updater/templates/clusterrole-manager.yaml b/helm/updater/templates/clusterrole-manager.yaml index 2bdffeb..51b4022 100644 --- a/helm/updater/templates/clusterrole-manager.yaml +++ b/helm/updater/templates/clusterrole-manager.yaml @@ -48,20 +48,6 @@ rules: - patch - update - watch - - apiGroups: - - matrix.element.io - resources: - - slidingsyncs - - slidingsyncs/status - - slidingsyncs/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 6d4584b..97eb90b 100644 --- a/helm/updater/templates/customresourcedefinition-elementdeployment.yaml +++ b/helm/updater/templates/customresourcedefinition-elementdeployment.yaml @@ -377,29 +377,15 @@ spec: clamAntiVirus: default: {} 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 storage: - default: {} + default: + volume: + size: 1Gi description: Settings dedicated to k8s storage properties: volume: + default: + size: 1Gi oneOf: - not: required: @@ -734,25 +720,9 @@ spec: type: object matrixContentScanner: 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 storage: + default: + size: 10Gi description: Settings dedicated to k8s storage as a PVC Template properties: selector: @@ -804,8 +774,6 @@ spec: storageClassName: description: The storage class name to use type: string - required: - - size type: object workloads: default: {} @@ -968,25 +936,95 @@ spec: required: - config type: object - slidingSync: - description: Sliding Sync is a backend component required by the Element X client beta. It provides a mechanism for the fast synchronisation of Matrix rooms. It is not recommended for production use and is only provide to enable the usage of the Element X client. The current version does not support SSO (OIDC/SAML/CAS). If you wish to try out the Element X client, then you need to be using password-based auth to allow Sliding Sync to work. SSO support (OIDC/SAML/CAS) will be added with a later version of the Sliding Sync tooling. + synapse: + description: This is a matrix homeserver. properties: config: properties: + additional: + description: Additional config to inject + type: string + externalAppservices: + default: {} + description: External application services to configure + 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: + additionalProperties: + description: Content of an appservice registration file + type: string + default: {} + description: Map of appservice registration files to inject + type: object + type: object log: default: {} - description: Logging settings + description: Synapse Logging settings properties: - level: - default: info - description: The maximum level of log output + 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: - - info - - debug - - warning - - error + - 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: + size: 50Gi + description: The volume holding media + oneOf: + - not: + required: + - name + required: + - size + - required: + - name + - size + properties: + 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: @@ -1011,6 +1049,8 @@ spec: description: TLS settings to use for the PostgreSQL connection enum: - disable + - allow + - prefer - require - verify-ca - verify-full @@ -1023,26 +1063,104 @@ spec: - user - database type: object - syncSecretSecretKey: - default: syncSecret - description: The key of the k8s secret containing Sliding Sync Sync Secret + registrationSharedSecretSecretKey: + default: registrationSharedSecret + description: The key of the k8s secret containing Synapse registration shared secret type: string - verifyTls: - default: useGlobalSetting - description: TLS Verification - enum: - - useGlobalSetting - - force - - disable + 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: - api: + 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: {} @@ -1110,6 +1228,10 @@ 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 Synapse HAProxy replicas + minimum: 1 + type: number resources: default: {} description: Kubernetes resources to allocate to each instance. @@ -1122,7 +1244,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: @@ -1134,7 +1256,7 @@ spec: x-kubernetes-int-or-string: true default: cpu: 100m - memory: 200Mi + 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 @@ -1152,11 +1274,11 @@ spec: - disable type: string fsGroup: - default: 10130 + default: 10001 description: The fsGroup GID to use if securityContextForceUidGid is enabled type: number runAsUser: - default: 10130 + default: 10001 description: The runAsUser UID to use if securityContextForceUidGid is enabled type: number seLinuxOptions: @@ -1205,18 +1327,6 @@ spec: 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 ingress: description: Settings dedicated to k8s ingresses properties: @@ -1285,12 +1395,12 @@ spec: description: Certificate file properties: certFileSecretKey: - default: certificate - description: SlidingSync Certificate + default: synapseCertificate + description: Synapse Server Certificate type: string privateKeySecretKey: - default: privateKey - description: SlidingSync Private Key + default: synapsePrivateKey + description: Synapse Server Private Key type: string type: object certmanager: @@ -1317,489 +1427,7 @@ spec: required: - fqdn type: object - type: object - secretName: - default: sliding-sync - description: The secret data associated to SlidingSync config - 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. - properties: - config: - properties: - additional: - description: Additional config to inject - type: string - externalAppservices: - default: {} - description: External application services to configure - 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: - additionalProperties: - description: Content of an appservice registration file - type: string - default: {} - description: Map of appservice registration files to inject - type: object - type: object - log: - default: {} - description: Synapse Logging settings - properties: - 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: - size: 50Gi - description: The volume holding media - oneOf: - - not: - required: - - name - required: - - size - - required: - - name - - size - properties: - 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 - 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 - - 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: - 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 Synapse HAProxy 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: 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: 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 - 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 - 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 - redis: + redis: default: {} description: k8s properties of the redis workloads inside synapse component properties: @@ -1981,8 +1609,14 @@ spec: type: object type: object storage: - default: {} 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: {} @@ -2421,10 +2055,8 @@ spec: type: object type: object global: - default: {} properties: config: - default: {} properties: domainName: description: The domain name of this deployment. It will be used for the of the users MXIDs, and cannot be changed afterwards @@ -2440,6 +2072,8 @@ spec: default: true description: TLS verification type: boolean + required: + - domainName type: object k8s: default: {} @@ -2695,7 +2329,11 @@ spec: 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 @@ -3052,29 +2690,15 @@ spec: clamAntiVirus: default: {} 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 storage: - default: {} + default: + volume: + size: 1Gi description: Settings dedicated to k8s storage properties: volume: + default: + size: 1Gi oneOf: - not: required: @@ -3082,188 +2706,26 @@ spec: 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 - 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 ClamAV 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: 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 - 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 + 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 - type: object - icap: - default: {} - properties: workloads: default: {} description: Settings dedicated to k8s workloads @@ -3312,6 +2774,10 @@ 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 ClamAV replicas + minimum: 1 + type: number resources: default: {} description: Kubernetes resources to allocate to each instance. @@ -3324,7 +2790,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: 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: @@ -3354,11 +2820,11 @@ spec: - disable type: string fsGroup: - default: 10152 + default: 10150 description: The fsGroup GID to use if securityContextForceUidGid is enabled type: number runAsUser: - default: 10152 + default: 10150 description: The runAsUser UID to use if securityContextForceUidGid is enabled type: number seLinuxOptions: @@ -3407,81 +2873,21 @@ spec: type: array type: object type: object - matrixContentScanner: + common: + default: {} + description: Settings dedicated to k8s properties: - monitoring: + annotations: + additionalProperties: + description: Defines the annotations to add + type: string 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 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. - 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 + 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 @@ -3530,10 +2936,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. @@ -3546,7 +2948,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: 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: @@ -3575,167 +2977,116 @@ spec: - 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 - 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 - slidingSync: - description: Sliding Sync is a backend component required by the Element X client beta. It provides a mechanism for the fast synchronisation of Matrix rooms. It is not recommended for production use and is only provide to enable the usage of the Element X client. The current version does not support SSO (OIDC/SAML/CAS). If you wish to try out the Element X client, then you need to be using password-based auth to allow Sliding Sync to work. SSO support (OIDC/SAML/CAS) will be added with a later version of the Sliding Sync tooling. - properties: - config: - properties: - log: - default: {} - description: Logging settings - properties: - level: - default: info - description: The maximum level of log output - enum: - - info - - debug - - warning - - error - type: string - 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 - - require - - verify-ca - - verify-full - type: string - user: - description: PostgreSQL username - type: string - required: - - host - - user - - database - type: object - syncSecretSecretKey: - default: syncSecret - description: The key of the k8s secret containing Sliding Sync Sync Secret - type: string - verifyTls: - default: useGlobalSetting - description: TLS Verification - enum: - - useGlobalSetting - - force - - disable - type: string - required: - - postgresql - type: object - k8s: - default: {} - properties: - api: - default: {} - 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 + 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 - - auto 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. + 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 type: object workloads: default: {} @@ -3785,6 +3136,10 @@ 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. @@ -3797,7 +3152,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: 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: @@ -3809,7 +3164,7 @@ spec: x-kubernetes-int-or-string: true default: cpu: 100m - memory: 200Mi + 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 @@ -3827,11 +3182,11 @@ spec: - disable type: string fsGroup: - default: 10130 + default: 10151 description: The fsGroup GID to use if securityContextForceUidGid is enabled type: number runAsUser: - default: 10130 + default: 10151 description: The runAsUser UID to use if securityContextForceUidGid is enabled type: number seLinuxOptions: @@ -3879,123 +3234,15 @@ spec: 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 - 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: certificate - description: SlidingSync Certificate - type: string - privateKeySecretKey: - default: privateKey - description: SlidingSync 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 + - storage type: object + required: + - matrixContentScanner type: object secretName: - default: sliding-sync - description: The secret data associated to SlidingSync config + default: matrix-content-scanner + description: The secret data associated to MatrixContentScanner config maxLength: 253 pattern: ^[a-z0-9]([\-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([\-a-z0-9]*[a-z0-9])?)*$ type: string @@ -4195,6 +3442,7 @@ spec: - presence-writer - pusher - receipts-account + - sliding-sync - sso-login - synchrotron - typing-persister @@ -4227,6 +3475,24 @@ spec: 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 workloads: default: {} description: Settings dedicated to k8s workloads @@ -4656,8 +3922,14 @@ spec: type: object type: object storage: - default: {} 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: {} @@ -5096,10 +4368,8 @@ spec: type: object type: object global: - default: {} properties: config: - default: {} properties: domainName: description: The domain name of this deployment. It will be used for the of the users MXIDs, and cannot be changed afterwards @@ -5115,6 +4385,8 @@ spec: default: true description: TLS verification type: boolean + required: + - domainName type: object k8s: default: {} @@ -5370,7 +4642,11 @@ spec: 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 diff --git a/helm/updater/templates/deployment-element-updater-controller-manager.yaml b/helm/updater/templates/deployment-element-updater-controller-manager.yaml index 57465c0..0456cd6 100644 --- a/helm/updater/templates/deployment-element-updater-controller-manager.yaml +++ b/helm/updater/templates/deployment-element-updater-controller-manager.yaml @@ -107,7 +107,7 @@ spec: {{ end }} - args: - --health-probe-bind-address=:6789 - - --metrics-bind-address=127.0.0.1:8080 + - --metrics-bind-address=0.0.0.0:8080 - --leader-elect - --leader-election-id=element-updater {{- if or .Values.updater.manager.resources.limits.memory .Values.updater.manager.maxReconciliationProcesses }} diff --git a/helm/updater/values.yaml b/helm/updater/values.yaml index 1dac2c4..943d9e7 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.19.12 + tag: 2.20.0 updater: extraPodSpec: securityContext: @@ -70,7 +70,7 @@ updater: - ALL image: repository: docker.io/vectorim/ess-core-updater - tag: 2.19.12 + tag: 2.20.0 rbacProxy: resources: limits: diff --git a/roles/elementdeployment/defaults/main/images.yml b/roles/elementdeployment/defaults/main/images.yml index 90793ed..9775047 100644 --- a/roles/elementdeployment/defaults/main/images.yml +++ b/roles/elementdeployment/defaults/main/images.yml @@ -26,11 +26,6 @@ default_images_digests: image_repository_server: docker.io image_repository_path: vectorim/matrix-content-scanner image_tag: v1.0.8 - sliding_sync: - api: - image_repository_server: ghcr.io - image_repository_path: matrix-org/sliding-sync - image_tag: v0.99.19 synapse: haproxy: image_repository_server: docker.io @@ -43,7 +38,7 @@ default_images_digests: synapse: image_repository_server: docker.io image_repository_path: matrixdotorg/synapse - image_tag: v1.110.0 + image_tag: v1.114.0 well_known_delegation: well_known_delegation: image_repository_server: docker.io diff --git a/roles/elementdeployment/files/elementdeployment-schema.yaml b/roles/elementdeployment/files/elementdeployment-schema.yaml index f40e312..ad6ccb7 100644 --- a/roles/elementdeployment/files/elementdeployment-schema.yaml +++ b/roles/elementdeployment/files/elementdeployment-schema.yaml @@ -372,29 +372,15 @@ spec: clamAntiVirus: default: {} 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 storage: - default: {} + default: + volume: + size: 1Gi description: Settings dedicated to k8s storage properties: volume: + default: + size: 1Gi oneOf: - not: required: @@ -729,25 +715,9 @@ spec: type: object matrixContentScanner: 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 storage: + default: + size: 10Gi description: Settings dedicated to k8s storage as a PVC Template properties: selector: @@ -799,8 +769,6 @@ spec: storageClassName: description: The storage class name to use type: string - required: - - size type: object workloads: default: {} @@ -963,25 +931,95 @@ spec: required: - config type: object - slidingSync: - description: Sliding Sync is a backend component required by the Element X client beta. It provides a mechanism for the fast synchronisation of Matrix rooms. It is not recommended for production use and is only provide to enable the usage of the Element X client. The current version does not support SSO (OIDC/SAML/CAS). If you wish to try out the Element X client, then you need to be using password-based auth to allow Sliding Sync to work. SSO support (OIDC/SAML/CAS) will be added with a later version of the Sliding Sync tooling. + synapse: + description: This is a matrix homeserver. properties: config: properties: + additional: + description: Additional config to inject + type: string + externalAppservices: + default: {} + description: External application services to configure + 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: + additionalProperties: + description: Content of an appservice registration file + type: string + default: {} + description: Map of appservice registration files to inject + type: object + type: object log: default: {} - description: Logging settings + description: Synapse Logging settings properties: - level: - default: info - description: The maximum level of log output + 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: - - info - - debug - - warning - - error + - 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: + size: 50Gi + description: The volume holding media + oneOf: + - not: + required: + - name + required: + - size + - required: + - name + - size + properties: + 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: @@ -1006,6 +1044,8 @@ spec: description: TLS settings to use for the PostgreSQL connection enum: - disable + - allow + - prefer - require - verify-ca - verify-full @@ -1018,26 +1058,104 @@ spec: - user - database type: object - syncSecretSecretKey: - default: syncSecret - description: The key of the k8s secret containing Sliding Sync Sync Secret + registrationSharedSecretSecretKey: + default: registrationSharedSecret + description: The key of the k8s secret containing Synapse registration shared secret type: string - verifyTls: - default: useGlobalSetting - description: TLS Verification - enum: - - useGlobalSetting - - force - - disable + 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: - api: + 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: {} @@ -1105,6 +1223,10 @@ 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 Synapse HAProxy replicas + minimum: 1 + type: number resources: default: {} description: Kubernetes resources to allocate to each instance. @@ -1117,7 +1239,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: @@ -1129,7 +1251,7 @@ spec: x-kubernetes-int-or-string: true default: cpu: 100m - memory: 200Mi + 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 @@ -1147,11 +1269,11 @@ spec: - disable type: string fsGroup: - default: 10130 + default: 10001 description: The fsGroup GID to use if securityContextForceUidGid is enabled type: number runAsUser: - default: 10130 + default: 10001 description: The runAsUser UID to use if securityContextForceUidGid is enabled type: number seLinuxOptions: @@ -1200,18 +1322,6 @@ spec: 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 ingress: description: Settings dedicated to k8s ingresses properties: @@ -1280,12 +1390,12 @@ spec: description: Certificate file properties: certFileSecretKey: - default: certificate - description: SlidingSync Certificate + default: synapseCertificate + description: Synapse Server Certificate type: string privateKeySecretKey: - default: privateKey - description: SlidingSync Private Key + default: synapsePrivateKey + description: Synapse Server Private Key type: string type: object certmanager: @@ -1312,489 +1422,7 @@ spec: required: - fqdn type: object - type: object - secretName: - default: sliding-sync - description: The secret data associated to SlidingSync config - 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. - properties: - config: - properties: - additional: - description: Additional config to inject - type: string - externalAppservices: - default: {} - description: External application services to configure - 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: - additionalProperties: - description: Content of an appservice registration file - type: string - default: {} - description: Map of appservice registration files to inject - type: object - type: object - log: - default: {} - description: Synapse Logging settings - properties: - 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: - size: 50Gi - description: The volume holding media - oneOf: - - not: - required: - - name - required: - - size - - required: - - name - - size - properties: - 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 - 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 - - 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: - 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 Synapse HAProxy 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: 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: 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 - 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 - 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 - redis: + redis: default: {} description: k8s properties of the redis workloads inside synapse component properties: @@ -1976,8 +1604,14 @@ spec: type: object type: object storage: - default: {} 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: {} @@ -2416,10 +2050,8 @@ spec: type: object type: object global: - default: {} properties: config: - default: {} properties: domainName: description: The domain name of this deployment. It will be used for the of the users MXIDs, and cannot be changed afterwards @@ -2435,6 +2067,8 @@ spec: default: true description: TLS verification type: boolean + required: + - domainName type: object k8s: default: {} @@ -2690,7 +2324,11 @@ spec: 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 @@ -3047,29 +2685,15 @@ spec: clamAntiVirus: default: {} 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 storage: - default: {} + default: + volume: + size: 1Gi description: Settings dedicated to k8s storage properties: volume: + default: + size: 1Gi oneOf: - not: required: @@ -3077,188 +2701,26 @@ spec: 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 - 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 ClamAV 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: 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 - 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 + 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 - type: object - icap: - default: {} - properties: workloads: default: {} description: Settings dedicated to k8s workloads @@ -3307,6 +2769,10 @@ 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 ClamAV replicas + minimum: 1 + type: number resources: default: {} description: Kubernetes resources to allocate to each instance. @@ -3319,7 +2785,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: 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: @@ -3349,11 +2815,11 @@ spec: - disable type: string fsGroup: - default: 10152 + default: 10150 description: The fsGroup GID to use if securityContextForceUidGid is enabled type: number runAsUser: - default: 10152 + default: 10150 description: The runAsUser UID to use if securityContextForceUidGid is enabled type: number seLinuxOptions: @@ -3402,81 +2868,21 @@ spec: type: array type: object type: object - matrixContentScanner: + common: + default: {} + description: Settings dedicated to k8s properties: - monitoring: + annotations: + additionalProperties: + description: Defines the annotations to add + type: string 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 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. - 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 + 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 @@ -3525,10 +2931,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. @@ -3541,7 +2943,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: 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: @@ -3570,167 +2972,116 @@ spec: - 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 - 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 - slidingSync: - description: Sliding Sync is a backend component required by the Element X client beta. It provides a mechanism for the fast synchronisation of Matrix rooms. It is not recommended for production use and is only provide to enable the usage of the Element X client. The current version does not support SSO (OIDC/SAML/CAS). If you wish to try out the Element X client, then you need to be using password-based auth to allow Sliding Sync to work. SSO support (OIDC/SAML/CAS) will be added with a later version of the Sliding Sync tooling. - properties: - config: - properties: - log: - default: {} - description: Logging settings - properties: - level: - default: info - description: The maximum level of log output - enum: - - info - - debug - - warning - - error - type: string - 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 - - require - - verify-ca - - verify-full - type: string - user: - description: PostgreSQL username - type: string - required: - - host - - user - - database - type: object - syncSecretSecretKey: - default: syncSecret - description: The key of the k8s secret containing Sliding Sync Sync Secret - type: string - verifyTls: - default: useGlobalSetting - description: TLS Verification - enum: - - useGlobalSetting - - force - - disable - type: string - required: - - postgresql - type: object - k8s: - default: {} - properties: - api: - default: {} - 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 + 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 - - auto 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. + 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 type: object workloads: default: {} @@ -3780,6 +3131,10 @@ 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. @@ -3792,7 +3147,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: 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: @@ -3804,7 +3159,7 @@ spec: x-kubernetes-int-or-string: true default: cpu: 100m - memory: 200Mi + 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 @@ -3822,11 +3177,11 @@ spec: - disable type: string fsGroup: - default: 10130 + default: 10151 description: The fsGroup GID to use if securityContextForceUidGid is enabled type: number runAsUser: - default: 10130 + default: 10151 description: The runAsUser UID to use if securityContextForceUidGid is enabled type: number seLinuxOptions: @@ -3874,123 +3229,15 @@ spec: 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 - 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: certificate - description: SlidingSync Certificate - type: string - privateKeySecretKey: - default: privateKey - description: SlidingSync 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 + - storage type: object + required: + - matrixContentScanner type: object secretName: - default: sliding-sync - description: The secret data associated to SlidingSync config + default: matrix-content-scanner + description: The secret data associated to MatrixContentScanner config maxLength: 253 pattern: ^[a-z0-9]([\-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([\-a-z0-9]*[a-z0-9])?)*$ type: string @@ -4190,6 +3437,7 @@ spec: - presence-writer - pusher - receipts-account + - sliding-sync - sso-login - synchrotron - typing-persister @@ -4222,6 +3470,24 @@ spec: 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 workloads: default: {} description: Settings dedicated to k8s workloads @@ -4651,8 +3917,14 @@ spec: type: object type: object storage: - default: {} 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: {} @@ -5091,10 +4363,8 @@ spec: type: object type: object global: - default: {} properties: config: - default: {} properties: domainName: description: The domain name of this deployment. It will be used for the of the users MXIDs, and cannot be changed afterwards @@ -5110,6 +4380,8 @@ spec: default: true description: TLS verification type: boolean + required: + - domainName type: object k8s: default: {} @@ -5365,7 +4637,11 @@ spec: 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 diff --git a/roles/elementdeployment/templates/any/k8s-config.yaml.j2 b/roles/elementdeployment/templates/any/k8s-config.yaml.j2 index 31fae6b..730b657 100644 --- a/roles/elementdeployment/templates/any/k8s-config.yaml.j2 +++ b/roles/elementdeployment/templates/any/k8s-config.yaml.j2 @@ -46,9 +46,5 @@ containersSecurityContext: - ALL {% endif %} {% if component_k8s_schema_has_replicas %} -{% if components_k8s_properties.workloads.replicas is mapping %} -replicas: {{ components_k8s_properties.workloads.replicas.static | default(_global.k8s.workloads.replicas) }} -{% else %} replicas: {{ components_k8s_properties.workloads.replicas | default(_global.k8s.workloads.replicas) }} {% endif %} -{% endif %} diff --git a/roles/elementdeployment/templates/any/pvc.yaml.j2 b/roles/elementdeployment/templates/any/pvc.yaml.j2 index f8abb4c..1679567 100644 --- a/roles/elementdeployment/templates/any/pvc.yaml.j2 +++ b/roles/elementdeployment/templates/any/pvc.yaml.j2 @@ -12,8 +12,8 @@ metadata: name: {{ ansible_operator_meta.name }}-{{ _component_item | regex_replace('_', '-') }} namespace: {{ ansible_operator_meta.namespace }} spec: -{% if components_k8s_properties.storage.storage_class_name | default(_global.k8s.storage.storage_class_name) | default(false) %} - storageClassName: "{{ components_k8s_properties.storage.storage_class_name | default(_global.k8s.storage.storage_class_name) }}" +{% if components_k8s_properties.storage.volume.storage_class_name | default(_global.k8s.storage.storage_class_name) | default(false) %} + storageClassName: "{{ components_k8s_properties.storage.volume.storage_class_name | default(_global.k8s.storage.storage_class_name) }}" {% endif %} accessModes: - ReadWriteOnce 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 index 2ca9794..2cad484 100644 --- a/roles/elementdeployment/templates/matrix_content_scanner/matrix_content_scanner.yaml.j2 +++ b/roles/elementdeployment/templates/matrix_content_scanner/matrix_content_scanner.yaml.j2 @@ -57,8 +57,8 @@ spec: {% endif %} persistentVolumeClaimTemplate: size: {{ components_k8s_properties.matrix_content_scanner.storage.size }} -{% if components_k8s_properties.storage.storage_class_name | default(_global.k8s.storage.storage_class_name) | default(false) %} - storageClassName: "{{ components_k8s_properties.storage.storage_class_name | default(_global.k8s.storage.storage_class_name) }}" +{% 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: diff --git a/roles/elementdeployment/templates/sliding_sync/api_service_monitor.yaml.j2 b/roles/elementdeployment/templates/sliding_sync/api_service_monitor.yaml.j2 deleted file mode 100644 index 170ca95..0000000 --- a/roles/elementdeployment/templates/sliding_sync/api_service_monitor.yaml.j2 +++ /dev/null @@ -1,8 +0,0 @@ -{# -Copyright 2023-2024 New Vector Ltd - -SPDX-License-Identifier: AGPL-3.0-or-later - -#} - -{{ lookup('template', 'sliding_sync/service_monitor/service_monitor.yaml.j2', template_vars={'_component_item': _component_item, '_subcomponent': 'api'}) }} diff --git a/roles/elementdeployment/templates/sliding_sync/secrets.yaml.j2 b/roles/elementdeployment/templates/sliding_sync/secrets.yaml.j2 deleted file mode 100644 index 4ff5957..0000000 --- a/roles/elementdeployment/templates/sliding_sync/secrets.yaml.j2 +++ /dev/null @@ -1,15 +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 }}-sliding-sync-secrets - namespace: "{{ ansible_operator_meta.namespace }}" -data: - SYNCV3_SECRET: {{ _fetched_components_secrets[components.sliding_sync.config.sync_secret_secret_key] | b64encode }} - POSTGRES_PASSWORD: {{ _fetched_components_secrets[components.sliding_sync.config.postgresql.password_secret_key] | b64encode }} diff --git a/roles/elementdeployment/templates/sliding_sync/slidingsync.yaml.j2 b/roles/elementdeployment/templates/sliding_sync/slidingsync.yaml.j2 deleted file mode 100644 index 6277452..0000000 --- a/roles/elementdeployment/templates/sliding_sync/slidingsync.yaml.j2 +++ /dev/null @@ -1,46 +0,0 @@ -{# -Copyright 2023-2024 New Vector Ltd - -SPDX-License-Identifier: AGPL-3.0-or-later - -#} - -apiVersion: matrix.element.io/v1alpha1 -kind: SlidingSync -metadata: - name: "{{ ansible_operator_meta.name }}" - namespace: "{{ ansible_operator_meta.namespace }}" - annotations: - k8s.element.io/secretshash: "{{ lookup('template', 'sliding_sync/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':'api'}) - | regex_replace('image:', 'api:') | indent(6) }} - workloads: - {{ lookup('template', 'templates/any/k8s-workloads.yaml.j2', template_vars={'_component_item': _component_item, '_subcomponent':'api'}) - | regex_replace('workloads:', 'api:') - | indent(4) }} - ingress: - {{ lookup('template', 'templates/any/k8s-ingress.yaml.j2', template_vars={'_component_item': _component_item, '_tls_secret': 'sliding-sync-tls-secret'}) | indent(4) }} - service: - {{ lookup('template', 'templates/any/k8s-services.yaml.j2', template_vars={'_component_item': _component_item}) | indent(4) }} - config: - api: - {{ lookup('template', 'templates/any/k8s-config.yaml.j2', template_vars={'_component_item': _component_item, '_subcomponent':'api'}) - | indent(6) }} - log: - level: {{ components.sliding_sync.config.log.level }} - externalSecret: - name: {{ ansible_operator_meta.name }}-sliding-sync-secrets - matrixServer: - # In an ideal world this would be synapse_internal_url, however this a) gets exposed at /client/server.json - # and b) Element Web checks this value for reachability - # See https://github.com/element-hq/element-web/issues/26956 & https://github.com/matrix-org/sliding-sync/pull/386 for context - baseUrl: {{ synapse_public_url }} - serverName: {{ _global.config.domain_name }} - database: - host: "{{ components.sliding_sync.config.postgresql.host }}" - port: {{ components.sliding_sync.config.postgresql.port }} - user: "{{ components.sliding_sync.config.postgresql.user }}" - name: "{{ components.sliding_sync.config.postgresql.database }}" - sslmode: "{{ components.sliding_sync.config.postgresql.ssl_mode }}" diff --git a/roles/elementdeployment/templates/sliding_sync/tls-secrets.yaml.j2 b/roles/elementdeployment/templates/sliding_sync/tls-secrets.yaml.j2 deleted file mode 100644 index ec13fba..0000000 --- a/roles/elementdeployment/templates/sliding_sync/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': 'sliding-sync-tls-secret'}) }} diff --git a/roles/elementdeployment/templates/synapse/haproxy_service_monitor.yaml.j2 b/roles/elementdeployment/templates/synapse/haproxy_service_monitor.yaml.j2 new file mode 100644 index 0000000..5ef3553 --- /dev/null +++ b/roles/elementdeployment/templates/synapse/haproxy_service_monitor.yaml.j2 @@ -0,0 +1,8 @@ +{# +Copyright 2024 New Vector Ltd + +SPDX-License-Identifier: AGPL-3.0-or-later + +#} + +{{ lookup('template', 'synapse/service_monitor/haproxy_service_monitor.yaml.j2', template_vars={'_component_item': _component_item, '_subcomponent': 'haproxy'}) }} diff --git a/roles/elementdeployment/templates/synapse/pvc.yaml.j2 b/roles/elementdeployment/templates/synapse/pvc.yaml.j2 index 0bd5c2c..77f0ca0 100644 --- a/roles/elementdeployment/templates/synapse/pvc.yaml.j2 +++ b/roles/elementdeployment/templates/synapse/pvc.yaml.j2 @@ -11,8 +11,8 @@ metadata: name: {{ ansible_operator_meta.name }}-synapse-media namespace: "{{ ansible_operator_meta.namespace }}" spec: -{% if components_k8s_properties.storage.storage_class_name | default(_global.k8s.storage.storage_class_name) | default(false) %} - storageClassName: "{{ components_k8s_properties.storage.storage_class_name | default(_global.k8s.storage.storage_class_name) }}" +{% if components_k8s_properties.storage.volume.storage_class_name | default(_global.k8s.storage.storage_class_name) | default(false) %} + storageClassName: "{{ components_k8s_properties.storage.volume.storage_class_name | default(_global.k8s.storage.storage_class_name) }}" {% endif %} {% if components.synapse.config.media.volume.name | default(false) %} volumeName: {{ components.synapse.config.media.volume.name }} diff --git a/roles/elementdeployment/templates/sliding_sync/service_monitor/service_monitor.yaml.j2 b/roles/elementdeployment/templates/synapse/service_monitor/haproxy_service_monitor.yaml.j2 similarity index 58% rename from roles/elementdeployment/templates/sliding_sync/service_monitor/service_monitor.yaml.j2 rename to roles/elementdeployment/templates/synapse/service_monitor/haproxy_service_monitor.yaml.j2 index bc71d77..4565d4f 100644 --- a/roles/elementdeployment/templates/sliding_sync/service_monitor/service_monitor.yaml.j2 +++ b/roles/elementdeployment/templates/synapse/service_monitor/haproxy_service_monitor.yaml.j2 @@ -1,5 +1,5 @@ {# -Copyright 2023-2024 New Vector Ltd +Copyright 2024 New Vector Ltd SPDX-License-Identifier: AGPL-3.0-or-later @@ -9,16 +9,16 @@ SPDX-License-Identifier: AGPL-3.0-or-later apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor metadata: - name: {{ ansible_operator_meta.name }}-sliding-sync-{{ _subcomponent }} + name: {{ ansible_operator_meta.name }}-synapse-haproxy namespace: "{{ ansible_operator_meta.namespace }}" spec: endpoints: - interval: 30s - port: metrics + port: haproxy-metrics selector: matchLabels: app.kubernetes.io/managed-by: element-operator app.kubernetes.io/part-of: matrix-stack - app.kubernetes.io/component: matrix-sliding-sync - app.kubernetes.io/instance: "{{ ansible_operator_meta.name }}-sliding-sync-{{ _subcomponent }}" + app.kubernetes.io/component: matrix-server-ingress + app.kubernetes.io/instance: {{ ansible_operator_meta.name }}-synapse-haproxy {% endif %} diff --git a/roles/elementdeployment/templates/well_known_delegation/config_client/25-slidingsync.json.j2 b/roles/elementdeployment/templates/well_known_delegation/config_client/25-slidingsync.json.j2 deleted file mode 100644 index 6498651..0000000 --- a/roles/elementdeployment/templates/well_known_delegation/config_client/25-slidingsync.json.j2 +++ /dev/null @@ -1,14 +0,0 @@ -{# -Copyright 2023 New Vector Ltd - -SPDX-License-Identifier: AGPL-3.0-or-later - -#} - -{% if components.sliding_sync | default(false) %} -{ - "org.matrix.msc3575.proxy": { - "url": "https://{{ components.sliding_sync.k8s.ingress.fqdn }}" - } -} -{% endif %} diff --git a/roles/slidingsync/defaults/main/api_env.yml b/roles/slidingsync/defaults/main/api_env.yml deleted file mode 100644 index f3cf9b6..0000000 --- a/roles/slidingsync/defaults/main/api_env.yml +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 2023 New Vector Ltd -# -# SPDX-License-Identifier: AGPL-3.0-or-later - - ---- - -# We convert all the items to dicts, merge them (removing duplicates), and extract them out to items again -api_env: "{{ {} | combine(([api_env_underrides, api_env_user] - + (query('vars', *(query('ansible.builtin.varnames', '.+_env_overrides$') - ) - ) | list - ) - ) - | map('items2dict', key_name='name')) - | dict2items(key_name='name') }}" diff --git a/roles/slidingsync/defaults/main/main.yml b/roles/slidingsync/defaults/main/main.yml deleted file mode 100644 index 44735a9..0000000 --- a/roles/slidingsync/defaults/main/main.yml +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 2023 New Vector Ltd -# -# SPDX-License-Identifier: AGPL-3.0-or-later - - ---- -# defaults file for SlidingSync -_ss_port: 8008 -_metrics_port: 8080 - -image_repository: "matrix-org/sliding-sync" - -image_pull_secrets: [] -image_api_has_digest: "{{ (image.api.digest | default('')) | length > 0 }}" -image_api_pull_policy: "{{ image_api_has_digest | ternary('IfNotPresent', 'Always') }}" - -# These are done as underrides so users can override them -# They are done straight as env vars rather than anything under config.database as that's global and we want -# different limits for the different pods. Doing them as env var underrides does not prevent us from switching -# to a more explicit mechanism in future -api_env_underrides: -- name: SYNCV3_MAX_DB_CONN - value: "40" - -api_env_user: "{{ workloads.api.extra_env | default([]) }}" - -common_env_overrides: -- name: SYNCV3_SERVER - value: "{{ config.matrix_server.base_url }}" -- name: SYNCV3_BINDADDR - value: "0.0.0.0:{{ _ss_port }}" -- name: SYNCV3_PROM - value: ":{{ _metrics_port }}" -- name: SYNCV3_DB - value: "dbname={{ config.database.name }} host={{ config.database.host }} port={{ config.database.port }} \ - user={{ config.database.user }} password=$(POSTGRES_PASSWORD) sslmode={{ config.database.sslmode }}" -- name: SYNCV3_LOG_LEVEL - value: "{{ config.log.level }}" diff --git a/roles/slidingsync/tasks/main.yml b/roles/slidingsync/tasks/main.yml deleted file mode 100644 index b14538b..0000000 --- a/roles/slidingsync/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 Sliding Sync secrets" - kubernetes.core.k8s_info: - api_version: v1 - kind: Secret - namespace: "{{ ansible_operator_meta.namespace }}" - name: "{{ config.external_secret.name }}" - register: _fetched_slidingsync_secrets - failed_when: _fetched_slidingsync_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/slidingsync/templates/manifests/slidingsync_api_deployment.yaml.j2 b/roles/slidingsync/templates/manifests/slidingsync_api_deployment.yaml.j2 deleted file mode 100644 index 531e578..0000000 --- a/roles/slidingsync/templates/manifests/slidingsync_api_deployment.yaml.j2 +++ /dev/null @@ -1,125 +0,0 @@ -{# -Copyright 2023-2024 New Vector Ltd - -SPDX-License-Identifier: AGPL-3.0-or-later - -#} - -apiVersion: apps/v1 -kind: Deployment -metadata: - labels: - app.kubernetes.io/name: sliding-sync-api - app.kubernetes.io/instance: "{{ ansible_operator_meta.name }}-sliding-sync-api" - app.kubernetes.io/part-of: matrix-stack - app.kubernetes.io/component: matrix-sliding-sync - app.kubernetes.io/version: "{{ image.api.tag }}" -{% if workloads.api.annotations | default({}) %} - annotations: - {{ _matrix_element_io_slidingsync_spec.workloads.api.annotations | to_nice_yaml(indent=2) | indent(4) }} -{% endif %} - name: "{{ ansible_operator_meta.name }}-sliding-sync-api" - namespace: "{{ ansible_operator_meta.namespace }}" -spec: - selector: - matchLabels: - app.kubernetes.io/instance: "{{ ansible_operator_meta.name }}-sliding-sync-api" - strategy: - type: RollingUpdate - rollingUpdate: - maxUnavailable: 1 - maxSurge: 2 - template: - metadata: - labels: - app.kubernetes.io/name: sliding-sync-api - app.kubernetes.io/instance: "{{ ansible_operator_meta.name }}-sliding-sync-api" - app.kubernetes.io/part-of: matrix-stack - app.kubernetes.io/component: matrix-sliding-sync - app.kubernetes.io/version: "{{ image.api.tag }}" -{% if workloads.api.annotations | default({}) | length > 0 %} - annotations: - {{ _matrix_element_io_slidingsync_spec.workloads.api.annotations | to_nice_yaml(indent=2) | indent(8) }} -{% endif %} - spec: - automountServiceAccountToken: false -{% if (image.api.pull_secrets | default(image_pull_secrets)) | length > 0 %} - imagePullSecrets: - {{ (image.api.pull_secrets | default(image_pull_secrets)) | to_nice_yaml(indent=6) | indent(6) }} -{% endif %} -{% if (_matrix_element_io_slidingsync_spec.config.api.podSecurityContext | default({})) | length > 0 %} - securityContext: - {{ _matrix_element_io_slidingsync_spec.config.api.podSecurityContext | to_nice_yaml(indent=2) | indent(8) }} -{% endif %} -{% if (_matrix_element_io_slidingsync_spec.config.hostAliases | default([])) | length > 0 %} - hostAliases: - {{ _matrix_element_io_slidingsync_spec.config.hostAliases | to_nice_yaml(indent=2) | indent(8) }} -{% endif %} -{% if (_matrix_element_io_slidingsync_spec.workloads.api.nodeSelector | default({})) | length > 0 %} - nodeSelector: - {{ _matrix_element_io_slidingsync_spec.workloads.api.nodeSelector | to_nice_yaml(indent=2) | indent(8) }} -{% endif %} -{% if (_matrix_element_io_slidingsync_spec.workloads.api.tolerations | default({})) | length > 0 %} - tolerations: - {{ _matrix_element_io_slidingsync_spec.workloads.api.tolerations | to_nice_yaml(indent=2) | indent(8) }} -{% endif %} - containers: - - name: "api" -{% if image_api_has_digest %} - image: "{{ image.api.repository | default(image_repository) }}@{{ image.api.digest }}" -{% else %} - image: "{{ image.api.repository | default(image_repository) }}:{{ image.api.tag }}" -{% endif %} - imagePullPolicy: "{{ image.api.pull_policy | default(image_api_pull_policy) }}" -{% if (_matrix_element_io_slidingsync_spec.config.api.containersSecurityContext | default({})) | length > 0 %} - securityContext: - {{ _matrix_element_io_slidingsync_spec.config.api.containersSecurityContext | to_nice_yaml(indent=2) | indent(10) }} -{% endif %} - ports: - - name: http - containerPort: {{ _ss_port }} - protocol: TCP - - name: metrics - containerPort: {{ _metrics_port }} - protocol: TCP - env: -{% if api_env | length > 0 %} - env: - {{ api_env | to_nice_yaml(indent=2) | indent(8) }} -{% endif %} - envFrom: - - secretRef: - name: {{ config.external_secret.name }} - startupProbe: - httpGet: - path: /client/server.json - port: {{ _ss_port }} - scheme: HTTP - initialDelaySeconds: 15 - timeoutSeconds: 1 - # Check twice a minute that the server is up. - periodSeconds: 30 - successThreshold: 1 - failureThreshold: 1 - livenessProbe: - httpGet: - path: /client/server.json - port: {{ _ss_port }} - scheme: HTTP - timeoutSeconds: 1 - # Check twice a minute that the server is up. - periodSeconds: 30 - successThreshold: 1 - failureThreshold: 1 - readinessProbe: - httpGet: - path: /client/server.json - port: {{ _ss_port }} - scheme: HTTP - timeoutSeconds: 1 - # Check twice a minute that the server is up. - periodSeconds: 30 - successThreshold: 1 - failureThreshold: 1 - resources: - {{ config.api.resources | to_nice_yaml(indent=10) | indent(10) }} diff --git a/roles/slidingsync/templates/manifests/slidingsync_api_service.yaml.j2 b/roles/slidingsync/templates/manifests/slidingsync_api_service.yaml.j2 deleted file mode 100644 index d767184..0000000 --- a/roles/slidingsync/templates/manifests/slidingsync_api_service.yaml.j2 +++ /dev/null @@ -1,31 +0,0 @@ -{# -Copyright 2023-2024 New Vector Ltd - -SPDX-License-Identifier: AGPL-3.0-or-later - -#} - -apiVersion: v1 -kind: Service -metadata: - labels: - app.kubernetes.io/name: sliding-sync-api - app.kubernetes.io/instance: "{{ ansible_operator_meta.name }}-sliding-sync-api" - app.kubernetes.io/part-of: matrix-stack - app.kubernetes.io/component: matrix-sliding-sync - app.kubernetes.io/version: "{{ image.api.tag }}" - name: "{{ ansible_operator_meta.name }}-sliding-sync-api" - namespace: "{{ ansible_operator_meta.namespace }}" -spec: - type: "{{ service.type | default('ClusterIP', true) }}" - ports: - - port: {{ _ss_port }} - targetPort: http - protocol: TCP - name: http - - port: {{ _metrics_port }} - targetPort: metrics - protocol: TCP - name: metrics - selector: - app.kubernetes.io/instance: "{{ ansible_operator_meta.name }}-sliding-sync-api" diff --git a/roles/slidingsync/templates/manifests/slidingsync_ingress.yaml.j2 b/roles/slidingsync/templates/manifests/slidingsync_ingress.yaml.j2 deleted file mode 100644 index cd4a1ec..0000000 --- a/roles/slidingsync/templates/manifests/slidingsync_ingress.yaml.j2 +++ /dev/null @@ -1,46 +0,0 @@ -{# -Copyright 2023-2024 New Vector Ltd - -SPDX-License-Identifier: AGPL-3.0-or-later - -#} - -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: "{{ ansible_operator_meta.name }}-sliding-sync" - namespace: "{{ ansible_operator_meta.namespace }}" - annotations: - {{ _matrix_element_io_slidingsync_spec.ingress.annotations | default({}) | to_nice_yaml(2) | indent(4) }} - labels: - app.kubernetes.io/component: matrix-sliding-sync - app.kubernetes.io/part-of: matrix-stack - app.kubernetes.io/name: sliding-sync - app.kubernetes.io/instance: "{{ ansible_operator_meta.name }}-sliding-sync" - app.kubernetes.io/version: "{{ image.api.tag }}" - k8s.element.io/ingress-type: hook -{% if ingress is defined %} -spec: -{% if ingress.tls_secret | default(false) %} - tls: - - hosts: - - "{{ ingress.domain_name }}" - secretName: "{{ ingress.tls_secret }}" -{% endif %} -{% if ingress.ingress_class_name | default(false) %} - ingressClassName: "{{ ingress.ingress_class_name }}" -{% endif %} - rules: - - host: "{{ ingress.domain_name }}" - http: - paths: -{% for path in ["/client", "/_matrix/client/v3/sync", "/_matrix/client/unstable/org.matrix.msc3575/sync"] %} - - path: "{{ path }}" - pathType: Prefix - backend: - service: - name: "{{ ansible_operator_meta.name }}-sliding-sync-api" - port: - number: {{ _ss_port }} -{% endfor %} -{% endif %} diff --git a/roles/synapse/templates/haproxy.cfg.j2 b/roles/synapse/templates/haproxy.cfg.j2 index b046720..18d5d57 100644 --- a/roles/synapse/templates/haproxy.cfg.j2 +++ b/roles/synapse/templates/haproxy.cfg.j2 @@ -78,6 +78,11 @@ resolvers kubedns hold timeout 600s hold refused 600s +frontend prometheus + bind *:8405 + http-request use-service prometheus-exporter if { path /metrics } + no log + frontend http-blackhole bind *:8009 @@ -217,7 +222,7 @@ backend {{ type }} # to stop the reactor tick time rocketing default-server maxconn 50 -{% elif type == "synchrotron" %} +{% elif type in ["sliding-sync", "synchrotron"] %} stick-table type string len 180 size 50k expire 30m stick on hdr(X-Access-Token) balance leastconn diff --git a/roles/synapse/templates/manifests/haproxy_deployment.yaml.j2 b/roles/synapse/templates/manifests/haproxy_deployment.yaml.j2 index 1e83fc1..2b51505 100644 --- a/roles/synapse/templates/manifests/haproxy_deployment.yaml.j2 +++ b/roles/synapse/templates/manifests/haproxy_deployment.yaml.j2 @@ -81,6 +81,9 @@ spec: - containerPort: 8009 name: haproxy-403 protocol: TCP + - containerPort: 8405 + name: haproxy-metrics + protocol: TCP livenessProbe: httpGet: path: /haproxy_test diff --git a/roles/synapse/templates/manifests/synapse_http_service.yaml.j2 b/roles/synapse/templates/manifests/synapse_http_service.yaml.j2 index 72ce583..7e2d864 100644 --- a/roles/synapse/templates/manifests/synapse_http_service.yaml.j2 +++ b/roles/synapse/templates/manifests/synapse_http_service.yaml.j2 @@ -26,5 +26,8 @@ spec: - name: haproxy-403 port: 8009 targetPort: haproxy-403 + - name: haproxy-metrics + port: 8405 + targetPort: haproxy-metrics selector: app.kubernetes.io/instance: "{{ ansible_operator_meta.name }}-synapse-haproxy" diff --git a/roles/synapse/vars/main/main.yml b/roles/synapse/vars/main/main.yml index eff34a6..30071ef 100644 --- a/roles/synapse/vars/main/main.yml +++ b/roles/synapse/vars/main/main.yml @@ -163,6 +163,8 @@ synapse_available_worker_types: single: true # Not strictly true but for simplicity with PVCs at present paths: - "^/_matrix/media/" + - "^/_matrix/client/v1/media/" + - "^/_matrix/federation/v1/media/" - "^/_synapse/admin/v1/purge_media_cache$" - "^/_synapse/admin/v1/room/.*/media.*$" - "^/_synapse/admin/v1/user/.*/media.*$" @@ -187,6 +189,11 @@ synapse_available_worker_types: - "^/_matrix/client/(r0|v3|unstable)/.*/account_data" - "^/_matrix/client/(r0|v3|unstable)/rooms/.*/receipt" - "^/_matrix/client/(r0|v3|unstable)/rooms/.*/read_markers" + sliding-sync: + app: generic_worker + single: false + paths: + - "^_matrix/client/unstable/org.matrix.simplified_msc3575/.*" sso-login: app: generic_worker single: true # As per worker docs diff --git a/sboms/docker.io_library_haproxy:3.0-alpine.json b/sboms/docker.io_library_haproxy:3.0-alpine.json index 826d7b2..9136543 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:d5152c2a-f528-47b5-8e87-4ce4b427e175", + "serialNumber": "urn:uuid:6c2880fd-72e6-411f-9259-83f9cb8022b6", "version": 1, "metadata": { - "timestamp": "2024-08-28T11:16:26Z", + "timestamp": "2024-09-04T14:12:47Z", "tools": { "components": [ { @@ -1959,7 +1959,7 @@ ], "vulnerabilities": [ { - "bom-ref": "urn:uuid:d0539420-9fbf-4227-9eb9-5945932f8363", + "bom-ref": "urn:uuid:75c0186f-277b-47f9-9bb7-510fce02f635", "id": "CVE-2016-2102", "source": { "name": "nvd-cpe", @@ -2001,7 +2001,7 @@ ] }, { - "bom-ref": "urn:uuid:7d93e4b6-e928-4893-a999-89b610628c6e", + "bom-ref": "urn:uuid:9fbcbcaa-9ca9-45d2-8b38-c197692cf243", "id": "CVE-2023-0056", "source": { "name": "nvd-cpe", 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 8de2aeb..aa6f61e 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:36a16a80-fc00-44df-b540-1ed73be2ee97", + "serialNumber": "urn:uuid:315b740d-6bab-4f4e-a0d5-14633794522a", "version": 1, "metadata": { - "timestamp": "2024-08-28T11:16:29Z", + "timestamp": "2024-09-04T14:12:50Z", "tools": { "components": [ { diff --git a/sboms/docker.io_library_redis:7.4-alpine.json b/sboms/docker.io_library_redis:7.4-alpine.json index af7aa57..4eb37e7 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:82a924d1-f8ec-4687-b604-0fa5f6e32833", + "serialNumber": "urn:uuid:48c8a6ad-612c-441a-97d2-4eea30d93d8f", "version": 1, "metadata": { - "timestamp": "2024-08-28T11:16:34Z", + "timestamp": "2024-09-04T14:12:53Z", "tools": { "components": [ { @@ -1822,7 +1822,7 @@ ], "vulnerabilities": [ { - "bom-ref": "urn:uuid:622c8d95-ba90-449a-ba5a-9741d491d5b3", + "bom-ref": "urn:uuid:9f9bf0f8-42c8-4543-9b24-77a1f38f025e", "id": "CVE-2022-1705", "source": { "name": "nvd-cpe", @@ -1873,7 +1873,7 @@ ] }, { - "bom-ref": "urn:uuid:08d33da3-ab97-4742-9517-a77f49a79c59", + "bom-ref": "urn:uuid:b314b11a-04e5-41d2-9e7a-e03006c25bcf", "id": "CVE-2022-1962", "source": { "name": "nvd-cpe", @@ -1921,7 +1921,7 @@ ] }, { - "bom-ref": "urn:uuid:0abf7b33-3f13-41e1-8559-48c5f12b4bec", + "bom-ref": "urn:uuid:9678ca4c-3ec2-4843-af76-f85af3b136c1", "id": "CVE-2022-27664", "source": { "name": "nvd-cpe", @@ -1972,7 +1972,7 @@ ] }, { - "bom-ref": "urn:uuid:c78460a5-871b-4968-9b5e-e611eb3e7e97", + "bom-ref": "urn:uuid:5869c15c-5ee2-4abe-9142-3139da963f07", "id": "CVE-2022-28131", "source": { "name": "nvd-cpe", @@ -2020,7 +2020,7 @@ ] }, { - "bom-ref": "urn:uuid:f0c4a039-83d2-4cd9-9c31-69ae76c5a71f", + "bom-ref": "urn:uuid:cf1bc8bb-dacc-4e87-a55d-ac34a18cf8bd", "id": "CVE-2022-2879", "source": { "name": "nvd-cpe", @@ -2068,7 +2068,7 @@ ] }, { - "bom-ref": "urn:uuid:90498c7d-6b43-41d1-93f8-b9191787b91e", + "bom-ref": "urn:uuid:c9420704-a8c4-41cd-8e70-ee1f1e577aee", "id": "CVE-2022-2880", "source": { "name": "nvd-cpe", @@ -2116,7 +2116,7 @@ ] }, { - "bom-ref": "urn:uuid:f81c2c4d-0200-413e-bf76-39448ed661eb", + "bom-ref": "urn:uuid:e1441ee7-9456-49db-b219-ff1372561968", "id": "CVE-2022-30580", "source": { "name": "nvd-cpe", @@ -2164,7 +2164,7 @@ ] }, { - "bom-ref": "urn:uuid:f32d014b-2e94-43fe-8171-4828f542868c", + "bom-ref": "urn:uuid:6c349020-5182-426c-851f-33cd81ad500b", "id": "CVE-2022-30629", "source": { "name": "nvd-cpe", @@ -2212,7 +2212,7 @@ ] }, { - "bom-ref": "urn:uuid:e2eba7bc-1268-4546-b2cb-c822c86f1cf9", + "bom-ref": "urn:uuid:e2db3962-9445-4348-bae3-f1e784eec829", "id": "CVE-2022-30630", "source": { "name": "nvd-cpe", @@ -2260,7 +2260,7 @@ ] }, { - "bom-ref": "urn:uuid:db27857b-31f0-4557-a182-9ebde52a8175", + "bom-ref": "urn:uuid:0f81a969-41e2-4989-bacc-9326487c0e89", "id": "CVE-2022-30631", "source": { "name": "nvd-cpe", @@ -2308,7 +2308,7 @@ ] }, { - "bom-ref": "urn:uuid:5f5e65cd-bcd2-4a67-9aff-371d908d79e5", + "bom-ref": "urn:uuid:237cb124-223f-4032-b116-b81741affebf", "id": "CVE-2022-30632", "source": { "name": "nvd-cpe", @@ -2356,7 +2356,7 @@ ] }, { - "bom-ref": "urn:uuid:c59c98de-e468-4462-a7f8-3070cfd2c2ce", + "bom-ref": "urn:uuid:18e407b9-f630-417a-9950-933682cf4641", "id": "CVE-2022-30633", "source": { "name": "nvd-cpe", @@ -2404,7 +2404,7 @@ ] }, { - "bom-ref": "urn:uuid:a1b712f0-685e-42fd-91f4-7a271c650af8", + "bom-ref": "urn:uuid:adc5f0d0-3c20-4b6e-b0eb-74c8101d51ab", "id": "CVE-2022-30635", "source": { "name": "nvd-cpe", @@ -2452,7 +2452,7 @@ ] }, { - "bom-ref": "urn:uuid:413fdea5-8ea2-40c7-b020-a118903fa214", + "bom-ref": "urn:uuid:b4e53317-364a-4868-b911-1f519a8150d8", "id": "CVE-2022-32148", "source": { "name": "nvd-cpe", @@ -2500,7 +2500,7 @@ ] }, { - "bom-ref": "urn:uuid:ad46f4a9-ca22-4e72-8ed6-337920f56ac4", + "bom-ref": "urn:uuid:a96e49b0-7460-4ce5-ba9c-c06ff43c0df0", "id": "CVE-2022-32189", "source": { "name": "nvd-cpe", @@ -2548,7 +2548,7 @@ ] }, { - "bom-ref": "urn:uuid:bb146fb9-c0af-44b1-9368-4ece33638379", + "bom-ref": "urn:uuid:f7873a26-9b59-43c5-9b99-30571cd82455", "id": "CVE-2022-41715", "source": { "name": "nvd-cpe", @@ -2596,7 +2596,7 @@ ] }, { - "bom-ref": "urn:uuid:6edd1e96-1170-48fe-a693-d281ece6f7f6", + "bom-ref": "urn:uuid:e37ecf1d-6517-4fdf-8b75-170c919dfc5a", "id": "CVE-2022-41717", "source": { "name": "nvd-cpe", @@ -2698,7 +2698,7 @@ ] }, { - "bom-ref": "urn:uuid:f5bd7359-865e-4916-aa1e-f2d108153e1e", + "bom-ref": "urn:uuid:cafd8c77-0e33-4978-98b1-878a932a1c52", "id": "CVE-2022-41722", "source": { "name": "nvd-cpe", @@ -2743,7 +2743,7 @@ ] }, { - "bom-ref": "urn:uuid:47463019-26f4-4fa4-ac57-54c5e18780dc", + "bom-ref": "urn:uuid:09c5769f-5c17-4830-85d5-e3d36b688281", "id": "CVE-2022-41723", "source": { "name": "nvd-cpe", @@ -2818,7 +2818,7 @@ ] }, { - "bom-ref": "urn:uuid:920669b6-497c-40fa-8b0f-531fddc6f4f6", + "bom-ref": "urn:uuid:de32b5ef-de7b-4ca2-bd5b-d8b6615ca3b7", "id": "CVE-2022-41724", "source": { "name": "nvd-cpe", @@ -2866,7 +2866,7 @@ ] }, { - "bom-ref": "urn:uuid:8d030633-2f43-4ae5-a064-26a2bb64356d", + "bom-ref": "urn:uuid:0c979a25-a30d-44d1-b014-7b302e450ac1", "id": "CVE-2022-41725", "source": { "name": "nvd-cpe", @@ -2914,7 +2914,7 @@ ] }, { - "bom-ref": "urn:uuid:2b7acdda-faaa-4e3f-be14-8ed15447bc5d", + "bom-ref": "urn:uuid:9d313300-58f8-45a2-9dd5-d1cb190b6ea5", "id": "CVE-2023-24531", "source": { "name": "nvd-cpe", @@ -2962,7 +2962,7 @@ ] }, { - "bom-ref": "urn:uuid:861e35b7-dc41-4ed7-acf1-6915fab17d05", + "bom-ref": "urn:uuid:d73f6d20-b130-4270-8c23-feb57057af6e", "id": "CVE-2023-24532", "source": { "name": "nvd-cpe", @@ -3007,7 +3007,7 @@ ] }, { - "bom-ref": "urn:uuid:78ba6b7e-0a7b-48e5-bf65-56dd28050a62", + "bom-ref": "urn:uuid:f0790928-973f-4abd-9be2-9443d72346c9", "id": "CVE-2023-24534", "source": { "name": "nvd-cpe", @@ -3058,7 +3058,7 @@ ] }, { - "bom-ref": "urn:uuid:3f10ddea-d0b1-4c70-8ae2-1bdaae6696b3", + "bom-ref": "urn:uuid:2cf5e837-acfa-441a-a270-af9f7975fee0", "id": "CVE-2023-24536", "source": { "name": "nvd-cpe", @@ -3115,7 +3115,7 @@ ] }, { - "bom-ref": "urn:uuid:352e10b3-f12e-4573-b961-e83b14917c13", + "bom-ref": "urn:uuid:aa2555dc-16fc-48ce-b386-a7021de806cc", "id": "CVE-2023-24537", "source": { "name": "nvd-cpe", @@ -3163,7 +3163,7 @@ ] }, { - "bom-ref": "urn:uuid:f3584685-4794-4348-8233-8e1dbe339a41", + "bom-ref": "urn:uuid:1d16a85f-d4ad-49df-b4b7-a2486e831d90", "id": "CVE-2023-24538", "source": { "name": "nvd-cpe", @@ -3211,7 +3211,7 @@ ] }, { - "bom-ref": "urn:uuid:3828914f-3397-4586-b977-a2becacfed6b", + "bom-ref": "urn:uuid:99b8e93e-4cfb-47a7-85fe-7aa6fbc46197", "id": "CVE-2023-24539", "source": { "name": "nvd-cpe", @@ -3256,7 +3256,7 @@ ] }, { - "bom-ref": "urn:uuid:0224f297-e5f0-44c8-8811-bf1add705a42", + "bom-ref": "urn:uuid:ff5f9e35-516e-46d1-bced-708883081895", "id": "CVE-2023-24540", "source": { "name": "nvd-cpe", @@ -3301,7 +3301,7 @@ ] }, { - "bom-ref": "urn:uuid:740ef220-5cfe-4333-8b30-cf388c4a8855", + "bom-ref": "urn:uuid:a96b3618-ec82-4f2e-88e5-c00456d917ce", "id": "CVE-2023-29400", "source": { "name": "nvd-cpe", @@ -3346,7 +3346,7 @@ ] }, { - "bom-ref": "urn:uuid:69eaf940-359c-4872-a7e7-e13418e7a676", + "bom-ref": "urn:uuid:8d1a124d-3fa7-4a37-b8f9-f4a1e655035b", "id": "CVE-2023-29402", "source": { "name": "nvd-cpe", @@ -3400,7 +3400,7 @@ ] }, { - "bom-ref": "urn:uuid:90dd26e2-ed1c-485e-8b21-60595b70223d", + "bom-ref": "urn:uuid:3e86f0e4-6fc4-479d-9710-0bf843b0ac64", "id": "CVE-2023-29403", "source": { "name": "nvd-cpe", @@ -3454,7 +3454,7 @@ ] }, { - "bom-ref": "urn:uuid:7192e43e-49a6-4cf9-9559-56e6854c5d9f", + "bom-ref": "urn:uuid:ced8d8ab-92b7-4766-b731-98ec94cc2da6", "id": "CVE-2023-29404", "source": { "name": "nvd-cpe", @@ -3508,7 +3508,7 @@ ] }, { - "bom-ref": "urn:uuid:797d3370-782c-4d3f-aff8-9ba530e6acda", + "bom-ref": "urn:uuid:4c487f9e-c739-4df0-816d-483bc3cb5d48", "id": "CVE-2023-29405", "source": { "name": "nvd-cpe", @@ -3562,7 +3562,7 @@ ] }, { - "bom-ref": "urn:uuid:ed93bac9-d4b1-494f-9725-bdfa89d36fbc", + "bom-ref": "urn:uuid:e4bb2725-c50c-47bc-8a04-3b2f30ea7b58", "id": "CVE-2023-29406", "source": { "name": "nvd-cpe", @@ -3613,7 +3613,7 @@ ] }, { - "bom-ref": "urn:uuid:9a7e1505-f9e5-4cfe-a67b-7a19f168878a", + "bom-ref": "urn:uuid:1a63ee68-0356-43d2-a1ed-c9f7cc006cac", "id": "CVE-2023-29409", "source": { "name": "nvd-cpe", @@ -3664,7 +3664,7 @@ ] }, { - "bom-ref": "urn:uuid:624083d7-bcaa-4a87-8d63-a4d097663212", + "bom-ref": "urn:uuid:d76dab0f-da37-491a-9546-370a200fe220", "id": "CVE-2023-39318", "source": { "name": "nvd-cpe", @@ -3715,7 +3715,7 @@ ] }, { - "bom-ref": "urn:uuid:64695085-3186-4ff5-8c47-a19af80b6e99", + "bom-ref": "urn:uuid:71394efd-0e51-418a-985b-abf875a4136b", "id": "CVE-2023-39319", "source": { "name": "nvd-cpe", @@ -3766,7 +3766,7 @@ ] }, { - "bom-ref": "urn:uuid:9fc0eac9-e097-437a-b49d-f9bbd63bf9d6", + "bom-ref": "urn:uuid:677ac7ad-df84-4f4b-9f90-9bb92cb5473f", "id": "CVE-2023-39323", "source": { "name": "nvd-cpe", @@ -3826,7 +3826,7 @@ ] }, { - "bom-ref": "urn:uuid:797acce7-202e-4e93-8da4-ef8fcc7cc11d", + "bom-ref": "urn:uuid:cf23a483-26ea-4dc1-9274-f72201e8d62a", "id": "CVE-2023-39326", "source": { "name": "nvd-cpe", @@ -3874,7 +3874,7 @@ ] }, { - "bom-ref": "urn:uuid:bad49585-cc5f-4968-bce5-6866e5f7b300", + "bom-ref": "urn:uuid:11f3a437-84fa-4f05-b726-dc3f9b436e3c", "id": "CVE-2023-44487", "source": { "name": "nvd-cpe", @@ -4333,7 +4333,7 @@ ] }, { - "bom-ref": "urn:uuid:891c037f-2c23-4e93-96bc-210337242d7e", + "bom-ref": "urn:uuid:a5e8333a-8716-46f7-b4d5-4e25590f7080", "id": "CVE-2023-45285", "source": { "name": "nvd-cpe", @@ -4381,7 +4381,7 @@ ] }, { - "bom-ref": "urn:uuid:30e35e06-d462-48e9-9d52-0a90da4ee565", + "bom-ref": "urn:uuid:81709bb7-9709-402d-9444-e7bebe315bf3", "id": "CVE-2023-45287", "source": { "name": "nvd-cpe", @@ -4432,7 +4432,7 @@ ] }, { - "bom-ref": "urn:uuid:f085fbbe-8b70-46cc-a588-6f4f65c3d319", + "bom-ref": "urn:uuid:ae3116fd-4354-4d21-8bb9-20f0c15440c8", "id": "CVE-2023-45288", "source": { "name": "nvd-cpe", @@ -4489,7 +4489,7 @@ ] }, { - "bom-ref": "urn:uuid:91563034-9ff5-4308-b39f-577c0a0948e2", + "bom-ref": "urn:uuid:fb7d1d26-b292-4410-848c-ee0d27cd7c88", "id": "CVE-2023-45289", "source": { "name": "nvd-cpe", @@ -4537,7 +4537,7 @@ ] }, { - "bom-ref": "urn:uuid:496ad880-8f29-4e54-81c4-5d8578fa4b04", + "bom-ref": "urn:uuid:42409ca6-b12a-43d1-a387-1026753f788a", "id": "CVE-2023-45290", "source": { "name": "nvd-cpe", @@ -4585,7 +4585,7 @@ ] }, { - "bom-ref": "urn:uuid:2e5ed86d-df90-45fa-b6f2-58192cf18b45", + "bom-ref": "urn:uuid:2d106c37-e07f-4cac-b499-2cab58da9f7e", "id": "CVE-2024-24783", "source": { "name": "nvd-cpe", @@ -4633,7 +4633,7 @@ ] }, { - "bom-ref": "urn:uuid:e575e6d7-42fd-4bf9-b01c-7b9cf7f05c33", + "bom-ref": "urn:uuid:9f38378e-a9d4-4304-ab91-262a23df83d3", "id": "CVE-2024-24784", "source": { "name": "nvd-cpe", @@ -4684,7 +4684,7 @@ ] }, { - "bom-ref": "urn:uuid:66de6370-442f-4bfb-a2cd-f3b0bfe88e5f", + "bom-ref": "urn:uuid:bbb51582-049f-4033-b5e7-91672516fd56", "id": "CVE-2024-24785", "source": { "name": "nvd-cpe", @@ -4732,7 +4732,7 @@ ] }, { - "bom-ref": "urn:uuid:79c1c84e-237c-4f5f-8eaf-b1389d845cf3", + "bom-ref": "urn:uuid:e34c8ac1-827b-4c7e-80f1-c04618882fb9", "id": "CVE-2024-24787", "source": { "name": "nvd-cpe", @@ -4783,7 +4783,7 @@ ] }, { - "bom-ref": "urn:uuid:1d298eb7-6b57-4f54-bd61-1f5abce45a26", + "bom-ref": "urn:uuid:4f710578-f45b-4ec8-8090-ab846e8e6ebe", "id": "CVE-2024-24789", "source": { "name": "nvd-cpe", @@ -4840,7 +4840,7 @@ ] }, { - "bom-ref": "urn:uuid:b3e149c9-73b1-4fd5-9978-d2c9d6091bc9", + "bom-ref": "urn:uuid:35141761-ff46-423b-8665-9f304da776ad", "id": "CVE-2024-24790", "source": { "name": "nvd-cpe", @@ -4856,6 +4856,12 @@ } ], "ratings": [ + { + "score": 9.8, + "severity": "critical", + "method": "CVSSv31", + "vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" + }, { "score": 9.8, "severity": "critical", @@ -4888,7 +4894,7 @@ ] }, { - "bom-ref": "urn:uuid:44970a40-6f28-435c-b5f2-8e763f42334e", + "bom-ref": "urn:uuid:c372510e-54df-4880-9808-e9b8dd9f7bab", "id": "CVE-2024-24791", "source": { "name": "nvd-cpe", diff --git a/sboms/docker.io_matrixdotorg_synapse:v1.110.0.json b/sboms/docker.io_matrixdotorg_synapse:v1.114.0.json similarity index 81% rename from sboms/docker.io_matrixdotorg_synapse:v1.110.0.json rename to sboms/docker.io_matrixdotorg_synapse:v1.114.0.json index 9c731b8..3bb8c6a 100644 --- a/sboms/docker.io_matrixdotorg_synapse:v1.110.0.json +++ b/sboms/docker.io_matrixdotorg_synapse:v1.114.0.json @@ -2,10 +2,10 @@ "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json", "bomFormat": "CycloneDX", "specVersion": "1.6", - "serialNumber": "urn:uuid:2c3844cb-8368-4cf3-a0d6-685f7baf72fe", + "serialNumber": "urn:uuid:b2ff4db4-3bf5-4db4-98ce-c8aca53715ca", "version": 1, "metadata": { - "timestamp": "2024-08-28T11:16:44Z", + "timestamp": "2024-09-04T14:13:02Z", "tools": { "components": [ { @@ -17,15 +17,15 @@ ] }, "component": { - "bom-ref": "d4dc2fa69b959278", + "bom-ref": "7da5726b6c09f48c", "type": "container", - "name": "docker.io/matrixdotorg/synapse:v1.110.0", - "version": "v1.110.0" + "name": "docker.io/matrixdotorg/synapse:v1.114.0", + "version": "v1.114.0" }, "properties": [ { "name": "syft:image:labels:gitsha1", - "value": "75b788f49f005bbc70b459d30913f1f7abf847cb" + "value": "5eec67b6ef4b76caa2324a80e01e361bfa84a929" }, { "name": "syft:image:labels:org.opencontainers.image.documentation", @@ -45,7 +45,7 @@ }, { "name": "syft:image:labels:org.opencontainers.image.version", - "value": "1.110.0" + "value": "1.114.0" } ] }, @@ -176,7 +176,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:0:path", @@ -184,7 +184,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:1:path", @@ -192,7 +192,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:2:path", @@ -314,7 +314,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:0:path", @@ -322,7 +322,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:1:path", @@ -330,7 +330,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:2:path", @@ -408,7 +408,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:0:path", @@ -416,7 +416,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:1:path", @@ -550,7 +550,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:0:path", @@ -558,7 +558,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:1:path", @@ -566,7 +566,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:2:path", @@ -575,7 +575,7 @@ ] }, { - "bom-ref": "pkg:pypi/pyicu@2.13.1?package-id=e7b3a0807662af6a", + "bom-ref": "pkg:pypi/pyicu@2.13.1?package-id=4b35c112d1cae6c8", "type": "library", "author": "Andi Vajda ", "name": "PyICU", @@ -724,7 +724,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:0:path", @@ -732,7 +732,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:1:path", @@ -740,7 +740,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:2:path", @@ -910,7 +910,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:0:path", @@ -918,7 +918,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:1:path", @@ -926,7 +926,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:2:path", @@ -935,11 +935,11 @@ ] }, { - "bom-ref": "pkg:pypi/pyyaml@6.0.1?package-id=a3c427c301c61408", + "bom-ref": "pkg:pypi/pyyaml@6.0.2?package-id=0f860ea4e90e34b3", "type": "library", "author": "Kirill Simonov ", "name": "PyYAML", - "version": "6.0.1", + "version": "6.0.2", "licenses": [ { "license": { @@ -947,8 +947,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", @@ -968,143 +968,143 @@ }, { "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:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "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.11/site-packages/PyYAML-6.0.2.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "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.11/site-packages/PyYAML-6.0.2.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "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.11/site-packages/PyYAML-6.0.2.dist-info/top_level.txt" } ] }, @@ -1222,7 +1222,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:0:path", @@ -1230,7 +1230,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:1:path", @@ -1238,7 +1238,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:2:path", @@ -1272,7 +1272,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:47d24fc718a7900df611687adbd12371ef385cdfd12298e7c9efb27b71c984fe" + "value": "sha256:3db20f592cb9c77fd7699b9c3c5ddf0e4439c38705ad1be1838e80cc19eb33ef" }, { "name": "syft:location:0:path", @@ -1306,7 +1306,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:47d24fc718a7900df611687adbd12371ef385cdfd12298e7c9efb27b71c984fe" + "value": "sha256:3db20f592cb9c77fd7699b9c3c5ddf0e4439c38705ad1be1838e80cc19eb33ef" }, { "name": "syft:location:0:path", @@ -1340,7 +1340,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:47d24fc718a7900df611687adbd12371ef385cdfd12298e7c9efb27b71c984fe" + "value": "sha256:3db20f592cb9c77fd7699b9c3c5ddf0e4439c38705ad1be1838e80cc19eb33ef" }, { "name": "syft:location:0:path", @@ -1374,7 +1374,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:47d24fc718a7900df611687adbd12371ef385cdfd12298e7c9efb27b71c984fe" + "value": "sha256:3db20f592cb9c77fd7699b9c3c5ddf0e4439c38705ad1be1838e80cc19eb33ef" }, { "name": "syft:location:0:path", @@ -1408,7 +1408,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:47d24fc718a7900df611687adbd12371ef385cdfd12298e7c9efb27b71c984fe" + "value": "sha256:3db20f592cb9c77fd7699b9c3c5ddf0e4439c38705ad1be1838e80cc19eb33ef" }, { "name": "syft:location:0:path", @@ -1442,7 +1442,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:47d24fc718a7900df611687adbd12371ef385cdfd12298e7c9efb27b71c984fe" + "value": "sha256:3db20f592cb9c77fd7699b9c3c5ddf0e4439c38705ad1be1838e80cc19eb33ef" }, { "name": "syft:location:0:path", @@ -1451,11 +1451,11 @@ ] }, { - "bom-ref": "pkg:pypi/twisted@24.3.0?package-id=5127da15661baf12", + "bom-ref": "pkg:pypi/twisted@24.7.0rc1?package-id=b5e60d2a6f15cf28", "type": "library", "author": "Twisted Matrix Laboratories ", "name": "Twisted", - "version": "24.3.0", + "version": "24.7.0rc1", "licenses": [ { "license": { @@ -1463,8 +1463,8 @@ } } ], - "cpe": "cpe:2.3:a:twisted_matrix_laboratories_\\", "name": "attrs", - "version": "23.2.0", + "version": "24.2.0", "licenses": [ { "license": { @@ -1988,8 +1988,8 @@ } } ], - "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": "bcrypt", - "version": "4.1.3", + "version": "4.2.0", "licenses": [ { "license": { @@ -2418,8 +2706,8 @@ } } ], - "cpe": "cpe:2.3:a:python_cryptographic_authority_developers_\\", "name": "certifi", - "version": "2023.7.22", + "version": "2024.7.4", "licenses": [ { "license": { @@ -3072,8 +3360,8 @@ } } ], - "cpe": "cpe:2.3:a:kennethreitz:certifi:2023.7.22:*:*:*:*:python:*:*", - "purl": "pkg:pypi/certifi@2023.7.22", + "cpe": "cpe:2.3:a:kennethreitz:certifi:2024.7.4:*:*:*:*:python:*:*", + "purl": "pkg:pypi/certifi@2024.7.4", "properties": [ { "name": "syft:package:foundBy", @@ -3093,27 +3381,27 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/certifi-2023.7.22.dist-info/METADATA" + "value": "/usr/local/lib/python3.11/site-packages/certifi-2024.7.4.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/certifi-2023.7.22.dist-info/RECORD" + "value": "/usr/local/lib/python3.11/site-packages/certifi-2024.7.4.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/certifi-2023.7.22.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.11/site-packages/certifi-2024.7.4.dist-info/top_level.txt" } ] }, @@ -3255,7 +3543,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:0:path", @@ -3263,7 +3551,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:1:path", @@ -3271,7 +3559,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:2:path", @@ -3501,7 +3789,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:0:path", @@ -3509,7 +3797,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:1:path", @@ -3517,7 +3805,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:2:path", @@ -3675,7 +3963,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:0:path", @@ -3683,7 +3971,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:1:path", @@ -3691,7 +3979,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:2:path", @@ -3759,7 +4047,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -3767,7 +4055,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -3775,7 +4063,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -3788,18 +4076,18 @@ ] }, { - "bom-ref": "pkg:pypi/cryptography@42.0.7?package-id=799df55d55522059", + "bom-ref": "pkg:pypi/cryptography@43.0.0?package-id=421baa05e84a195d", "type": "library", - "author": "The Python Cryptographic Authority and individual contributors ", + "author": "The cryptography developers >", "name": "cryptography", - "version": "42.0.7", + "version": "43.0.0", "licenses": [ { "expression": "Apache-2.0 OR BSD-3-Clause" } ], - "cpe": "cpe:2.3:a:cryptography_project:cryptography:42.0.7:*:*:*:*:python:*:*", - "purl": "pkg:pypi/cryptography@42.0.7", + "cpe": "cpe:2.3:a:cryptography_project:cryptography:43.0.0:*:*:*:*:python:*:*", + "purl": "pkg:pypi/cryptography@43.0.0", "properties": [ { "name": "syft:package:foundBy", @@ -3819,40 +4107,32 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-cryptography_project:python-cryptography:42.0.7:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-cryptography_project:python-cryptography:43.0.0:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/cryptography-42.0.7.dist-info/METADATA" + "value": "/usr/local/lib/python3.11/site-packages/cryptography-43.0.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/cryptography-42.0.7.dist-info/RECORD" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" - }, - { - "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/cryptography-42.0.7.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.11/site-packages/cryptography-43.0.0.dist-info/RECORD" } ] }, { - "bom-ref": "pkg:deb/debian/curl@7.88.1-10%2Bdeb12u6?arch=amd64&distro=debian-12&package-id=004f2529fac224aa", + "bom-ref": "pkg:deb/debian/curl@7.88.1-10%2Bdeb12u7?arch=amd64&distro=debian-12&package-id=413c0dae957170b1", "type": "library", "publisher": "Alessandro Ghedini ", "name": "curl", - "version": "7.88.1-10+deb12u6", + "version": "7.88.1-10+deb12u7", "licenses": [ { "license": { @@ -3905,8 +4185,8 @@ } } ], - "cpe": "cpe:2.3:a:curl:curl:7.88.1-10\\+deb12u6:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/curl@7.88.1-10%2Bdeb12u6?arch=amd64&distro=debian-12", + "cpe": "cpe:2.3:a:curl:curl:7.88.1-10\\+deb12u7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/curl@7.88.1-10%2Bdeb12u7?arch=amd64&distro=debian-12", "properties": [ { "name": "syft:package:foundBy", @@ -3922,7 +4202,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:0:path", @@ -3930,7 +4210,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:1:path", @@ -3938,7 +4218,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -3995,7 +4275,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -4003,7 +4283,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -4011,7 +4291,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -4053,7 +4333,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -4061,7 +4341,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -4069,7 +4349,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:2:path", @@ -4077,7 +4357,7 @@ }, { "name": "syft:location:3:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:3:path", @@ -4155,7 +4435,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -4163,7 +4443,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -4171,7 +4451,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:2:path", @@ -4179,7 +4459,7 @@ }, { "name": "syft:location:3:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:3:path", @@ -4236,7 +4516,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -4244,7 +4524,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -4252,7 +4532,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -4414,7 +4694,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:0:path", @@ -4422,7 +4702,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:1:path", @@ -4430,7 +4710,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:2:path", @@ -4543,7 +4823,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -4551,7 +4831,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -4559,7 +4839,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -4616,7 +4896,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -4624,7 +4904,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -4632,7 +4912,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:2:path", @@ -4640,7 +4920,7 @@ }, { "name": "syft:location:3:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:3:path", @@ -4722,7 +5002,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -4730,7 +5010,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -4738,7 +5018,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:2:path", @@ -4746,7 +5026,7 @@ }, { "name": "syft:location:3:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:3:path", @@ -4908,7 +5188,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:0:path", @@ -4916,7 +5196,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:1:path", @@ -4924,7 +5204,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:2:path", @@ -5052,7 +5332,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -5060,7 +5340,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -5068,7 +5348,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -5171,7 +5451,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -5179,7 +5459,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -5187,7 +5467,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -5229,7 +5509,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:0:path", @@ -5289,7 +5569,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:0:path", @@ -5297,7 +5577,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:1:path", @@ -5305,7 +5585,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -5410,7 +5690,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -5418,7 +5698,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -5426,7 +5706,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -5477,7 +5757,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -5485,7 +5765,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -5493,7 +5773,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -5555,7 +5835,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -5563,7 +5843,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -5571,7 +5851,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -5584,20 +5864,20 @@ ] }, { - "bom-ref": "pkg:pypi/hiredis@2.3.2?package-id=7d17f7c09212119c", + "bom-ref": "pkg:pypi/hiredis@3.0.0?package-id=d7219d4c8b54c9a6", "type": "library", "author": "Jan-Erik Rediger, Pieter Noordhuis ", "name": "hiredis", - "version": "2.3.2", + "version": "3.0.0", "licenses": [ { "license": { - "name": "BSD" + "id": "MIT" } } ], - "cpe": "cpe:2.3:a:jan_erik_rediger\\,_pieter_noordhuis_project:python-hiredis:2.3.2:*:*:*:*:*:*:*", - "purl": "pkg:pypi/hiredis@2.3.2", + "cpe": "cpe:2.3:a:jan_erik_rediger\\,_pieter_noordhuis_project:python-hiredis:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/hiredis@3.0.0", "properties": [ { "name": "syft:package:foundBy", @@ -5617,143 +5897,143 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:jan_erik_rediger\\,_pieter_noordhuis_project:python_hiredis:2.3.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:jan_erik_rediger\\,_pieter_noordhuis_project:python_hiredis:3.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:jan_erik_rediger\\,_pieter_noordhuisproject:python-hiredis:2.3.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:jan_erik_rediger\\,_pieter_noordhuisproject:python-hiredis:3.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:jan_erik_rediger\\,_pieter_noordhuisproject:python_hiredis:2.3.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:jan_erik_rediger\\,_pieter_noordhuisproject:python_hiredis:3.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:jan_erik_rediger\\,_pieter_noordhuis_project:hiredis:2.3.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:jan_erik_rediger\\,_pieter_noordhuis_project:hiredis:3.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:jan_erik_rediger\\,_pieter_noordhuis:python-hiredis:2.3.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:jan_erik_rediger\\,_pieter_noordhuis:python-hiredis:3.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:jan_erik_rediger\\,_pieter_noordhuis:python_hiredis:2.3.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:jan_erik_rediger\\,_pieter_noordhuis:python_hiredis:3.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:jan_erik_rediger\\,_pieter_noordhuisproject:hiredis:2.3.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:jan_erik_rediger\\,_pieter_noordhuisproject:hiredis:3.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:jan_erik_rediger\\,_pieter_noordhuis:hiredis:2.3.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:jan_erik_rediger\\,_pieter_noordhuis:hiredis:3.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:janerik_project:python-hiredis:2.3.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:janerik_project:python-hiredis:3.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:janerik_project:python_hiredis:2.3.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:janerik_project:python_hiredis:3.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:janerikproject:python-hiredis:2.3.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:janerikproject:python-hiredis:3.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:janerikproject:python_hiredis:2.3.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:janerikproject:python_hiredis:3.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-hiredis:python-hiredis:2.3.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-hiredis:python-hiredis:3.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-hiredis:python_hiredis:2.3.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-hiredis:python_hiredis:3.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_hiredis:python-hiredis:2.3.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_hiredis:python-hiredis:3.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_hiredis:python_hiredis:2.3.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_hiredis:python_hiredis:3.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:janerik_project:hiredis:2.3.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:janerik_project:hiredis:3.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:hiredis:python-hiredis:2.3.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:hiredis:python-hiredis:3.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:hiredis:python_hiredis:2.3.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:hiredis:python_hiredis:3.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:janerik:python-hiredis:2.3.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:janerik:python-hiredis:3.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:janerik:python_hiredis:2.3.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:janerik:python_hiredis:3.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:janerikproject:hiredis:2.3.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:janerikproject:hiredis:3.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-hiredis:hiredis:2.3.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-hiredis:hiredis:3.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_hiredis:hiredis:2.3.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_hiredis:hiredis:3.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-hiredis:2.3.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-hiredis:3.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_hiredis:2.3.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_hiredis:3.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:hiredis:hiredis:2.3.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:hiredis:hiredis:3.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:janerik:hiredis:2.3.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:janerik:hiredis:3.0.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:hiredis:2.3.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:hiredis:3.0.0:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/hiredis-2.3.2.dist-info/METADATA" + "value": "/usr/local/lib/python3.11/site-packages/hiredis-3.0.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/hiredis-2.3.2.dist-info/RECORD" + "value": "/usr/local/lib/python3.11/site-packages/hiredis-3.0.0.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/hiredis-2.3.2.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.11/site-packages/hiredis-3.0.0.dist-info/top_level.txt" } ] }, @@ -5787,7 +6067,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -5795,7 +6075,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -5803,7 +6083,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -5892,7 +6172,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:0:path", @@ -5900,7 +6180,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:1:path", @@ -5908,7 +6188,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:2:path", @@ -6066,7 +6346,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:0:path", @@ -6074,7 +6354,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:1:path", @@ -6082,7 +6362,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:2:path", @@ -6209,7 +6489,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:0:path", @@ -6217,7 +6497,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:1:path", @@ -6226,11 +6506,11 @@ ] }, { - "bom-ref": "pkg:pypi/ijson@3.2.3?package-id=8f56a740797d7e50", + "bom-ref": "pkg:pypi/ijson@3.3.0?package-id=f61990a3ffc45095", "type": "library", "author": "Rodrigo Tobar, Ivan Sagalaev ", "name": "ijson", - "version": "3.2.3", + "version": "3.3.0", "licenses": [ { "license": { @@ -6238,8 +6518,8 @@ } } ], - "cpe": "cpe:2.3:a:rodrigo_tobar\\,_ivan_sagalaev_project:python-ijson:3.2.3:*:*:*:*:*:*:*", - "purl": "pkg:pypi/ijson@3.2.3", + "cpe": "cpe:2.3:a:rodrigo_tobar\\,_ivan_sagalaev_project:python-ijson:3.3.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/ijson@3.3.0", "properties": [ { "name": "syft:package:foundBy", @@ -6259,143 +6539,143 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:rodrigo_tobar\\,_ivan_sagalaev_project:python_ijson:3.2.3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:rodrigo_tobar\\,_ivan_sagalaev_project:python_ijson:3.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:rodrigo_tobar\\,_ivan_sagalaevproject:python-ijson:3.2.3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:rodrigo_tobar\\,_ivan_sagalaevproject:python-ijson:3.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:rodrigo_tobar\\,_ivan_sagalaevproject:python_ijson:3.2.3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:rodrigo_tobar\\,_ivan_sagalaevproject:python_ijson:3.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:rodrigo_tobar\\,_ivan_sagalaev_project:ijson:3.2.3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:rodrigo_tobar\\,_ivan_sagalaev_project:ijson:3.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:rodrigo_tobar\\,_ivan_sagalaev:python-ijson:3.2.3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:rodrigo_tobar\\,_ivan_sagalaev:python-ijson:3.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:rodrigo_tobar\\,_ivan_sagalaev:python_ijson:3.2.3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:rodrigo_tobar\\,_ivan_sagalaev:python_ijson:3.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:rodrigo_tobar\\,_ivan_sagalaevproject:ijson:3.2.3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:rodrigo_tobar\\,_ivan_sagalaevproject:ijson:3.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:rodrigo_tobar\\,_ivan_sagalaev:ijson:3.2.3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:rodrigo_tobar\\,_ivan_sagalaev:ijson:3.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:rtobar_project:python-ijson:3.2.3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:rtobar_project:python-ijson:3.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:rtobar_project:python_ijson:3.2.3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:rtobar_project:python_ijson:3.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:rtobarproject:python-ijson:3.2.3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:rtobarproject:python-ijson:3.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:rtobarproject:python_ijson:3.2.3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:rtobarproject:python_ijson:3.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ijson:python-ijson:3.2.3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-ijson:python-ijson:3.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ijson:python_ijson:3.2.3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-ijson:python_ijson:3.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ijson:python-ijson:3.2.3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_ijson:python-ijson:3.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ijson:python_ijson:3.2.3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_ijson:python_ijson:3.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:rtobar_project:ijson:3.2.3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:rtobar_project:ijson:3.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-ijson:3.2.3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-ijson:3.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_ijson:3.2.3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_ijson:3.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:rtobar:python-ijson:3.2.3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:rtobar:python-ijson:3.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:rtobar:python_ijson:3.2.3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:rtobar:python_ijson:3.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:rtobarproject:ijson:3.2.3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:rtobarproject:ijson:3.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ijson:python-ijson:3.2.3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ijson:python-ijson:3.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ijson:python_ijson:3.2.3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ijson:python_ijson:3.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-ijson:ijson:3.2.3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-ijson:ijson:3.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_ijson:ijson:3.2.3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_ijson:ijson:3.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:ijson:3.2.3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:ijson:3.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:rtobar:ijson:3.2.3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:rtobar:ijson:3.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:ijson:ijson:3.2.3:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:ijson:ijson:3.3.0:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/ijson-3.2.3.dist-info/METADATA" + "value": "/usr/local/lib/python3.11/site-packages/ijson-3.3.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/ijson-3.2.3.dist-info/RECORD" + "value": "/usr/local/lib/python3.11/site-packages/ijson-3.3.0.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/ijson-3.2.3.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.11/site-packages/ijson-3.3.0.dist-info/top_level.txt" } ] }, @@ -6549,7 +6829,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:0:path", @@ -6557,7 +6837,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:1:path", @@ -6566,19 +6846,20 @@ ] }, { - "bom-ref": "pkg:pypi/incremental@22.10.0?package-id=a932d93016732b9c", + "bom-ref": "pkg:pypi/importlib-metadata@8.0.0?package-id=28e25161e120669a", "type": "library", - "name": "incremental", - "version": "22.10.0", + "author": "\"Jason R. Coombs\" ", + "name": "importlib_metadata", + "version": "8.0.0", "licenses": [ { "license": { - "id": "MIT" + "id": "Apache-2.0" } } ], - "cpe": "cpe:2.3:a:python-incremental:python-incremental:22.10.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/incremental@22.10.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:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + }, + { + "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:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + }, + { + "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:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + }, + { + "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/incremental@24.7.2?package-id=aacb8492a2d59440", + "type": "library", + "name": "incremental", + "version": "24.7.2", + "cpe": "cpe:2.3:a:python-incremental:python-incremental:24.7.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/incremental@24.7.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-incremental:python_incremental:24.7.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_incremental:python-incremental:24.7.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_incremental:python_incremental:24.7.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:incremental:python-incremental:24.7.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:incremental:python_incremental:24.7.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-incremental:incremental:24.7.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_incremental:incremental:24.7.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-incremental:24.7.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_incremental:24.7.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:incremental:incremental:24.7.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:incremental:24.7.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/incremental-24.7.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/incremental-24.7.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/incremental-24.7.2.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:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/init-system-helpers/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/init-system-helpers.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "140" + } + ] + }, + { + "bom-ref": "pkg:pypi/jaeger-client@4.8.0?package-id=06f9a22bad2833cd", + "type": "library", + "author": "Yuri Shkuro ", + "name": "jaeger-client", + "version": "4.8.0", + "licenses": [ + { + "license": { + "name": "Apache License 2.0" + } + } + ], + "cpe": "cpe:2.3:a:python-jaeger-client:python-jaeger-client:4.8.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/jaeger-client@4.8.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-jaeger-client:python_jaeger_client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jaeger_client:python-jaeger-client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jaeger_client:python_jaeger_client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuri_shkuro_project:python-jaeger-client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuri_shkuro_project:python_jaeger_client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuri_shkuroproject:python-jaeger-client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuri_shkuroproject:python_jaeger_client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaeger-client:python-jaeger-client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaeger-client:python_jaeger_client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaeger_client:python-jaeger-client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaeger_client:python_jaeger_client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jaeger-client:jaeger-client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jaeger-client:jaeger_client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jaeger:python-jaeger-client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jaeger:python_jaeger_client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jaeger:python-jaeger-client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jaeger:python_jaeger_client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jaeger_client:jaeger-client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jaeger_client:jaeger_client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuri_shkuro_project:jaeger-client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuri_shkuro_project:jaeger_client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuri_shkuro:python-jaeger-client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuri_shkuro:python_jaeger_client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuri_shkuroproject:jaeger-client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuri_shkuroproject:jaeger_client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ys_project:python-jaeger-client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ys_project:python_jaeger_client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ysproject:python-jaeger-client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ysproject:python_jaeger_client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaeger-client:jaeger-client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaeger-client:jaeger_client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaeger:python-jaeger-client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaeger:python_jaeger_client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaeger_client:jaeger-client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaeger_client:jaeger_client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jaeger:jaeger-client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-jaeger:jaeger_client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-jaeger-client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_jaeger_client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jaeger:jaeger-client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_jaeger:jaeger_client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuri_shkuro:jaeger-client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yuri_shkuro:jaeger_client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ys_project:jaeger-client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ys_project:jaeger_client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ys:python-jaeger-client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ys:python_jaeger_client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ysproject:jaeger-client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ysproject:jaeger_client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaeger:jaeger-client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jaeger:jaeger_client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jaeger-client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:jaeger_client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ys:jaeger-client:4.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ys:jaeger_client:4.8.0:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/incremental-22.10.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.11/site-packages/jaeger_client-4.8.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/incremental-22.10.0.dist-info/RECORD" + "value": "/usr/local/lib/python3.11/site-packages/jaeger_client-4.8.0.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/incremental-22.10.0.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.11/site-packages/jaeger_client-4.8.0.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:deb/debian/init-system-helpers@1.65.2?arch=all&distro=debian-12&package-id=08222e193e6de8c6", + "bom-ref": "pkg:pypi/jaraco.context@5.3.0?package-id=f2bf8169ce78b070", "type": "library", - "publisher": "Debian systemd Maintainers ", - "name": "init-system-helpers", - "version": "1.65.2", + "author": "Jason R. Coombs ", + "name": "jaraco.context", + "version": "5.3.0", "licenses": [ { "license": { - "id": "BSD-3-Clause" - } - }, - { - "license": { - "id": "GPL-2.0-only" - } - }, - { - "license": { - "id": "GPL-2.0-or-later" + "id": "MIT" } } ], - "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", + "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": "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:init-system-helpers:init_system_helpers:1.65.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:jason_r__coombs_project:python_jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:init_system_helpers:init-system-helpers:1.65.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:jason_r__coombsproject:python-jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:init_system_helpers:init_system_helpers:1.65.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:jason_r__coombsproject:python_jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:init-system:init-system-helpers:1.65.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-jaraco.context:python-jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:init-system:init_system_helpers:1.65.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-jaraco.context:python_jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:init_system:init-system-helpers:1.65.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_jaraco.context:python-jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:init_system:init_system_helpers:1.65.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_jaraco.context:python_jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:init:init-system-helpers:1.65.2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:jason_r__coombs_project:jaraco.context:5.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:init:init_system_helpers:1.65.2:*:*:*:*:*:*:*" + "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:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:0:path", - "value": "/usr/share/doc/init-system-helpers/copyright" + "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:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:1:path", - "value": "/var/lib/dpkg/info/init-system-helpers.md5sums" + "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:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:2:path", - "value": "/var/lib/dpkg/status" - }, - { - "name": "syft:metadata:installedSize", - "value": "140" + "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/jaeger-client@4.8.0?package-id=9f7f948231769a18", + "bom-ref": "pkg:pypi/jaraco.functools@4.0.1?package-id=06afee6faa51084a", "type": "library", - "author": "Yuri Shkuro ", - "name": "jaeger-client", - "version": "4.8.0", + "author": "\"Jason R. Coombs\" ", + "name": "jaraco.functools", + "version": "4.0.1", "licenses": [ { "license": { - "name": "Apache License 2.0" + "id": "MIT" } } ], - "cpe": "cpe:2.3:a:python-jaeger-client:python-jaeger-client:4.8.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/jaeger-client@4.8.0", + "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.22.0", + "version": "4.23.0", "licenses": [ { "license": { @@ -7061,8 +8626,8 @@ } } ], - "cpe": "cpe:2.3:a:julian_berman_\\", "name": "libcurl4", - "version": "7.88.1-10+deb12u6", + "version": "7.88.1-10+deb12u7", "licenses": [ { "license": { @@ -8954,8 +10519,8 @@ } } ], - "cpe": "cpe:2.3:a:libcurl4:libcurl4:7.88.1-10\\+deb12u6:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libcurl4@7.88.1-10%2Bdeb12u6?arch=amd64&upstream=curl&distro=debian-12", + "cpe": "cpe:2.3:a:libcurl4:libcurl4:7.88.1-10\\+deb12u7:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libcurl4@7.88.1-10%2Bdeb12u7?arch=amd64&upstream=curl&distro=debian-12", "properties": [ { "name": "syft:package:foundBy", @@ -8971,7 +10536,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:0:path", @@ -8979,7 +10544,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:1:path", @@ -8987,7 +10552,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -9083,7 +10648,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -9091,7 +10656,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -9099,7 +10664,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -9155,7 +10720,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -9163,7 +10728,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -9171,7 +10736,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -9217,7 +10782,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:ebf00c0c4b3a9a964ea7cd690c92fe94a721aca97412d8a0650b83b6905713ec" + "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" }, { "name": "syft:location:0:path", @@ -9225,7 +10790,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:ebf00c0c4b3a9a964ea7cd690c92fe94a721aca97412d8a0650b83b6905713ec" + "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" }, { "name": "syft:location:1:path", @@ -9233,7 +10798,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -9319,7 +10884,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -9327,7 +10892,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -9335,7 +10900,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -9411,7 +10976,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -9419,7 +10984,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -9427,7 +10992,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -9518,7 +11083,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -9526,7 +11091,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -9534,7 +11099,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -9585,7 +11150,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -9593,7 +11158,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -9601,7 +11166,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -9663,7 +11228,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:ebf00c0c4b3a9a964ea7cd690c92fe94a721aca97412d8a0650b83b6905713ec" + "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" }, { "name": "syft:location:0:path", @@ -9671,7 +11236,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:ebf00c0c4b3a9a964ea7cd690c92fe94a721aca97412d8a0650b83b6905713ec" + "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" }, { "name": "syft:location:1:path", @@ -9679,7 +11244,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -9750,7 +11315,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -9758,7 +11323,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -9766,7 +11331,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -9872,7 +11437,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -9880,7 +11445,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -9888,7 +11453,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -9979,7 +11544,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -9987,7 +11552,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -9995,7 +11560,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -10012,11 +11577,11 @@ ] }, { - "bom-ref": "pkg:deb/debian/libgssapi-krb5-2@1.20.1-2%2Bdeb12u1?arch=amd64&upstream=krb5&distro=debian-12&package-id=eb530b6c06324c23", + "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+deb12u1", + "version": "1.20.1-2+deb12u2", "licenses": [ { "license": { @@ -10024,8 +11589,8 @@ } } ], - "cpe": "cpe:2.3:a:libgssapi-krb5-2:libgssapi-krb5-2:1.20.1-2\\+deb12u1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libgssapi-krb5-2@1.20.1-2%2Bdeb12u1?arch=amd64&upstream=krb5&distro=debian-12", + "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", @@ -10041,43 +11606,43 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libgssapi-krb5-2:libgssapi_krb5_2:1.20.1-2\\+deb12u1:*:*:*:*:*:*:*" + "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\\+deb12u1:*:*:*:*:*:*:*" + "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\\+deb12u1:*:*:*:*:*:*:*" + "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\\+deb12u1:*:*:*:*:*:*:*" + "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\\+deb12u1:*:*:*:*:*:*:*" + "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\\+deb12u1:*:*:*:*:*:*:*" + "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\\+deb12u1:*:*:*:*:*:*:*" + "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\\+deb12u1:*:*:*:*:*:*:*" + "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\\+deb12u1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:libgssapi:libgssapi_krb5_2:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:ebf00c0c4b3a9a964ea7cd690c92fe94a721aca97412d8a0650b83b6905713ec" + "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" }, { "name": "syft:location:0:path", @@ -10085,7 +11650,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:ebf00c0c4b3a9a964ea7cd690c92fe94a721aca97412d8a0650b83b6905713ec" + "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" }, { "name": "syft:location:1:path", @@ -10093,7 +11658,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -10101,7 +11666,7 @@ }, { "name": "syft:metadata:installedSize", - "value": "420" + "value": "424" }, { "name": "syft:metadata:source", @@ -10189,7 +11754,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -10197,7 +11762,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -10205,7 +11770,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -10256,7 +11821,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:0:path", @@ -10264,7 +11829,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:1:path", @@ -10272,7 +11837,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -10368,7 +11933,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -10376,7 +11941,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -10384,7 +11949,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -10459,7 +12024,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:0:path", @@ -10467,7 +12032,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:1:path", @@ -10475,7 +12040,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -10561,7 +12126,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:0:path", @@ -10569,7 +12134,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:1:path", @@ -10577,7 +12142,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -10594,11 +12159,11 @@ ] }, { - "bom-ref": "pkg:deb/debian/libk5crypto3@1.20.1-2%2Bdeb12u1?arch=amd64&upstream=krb5&distro=debian-12&package-id=a762d1301d128fa5", + "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+deb12u1", + "version": "1.20.1-2+deb12u2", "licenses": [ { "license": { @@ -10606,8 +12171,8 @@ } } ], - "cpe": "cpe:2.3:a:libk5crypto3:libk5crypto3:1.20.1-2\\+deb12u1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libk5crypto3@1.20.1-2%2Bdeb12u1?arch=amd64&upstream=krb5&distro=debian-12", + "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", @@ -10623,7 +12188,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:ebf00c0c4b3a9a964ea7cd690c92fe94a721aca97412d8a0650b83b6905713ec" + "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" }, { "name": "syft:location:0:path", @@ -10631,7 +12196,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:ebf00c0c4b3a9a964ea7cd690c92fe94a721aca97412d8a0650b83b6905713ec" + "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" }, { "name": "syft:location:1:path", @@ -10639,7 +12204,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -10700,7 +12265,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:ebf00c0c4b3a9a964ea7cd690c92fe94a721aca97412d8a0650b83b6905713ec" + "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" }, { "name": "syft:location:0:path", @@ -10708,7 +12273,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:ebf00c0c4b3a9a964ea7cd690c92fe94a721aca97412d8a0650b83b6905713ec" + "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" }, { "name": "syft:location:1:path", @@ -10716,7 +12281,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -10733,11 +12298,11 @@ ] }, { - "bom-ref": "pkg:deb/debian/libkrb5-3@1.20.1-2%2Bdeb12u1?arch=amd64&upstream=krb5&distro=debian-12&package-id=476c9c20e1e7fc90", + "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+deb12u1", + "version": "1.20.1-2+deb12u2", "licenses": [ { "license": { @@ -10745,8 +12310,8 @@ } } ], - "cpe": "cpe:2.3:a:libkrb5-3:libkrb5-3:1.20.1-2\\+deb12u1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libkrb5-3@1.20.1-2%2Bdeb12u1?arch=amd64&upstream=krb5&distro=debian-12", + "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", @@ -10762,27 +12327,27 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libkrb5-3:libkrb5_3:1.20.1-2\\+deb12u1:*:*:*:*:*:*:*" + "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\\+deb12u1:*:*:*:*:*:*:*" + "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\\+deb12u1:*:*:*:*:*:*:*" + "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\\+deb12u1:*:*:*:*:*:*:*" + "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\\+deb12u1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:libkrb5:libkrb5_3:1.20.1-2\\+deb12u2:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:ebf00c0c4b3a9a964ea7cd690c92fe94a721aca97412d8a0650b83b6905713ec" + "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" }, { "name": "syft:location:0:path", @@ -10790,7 +12355,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:ebf00c0c4b3a9a964ea7cd690c92fe94a721aca97412d8a0650b83b6905713ec" + "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" }, { "name": "syft:location:1:path", @@ -10798,7 +12363,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -10815,11 +12380,11 @@ ] }, { - "bom-ref": "pkg:deb/debian/libkrb5support0@1.20.1-2%2Bdeb12u1?arch=amd64&upstream=krb5&distro=debian-12&package-id=e9edcdc78a2b088b", + "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+deb12u1", + "version": "1.20.1-2+deb12u2", "licenses": [ { "license": { @@ -10827,8 +12392,8 @@ } } ], - "cpe": "cpe:2.3:a:libkrb5support0:libkrb5support0:1.20.1-2\\+deb12u1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libkrb5support0@1.20.1-2%2Bdeb12u1?arch=amd64&upstream=krb5&distro=debian-12", + "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", @@ -10844,7 +12409,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:ebf00c0c4b3a9a964ea7cd690c92fe94a721aca97412d8a0650b83b6905713ec" + "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" }, { "name": "syft:location:0:path", @@ -10852,7 +12417,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:ebf00c0c4b3a9a964ea7cd690c92fe94a721aca97412d8a0650b83b6905713ec" + "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" }, { "name": "syft:location:1:path", @@ -10860,7 +12425,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -11037,7 +12602,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:0:path", @@ -11045,7 +12610,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:1:path", @@ -11053,7 +12618,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -11214,7 +12779,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:0:path", @@ -11222,7 +12787,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:1:path", @@ -11230,7 +12795,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -11238,7 +12803,7 @@ }, { "name": "syft:location:3:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:3:path", @@ -11314,7 +12879,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -11322,7 +12887,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -11330,7 +12895,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -11441,7 +13006,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -11449,7 +13014,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -11457,7 +13022,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -11538,7 +13103,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -11546,7 +13111,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -11554,7 +13119,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -11675,7 +13240,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -11683,7 +13248,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -11691,7 +13256,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -11747,7 +13312,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -11755,7 +13320,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:ebf00c0c4b3a9a964ea7cd690c92fe94a721aca97412d8a0650b83b6905713ec" + "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" }, { "name": "syft:location:1:path", @@ -11763,7 +13328,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -11859,7 +13424,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -11867,7 +13432,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -11875,7 +13440,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -11966,7 +13531,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:0:path", @@ -11974,7 +13539,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:1:path", @@ -11982,7 +13547,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -12093,7 +13658,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:ebf00c0c4b3a9a964ea7cd690c92fe94a721aca97412d8a0650b83b6905713ec" + "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" }, { "name": "syft:location:0:path", @@ -12101,7 +13666,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:ebf00c0c4b3a9a964ea7cd690c92fe94a721aca97412d8a0650b83b6905713ec" + "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" }, { "name": "syft:location:1:path", @@ -12109,7 +13674,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -12210,7 +13775,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -12218,7 +13783,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -12226,7 +13791,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -12342,7 +13907,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -12350,7 +13915,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -12358,7 +13923,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:2:path", @@ -12366,7 +13931,7 @@ }, { "name": "syft:location:3:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:3:path", @@ -12498,7 +14063,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -12506,7 +14071,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -12514,7 +14079,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -12630,7 +14195,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -12638,7 +14203,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -12646,7 +14211,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:2:path", @@ -12654,7 +14219,7 @@ }, { "name": "syft:location:3:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:3:path", @@ -12750,7 +14315,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -12758,7 +14323,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -12766,7 +14331,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -12868,7 +14433,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -12876,7 +14441,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -12884,7 +14449,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -12901,11 +14466,11 @@ ] }, { - "bom-ref": "pkg:deb/debian/libpq5@15.7-0%2Bdeb12u1?arch=amd64&upstream=postgresql-15&distro=debian-12&package-id=67555d5d1cc5af29", + "bom-ref": "pkg:deb/debian/libpq5@15.8-0%2Bdeb12u1?arch=amd64&upstream=postgresql-15&distro=debian-12&package-id=4004021cc67333b9", "type": "library", "publisher": "Debian PostgreSQL Maintainers ", "name": "libpq5", - "version": "15.7-0+deb12u1", + "version": "15.8-0+deb12u1", "licenses": [ { "license": { @@ -12963,8 +14528,8 @@ } } ], - "cpe": "cpe:2.3:a:libpq5:libpq5:15.7-0\\+deb12u1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libpq5@15.7-0%2Bdeb12u1?arch=amd64&upstream=postgresql-15&distro=debian-12", + "cpe": "cpe:2.3:a:libpq5:libpq5:15.8-0\\+deb12u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/debian/libpq5@15.8-0%2Bdeb12u1?arch=amd64&upstream=postgresql-15&distro=debian-12", "properties": [ { "name": "syft:package:foundBy", @@ -12980,7 +14545,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:0:path", @@ -12988,7 +14553,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:1:path", @@ -12996,7 +14561,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -13052,7 +14617,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:0:path", @@ -13060,7 +14625,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:1:path", @@ -13068,7 +14633,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -13144,7 +14709,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:ebf00c0c4b3a9a964ea7cd690c92fe94a721aca97412d8a0650b83b6905713ec" + "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" }, { "name": "syft:location:0:path", @@ -13152,7 +14717,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:ebf00c0c4b3a9a964ea7cd690c92fe94a721aca97412d8a0650b83b6905713ec" + "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" }, { "name": "syft:location:1:path", @@ -13160,7 +14725,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -13211,7 +14776,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:0:path", @@ -13219,7 +14784,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:1:path", @@ -13227,7 +14792,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -13387,7 +14952,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:0:path", @@ -13395,7 +14960,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:1:path", @@ -13403,7 +14968,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -13559,7 +15124,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:0:path", @@ -13567,7 +15132,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:1:path", @@ -13575,7 +15140,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -13747,7 +15312,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:0:path", @@ -13755,7 +15320,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:1:path", @@ -13763,7 +15328,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -13809,7 +15374,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -13817,7 +15382,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -13825,7 +15390,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -13876,7 +15441,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -13884,7 +15449,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -13892,7 +15457,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -13967,7 +15532,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -13975,7 +15540,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -13983,7 +15548,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:2:path", @@ -13991,7 +15556,7 @@ }, { "name": "syft:location:3:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:3:path", @@ -14042,7 +15607,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -14050,7 +15615,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -14058,7 +15623,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -14128,7 +15693,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -14136,7 +15701,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -14144,7 +15709,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -14265,7 +15830,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -14273,7 +15838,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -14281,7 +15846,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -14357,7 +15922,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:ebf00c0c4b3a9a964ea7cd690c92fe94a721aca97412d8a0650b83b6905713ec" + "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" }, { "name": "syft:location:0:path", @@ -14365,7 +15930,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:ebf00c0c4b3a9a964ea7cd690c92fe94a721aca97412d8a0650b83b6905713ec" + "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" }, { "name": "syft:location:1:path", @@ -14373,7 +15938,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -14459,7 +16024,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -14467,7 +16032,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -14475,7 +16040,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -14541,7 +16106,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:0:path", @@ -14549,7 +16114,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:1:path", @@ -14557,7 +16122,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -14578,11 +16143,11 @@ ] }, { - "bom-ref": "pkg:deb/debian/libssl-dev@3.0.13-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12&package-id=1c425c6617d0cc1b", + "bom-ref": "pkg:deb/debian/libssl-dev@3.0.14-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12&package-id=dde6433f19317698", "type": "library", "publisher": "Debian OpenSSL Team ", "name": "libssl-dev", - "version": "3.0.13-1~deb12u1", + "version": "3.0.14-1~deb12u1", "licenses": [ { "license": { @@ -14605,8 +16170,8 @@ } } ], - "cpe": "cpe:2.3:a:libssl-dev:libssl-dev:3.0.13-1\\~deb12u1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libssl-dev@3.0.13-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12", + "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", "properties": [ { "name": "syft:package:foundBy", @@ -14622,27 +16187,27 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libssl-dev:libssl_dev:3.0.13-1\\~deb12u1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:libssl-dev:libssl_dev:3.0.14-1\\~deb12u1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libssl_dev:libssl-dev:3.0.13-1\\~deb12u1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:libssl_dev:libssl-dev:3.0.14-1\\~deb12u1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libssl_dev:libssl_dev:3.0.13-1\\~deb12u1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:libssl_dev:libssl_dev:3.0.14-1\\~deb12u1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libssl:libssl-dev:3.0.13-1\\~deb12u1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:libssl:libssl-dev:3.0.14-1\\~deb12u1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libssl:libssl_dev:3.0.13-1\\~deb12u1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:libssl:libssl_dev:3.0.14-1\\~deb12u1:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:0:path", @@ -14650,7 +16215,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:1:path", @@ -14658,7 +16223,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -14666,7 +16231,7 @@ }, { "name": "syft:metadata:installedSize", - "value": "12336" + "value": "12346" }, { "name": "syft:metadata:source", @@ -14675,11 +16240,11 @@ ] }, { - "bom-ref": "pkg:deb/debian/libssl3@3.0.13-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12&package-id=a1bc152826a84c57", + "bom-ref": "pkg:deb/debian/libssl3@3.0.14-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12&package-id=3932277dadc517ca", "type": "library", "publisher": "Debian OpenSSL Team ", "name": "libssl3", - "version": "3.0.13-1~deb12u1", + "version": "3.0.14-1~deb12u1", "licenses": [ { "license": { @@ -14702,8 +16267,8 @@ } } ], - "cpe": "cpe:2.3:a:libssl3:libssl3:3.0.13-1\\~deb12u1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libssl3@3.0.13-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12", + "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", "properties": [ { "name": "syft:package:foundBy", @@ -14719,7 +16284,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:50f6a0461e4a180f5ab27f384fa0dc806d913642bbf4dad0db61ac39f5ef8510" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:0:path", @@ -14727,7 +16292,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:50f6a0461e4a180f5ab27f384fa0dc806d913642bbf4dad0db61ac39f5ef8510" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:1:path", @@ -14735,7 +16300,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -14743,7 +16308,7 @@ }, { "name": "syft:metadata:installedSize", - "value": "6008" + "value": "6021" }, { "name": "syft:metadata:source", @@ -14806,7 +16371,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -14814,7 +16379,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -14822,7 +16387,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -14898,7 +16463,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -14906,7 +16471,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -14914,7 +16479,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -14995,7 +16560,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -15003,7 +16568,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -15011,7 +16576,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -15063,7 +16628,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -15071,7 +16636,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -15079,7 +16644,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -15155,7 +16720,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:ebf00c0c4b3a9a964ea7cd690c92fe94a721aca97412d8a0650b83b6905713ec" + "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" }, { "name": "syft:location:0:path", @@ -15163,7 +16728,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:ebf00c0c4b3a9a964ea7cd690c92fe94a721aca97412d8a0650b83b6905713ec" + "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" }, { "name": "syft:location:1:path", @@ -15171,7 +16736,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:ebf00c0c4b3a9a964ea7cd690c92fe94a721aca97412d8a0650b83b6905713ec" + "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" }, { "name": "syft:location:2:path", @@ -15179,7 +16744,7 @@ }, { "name": "syft:location:3:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:3:path", @@ -15235,7 +16800,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:ebf00c0c4b3a9a964ea7cd690c92fe94a721aca97412d8a0650b83b6905713ec" + "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" }, { "name": "syft:location:0:path", @@ -15243,7 +16808,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:ebf00c0c4b3a9a964ea7cd690c92fe94a721aca97412d8a0650b83b6905713ec" + "value": "sha256:29fa0c9cc49b00cfa17cd21e137600380679476abc30e23c7018a56dab71c93e" }, { "name": "syft:location:1:path", @@ -15251,7 +16816,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -15327,7 +16892,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -15335,7 +16900,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -15343,7 +16908,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -15434,7 +16999,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -15442,7 +17007,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -15450,7 +17015,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -15571,7 +17136,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -15579,7 +17144,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -15587,7 +17152,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -15633,7 +17198,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:0:path", @@ -15641,7 +17206,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:1:path", @@ -15649,7 +17214,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -15700,7 +17265,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:0:path", @@ -15708,7 +17273,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:1:path", @@ -15716,7 +17281,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -15751,7 +17316,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:0:path", @@ -15759,7 +17324,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:1:path", @@ -15767,7 +17332,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -15826,7 +17391,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:0:path", @@ -15834,7 +17399,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:1:path", @@ -15842,7 +17407,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -15881,7 +17446,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:0:path", @@ -15889,7 +17454,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:1:path", @@ -15897,7 +17462,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -15948,7 +17513,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -15956,7 +17521,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -15964,7 +17529,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -16025,7 +17590,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -16033,7 +17598,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -16041,7 +17606,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -16107,7 +17672,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -16115,7 +17680,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -16123,7 +17688,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:2:path", @@ -16131,7 +17696,7 @@ }, { "name": "syft:location:3:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:3:path", @@ -16221,7 +17786,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -16229,7 +17794,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -16237,7 +17802,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -16254,11 +17819,11 @@ ] }, { - "bom-ref": "pkg:pypi/lxml@5.2.2?package-id=95ad55180191608d", + "bom-ref": "pkg:pypi/lxml@5.3.0?package-id=e85ffb6531aeab75", "type": "library", "author": "lxml dev team ", "name": "lxml", - "version": "5.2.2", + "version": "5.3.0", "licenses": [ { "license": { @@ -16266,8 +17831,8 @@ } } ], - "cpe": "cpe:2.3:a:lxml:lxml:5.2.2:*:*:*:*:*:*:*", - "purl": "pkg:pypi/lxml@5.2.2", + "cpe": "cpe:2.3:a:lxml:lxml:5.3.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/lxml@5.3.0", "properties": [ { "name": "syft:package:foundBy", @@ -16287,27 +17852,27 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/lxml-5.2.2.dist-info/METADATA" + "value": "/usr/local/lib/python3.11/site-packages/lxml-5.3.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/lxml-5.2.2.dist-info/RECORD" + "value": "/usr/local/lib/python3.11/site-packages/lxml-5.3.0.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/lxml-5.2.2.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.11/site-packages/lxml-5.3.0.dist-info/top_level.txt" } ] }, @@ -16468,7 +18033,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:0:path", @@ -16476,7 +18041,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:1:path", @@ -16484,7 +18049,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:2:path", @@ -16493,11 +18058,11 @@ ] }, { - "bom-ref": "pkg:pypi/matrix-synapse@1.110.0?package-id=cfbc3e8ff9b0777b", + "bom-ref": "pkg:pypi/matrix-synapse@1.114.0?package-id=dabb6e0b6d7b3cbc", "type": "library", "author": "Matrix.org Team and Contributors ", "name": "matrix-synapse", - "version": "1.110.0", + "version": "1.114.0", "licenses": [ { "license": { @@ -16505,8 +18070,8 @@ } } ], - "cpe": "cpe:2.3:a:matrix_org_team_and_contributors_project:python-matrix-synapse:1.110.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/matrix-synapse@1.110.0", + "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", "externalReferences": [ { "url": "file:///synapse", @@ -16532,247 +18097,247 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_org_team_and_contributors_project:python_matrix_synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix_org_team_and_contributors_project:python_matrix_synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_org_team_and_contributorsproject:python-matrix-synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix_org_team_and_contributorsproject:python-matrix-synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_org_team_and_contributorsproject:python_matrix_synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix_org_team_and_contributorsproject:python_matrix_synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_org_team_and_contributors_project:matrix-synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix_org_team_and_contributors_project:matrix-synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_org_team_and_contributors_project:matrix_synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix_org_team_and_contributors_project:matrix_synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_org_team_and_contributors:python-matrix-synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix_org_team_and_contributors:python-matrix-synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_org_team_and_contributors:python_matrix_synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix_org_team_and_contributors:python_matrix_synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_org_team_and_contributorsproject:matrix-synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix_org_team_and_contributorsproject:matrix-synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_org_team_and_contributorsproject:matrix_synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix_org_team_and_contributorsproject:matrix_synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_org_team_and_contributors:matrix-synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix_org_team_and_contributors:matrix-synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_org_team_and_contributors:matrix_synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix_org_team_and_contributors:matrix_synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-matrix-synapse:python-matrix-synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-matrix-synapse:python-matrix-synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-matrix-synapse:python_matrix_synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-matrix-synapse:python_matrix_synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_matrix_synapse:python-matrix-synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_matrix_synapse:python-matrix-synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_matrix_synapse:python_matrix_synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_matrix_synapse:python_matrix_synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:packages_project:python-matrix-synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:packages_project:python-matrix-synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:packages_project:python_matrix_synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:packages_project:python_matrix_synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:packagesproject:python-matrix-synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:packagesproject:python-matrix-synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:packagesproject:python_matrix_synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:packagesproject:python_matrix_synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix-synapse:python-matrix-synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix-synapse:python-matrix-synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix-synapse:python_matrix_synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix-synapse:python_matrix_synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_synapse:python-matrix-synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix_synapse:python-matrix-synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_synapse:python_matrix_synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix_synapse:python_matrix_synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-matrix-synapse:matrix-synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-matrix-synapse:matrix-synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-matrix-synapse:matrix_synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-matrix-synapse:matrix_synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_matrix_synapse:matrix-synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_matrix_synapse:matrix-synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_matrix_synapse:matrix_synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_matrix_synapse:matrix_synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-matrix:python-matrix-synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-matrix:python-matrix-synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-matrix:python_matrix_synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-matrix:python_matrix_synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_matrix:python-matrix-synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_matrix:python-matrix-synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_matrix:python_matrix_synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_matrix:python_matrix_synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:packages_project:matrix-synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:packages_project:matrix-synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:packages_project:matrix_synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:packages_project:matrix_synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:packages:python-matrix-synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:packages:python-matrix-synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:packages:python_matrix_synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:packages:python_matrix_synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:packagesproject:matrix-synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:packagesproject:matrix-synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:packagesproject:matrix_synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:packagesproject:matrix_synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix-synapse:matrix-synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix-synapse:matrix-synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix-synapse:matrix_synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix-synapse:matrix_synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_synapse:matrix-synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix_synapse:matrix-synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_synapse:matrix_synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix_synapse:matrix_synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix:python-matrix-synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix:python-matrix-synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix:python_matrix_synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix:python_matrix_synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-matrix:matrix-synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-matrix:matrix-synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-matrix:matrix_synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-matrix:matrix_synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-matrix-synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-matrix-synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_matrix_synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_matrix_synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_matrix:matrix-synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_matrix:matrix-synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_matrix:matrix_synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_matrix:matrix_synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:packages:matrix-synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:packages:matrix-synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:packages:matrix_synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:packages:matrix_synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix:matrix-synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix:matrix-synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix:matrix_synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:matrix:matrix_synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:matrix-synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:matrix-synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:matrix_synapse:1.110.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:matrix_synapse:1.114.0:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/matrix_synapse-1.110.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.11/site-packages/matrix_synapse-1.114.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/matrix_synapse-1.110.0.dist-info/RECORD" + "value": "/usr/local/lib/python3.11/site-packages/matrix_synapse-1.114.0.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/matrix_synapse-1.110.0.dist-info/direct_url.json" + "value": "/usr/local/lib/python3.11/site-packages/matrix_synapse-1.114.0.dist-info/direct_url.json" } ] }, @@ -16997,7 +18562,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:0:path", @@ -17005,7 +18570,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:1:path", @@ -17013,7 +18578,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:2:path", @@ -17061,7 +18626,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -17069,7 +18634,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -17077,7 +18642,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -17089,6 +18654,237 @@ } ] }, + { + "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": "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:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + }, + { + "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:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + }, + { + "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", @@ -17436,7 +19518,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -17444,7 +19526,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -17452,7 +19534,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:2:path", @@ -17460,7 +19542,7 @@ }, { "name": "syft:location:3:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:3:path", @@ -17536,7 +19618,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -17544,7 +19626,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -17552,7 +19634,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -17694,7 +19776,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:0:path", @@ -17702,7 +19784,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:1:path", @@ -17710,7 +19792,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:2:path", @@ -17748,7 +19830,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:50f6a0461e4a180f5ab27f384fa0dc806d913642bbf4dad0db61ac39f5ef8510" + "value": "sha256:c897e89524533bef559ab9e566ef5ed6df162e8391cd450f0acfca4f124b5d3a" }, { "name": "syft:location:0:path", @@ -17756,7 +19838,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:50f6a0461e4a180f5ab27f384fa0dc806d913642bbf4dad0db61ac39f5ef8510" + "value": "sha256:c897e89524533bef559ab9e566ef5ed6df162e8391cd450f0acfca4f124b5d3a" }, { "name": "syft:location:1:path", @@ -17764,7 +19846,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:50f6a0461e4a180f5ab27f384fa0dc806d913642bbf4dad0db61ac39f5ef8510" + "value": "sha256:c897e89524533bef559ab9e566ef5ed6df162e8391cd450f0acfca4f124b5d3a" }, { "name": "syft:location:2:path", @@ -17772,7 +19854,7 @@ }, { "name": "syft:location:3:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:3:path", @@ -17785,11 +19867,11 @@ ] }, { - "bom-ref": "pkg:deb/debian/openssl@3.0.13-1~deb12u1?arch=amd64&distro=debian-12&package-id=cddd26047eac2a86", + "bom-ref": "pkg:deb/debian/openssl@3.0.14-1~deb12u1?arch=amd64&distro=debian-12&package-id=a819b20016a18d2e", "type": "library", "publisher": "Debian OpenSSL Team ", "name": "openssl", - "version": "3.0.13-1~deb12u1", + "version": "3.0.14-1~deb12u1", "licenses": [ { "license": { @@ -17812,8 +19894,8 @@ } } ], - "cpe": "cpe:2.3:a:openssl:openssl:3.0.13-1\\~deb12u1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/openssl@3.0.13-1~deb12u1?arch=amd64&distro=debian-12", + "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", "properties": [ { "name": "syft:package:foundBy", @@ -17829,7 +19911,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:50f6a0461e4a180f5ab27f384fa0dc806d913642bbf4dad0db61ac39f5ef8510" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:0:path", @@ -17837,7 +19919,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:50f6a0461e4a180f5ab27f384fa0dc806d913642bbf4dad0db61ac39f5ef8510" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:1:path", @@ -17845,7 +19927,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:50f6a0461e4a180f5ab27f384fa0dc806d913642bbf4dad0db61ac39f5ef8510" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -17853,7 +19935,7 @@ }, { "name": "syft:location:3:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:3:path", @@ -17861,12 +19943,12 @@ }, { "name": "syft:metadata:installedSize", - "value": "2294" + "value": "2295" } ] }, { - "bom-ref": "pkg:pypi/opentracing@2.4.0?package-id=1272cc67b0392c87", + "bom-ref": "pkg:pypi/opentracing@2.4.0?package-id=85fc24f20e90e622", "type": "library", "author": "The OpenTracing Authors ", "name": "opentracing", @@ -18003,7 +20085,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:0:path", @@ -18011,7 +20093,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:1:path", @@ -18019,7 +20101,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:2:path", @@ -18027,6 +20109,237 @@ } ] }, + { + "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": "packaging", + "version": "24.1", + "cpe": "cpe:2.3:a:donald_stufft_\\", "name": "phonenumbers", - "version": "8.13.39", + "version": "8.13.44", "licenses": [ { "license": { @@ -18621,8 +21069,8 @@ } } ], - "cpe": "cpe:2.3:a:david_drysdale_project:python-phonenumbers:8.13.39:*:*:*:*:*:*:*", - "purl": "pkg:pypi/phonenumbers@8.13.39", + "cpe": "cpe:2.3:a:david_drysdale_project:python-phonenumbers:8.13.44:*:*:*:*:*:*:*", + "purl": "pkg:pypi/phonenumbers@8.13.44", "properties": [ { "name": "syft:package:foundBy", @@ -18642,152 +21090,152 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:david_drysdale_project:python_phonenumbers:8.13.39:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:david_drysdale_project:python_phonenumbers:8.13.44:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:david_drysdaleproject:python-phonenumbers:8.13.39:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:david_drysdaleproject:python-phonenumbers:8.13.44:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:david_drysdaleproject:python_phonenumbers:8.13.39:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:david_drysdaleproject:python_phonenumbers:8.13.44:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-phonenumbers:python-phonenumbers:8.13.39:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-phonenumbers:python-phonenumbers:8.13.44:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-phonenumbers:python_phonenumbers:8.13.39:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-phonenumbers:python_phonenumbers:8.13.44:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_phonenumbers:python-phonenumbers:8.13.39:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_phonenumbers:python-phonenumbers:8.13.44:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_phonenumbers:python_phonenumbers:8.13.39:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_phonenumbers:python_phonenumbers:8.13.44:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:david_drysdale_project:phonenumbers:8.13.39:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:david_drysdale_project:phonenumbers:8.13.44:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:david_drysdale:python-phonenumbers:8.13.39:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:david_drysdale:python-phonenumbers:8.13.44:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:david_drysdale:python_phonenumbers:8.13.39:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:david_drysdale:python_phonenumbers:8.13.44:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:david_drysdaleproject:phonenumbers:8.13.39:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:david_drysdaleproject:phonenumbers:8.13.44:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:phonenumbers:python-phonenumbers:8.13.39:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:phonenumbers:python-phonenumbers:8.13.44:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:phonenumbers:python_phonenumbers:8.13.39:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:phonenumbers:python_phonenumbers:8.13.44:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-phonenumbers:phonenumbers:8.13.39:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-phonenumbers:phonenumbers:8.13.44:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_phonenumbers:phonenumbers:8.13.39:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_phonenumbers:phonenumbers:8.13.44:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dmd_project:python-phonenumbers:8.13.39:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:dmd_project:python-phonenumbers:8.13.44:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dmd_project:python_phonenumbers:8.13.39:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:dmd_project:python_phonenumbers:8.13.44:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dmdproject:python-phonenumbers:8.13.39:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:dmdproject:python-phonenumbers:8.13.44:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dmdproject:python_phonenumbers:8.13.39:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:dmdproject:python_phonenumbers:8.13.44:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:david_drysdale:phonenumbers:8.13.39:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:david_drysdale:phonenumbers:8.13.44:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-phonenumbers:8.13.39:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-phonenumbers:8.13.44:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_phonenumbers:8.13.39:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_phonenumbers:8.13.44:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:phonenumbers:phonenumbers:8.13.39:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:phonenumbers:phonenumbers:8.13.44:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dmd_project:phonenumbers:8.13.39:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:dmd_project:phonenumbers:8.13.44:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dmd:python-phonenumbers:8.13.39:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:dmd:python-phonenumbers:8.13.44:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dmd:python_phonenumbers:8.13.39:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:dmd:python_phonenumbers:8.13.44:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dmdproject:phonenumbers:8.13.39:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:dmdproject:phonenumbers:8.13.44:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:phonenumbers:8.13.39:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:phonenumbers:8.13.44:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dmd:phonenumbers:8.13.39:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:dmd:phonenumbers:8.13.44:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/phonenumbers-8.13.39.dist-info/METADATA" + "value": "/usr/local/lib/python3.11/site-packages/phonenumbers-8.13.44.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/phonenumbers-8.13.39.dist-info/RECORD" + "value": "/usr/local/lib/python3.11/site-packages/phonenumbers-8.13.44.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/phonenumbers-8.13.39.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.11/site-packages/phonenumbers-8.13.44.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/pillow@10.3.0?package-id=1ea356931b56ee8b", + "bom-ref": "pkg:pypi/pillow@10.4.0?package-id=b096eca81d872470", "type": "library", "author": "\"Jeffrey A. Clark\" ", "name": "pillow", - "version": "10.3.0", + "version": "10.4.0", "licenses": [ { "license": { @@ -18795,8 +21243,8 @@ } } ], - "cpe": "cpe:2.3:a:\\\"jeffrey_a__clark\\\"_\\", "name": "psycopg2", @@ -19558,7 +22099,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:0:path", @@ -19566,7 +22107,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:1:path", @@ -19574,7 +22115,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:2:path", @@ -19617,7 +22158,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:0:path", @@ -19625,7 +22166,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:1:path", @@ -19633,7 +22174,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -19646,11 +22187,11 @@ ] }, { - "bom-ref": "pkg:pypi/pyopenssl@24.1.0?package-id=279064ccf7920dc4", + "bom-ref": "pkg:pypi/pyopenssl@24.2.1?package-id=329f35aaed21c437", "type": "library", "author": "The pyOpenSSL developers ", "name": "pyOpenSSL", - "version": "24.1.0", + "version": "24.2.1", "licenses": [ { "license": { @@ -19658,8 +22199,8 @@ } } ], - "cpe": "cpe:2.3:a:pyopenssl_developers_project:python-pyOpenSSL:24.1.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/pyOpenSSL@24.1.0", + "cpe": "cpe:2.3:a:pyopenssl_developers_project:python-pyOpenSSL:24.2.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pyOpenSSL@24.2.1", "properties": [ { "name": "syft:package:foundBy", @@ -19679,155 +22220,155 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyopenssl_developers_project:python_pyOpenSSL:24.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pyopenssl_developers_project:python_pyOpenSSL:24.2.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyopenssl_developersproject:python-pyOpenSSL:24.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pyopenssl_developersproject:python-pyOpenSSL:24.2.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyopenssl_developersproject:python_pyOpenSSL:24.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pyopenssl_developersproject:python_pyOpenSSL:24.2.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:cryptography_dev_project:python-pyOpenSSL:24.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:cryptography_dev_project:python-pyOpenSSL:24.2.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:cryptography_dev_project:python_pyOpenSSL:24.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:cryptography_dev_project:python_pyOpenSSL:24.2.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:cryptography_devproject:python-pyOpenSSL:24.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:cryptography_devproject:python-pyOpenSSL:24.2.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:cryptography_devproject:python_pyOpenSSL:24.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:cryptography_devproject:python_pyOpenSSL:24.2.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyopenssl_developers_project:pyOpenSSL:24.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pyopenssl_developers_project:pyOpenSSL:24.2.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyopenssl_developers:python-pyOpenSSL:24.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pyopenssl_developers:python-pyOpenSSL:24.2.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyopenssl_developers:python_pyOpenSSL:24.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pyopenssl_developers:python_pyOpenSSL:24.2.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyopenssl_developersproject:pyOpenSSL:24.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pyopenssl_developersproject:pyOpenSSL:24.2.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:cryptography_dev_project:pyOpenSSL:24.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:cryptography_dev_project:pyOpenSSL:24.2.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:cryptography-dev:python-pyOpenSSL:24.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:cryptography-dev:python-pyOpenSSL:24.2.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:cryptography-dev:python_pyOpenSSL:24.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:cryptography-dev:python_pyOpenSSL:24.2.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:cryptography_dev:python-pyOpenSSL:24.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:cryptography_dev:python-pyOpenSSL:24.2.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:cryptography_dev:python_pyOpenSSL:24.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:cryptography_dev:python_pyOpenSSL:24.2.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:cryptography_devproject:pyOpenSSL:24.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:cryptography_devproject:pyOpenSSL:24.2.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyOpenSSL:python-pyOpenSSL:24.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pyOpenSSL:python-pyOpenSSL:24.2.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyOpenSSL:python_pyOpenSSL:24.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pyOpenSSL:python_pyOpenSSL:24.2.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pyOpenSSL:python-pyOpenSSL:24.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pyOpenSSL:python-pyOpenSSL:24.2.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pyOpenSSL:python_pyOpenSSL:24.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pyOpenSSL:python_pyOpenSSL:24.2.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyopenssl_developers:pyOpenSSL:24.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pyopenssl_developers:pyOpenSSL:24.2.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:cryptography-dev:pyOpenSSL:24.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:cryptography-dev:pyOpenSSL:24.2.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:cryptography_dev:pyOpenSSL:24.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:cryptography_dev:pyOpenSSL:24.2.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyOpenSSL:python-pyOpenSSL:24.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pyOpenSSL:python-pyOpenSSL:24.2.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyOpenSSL:python_pyOpenSSL:24.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pyOpenSSL:python_pyOpenSSL:24.2.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-pyOpenSSL:pyOpenSSL:24.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-pyOpenSSL:pyOpenSSL:24.2.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_pyOpenSSL:pyOpenSSL:24.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_pyOpenSSL:pyOpenSSL:24.2.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-pyOpenSSL:24.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-pyOpenSSL:24.2.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_pyOpenSSL:24.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_pyOpenSSL:24.2.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:pyOpenSSL:pyOpenSSL:24.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:pyOpenSSL:pyOpenSSL:24.2.1:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:pyOpenSSL:24.1.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:pyOpenSSL:24.2.1:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/pyOpenSSL-24.1.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.11/site-packages/pyOpenSSL-24.2.1.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/pyOpenSSL-24.1.0.dist-info/RECORD" + "value": "/usr/local/lib/python3.11/site-packages/pyOpenSSL-24.2.1.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/pyOpenSSL-24.1.0.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.11/site-packages/pyOpenSSL-24.2.1.dist-info/top_level.txt" } ] }, @@ -19981,7 +22522,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:0:path", @@ -19989,7 +22530,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:1:path", @@ -19997,7 +22538,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:2:path", @@ -20335,7 +22876,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:0:path", @@ -20343,7 +22884,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:1:path", @@ -20351,7 +22892,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:2:path", @@ -20509,7 +23050,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:0:path", @@ -20517,7 +23058,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:1:path", @@ -20525,7 +23066,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:2:path", @@ -20534,11 +23075,11 @@ ] }, { - "bom-ref": "pkg:pypi/pydantic@2.7.1?package-id=e78dc04d4ff050cf", + "bom-ref": "pkg:pypi/pydantic@2.8.2?package-id=4d2d850132551d63", "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.7.1", + "version": "2.8.2", "licenses": [ { "license": { @@ -20546,8 +23087,8 @@ } } ], - "cpe": "cpe:2.3:a:samuel_colvin_\\", "name": "pydantic_core", - "version": "2.18.2", + "version": "2.20.1", "licenses": [ { "license": { @@ -20688,8 +23229,8 @@ } } ], - "cpe": "cpe:2.3:a:samuel_colvin_\\", + "name": "python-multipart", + "version": "0.0.9", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:andrew_dunham_\\", "name": "sentry-sdk", - "version": "2.6.0", + "version": "2.13.0", "licenses": [ { "license": { @@ -22642,8 +25285,8 @@ } } ], - "cpe": "cpe:2.3:a:sentry:sentry_software_development_kit:2.6.0:*:*:*:*:python:*:*", - "purl": "pkg:pypi/sentry-sdk@2.6.0", + "cpe": "cpe:2.3:a:sentry:sentry_software_development_kit:2.13.0:*:*:*:*:python:*:*", + "purl": "pkg:pypi/sentry-sdk@2.13.0", "properties": [ { "name": "syft:package:foundBy", @@ -22663,27 +25306,27 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/sentry_sdk-2.6.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.11/site-packages/sentry_sdk-2.13.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/sentry_sdk-2.6.0.dist-info/RECORD" + "value": "/usr/local/lib/python3.11/site-packages/sentry_sdk-2.13.0.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/sentry_sdk-2.6.0.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.11/site-packages/sentry_sdk-2.13.0.dist-info/top_level.txt" } ] }, @@ -22909,7 +25552,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:0:path", @@ -22917,7 +25560,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:1:path", @@ -22959,7 +25602,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:47d24fc718a7900df611687adbd12371ef385cdfd12298e7c9efb27b71c984fe" + "value": "sha256:3db20f592cb9c77fd7699b9c3c5ddf0e4439c38705ad1be1838e80cc19eb33ef" }, { "name": "syft:location:0:path", @@ -22967,7 +25610,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:47d24fc718a7900df611687adbd12371ef385cdfd12298e7c9efb27b71c984fe" + "value": "sha256:3db20f592cb9c77fd7699b9c3c5ddf0e4439c38705ad1be1838e80cc19eb33ef" }, { "name": "syft:location:1:path", @@ -22975,7 +25618,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:47d24fc718a7900df611687adbd12371ef385cdfd12298e7c9efb27b71c984fe" + "value": "sha256:3db20f592cb9c77fd7699b9c3c5ddf0e4439c38705ad1be1838e80cc19eb33ef" }, { "name": "syft:location:2:path", @@ -22984,11 +25627,11 @@ ] }, { - "bom-ref": "pkg:pypi/setuptools@67.6.0?package-id=2b9da97d63f43b41", + "bom-ref": "pkg:pypi/setuptools@72.1.0?package-id=5cde1c9db6d2eedb", "type": "library", "author": "Python Packaging Authority ", "name": "setuptools", - "version": "67.6.0", + "version": "72.1.0", "licenses": [ { "license": { @@ -22996,8 +25639,8 @@ } } ], - "cpe": "cpe:2.3:a:python:setuptools:67.6.0:*:*:*:*:*:*:*", - "purl": "pkg:pypi/setuptools@67.6.0", + "cpe": "cpe:2.3:a:python:setuptools:72.1.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/setuptools@72.1.0", "properties": [ { "name": "syft:package:foundBy", @@ -23017,27 +25660,27 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools-67.6.0.dist-info/METADATA" + "value": "/usr/local/lib/python3.11/site-packages/setuptools-72.1.0.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools-67.6.0.dist-info/RECORD" + "value": "/usr/local/lib/python3.11/site-packages/setuptools-72.1.0.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/setuptools-67.6.0.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.11/site-packages/setuptools-72.1.0.dist-info/top_level.txt" } ] }, @@ -23263,7 +25906,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:0:path", @@ -23271,7 +25914,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:1:path", @@ -23279,7 +25922,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:2:path", @@ -23364,7 +26007,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:0:path", @@ -23372,7 +26015,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:1:path", @@ -23380,7 +26023,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:2:path", @@ -23538,7 +26181,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:0:path", @@ -23546,7 +26189,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:1:path", @@ -23554,7 +26197,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:2:path", @@ -23712,7 +26355,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:0:path", @@ -23720,7 +26363,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:1:path", @@ -23728,7 +26371,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:2:path", @@ -23765,7 +26408,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:0:path", @@ -23837,7 +26480,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -23845,7 +26488,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -23853,7 +26496,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -23924,7 +26567,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -23932,7 +26575,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -23940,7 +26583,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -23953,7 +26596,7 @@ ] }, { - "bom-ref": "pkg:pypi/threadloop@1.0.2?package-id=a3d54178a1ee6656", + "bom-ref": "pkg:pypi/threadloop@1.0.2?package-id=c750a31d70550a6b", "type": "library", "author": "Grayson Koonce ", "name": "threadloop", @@ -24102,7 +26745,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:0:path", @@ -24110,7 +26753,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:1:path", @@ -24118,7 +26761,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:2:path", @@ -24127,7 +26770,7 @@ ] }, { - "bom-ref": "pkg:pypi/thrift@0.16.0?package-id=cb67494dd1e83bb7", + "bom-ref": "pkg:pypi/thrift@0.16.0?package-id=0a1a093cc466c75f", "type": "library", "author": "Apache Thrift Developers ", "name": "thrift", @@ -24276,7 +26919,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:0:path", @@ -24284,7 +26927,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:1:path", @@ -24292,7 +26935,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:2:path", @@ -24300,6 +26943,141 @@ } ] }, + { + "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": "treq", + "version": "23.11.0", + "licenses": [ + { + "license": { + "name": "MIT/X" + } + } + ], + "cpe": "cpe:2.3:a:david_reid_project:python-treq:23.11.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/treq@23.11.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:david_reid_project:python_treq:23.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_reidproject:python-treq:23.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_reidproject:python_treq:23.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dreid_project:python-treq:23.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dreid_project:python_treq:23.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dreidproject:python-treq:23.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dreidproject:python_treq:23.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_reid_project:treq:23.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-treq:python-treq:23.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-treq:python_treq:23.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_treq:python-treq:23.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_treq:python_treq:23.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_reid:python-treq:23.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_reid:python_treq:23.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_reidproject:treq:23.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dreid_project:treq:23.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-treq:23.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_treq:23.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dreid:python-treq:23.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dreid:python_treq:23.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dreidproject:treq:23.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-treq:treq:23.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_treq:treq:23.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:treq:python-treq:23.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:treq:python_treq:23.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:david_reid:treq:23.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:treq:23.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dreid:treq:23.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:treq:treq:23.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/treq-23.11.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/treq-23.11.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.11/site-packages/treq-23.11.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/txredisapi@1.4.10?package-id=343846a2f0cabfeb", + "type": "library", + "author": "Alexandre Fiori ", + "name": "txredisapi", + "version": "1.4.10", + "licenses": [ + { + "license": { + "name": "http://www.apache.org/licenses/LICENSE-2.0" + } + } + ], + "cpe": "cpe:2.3:a:alexandre_fiori_project:python-txredisapi:1.4.10:*:*:*:*:*:*:*", + "purl": "pkg:pypi/txredisapi@1.4.10", + "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:alexandre_fiori_project:python_txredisapi:1.4.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alexandre_fioriproject:python-txredisapi:1.4.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:alexandre_fioriproject:python_txredisapi:1.4.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-txredisapi:python-txredisapi:1.4.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-txredisapi:python_txredisapi:1.4.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_tornadoproject:python_tornado:6.4.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_txredisapi:python-txredisapi:1.4.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:facebook_project:python-tornado:6.4.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_txredisapi:python_txredisapi:1.4.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:facebook_project:python_tornado:6.4.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:alexandre_fiori_project:txredisapi:1.4.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:facebookproject:python-tornado:6.4.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:alexandre_fiori:python-txredisapi:1.4.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:facebookproject:python_tornado:6.4.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:alexandre_fiori:python_txredisapi:1.4.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_tornado_project:tornado:6.4.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:alexandre_fioriproject:txredisapi:1.4.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-tornado:python-tornado:6.4.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:fiorix_project:python-txredisapi:1.4.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-tornado:python_tornado:6.4.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:fiorix_project:python_txredisapi:1.4.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_tornado:python-tornado:6.4.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:fiorixproject:python-txredisapi:1.4.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_tornado:python_tornado:6.4.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:fiorixproject:python_txredisapi:1.4.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_tornadoproject:tornado:6.4.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-txredisapi:txredisapi:1.4.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:facebook_project:tornado:6.4.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_txredisapi:txredisapi:1.4.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:facebook:python-tornado:6.4.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:txredisapi:python-txredisapi:1.4.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:facebook:python_tornado:6.4.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:txredisapi:python_txredisapi:1.4.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:facebookproject:tornado:6.4.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:alexandre_fiori:txredisapi:1.4.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-tornado:tornado:6.4.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:fiorix_project:txredisapi:1.4.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_tornado:tornado:6.4.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:fiorix:python-txredisapi:1.4.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:tornado:python-tornado:6.4.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:fiorix:python_txredisapi:1.4.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:tornado:python_tornado:6.4.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:fiorixproject:txredisapi:1.4.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-tornado:6.4.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-txredisapi:1.4.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_tornado:6.4.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_txredisapi:1.4.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:facebook:tornado:6.4.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:txredisapi:txredisapi:1.4.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:tornado:tornado:6.4.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:fiorix:txredisapi:1.4.10:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:tornado:6.4.1:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:txredisapi:1.4.10:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/tornado-6.4.1.dist-info/METADATA" + "value": "/usr/local/lib/python3.11/site-packages/txredisapi-1.4.10.dist-info/METADATA" }, { "name": "syft:location:1:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/tornado-6.4.1.dist-info/RECORD" + "value": "/usr/local/lib/python3.11/site-packages/txredisapi-1.4.10.dist-info/RECORD" }, { "name": "syft:location:2:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/tornado-6.4.1.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.11/site-packages/txredisapi-1.4.10.dist-info/top_level.txt" } ] }, { - "bom-ref": "pkg:pypi/treq@23.11.0?package-id=e7de4ad4939c8314", + "bom-ref": "pkg:pypi/typeguard@4.3.0?package-id=eca579fb40edd03f", "type": "library", - "author": "David Reid ", - "name": "treq", - "version": "23.11.0", + "author": "Alex Grönholm ", + "name": "typeguard", + "version": "4.3.0", "licenses": [ { "license": { - "name": "MIT/X" + "id": "MIT" } } ], - "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:python-typeguard:python-typeguard:4.3.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/typeguard@4.3.0", "properties": [ { "name": "syft:package:foundBy", @@ -24496,317 +27622,290 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:david_reid_project:python_treq:23.11.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-typeguard:python_typeguard:4.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:david_reidproject:python-treq:23.11.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_typeguard:python-typeguard:4.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:david_reidproject:python_treq:23.11.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_typeguard:python_typeguard:4.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dreid_project:python-treq:23.11.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-typeguard:typeguard:4.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dreid_project:python_treq:23.11.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_typeguard:typeguard:4.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dreidproject:python-treq:23.11.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:typeguard:python-typeguard:4.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dreidproject:python_treq:23.11.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:typeguard:python_typeguard:4.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:david_reid_project:treq:23.11.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-typeguard:4.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-treq:python-treq:23.11.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_typeguard:4.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-treq:python_treq:23.11.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:typeguard:typeguard:4.3.0:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_treq:python-treq:23.11.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:typeguard:4.3.0:*:*:*:*:*:*:*" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python_treq:python_treq:23.11.0:*:*:*:*:*:*:*" + "name": "syft:location:0:layerID", + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:david_reid:python-treq:23.11.0:*:*:*:*:*:*:*" + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/METADATA" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:david_reid:python_treq:23.11.0:*:*:*:*:*:*:*" + "name": "syft:location:1:layerID", + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:david_reidproject:treq:23.11.0:*:*:*:*:*:*:*" + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/RECORD" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:dreid_project:treq:23.11.0:*:*:*:*:*:*:*" + "name": "syft:location:2:layerID", + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-treq:23.11.0:*:*:*:*:*:*:*" - }, + "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:cpe23", - "value": "cpe:2.3:a:python:python_treq:23.11.0:*:*:*:*:*:*:*" + "name": "syft:package:foundBy", + "value": "python-installed-package-cataloger" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:dreid:python-treq:23.11.0:*:*:*:*:*:*:*" + "name": "syft:package:language", + "value": "python" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:dreid:python_treq:23.11.0:*:*:*:*:*:*:*" + "name": "syft:package:type", + "value": "python" }, { - "name": "syft:cpe23", - "value": "cpe:2.3:a:dreidproject:treq:23.11.0:*:*:*:*:*:*:*" + "name": "syft:package:metadataType", + "value": "python-package" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-treq:treq:23.11.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-typing-extensions:python-typing_extensions:4.12.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_treq:treq:23.11.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-typing-extensions:python_typing_extensions:4.12.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:treq:python-treq:23.11.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-typing_extensions:python-typing-extensions:4.12.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:treq:python_treq:23.11.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-typing_extensions:python-typing_extensions:4.12.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:david_reid:treq:23.11.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-typing_extensions:python_typing_extensions:4.12.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:treq:23.11.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_typing_extensions:python-typing-extensions:4.12.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:dreid:treq:23.11.0:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_typing_extensions:python-typing_extensions:4.12.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:treq:treq:23.11.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" - }, - { - "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/treq-23.11.0.dist-info/METADATA" + "value": "cpe:2.3:a:python_typing_extensions:python_typing_extensions:4.12.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing-extensions:typing-extensions:4.12.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/treq-23.11.0.dist-info/RECORD" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing-extensions:typing_extensions:4.12.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing_extensions:typing-extensions:4.12.2:*:*:*:*:*:*:*" }, { - "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/treq-23.11.0.dist-info/top_level.txt" - } - ] - }, - { - "bom-ref": "pkg:pypi/txredisapi@1.4.10?package-id=343846a2f0cabfeb", - "type": "library", - "author": "Alexandre Fiori ", - "name": "txredisapi", - "version": "1.4.10", - "licenses": [ - { - "license": { - "name": "http://www.apache.org/licenses/LICENSE-2.0" - } - } - ], - "cpe": "cpe:2.3:a:alexandre_fiori_project:python-txredisapi:1.4.10:*:*:*:*:*:*:*", - "purl": "pkg:pypi/txredisapi@1.4.10", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "python-installed-package-cataloger" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing_extensions:typing_extensions:4.12.2:*:*:*:*:*:*:*" }, { - "name": "syft:package:language", - "value": "python" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing_extensions:typing-extensions:4.12.2:*:*:*:*:*:*:*" }, { - "name": "syft:package:type", - "value": "python" + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing_extensions:typing_extensions:4.12.2:*:*:*:*:*:*:*" }, { - "name": "syft:package:metadataType", - "value": "python-package" + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing-extensions:python-typing-extensions:4.12.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:alexandre_fiori_project:python_txredisapi:1.4.10:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:typing-extensions:python-typing_extensions:4.12.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:alexandre_fioriproject:python-txredisapi:1.4.10:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:typing-extensions:python_typing_extensions:4.12.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:alexandre_fioriproject:python_txredisapi:1.4.10:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:typing_extensions:python-typing-extensions:4.12.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-txredisapi:python-txredisapi:1.4.10:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:typing_extensions:python-typing_extensions:4.12.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-txredisapi:python_txredisapi:1.4.10:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:typing_extensions:python_typing_extensions:4.12.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_txredisapi:python-txredisapi:1.4.10:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-typing:python-typing-extensions:4.12.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_txredisapi:python_txredisapi:1.4.10:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-typing:python-typing_extensions:4.12.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:alexandre_fiori_project:txredisapi:1.4.10:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-typing:python_typing_extensions:4.12.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:alexandre_fiori:python-txredisapi:1.4.10:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_typing:python-typing-extensions:4.12.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:alexandre_fiori:python_txredisapi:1.4.10:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_typing:python-typing_extensions:4.12.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:alexandre_fioriproject:txredisapi:1.4.10:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_typing:python_typing_extensions:4.12.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:fiorix_project:python-txredisapi:1.4.10:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:typing-extensions:typing-extensions:4.12.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:fiorix_project:python_txredisapi:1.4.10:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:typing-extensions:typing_extensions:4.12.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:fiorixproject:python-txredisapi:1.4.10:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:typing_extensions:typing-extensions:4.12.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:fiorixproject:python_txredisapi:1.4.10:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:typing_extensions:typing_extensions:4.12.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python-txredisapi:txredisapi:1.4.10:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-typing:typing-extensions:4.12.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python_txredisapi:txredisapi:1.4.10:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python-typing:typing_extensions:4.12.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:txredisapi:python-txredisapi:1.4.10:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-typing-extensions:4.12.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:txredisapi:python_txredisapi:1.4.10:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python-typing_extensions:4.12.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:alexandre_fiori:txredisapi:1.4.10:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:python_typing_extensions:4.12.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:fiorix_project:txredisapi:1.4.10:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_typing:typing-extensions:4.12.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:fiorix:python-txredisapi:1.4.10:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python_typing:typing_extensions:4.12.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:fiorix:python_txredisapi:1.4.10:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:typing:python-typing-extensions:4.12.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:fiorixproject:txredisapi:1.4.10:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:typing:python-typing_extensions:4.12.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python-txredisapi:1.4.10:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:typing:python_typing_extensions:4.12.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:python_txredisapi:1.4.10:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:typing-extensions:4.12.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:txredisapi:txredisapi:1.4.10:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python:typing_extensions:4.12.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:fiorix:txredisapi:1.4.10:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:typing:typing-extensions:4.12.2:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python:txredisapi:1.4.10:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:typing:typing_extensions:4.12.2:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:0:path", - "value": "/usr/local/lib/python3.11/site-packages/txredisapi-1.4.10.dist-info/METADATA" + "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:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:1:path", - "value": "/usr/local/lib/python3.11/site-packages/txredisapi-1.4.10.dist-info/RECORD" - }, - { - "name": "syft:location:2:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" - }, - { - "name": "syft:location:2:path", - "value": "/usr/local/lib/python3.11/site-packages/txredisapi-1.4.10.dist-info/top_level.txt" + "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/RECORD" } ] }, @@ -25013,7 +28112,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:0:path", @@ -25021,7 +28120,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:1:path", @@ -25059,7 +28158,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -25067,7 +28166,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -25075,7 +28174,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -25201,7 +28300,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:0:path", @@ -25209,7 +28308,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:1:path", @@ -25244,7 +28343,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:0:path", @@ -25252,7 +28351,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:1:path", @@ -25331,7 +28430,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -25339,7 +28438,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -25347,7 +28446,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:2:path", @@ -25488,7 +28587,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -25496,7 +28595,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -25504,7 +28603,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:2:path", @@ -25512,7 +28611,7 @@ }, { "name": "syft:location:3:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:3:path", @@ -25665,7 +28764,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:0:path", @@ -25673,7 +28772,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:1:path", @@ -25681,7 +28780,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:32148f9f6c5aadfa167ee7b146b9703c59307049d68b090c19db019fd15c5406" + "value": "sha256:9853575bc4f955c5892dd64187538a6cd02dba6968eba9201854876a7a257034" }, { "name": "syft:location:2:path", @@ -25689,7 +28788,7 @@ }, { "name": "syft:location:3:layerID", - "value": "sha256:bb7e6ca5c72bcda46fdee244f260baa4875fba34a6b29fc0efd3efc98d8853ea" + "value": "sha256:97686c8329c1c2c676e926cb360414911fdfa02125a3edec25bec9b7148cef4e" }, { "name": "syft:location:3:path", @@ -25855,7 +28954,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:0:path", @@ -25863,7 +28962,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:1:path", @@ -25871,7 +28970,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:f73a8bc8ae556e94b50cd501356af3a5a3e701375250d4aa965ffebfa232bdfe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" }, { "name": "syft:location:2:path", @@ -25880,7 +28979,7 @@ ] }, { - "bom-ref": "pkg:pypi/wheel@0.43.0?package-id=ffa6b5366d6736a5", + "bom-ref": "pkg:pypi/wheel@0.43.0?package-id=d171a4dd69290dc7", "type": "library", "author": "Daniel Holth ", "name": "wheel", @@ -25998,19 +29097,154 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:47d24fc718a7900df611687adbd12371ef385cdfd12298e7c9efb27b71c984fe" + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/wheel-0.43.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:54e9b0226993bd22b516e0c4548a2b30eefe86820682d578b351f458d7341500" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.11/site-packages/setuptools/_vendor/wheel-0.43.0.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:pypi/wheel@0.44.0?package-id=807efb3173bb44e4", + "type": "library", + "author": "Daniel Holth ", + "name": "wheel", + "version": "0.44.0", + "cpe": "cpe:2.3:a:daniel_holth_\\", + "name": "zipp", + "version": "3.19.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:\\\"jason_r__coombs\\\"_\\", "name": "base-files", - "version": "12.4+deb12u6", + "version": "12.4+deb12u7", "licenses": [ { "license": { @@ -43,8 +43,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", @@ -60,27 +60,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:f144bb4c7c7f0d2aa7eeffd36d934ec40db1ee167be727e326aad9fdc616f475" + "value": "sha256:da0c4410e542ee7c2bbe746c2acb059e34fd05bd129d88274cd0148b0240e30f" }, { "name": "syft:location:0:path", @@ -88,7 +88,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:f144bb4c7c7f0d2aa7eeffd36d934ec40db1ee167be727e326aad9fdc616f475" + "value": "sha256:da0c4410e542ee7c2bbe746c2acb059e34fd05bd129d88274cd0148b0240e30f" }, { "name": "syft:location:1:path", @@ -96,7 +96,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:f144bb4c7c7f0d2aa7eeffd36d934ec40db1ee167be727e326aad9fdc616f475" + "value": "sha256:da0c4410e542ee7c2bbe746c2acb059e34fd05bd129d88274cd0148b0240e30f" }, { "name": "syft:location:2:path", @@ -133,7 +133,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:e26f87deafcca7e9afb3103e8535a5615954e30938f16616a51fe21f1be4487b" + "value": "sha256:aba44b78fdaf64209d36d79adf6623db237074d0cf695b1bc8731be265f71d84" }, { "name": "syft:location:0:path", @@ -182,7 +182,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:e26f87deafcca7e9afb3103e8535a5615954e30938f16616a51fe21f1be4487b" + "value": "sha256:aba44b78fdaf64209d36d79adf6623db237074d0cf695b1bc8731be265f71d84" }, { "name": "syft:location:0:path", @@ -236,7 +236,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:e26f87deafcca7e9afb3103e8535a5615954e30938f16616a51fe21f1be4487b" + "value": "sha256:aba44b78fdaf64209d36d79adf6623db237074d0cf695b1bc8731be265f71d84" }, { "name": "syft:location:0:path", @@ -294,7 +294,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:e26f87deafcca7e9afb3103e8535a5615954e30938f16616a51fe21f1be4487b" + "value": "sha256:aba44b78fdaf64209d36d79adf6623db237074d0cf695b1bc8731be265f71d84" }, { "name": "syft:location:0:path", @@ -356,7 +356,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:e26f87deafcca7e9afb3103e8535a5615954e30938f16616a51fe21f1be4487b" + "value": "sha256:aba44b78fdaf64209d36d79adf6623db237074d0cf695b1bc8731be265f71d84" }, { "name": "syft:location:0:path", @@ -418,7 +418,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:e26f87deafcca7e9afb3103e8535a5615954e30938f16616a51fe21f1be4487b" + "value": "sha256:aba44b78fdaf64209d36d79adf6623db237074d0cf695b1bc8731be265f71d84" }, { "name": "syft:location:0:path", @@ -480,7 +480,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:e26f87deafcca7e9afb3103e8535a5615954e30938f16616a51fe21f1be4487b" + "value": "sha256:aba44b78fdaf64209d36d79adf6623db237074d0cf695b1bc8731be265f71d84" }, { "name": "syft:location:0:path", @@ -542,7 +542,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:e26f87deafcca7e9afb3103e8535a5615954e30938f16616a51fe21f1be4487b" + "value": "sha256:aba44b78fdaf64209d36d79adf6623db237074d0cf695b1bc8731be265f71d84" }, { "name": "syft:location:0:path", @@ -596,7 +596,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:e26f87deafcca7e9afb3103e8535a5615954e30938f16616a51fe21f1be4487b" + "value": "sha256:aba44b78fdaf64209d36d79adf6623db237074d0cf695b1bc8731be265f71d84" }, { "name": "syft:location:0:path", @@ -650,7 +650,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:e26f87deafcca7e9afb3103e8535a5615954e30938f16616a51fe21f1be4487b" + "value": "sha256:aba44b78fdaf64209d36d79adf6623db237074d0cf695b1bc8731be265f71d84" }, { "name": "syft:location:0:path", @@ -708,7 +708,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:e26f87deafcca7e9afb3103e8535a5615954e30938f16616a51fe21f1be4487b" + "value": "sha256:aba44b78fdaf64209d36d79adf6623db237074d0cf695b1bc8731be265f71d84" }, { "name": "syft:location:0:path", @@ -766,7 +766,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:e26f87deafcca7e9afb3103e8535a5615954e30938f16616a51fe21f1be4487b" + "value": "sha256:aba44b78fdaf64209d36d79adf6623db237074d0cf695b1bc8731be265f71d84" }, { "name": "syft:location:0:path", @@ -820,7 +820,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:e26f87deafcca7e9afb3103e8535a5615954e30938f16616a51fe21f1be4487b" + "value": "sha256:aba44b78fdaf64209d36d79adf6623db237074d0cf695b1bc8731be265f71d84" }, { "name": "syft:location:0:path", @@ -874,7 +874,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:e26f87deafcca7e9afb3103e8535a5615954e30938f16616a51fe21f1be4487b" + "value": "sha256:aba44b78fdaf64209d36d79adf6623db237074d0cf695b1bc8731be265f71d84" }, { "name": "syft:location:0:path", @@ -928,7 +928,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:e26f87deafcca7e9afb3103e8535a5615954e30938f16616a51fe21f1be4487b" + "value": "sha256:aba44b78fdaf64209d36d79adf6623db237074d0cf695b1bc8731be265f71d84" }, { "name": "syft:location:0:path", @@ -990,7 +990,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:e26f87deafcca7e9afb3103e8535a5615954e30938f16616a51fe21f1be4487b" + "value": "sha256:aba44b78fdaf64209d36d79adf6623db237074d0cf695b1bc8731be265f71d84" }, { "name": "syft:location:0:path", @@ -1044,7 +1044,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:e26f87deafcca7e9afb3103e8535a5615954e30938f16616a51fe21f1be4487b" + "value": "sha256:aba44b78fdaf64209d36d79adf6623db237074d0cf695b1bc8731be265f71d84" }, { "name": "syft:location:0:path", @@ -1106,7 +1106,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:e26f87deafcca7e9afb3103e8535a5615954e30938f16616a51fe21f1be4487b" + "value": "sha256:aba44b78fdaf64209d36d79adf6623db237074d0cf695b1bc8731be265f71d84" }, { "name": "syft:location:0:path", @@ -1168,7 +1168,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:e26f87deafcca7e9afb3103e8535a5615954e30938f16616a51fe21f1be4487b" + "value": "sha256:aba44b78fdaf64209d36d79adf6623db237074d0cf695b1bc8731be265f71d84" }, { "name": "syft:location:0:path", @@ -1222,7 +1222,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:e26f87deafcca7e9afb3103e8535a5615954e30938f16616a51fe21f1be4487b" + "value": "sha256:aba44b78fdaf64209d36d79adf6623db237074d0cf695b1bc8731be265f71d84" }, { "name": "syft:location:0:path", @@ -1276,7 +1276,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:e26f87deafcca7e9afb3103e8535a5615954e30938f16616a51fe21f1be4487b" + "value": "sha256:aba44b78fdaf64209d36d79adf6623db237074d0cf695b1bc8731be265f71d84" }, { "name": "syft:location:0:path", @@ -1330,7 +1330,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:e26f87deafcca7e9afb3103e8535a5615954e30938f16616a51fe21f1be4487b" + "value": "sha256:aba44b78fdaf64209d36d79adf6623db237074d0cf695b1bc8731be265f71d84" }, { "name": "syft:location:0:path", @@ -1384,7 +1384,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:e26f87deafcca7e9afb3103e8535a5615954e30938f16616a51fe21f1be4487b" + "value": "sha256:aba44b78fdaf64209d36d79adf6623db237074d0cf695b1bc8731be265f71d84" }, { "name": "syft:location:0:path", @@ -1438,7 +1438,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:e26f87deafcca7e9afb3103e8535a5615954e30938f16616a51fe21f1be4487b" + "value": "sha256:aba44b78fdaf64209d36d79adf6623db237074d0cf695b1bc8731be265f71d84" }, { "name": "syft:location:0:path", @@ -1492,7 +1492,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:e26f87deafcca7e9afb3103e8535a5615954e30938f16616a51fe21f1be4487b" + "value": "sha256:aba44b78fdaf64209d36d79adf6623db237074d0cf695b1bc8731be265f71d84" }, { "name": "syft:location:0:path", @@ -1546,7 +1546,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:e26f87deafcca7e9afb3103e8535a5615954e30938f16616a51fe21f1be4487b" + "value": "sha256:aba44b78fdaf64209d36d79adf6623db237074d0cf695b1bc8731be265f71d84" }, { "name": "syft:location:0:path", @@ -1600,7 +1600,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:e26f87deafcca7e9afb3103e8535a5615954e30938f16616a51fe21f1be4487b" + "value": "sha256:aba44b78fdaf64209d36d79adf6623db237074d0cf695b1bc8731be265f71d84" }, { "name": "syft:location:0:path", @@ -1654,7 +1654,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:e26f87deafcca7e9afb3103e8535a5615954e30938f16616a51fe21f1be4487b" + "value": "sha256:aba44b78fdaf64209d36d79adf6623db237074d0cf695b1bc8731be265f71d84" }, { "name": "syft:location:0:path", @@ -1708,7 +1708,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:e26f87deafcca7e9afb3103e8535a5615954e30938f16616a51fe21f1be4487b" + "value": "sha256:aba44b78fdaf64209d36d79adf6623db237074d0cf695b1bc8731be265f71d84" }, { "name": "syft:location:0:path", @@ -1761,7 +1761,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:e26f87deafcca7e9afb3103e8535a5615954e30938f16616a51fe21f1be4487b" + "value": "sha256:aba44b78fdaf64209d36d79adf6623db237074d0cf695b1bc8731be265f71d84" }, { "name": "syft:location:0:path", @@ -1814,7 +1814,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:e26f87deafcca7e9afb3103e8535a5615954e30938f16616a51fe21f1be4487b" + "value": "sha256:aba44b78fdaf64209d36d79adf6623db237074d0cf695b1bc8731be265f71d84" }, { "name": "syft:location:0:path", @@ -1868,7 +1868,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:e26f87deafcca7e9afb3103e8535a5615954e30938f16616a51fe21f1be4487b" + "value": "sha256:aba44b78fdaf64209d36d79adf6623db237074d0cf695b1bc8731be265f71d84" }, { "name": "syft:location:0:path", @@ -1921,7 +1921,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:e26f87deafcca7e9afb3103e8535a5615954e30938f16616a51fe21f1be4487b" + "value": "sha256:aba44b78fdaf64209d36d79adf6623db237074d0cf695b1bc8731be265f71d84" }, { "name": "syft:location:0:path", @@ -1974,7 +1974,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:e26f87deafcca7e9afb3103e8535a5615954e30938f16616a51fe21f1be4487b" + "value": "sha256:aba44b78fdaf64209d36d79adf6623db237074d0cf695b1bc8731be265f71d84" }, { "name": "syft:location:0:path", @@ -2027,7 +2027,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:e26f87deafcca7e9afb3103e8535a5615954e30938f16616a51fe21f1be4487b" + "value": "sha256:aba44b78fdaf64209d36d79adf6623db237074d0cf695b1bc8731be265f71d84" }, { "name": "syft:location:0:path", @@ -2080,7 +2080,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:e26f87deafcca7e9afb3103e8535a5615954e30938f16616a51fe21f1be4487b" + "value": "sha256:aba44b78fdaf64209d36d79adf6623db237074d0cf695b1bc8731be265f71d84" }, { "name": "syft:location:0:path", @@ -2133,7 +2133,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:e26f87deafcca7e9afb3103e8535a5615954e30938f16616a51fe21f1be4487b" + "value": "sha256:aba44b78fdaf64209d36d79adf6623db237074d0cf695b1bc8731be265f71d84" }, { "name": "syft:location:0:path", @@ -2187,7 +2187,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:e26f87deafcca7e9afb3103e8535a5615954e30938f16616a51fe21f1be4487b" + "value": "sha256:aba44b78fdaf64209d36d79adf6623db237074d0cf695b1bc8731be265f71d84" }, { "name": "syft:location:0:path", @@ -2240,7 +2240,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:e26f87deafcca7e9afb3103e8535a5615954e30938f16616a51fe21f1be4487b" + "value": "sha256:aba44b78fdaf64209d36d79adf6623db237074d0cf695b1bc8731be265f71d84" }, { "name": "syft:location:0:path", @@ -2293,7 +2293,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:e26f87deafcca7e9afb3103e8535a5615954e30938f16616a51fe21f1be4487b" + "value": "sha256:aba44b78fdaf64209d36d79adf6623db237074d0cf695b1bc8731be265f71d84" }, { "name": "syft:location:0:path", @@ -2404,7 +2404,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:e26f87deafcca7e9afb3103e8535a5615954e30938f16616a51fe21f1be4487b" + "value": "sha256:aba44b78fdaf64209d36d79adf6623db237074d0cf695b1bc8731be265f71d84" }, { "name": "syft:location:0:path", @@ -2474,7 +2474,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:e26f87deafcca7e9afb3103e8535a5615954e30938f16616a51fe21f1be4487b" + "value": "sha256:aba44b78fdaf64209d36d79adf6623db237074d0cf695b1bc8731be265f71d84" }, { "name": "syft:location:0:path", @@ -2527,7 +2527,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:e26f87deafcca7e9afb3103e8535a5615954e30938f16616a51fe21f1be4487b" + "value": "sha256:aba44b78fdaf64209d36d79adf6623db237074d0cf695b1bc8731be265f71d84" }, { "name": "syft:location:0:path", @@ -2584,7 +2584,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:e26f87deafcca7e9afb3103e8535a5615954e30938f16616a51fe21f1be4487b" + "value": "sha256:aba44b78fdaf64209d36d79adf6623db237074d0cf695b1bc8731be265f71d84" }, { "name": "syft:location:0:path", diff --git a/sboms/docker.io_vectorim_ess-core-operator:2.19.12.json b/sboms/docker.io_vectorim_ess-core-operator:2.20.0.json similarity index 93% rename from sboms/docker.io_vectorim_ess-core-operator:2.19.12.json rename to sboms/docker.io_vectorim_ess-core-operator:2.20.0.json index eff1268..3b1feaa 100644 --- a/sboms/docker.io_vectorim_ess-core-operator:2.19.12.json +++ b/sboms/docker.io_vectorim_ess-core-operator:2.20.0.json @@ -2,10 +2,10 @@ "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json", "bomFormat": "CycloneDX", "specVersion": "1.6", - "serialNumber": "urn:uuid:07c886e4-cd51-496e-a852-3a2a5e21b0e3", + "serialNumber": "urn:uuid:007231e5-dc23-4d23-a031-54728da94c26", "version": 1, "metadata": { - "timestamp": "2024-08-28T12:44:16Z", + "timestamp": "2024-09-04T14:18:46Z", "tools": { "components": [ { @@ -17,10 +17,10 @@ ] }, "component": { - "bom-ref": "699b19b260f836c2", + "bom-ref": "1a83785ff858e703", "type": "container", - "name": "docker.io/vectorim/ess-core-operator:2.19.12@sha256:c22729fc8189c12b0887045ac9a096c16f2e749611e4dd1e99e13cf83882836f", - "version": "sha256:c22729fc8189c12b0887045ac9a096c16f2e749611e4dd1e99e13cf83882836f" + "name": "docker.io/vectorim/ess-core-operator:2.20.0@sha256:481472725851f588f117c0238cee08f1911e160179212b1b453ff5f22778d33a", + "version": "sha256:481472725851f588f117c0238cee08f1911e160179212b1b453ff5f22778d33a" }, "properties": [ { @@ -100,7 +100,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -108,7 +108,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -193,7 +193,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -201,7 +201,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -209,7 +209,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -379,7 +379,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -387,7 +387,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -395,7 +395,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -553,7 +553,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -561,7 +561,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -569,7 +569,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -703,7 +703,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -711,7 +711,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -745,7 +745,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -779,7 +779,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -813,7 +813,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -847,7 +847,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -881,7 +881,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -915,7 +915,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -1177,7 +1177,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -1185,7 +1185,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -1193,7 +1193,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -1455,7 +1455,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -1463,7 +1463,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -1471,7 +1471,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -1749,7 +1749,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -1757,7 +1757,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -1765,7 +1765,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -1887,7 +1887,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -1895,7 +1895,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -1903,7 +1903,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -2037,7 +2037,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -2045,7 +2045,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -2053,7 +2053,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -2062,11 +2062,11 @@ ] }, { - "bom-ref": "pkg:deb/debian/base-files@12.4%2Bdeb12u6?arch=amd64&distro=debian-12&package-id=61199aa239b084c0", + "bom-ref": "pkg:deb/debian/base-files@12.4%2Bdeb12u7?arch=amd64&distro=debian-12&package-id=da0f97a2a236c724", "type": "library", "publisher": "Santiago Vila ", "name": "base-files", - "version": "12.4+deb12u6", + "version": "12.4+deb12u7", "licenses": [ { "license": { @@ -2074,8 +2074,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", @@ -2091,27 +2091,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:f144bb4c7c7f0d2aa7eeffd36d934ec40db1ee167be727e326aad9fdc616f475" + "value": "sha256:da0c4410e542ee7c2bbe746c2acb059e34fd05bd129d88274cd0148b0240e30f" }, { "name": "syft:location:0:path", @@ -2119,7 +2119,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:f144bb4c7c7f0d2aa7eeffd36d934ec40db1ee167be727e326aad9fdc616f475" + "value": "sha256:da0c4410e542ee7c2bbe746c2acb059e34fd05bd129d88274cd0148b0240e30f" }, { "name": "syft:location:1:path", @@ -2127,7 +2127,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:f144bb4c7c7f0d2aa7eeffd36d934ec40db1ee167be727e326aad9fdc616f475" + "value": "sha256:da0c4410e542ee7c2bbe746c2acb059e34fd05bd129d88274cd0148b0240e30f" }, { "name": "syft:location:2:path", @@ -2265,7 +2265,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -2273,7 +2273,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -2281,7 +2281,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -2439,7 +2439,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -2447,7 +2447,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -2455,7 +2455,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -2613,7 +2613,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -2621,7 +2621,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -2629,7 +2629,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -2671,7 +2671,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -2679,7 +2679,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -2687,7 +2687,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -2833,7 +2833,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -2841,7 +2841,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -2849,7 +2849,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -3079,7 +3079,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -3087,7 +3087,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -3095,7 +3095,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -3180,7 +3180,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -3188,7 +3188,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -3196,7 +3196,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -3240,7 +3240,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -3248,7 +3248,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -3526,7 +3526,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -3534,7 +3534,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -3542,7 +3542,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -3669,7 +3669,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -3677,7 +3677,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -3711,7 +3711,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -3761,7 +3761,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -3811,7 +3811,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -3861,7 +3861,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -3911,7 +3911,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -3961,7 +3961,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -4011,7 +4011,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -4061,7 +4061,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -4115,7 +4115,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -4165,7 +4165,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -4215,7 +4215,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -4269,7 +4269,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -4323,7 +4323,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -4373,7 +4373,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -4431,7 +4431,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -4481,7 +4481,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -4531,7 +4531,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -4585,7 +4585,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -4639,7 +4639,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -4693,7 +4693,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -4747,7 +4747,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -4801,7 +4801,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -4851,7 +4851,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -4901,7 +4901,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -4951,7 +4951,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -5005,7 +5005,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -5059,7 +5059,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -5113,7 +5113,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -5167,7 +5167,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -5221,7 +5221,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -5279,7 +5279,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -5333,7 +5333,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -5395,7 +5395,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -5445,7 +5445,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -5495,7 +5495,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -5545,7 +5545,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -5599,7 +5599,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -5657,7 +5657,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -5715,7 +5715,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -5773,7 +5773,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -5831,7 +5831,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -5893,7 +5893,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -5951,7 +5951,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -6013,7 +6013,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -6071,7 +6071,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -6133,7 +6133,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -6191,7 +6191,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -6253,7 +6253,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -6311,7 +6311,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -6365,7 +6365,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -6415,7 +6415,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -6465,7 +6465,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -6515,7 +6515,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -6569,7 +6569,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -6623,7 +6623,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -6673,7 +6673,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -6727,7 +6727,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -6781,7 +6781,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -6839,7 +6839,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -6893,7 +6893,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -6951,7 +6951,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -7005,7 +7005,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -7059,7 +7059,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -7109,7 +7109,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -7163,7 +7163,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -7213,7 +7213,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -7263,7 +7263,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -7317,7 +7317,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -7367,7 +7367,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -7417,7 +7417,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -7467,7 +7467,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -7517,7 +7517,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -7575,7 +7575,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -7629,7 +7629,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -7683,7 +7683,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -7733,7 +7733,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -7783,7 +7783,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -7833,7 +7833,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -7887,7 +7887,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -7937,7 +7937,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -7987,7 +7987,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -8049,7 +8049,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -8107,7 +8107,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -8161,7 +8161,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -8211,7 +8211,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -8261,7 +8261,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -8311,7 +8311,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -8361,7 +8361,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -8411,7 +8411,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -8461,7 +8461,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -8519,7 +8519,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -8573,7 +8573,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -8627,7 +8627,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -8681,7 +8681,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -8731,7 +8731,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -8785,7 +8785,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -8835,7 +8835,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -8885,7 +8885,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -8935,7 +8935,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -8985,7 +8985,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -9043,7 +9043,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -9101,7 +9101,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -9163,7 +9163,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -9221,7 +9221,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -9279,7 +9279,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -9329,7 +9329,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -9379,7 +9379,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -9437,7 +9437,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -9491,7 +9491,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -9545,7 +9545,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -9603,7 +9603,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -9657,7 +9657,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -9727,7 +9727,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -9785,7 +9785,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -9859,7 +9859,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -9933,7 +9933,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -9987,7 +9987,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -10037,7 +10037,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -10087,7 +10087,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -10145,7 +10145,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -10199,7 +10199,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -10257,7 +10257,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -10311,7 +10311,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -10365,7 +10365,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -10415,7 +10415,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -10469,7 +10469,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -10519,7 +10519,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -10577,7 +10577,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -10627,7 +10627,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -10677,7 +10677,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -10727,7 +10727,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -10777,7 +10777,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -10831,7 +10831,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -10885,7 +10885,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -10935,7 +10935,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -10985,7 +10985,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -11039,7 +11039,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -11089,7 +11089,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -11147,7 +11147,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -11201,7 +11201,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -11251,7 +11251,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -11301,7 +11301,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -11351,7 +11351,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -11401,7 +11401,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -11450,7 +11450,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -11500,7 +11500,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -11550,7 +11550,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -11599,7 +11599,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -11648,7 +11648,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -11701,7 +11701,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -11755,7 +11755,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -11805,7 +11805,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -11859,7 +11859,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -11909,7 +11909,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -11963,7 +11963,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -12013,7 +12013,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -12067,7 +12067,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -12117,7 +12117,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -12167,7 +12167,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -12221,7 +12221,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -12271,7 +12271,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -12325,7 +12325,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -12375,7 +12375,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -12429,7 +12429,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -12479,7 +12479,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -12533,7 +12533,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -12831,7 +12831,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -12839,7 +12839,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -12847,7 +12847,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -12881,7 +12881,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -12935,7 +12935,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -12985,7 +12985,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -13039,7 +13039,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -13089,7 +13089,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -13143,7 +13143,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -13193,7 +13193,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -13246,7 +13246,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -13295,7 +13295,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -13348,7 +13348,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -13397,7 +13397,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -13451,7 +13451,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -13501,7 +13501,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -13555,7 +13555,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -13725,7 +13725,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -13733,7 +13733,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -13741,7 +13741,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -13868,7 +13868,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -13876,7 +13876,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -14174,7 +14174,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -14182,7 +14182,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -14190,7 +14190,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -14528,7 +14528,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -14536,7 +14536,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -14544,7 +14544,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -14678,7 +14678,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -14686,7 +14686,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -14694,7 +14694,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -14852,7 +14852,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -14860,7 +14860,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -14868,7 +14868,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -15002,7 +15002,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -15010,7 +15010,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -15018,7 +15018,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -15152,7 +15152,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -15160,7 +15160,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -15168,7 +15168,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -15326,7 +15326,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -15334,7 +15334,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -15342,7 +15342,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -15732,7 +15732,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -15740,7 +15740,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -15773,7 +15773,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -15826,7 +15826,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -15875,7 +15875,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -15928,7 +15928,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -15977,7 +15977,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -16030,7 +16030,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -16079,7 +16079,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -16128,7 +16128,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -16177,7 +16177,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -16230,7 +16230,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -16279,7 +16279,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -16332,7 +16332,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -16382,7 +16382,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -16432,7 +16432,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -16485,7 +16485,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -16538,7 +16538,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -16587,7 +16587,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -16640,7 +16640,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -16689,7 +16689,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -16738,7 +16738,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -16844,7 +16844,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -16852,7 +16852,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -16860,7 +16860,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -16960,11 +16960,11 @@ ] }, { - "bom-ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5", + "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+deb12u7", + "version": "2.36-9+deb12u8", "licenses": [ { "license": { @@ -16977,8 +16977,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", @@ -16994,7 +16994,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:642674950c6fdd58c7023a7f34f526007b73f3b1a04398759ce26221d4c81f37" + "value": "sha256:5fa7fe992436ffd9212f1d9563c27f59cb735ca2f06038e2da0775ed2b219802" }, { "name": "syft:location:0:path", @@ -17002,7 +17002,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:642674950c6fdd58c7023a7f34f526007b73f3b1a04398759ce26221d4c81f37" + "value": "sha256:5fa7fe992436ffd9212f1d9563c27f59cb735ca2f06038e2da0775ed2b219802" }, { "name": "syft:location:1:path", @@ -17010,7 +17010,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:642674950c6fdd58c7023a7f34f526007b73f3b1a04398759ce26221d4c81f37" + "value": "sha256:5fa7fe992436ffd9212f1d9563c27f59cb735ca2f06038e2da0775ed2b219802" }, { "name": "syft:location:2:path", @@ -18291,11 +18291,11 @@ ] }, { - "bom-ref": "pkg:deb/debian/libpython3.11-minimal@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=0f2b8bb5592d1651", + "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+deb12u2", + "version": "3.11.2-6+deb12u3", "licenses": [ { "license": { @@ -18323,8 +18323,8 @@ } } ], - "cpe": "cpe:2.3:a:libpython3.11-minimal:libpython3.11-minimal:3.11.2-6\\+deb12u2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libpython3.11-minimal@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12", + "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", @@ -18340,27 +18340,27 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libpython3.11-minimal:libpython3.11_minimal:3.11.2-6\\+deb12u2:*:*:*:*:*:*:*" + "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\\+deb12u2:*:*:*:*:*:*:*" + "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\\+deb12u2:*:*:*:*:*:*:*" + "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\\+deb12u2:*:*:*:*:*:*:*" + "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\\+deb12u2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:libpython3.11:libpython3.11_minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:6d38222b0f5ca20b86de61e8815c3e8dccfa718afb8037487b944f88e99cb110" + "value": "sha256:86cd261db58651775f79c1227d9be50a20437adb38d803c14f9b7df72631921f" }, { "name": "syft:location:0:path", @@ -18368,7 +18368,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:6d38222b0f5ca20b86de61e8815c3e8dccfa718afb8037487b944f88e99cb110" + "value": "sha256:86cd261db58651775f79c1227d9be50a20437adb38d803c14f9b7df72631921f" }, { "name": "syft:location:1:path", @@ -18376,7 +18376,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:6d38222b0f5ca20b86de61e8815c3e8dccfa718afb8037487b944f88e99cb110" + "value": "sha256:86cd261db58651775f79c1227d9be50a20437adb38d803c14f9b7df72631921f" }, { "name": "syft:location:2:path", @@ -18384,7 +18384,7 @@ }, { "name": "syft:metadata:installedSize", - "value": "5202" + "value": "5207" }, { "name": "syft:metadata:source", @@ -18393,11 +18393,11 @@ ] }, { - "bom-ref": "pkg:deb/debian/libpython3.11-stdlib@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=99bba6ed48d491dd", + "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+deb12u2", + "version": "3.11.2-6+deb12u3", "licenses": [ { "license": { @@ -18425,8 +18425,8 @@ } } ], - "cpe": "cpe:2.3:a:libpython3.11-stdlib:libpython3.11-stdlib:3.11.2-6\\+deb12u2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libpython3.11-stdlib@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12", + "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", @@ -18442,27 +18442,27 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libpython3.11-stdlib:libpython3.11_stdlib:3.11.2-6\\+deb12u2:*:*:*:*:*:*:*" + "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\\+deb12u2:*:*:*:*:*:*:*" + "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\\+deb12u2:*:*:*:*:*:*:*" + "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\\+deb12u2:*:*:*:*:*:*:*" + "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\\+deb12u2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:libpython3.11:libpython3.11_stdlib:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:6d38222b0f5ca20b86de61e8815c3e8dccfa718afb8037487b944f88e99cb110" + "value": "sha256:86cd261db58651775f79c1227d9be50a20437adb38d803c14f9b7df72631921f" }, { "name": "syft:location:0:path", @@ -18470,7 +18470,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:3a7a04eddce82cd9a76b3133506ac22048df4ebcd1af2c1a2cc12019bdcac5f3" + "value": "sha256:efacee833c3647d8bcbc0bbf238ac23cc9f63178dff05812dc95abb6b539ad53" }, { "name": "syft:location:1:path", @@ -18478,7 +18478,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:3a7a04eddce82cd9a76b3133506ac22048df4ebcd1af2c1a2cc12019bdcac5f3" + "value": "sha256:efacee833c3647d8bcbc0bbf238ac23cc9f63178dff05812dc95abb6b539ad53" }, { "name": "syft:location:2:path", @@ -18679,11 +18679,11 @@ ] }, { - "bom-ref": "pkg:deb/debian/libssl3@3.0.13-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12&package-id=3ae9fa83435b7a19", + "bom-ref": "pkg:deb/debian/libssl3@3.0.14-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12&package-id=d91d93dbe327e8f6", "type": "library", "publisher": "Debian OpenSSL Team ", "name": "libssl3", - "version": "3.0.13-1~deb12u1", + "version": "3.0.14-1~deb12u1", "licenses": [ { "license": { @@ -18706,8 +18706,8 @@ } } ], - "cpe": "cpe:2.3:a:libssl3:libssl3:3.0.13-1\\~deb12u1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libssl3@3.0.13-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12", + "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", "properties": [ { "name": "syft:package:foundBy", @@ -18723,7 +18723,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9c72aa2ec06c9f3c851381644e4ba739f6cc7bf201fdb8f064d8c3f64426e1dc" + "value": "sha256:0f662bc06f37554be66d3268f53a0713f7ffe4935ff4a9c9d6bf6e97df8be43a" }, { "name": "syft:location:0:path", @@ -18731,7 +18731,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9c72aa2ec06c9f3c851381644e4ba739f6cc7bf201fdb8f064d8c3f64426e1dc" + "value": "sha256:0f662bc06f37554be66d3268f53a0713f7ffe4935ff4a9c9d6bf6e97df8be43a" }, { "name": "syft:location:1:path", @@ -18739,7 +18739,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:9c72aa2ec06c9f3c851381644e4ba739f6cc7bf201fdb8f064d8c3f64426e1dc" + "value": "sha256:0f662bc06f37554be66d3268f53a0713f7ffe4935ff4a9c9d6bf6e97df8be43a" }, { "name": "syft:location:2:path", @@ -18747,7 +18747,7 @@ }, { "name": "syft:metadata:installedSize", - "value": "6008" + "value": "6021" }, { "name": "syft:metadata:source", @@ -19245,7 +19245,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -19253,7 +19253,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -19261,7 +19261,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -19419,7 +19419,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -19427,7 +19427,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -19435,7 +19435,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -19470,7 +19470,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -19478,7 +19478,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -19740,7 +19740,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -19748,7 +19748,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -19756,7 +19756,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -19979,7 +19979,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -19987,7 +19987,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -20265,7 +20265,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -20273,7 +20273,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -20551,7 +20551,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -20559,7 +20559,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -20567,7 +20567,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -20725,7 +20725,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -20733,7 +20733,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -20741,7 +20741,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -20957,7 +20957,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -20965,7 +20965,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -20973,7 +20973,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -21006,7 +21006,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -21245,7 +21245,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -21253,7 +21253,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -21380,7 +21380,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -21388,7 +21388,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -21515,7 +21515,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -21523,7 +21523,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -21681,7 +21681,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -21689,7 +21689,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -21697,7 +21697,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -21855,7 +21855,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -21863,7 +21863,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -21871,7 +21871,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -22017,7 +22017,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -22025,7 +22025,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -22033,7 +22033,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -22118,7 +22118,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -22126,7 +22126,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -22388,7 +22388,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -22396,7 +22396,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -22404,7 +22404,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -22562,7 +22562,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -22570,7 +22570,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -22728,7 +22728,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -22736,7 +22736,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -22744,7 +22744,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -23082,7 +23082,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -23090,7 +23090,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -23098,7 +23098,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -23256,7 +23256,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -23264,7 +23264,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -23272,7 +23272,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -23281,7 +23281,7 @@ ] }, { - "bom-ref": "pkg:generic/python@3.11.9?package-id=9723caad5c274a90", + "bom-ref": "pkg:generic/python@3.11.9?package-id=f4564dabbce25ec6", "type": "application", "name": "python", "version": "3.11.9", @@ -23310,7 +23310,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:de04226e8a79eba74a7e6097d35348225ca3e2bb9784a6f22bf3f60d2cea37ff" + "value": "sha256:9a03c3d77bf2ca6feafdb557e53466185ab18c86005200dbfdaa7a7a0d985691" }, { "name": "syft:location:0:path", @@ -23318,7 +23318,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -23428,7 +23428,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -23436,7 +23436,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -23444,7 +23444,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -23554,7 +23554,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -23562,7 +23562,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -23570,7 +23570,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -23654,11 +23654,11 @@ ] }, { - "bom-ref": "pkg:deb/debian/python3.11-minimal@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=0b5e9759b20aed22", + "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+deb12u2", + "version": "3.11.2-6+deb12u3", "licenses": [ { "license": { @@ -23686,8 +23686,8 @@ } } ], - "cpe": "cpe:2.3:a:python3.11-minimal:python3.11-minimal:3.11.2-6\\+deb12u2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/python3.11-minimal@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12", + "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:package:foundBy", @@ -23703,27 +23703,27 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python3.11-minimal:python3.11_minimal:3.11.2-6\\+deb12u2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python3.11-minimal:python3.11_minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python3.11_minimal:python3.11-minimal:3.11.2-6\\+deb12u2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python3.11_minimal:python3.11-minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python3.11_minimal:python3.11_minimal:3.11.2-6\\+deb12u2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python3.11_minimal:python3.11_minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python3.11:python3.11-minimal:3.11.2-6\\+deb12u2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python3.11:python3.11-minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python3.11:python3.11_minimal:3.11.2-6\\+deb12u2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python3.11:python3.11_minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:e6d19d186cb7a4231ba6b174b9d91bedd92961a45f04e2de8f482176a51ca67a" + "value": "sha256:80e63b0f2b713926cf866e548417dc84773acdba9d763085b998bed8d0bdafc7" }, { "name": "syft:location:0:path", @@ -23731,7 +23731,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:e6d19d186cb7a4231ba6b174b9d91bedd92961a45f04e2de8f482176a51ca67a" + "value": "sha256:80e63b0f2b713926cf866e548417dc84773acdba9d763085b998bed8d0bdafc7" }, { "name": "syft:location:1:path", @@ -23739,7 +23739,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:e6d19d186cb7a4231ba6b174b9d91bedd92961a45f04e2de8f482176a51ca67a" + "value": "sha256:80e63b0f2b713926cf866e548417dc84773acdba9d763085b998bed8d0bdafc7" }, { "name": "syft:location:2:path", @@ -23905,7 +23905,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -23913,7 +23913,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -23921,7 +23921,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -23963,7 +23963,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -23971,7 +23971,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -23979,7 +23979,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -24241,7 +24241,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -24249,7 +24249,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -24257,7 +24257,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -24519,7 +24519,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -24527,7 +24527,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -24535,7 +24535,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -24693,7 +24693,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -24701,7 +24701,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -24709,7 +24709,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -24751,7 +24751,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -24759,7 +24759,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -24801,7 +24801,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -24809,7 +24809,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -24817,7 +24817,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -24902,7 +24902,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -24910,7 +24910,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -24918,7 +24918,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -24951,7 +24951,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -25004,7 +25004,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -25053,7 +25053,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -25107,7 +25107,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -25157,7 +25157,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -25223,7 +25223,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -25289,7 +25289,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -25342,7 +25342,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -25391,7 +25391,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -25569,7 +25569,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -25577,7 +25577,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -25585,7 +25585,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -25622,7 +25622,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -25663,7 +25663,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -25794,7 +25794,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -25802,7 +25802,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -25888,7 +25888,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -25896,7 +25896,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -25904,7 +25904,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -26166,7 +26166,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -26174,7 +26174,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -26182,7 +26182,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -26393,7 +26393,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -26401,7 +26401,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -26612,7 +26612,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -26620,7 +26620,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -26800,7 +26800,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -26808,7 +26808,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -26850,7 +26850,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -26858,7 +26858,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -26866,7 +26866,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -27144,7 +27144,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -27152,7 +27152,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -27160,7 +27160,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -27287,7 +27287,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -27295,7 +27295,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -27422,7 +27422,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -27430,7 +27430,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -27564,7 +27564,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -27572,7 +27572,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -27580,7 +27580,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -27696,11 +27696,11 @@ { "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", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf" ] }, { - "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5", + "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf", "dependsOn": [ "pkg:deb/debian/libgcc-s1@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=5832c815f8496657" ] @@ -27708,49 +27708,49 @@ { "ref": "pkg:deb/debian/libcom-err2@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12&package-id=6dad3e374cd30d7f", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf" ] }, { "ref": "pkg:deb/debian/libcrypt1@1:4.4.33-2?arch=amd64&upstream=libxcrypt&distro=debian-12&package-id=8a58e4764a8e506f", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf" ] }, { "ref": "pkg:deb/debian/libdb5.3@5.3.28%2Bdfsg2-1?arch=amd64&upstream=db5.3&distro=debian-12&package-id=6cf015487270b05c", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf" ] }, { "ref": "pkg:deb/debian/libexpat1@2.5.0-1?arch=amd64&upstream=expat&distro=debian-12&package-id=0a0dfff5ad2a7836", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf" ] }, { "ref": "pkg:deb/debian/libffi8@3.4.4-1?arch=amd64&upstream=libffi&distro=debian-12&package-id=2b64d34d6ef3a9ee", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf" ] }, { "ref": "pkg:deb/debian/libgcc-s1@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=5832c815f8496657", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf" ] }, { "ref": "pkg:deb/debian/libgomp1@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=e6e86bb372a48e51", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf" ] }, { "ref": "pkg:deb/debian/libgssapi-krb5-2@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=d8c06ad32a036d56", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf", "pkg:deb/debian/libcom-err2@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12&package-id=6dad3e374cd30d7f", "pkg:deb/debian/libk5crypto3@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=981e5e9a30f09b98", "pkg:deb/debian/libkrb5-3@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=1077eede55a0f307", @@ -27760,72 +27760,72 @@ { "ref": "pkg:deb/debian/libk5crypto3@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=981e5e9a30f09b98", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf", "pkg:deb/debian/libkrb5support0@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=8d747bb9cccad121" ] }, { "ref": "pkg:deb/debian/libkeyutils1@1.6.3-2?arch=amd64&upstream=keyutils&distro=debian-12&package-id=e182c5a1d7f7d1ea", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf" ] }, { "ref": "pkg:deb/debian/libkrb5-3@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=1077eede55a0f307", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf", "pkg:deb/debian/libcom-err2@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12&package-id=6dad3e374cd30d7f", "pkg:deb/debian/libk5crypto3@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=981e5e9a30f09b98", "pkg:deb/debian/libkeyutils1@1.6.3-2?arch=amd64&upstream=keyutils&distro=debian-12&package-id=e182c5a1d7f7d1ea", "pkg:deb/debian/libkrb5support0@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=8d747bb9cccad121", - "pkg:deb/debian/libssl3@3.0.13-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12&package-id=3ae9fa83435b7a19" + "pkg:deb/debian/libssl3@3.0.14-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12&package-id=d91d93dbe327e8f6" ] }, { "ref": "pkg:deb/debian/libkrb5support0@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=8d747bb9cccad121", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf" ] }, { "ref": "pkg:deb/debian/liblzma5@5.4.1-0.2?arch=amd64&upstream=xz-utils&distro=debian-12&package-id=e589b1402ec4de9c", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf" ] }, { "ref": "pkg:deb/debian/libncursesw6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12&package-id=015b1bb725c05616", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf", "pkg:deb/debian/libtinfo6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12&package-id=36361b5a97996e94" ] }, { "ref": "pkg:deb/debian/libnsl2@1.3.0-2?arch=amd64&upstream=libnsl&distro=debian-12&package-id=6febad3629e7b7fc", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf", "pkg:deb/debian/libtirpc3@1.3.3%2Bds-1?arch=amd64&upstream=libtirpc&distro=debian-12&package-id=ce9385b45ab56ab3" ] }, { - "ref": "pkg:deb/debian/libpython3.11-minimal@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=0f2b8bb5592d1651", + "ref": "pkg:deb/debian/libpython3.11-minimal@3.11.2-6%2Bdeb12u3?arch=amd64&upstream=python3.11&distro=debian-12&package-id=9230ff58588ab59d", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5", - "pkg:deb/debian/libssl3@3.0.13-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12&package-id=3ae9fa83435b7a19" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf", + "pkg:deb/debian/libssl3@3.0.14-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12&package-id=d91d93dbe327e8f6" ] }, { - "ref": "pkg:deb/debian/libpython3.11-stdlib@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=99bba6ed48d491dd", + "ref": "pkg:deb/debian/libpython3.11-stdlib@3.11.2-6%2Bdeb12u3?arch=amd64&upstream=python3.11&distro=debian-12&package-id=186ddf9fa473cc3b", "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=636e31bcf3b8f8ea", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf", "pkg:deb/debian/libcrypt1@1:4.4.33-2?arch=amd64&upstream=libxcrypt&distro=debian-12&package-id=8a58e4764a8e506f", "pkg:deb/debian/libdb5.3@5.3.28%2Bdfsg2-1?arch=amd64&upstream=db5.3&distro=debian-12&package-id=6cf015487270b05c", "pkg:deb/debian/libffi8@3.4.4-1?arch=amd64&upstream=libffi&distro=debian-12&package-id=2b64d34d6ef3a9ee", "pkg:deb/debian/liblzma5@5.4.1-0.2?arch=amd64&upstream=xz-utils&distro=debian-12&package-id=e589b1402ec4de9c", "pkg:deb/debian/libncursesw6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12&package-id=015b1bb725c05616", "pkg:deb/debian/libnsl2@1.3.0-2?arch=amd64&upstream=libnsl&distro=debian-12&package-id=6febad3629e7b7fc", - "pkg:deb/debian/libpython3.11-minimal@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=0f2b8bb5592d1651", + "pkg:deb/debian/libpython3.11-minimal@3.11.2-6%2Bdeb12u3?arch=amd64&upstream=python3.11&distro=debian-12&package-id=9230ff58588ab59d", "pkg:deb/debian/libreadline8@8.2-1.3?arch=amd64&upstream=readline&distro=debian-12&package-id=cf1e156bd7515d7e", "pkg:deb/debian/libsqlite3-0@3.40.1-2?arch=amd64&upstream=sqlite3&distro=debian-12&package-id=ba7901014862fb39", "pkg:deb/debian/libtinfo6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12&package-id=36361b5a97996e94", @@ -27836,67 +27836,67 @@ { "ref": "pkg:deb/debian/libreadline8@8.2-1.3?arch=amd64&upstream=readline&distro=debian-12&package-id=cf1e156bd7515d7e", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf", "pkg:deb/debian/libtinfo6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12&package-id=36361b5a97996e94" ] }, { "ref": "pkg:deb/debian/libsqlite3-0@3.40.1-2?arch=amd64&upstream=sqlite3&distro=debian-12&package-id=ba7901014862fb39", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf" ] }, { - "ref": "pkg:deb/debian/libssl3@3.0.13-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12&package-id=3ae9fa83435b7a19", + "ref": "pkg:deb/debian/libssl3@3.0.14-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12&package-id=d91d93dbe327e8f6", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf" ] }, { "ref": "pkg:deb/debian/libstdc%2B%2B6@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=3f4c97f5621d2ef8", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf", "pkg:deb/debian/libgcc-s1@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=5832c815f8496657" ] }, { "ref": "pkg:deb/debian/libtinfo6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12&package-id=36361b5a97996e94", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf" ] }, { "ref": "pkg:deb/debian/libtirpc3@1.3.3%2Bds-1?arch=amd64&upstream=libtirpc&distro=debian-12&package-id=ce9385b45ab56ab3", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf", "pkg:deb/debian/libgssapi-krb5-2@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=d8c06ad32a036d56" ] }, { "ref": "pkg:deb/debian/libuuid1@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12&package-id=f8ece42b680f0690", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf" ] }, { - "ref": "pkg:deb/debian/python3.11-minimal@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=0b5e9759b20aed22", + "ref": "pkg:deb/debian/python3.11-minimal@3.11.2-6%2Bdeb12u3?arch=amd64&upstream=python3.11&distro=debian-12&package-id=e6bb6083f238fe33", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf", "pkg:deb/debian/libexpat1@2.5.0-1?arch=amd64&upstream=expat&distro=debian-12&package-id=0a0dfff5ad2a7836", - "pkg:deb/debian/libpython3.11-minimal@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=0f2b8bb5592d1651", + "pkg:deb/debian/libpython3.11-minimal@3.11.2-6%2Bdeb12u3?arch=amd64&upstream=python3.11&distro=debian-12&package-id=9230ff58588ab59d", "pkg:deb/debian/zlib1g@1:1.2.13.dfsg-1?arch=amd64&upstream=zlib&distro=debian-12&package-id=aad1c23de303b3c3" ] }, { "ref": "pkg:deb/debian/zlib1g@1:1.2.13.dfsg-1?arch=amd64&upstream=zlib&distro=debian-12&package-id=aad1c23de303b3c3", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf" ] }, { - "ref": "pkg:generic/python@3.11.9?package-id=9723caad5c274a90", + "ref": "pkg:generic/python@3.11.9?package-id=f4564dabbce25ec6", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf" ] }, { @@ -28329,7 +28329,7 @@ ], "vulnerabilities": [ { - "bom-ref": "urn:uuid:b286a7e7-3d17-401f-b08a-666acd758601", + "bom-ref": "urn:uuid:2c615469-898d-4416-afe0-b6025acd56de", "id": "CVE-2010-4756", "source": { "name": "debian-distro-debian-12", @@ -28357,12 +28357,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5" + "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf" } ] }, { - "bom-ref": "urn:uuid:2297fa39-8786-4174-b303-ac62706f41fa", + "bom-ref": "urn:uuid:98aca644-43ea-4b58-973e-ed927114c4e7", "id": "CVE-2018-20796", "source": { "name": "debian-distro-debian-12", @@ -28390,12 +28390,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5" + "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf" } ] }, { - "bom-ref": "urn:uuid:72429ddf-1c52-4f44-8346-a424dc9ae1bd", + "bom-ref": "urn:uuid:63009828-ea2c-454f-aff4-6a0a3b98603f", "id": "CVE-2018-5709", "source": { "name": "debian-distro-debian-12", @@ -28428,7 +28428,7 @@ ] }, { - "bom-ref": "urn:uuid:b3070b7d-c6a0-4847-a238-d7450d3b8b4a", + "bom-ref": "urn:uuid:88f1d07d-707b-49fc-8c15-ab4dbca76798", "id": "CVE-2018-5709", "source": { "name": "debian-distro-debian-12", @@ -28461,7 +28461,7 @@ ] }, { - "bom-ref": "urn:uuid:4b1b208b-d671-4015-8771-2ae9351d5dc3", + "bom-ref": "urn:uuid:db834bda-b7c4-46bf-817c-d30bd0bc3e57", "id": "CVE-2018-5709", "source": { "name": "debian-distro-debian-12", @@ -28494,7 +28494,7 @@ ] }, { - "bom-ref": "urn:uuid:46f3aace-28d3-4f0f-b0e5-06496e4c126f", + "bom-ref": "urn:uuid:4da3d231-b177-4dfc-9478-a118de5940b9", "id": "CVE-2018-5709", "source": { "name": "debian-distro-debian-12", @@ -28527,7 +28527,7 @@ ] }, { - "bom-ref": "urn:uuid:0af6f614-83e0-4b73-a874-fed362cc2402", + "bom-ref": "urn:uuid:60452683-44b4-4490-aa32-086486118dcb", "id": "CVE-2019-1010022", "source": { "name": "debian-distro-debian-12", @@ -28555,12 +28555,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5" + "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf" } ] }, { - "bom-ref": "urn:uuid:24c15655-8716-4926-855a-bfe31462a77e", + "bom-ref": "urn:uuid:5742fbed-d6cd-4e70-8749-c3c5971e648d", "id": "CVE-2019-1010023", "source": { "name": "debian-distro-debian-12", @@ -28588,12 +28588,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5" + "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf" } ] }, { - "bom-ref": "urn:uuid:7c01bdd1-364f-43f9-a907-bd08a5bad47b", + "bom-ref": "urn:uuid:956a01e8-d363-4334-affb-e72479be61b2", "id": "CVE-2019-1010024", "source": { "name": "debian-distro-debian-12", @@ -28621,12 +28621,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5" + "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf" } ] }, { - "bom-ref": "urn:uuid:439b320c-4417-4265-8685-f2f2ff28f0f6", + "bom-ref": "urn:uuid:16c1bac8-a582-4d93-91fd-7cf0694da81f", "id": "CVE-2019-1010025", "source": { "name": "debian-distro-debian-12", @@ -28654,12 +28654,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5" + "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf" } ] }, { - "bom-ref": "urn:uuid:ceea8a16-1411-4ae4-94eb-57a63886b064", + "bom-ref": "urn:uuid:006f73f2-67ce-4c0a-bee9-47af41767283", "id": "CVE-2019-9192", "source": { "name": "debian-distro-debian-12", @@ -28687,12 +28687,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5" + "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf" } ] }, { - "bom-ref": "urn:uuid:2b837313-d6c5-4140-8602-aa8ee8d990a6", + "bom-ref": "urn:uuid:9eb92a59-5ccd-4b66-b3f0-49f8b956a885", "id": "CVE-2021-45346", "source": { "name": "debian-distro-debian-12", @@ -28725,7 +28725,7 @@ ] }, { - "bom-ref": "urn:uuid:d633744a-0e32-486b-9f1d-4043c01b470e", + "bom-ref": "urn:uuid:50fc191d-7068-4184-b805-38fbe9cb94f3", "id": "CVE-2022-0563", "source": { "name": "debian-distro-debian-12", @@ -28758,7 +28758,7 @@ ] }, { - "bom-ref": "urn:uuid:0516410c-7f6a-49d3-82b8-f3b4634dcc8c", + "bom-ref": "urn:uuid:54e7c2ac-5660-4409-bf8e-fb7e2bde2241", "id": "CVE-2022-27943", "source": { "name": "debian-distro-debian-12", @@ -28791,7 +28791,7 @@ ] }, { - "bom-ref": "urn:uuid:15ff6dbc-9a9f-478c-86b5-5135e824a4e6", + "bom-ref": "urn:uuid:06e1165d-3368-41d1-ac8c-b3f94df87ae8", "id": "CVE-2022-27943", "source": { "name": "debian-distro-debian-12", @@ -28824,7 +28824,7 @@ ] }, { - "bom-ref": "urn:uuid:550bc0e0-f9d7-4d28-8fe2-6925424a6fd7", + "bom-ref": "urn:uuid:f0ae749e-b3a7-4602-a7f2-f90b22382a25", "id": "CVE-2022-27943", "source": { "name": "debian-distro-debian-12", @@ -28857,7 +28857,7 @@ ] }, { - "bom-ref": "urn:uuid:0fe1feaa-f17b-480e-9196-731cb87520ca", + "bom-ref": "urn:uuid:b0c43eed-cd59-42ab-85b9-ce2f9916e064", "id": "CVE-2023-27043", "source": { "name": "debian-distro-debian-12", @@ -28885,12 +28885,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libpython3.11-minimal@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=0f2b8bb5592d1651" + "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:23513224-96cd-406c-92ac-6c9e89ddfdbe", + "bom-ref": "urn:uuid:5e8091ce-06d1-4763-a25f-e5ce20396fbc", "id": "CVE-2023-27043", "source": { "name": "debian-distro-debian-12", @@ -28918,12 +28918,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libpython3.11-stdlib@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=99bba6ed48d491dd" + "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:e8b00a5e-1c7b-44b2-a304-8aa4d4883df2", + "bom-ref": "urn:uuid:ba2de226-0499-453f-9fed-ab8c1acfd483", "id": "CVE-2023-27043", "source": { "name": "debian-distro-debian-12", @@ -28951,12 +28951,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/python3.11-minimal@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=0b5e9759b20aed22" + "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:a2092365-94ed-4b3c-8834-1e1d3a26951a", + "bom-ref": "urn:uuid:b3b9cfa8-e285-423f-b9d9-80631edb7255", "id": "CVE-2023-4039", "source": { "name": "debian-distro-debian-12", @@ -28989,7 +28989,7 @@ ] }, { - "bom-ref": "urn:uuid:38c4f0b5-e88c-453b-ab20-d0d7018b6004", + "bom-ref": "urn:uuid:909e2751-e159-460c-9b95-4cf7fa6e8168", "id": "CVE-2023-4039", "source": { "name": "debian-distro-debian-12", @@ -29022,7 +29022,7 @@ ] }, { - "bom-ref": "urn:uuid:96f0ff1f-7a53-4625-9724-5f535e0d063f", + "bom-ref": "urn:uuid:f2a4236f-879c-4d67-8fe6-a47743245f2e", "id": "CVE-2023-4039", "source": { "name": "debian-distro-debian-12", @@ -29055,7 +29055,7 @@ ] }, { - "bom-ref": "urn:uuid:a9ddc7f7-5316-4165-85b7-a4c4849f038c", + "bom-ref": "urn:uuid:9553a818-cbc8-4efe-98f6-60d90beecc0a", "id": "CVE-2023-45853", "source": { "name": "debian-distro-debian-12", @@ -29088,7 +29088,7 @@ ] }, { - "bom-ref": "urn:uuid:97baf37a-3b5f-4a95-95e2-b313742e1038", + "bom-ref": "urn:uuid:5459e68a-9890-4b65-8b73-e4bb0993ecb0", "id": "CVE-2023-45918", "source": { "name": "debian-distro-debian-12", @@ -29121,7 +29121,7 @@ ] }, { - "bom-ref": "urn:uuid:6e05cf12-b705-4bf5-9f1e-6ab830ef5a5b", + "bom-ref": "urn:uuid:b5f4c737-4c76-4b97-b0f5-2515c02c9cf6", "id": "CVE-2023-45918", "source": { "name": "debian-distro-debian-12", @@ -29154,7 +29154,7 @@ ] }, { - "bom-ref": "urn:uuid:7d869ffd-0dd7-43f8-9b92-1deb3a69d56a", + "bom-ref": "urn:uuid:ab16e8ea-9290-4bf0-9266-80b55c3d1b68", "id": "CVE-2023-50495", "source": { "name": "debian-distro-debian-12", @@ -29187,7 +29187,7 @@ ] }, { - "bom-ref": "urn:uuid:40d84bb4-c4cf-47c2-bf1d-5a2394b49a2f", + "bom-ref": "urn:uuid:d099cf3d-e3cc-4e48-b8e8-1e98979f5ca5", "id": "CVE-2023-50495", "source": { "name": "debian-distro-debian-12", @@ -29220,7 +29220,7 @@ ] }, { - "bom-ref": "urn:uuid:11b067b6-8b45-4bb5-bbbc-aff36411a46f", + "bom-ref": "urn:uuid:d8301507-88d1-40cc-8d05-4d7eb947172d", "id": "CVE-2023-52425", "source": { "name": "debian-distro-debian-12", @@ -29253,7 +29253,7 @@ ] }, { - "bom-ref": "urn:uuid:d72541c2-ba5b-40e9-991a-56027301939d", + "bom-ref": "urn:uuid:4af8aad6-c614-4022-8f53-5360876ca47a", "id": "CVE-2023-52426", "source": { "name": "debian-distro-debian-12", @@ -29286,7 +29286,7 @@ ] }, { - "bom-ref": "urn:uuid:ac9fa8a9-b1fd-48c4-a61a-347482d6dbaa", + "bom-ref": "urn:uuid:9291af9e-4acd-4f20-a159-4b783d43e421", "id": "CVE-2023-7104", "source": { "name": "debian-distro-debian-12", @@ -29319,7 +29319,7 @@ ] }, { - "bom-ref": "urn:uuid:2058428e-1eab-44b1-8219-705a8d8e82e8", + "bom-ref": "urn:uuid:3595940f-f7af-489c-89a5-ee41e6bd24c0", "id": "CVE-2024-0232", "source": { "name": "debian-distro-debian-12", @@ -29352,139 +29352,7 @@ ] }, { - "bom-ref": "urn:uuid:edbbb20e-0233-4e40-8524-91692ad257fb", - "id": "CVE-2024-0397", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-0397" - }, - "references": [ - { - "id": "CVE-2024-0397", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-0397" - } - } - ], - "ratings": [ - { - "severity": "high" - } - ], - "description": "A defect was discovered in the Python “ssl” module where there is a memory race condition with the ssl.SSLContext methods “cert_store_stats()” and “get_ca_certs()”. The race condition can be triggered if the methods are called at the same time as certificates are loaded into the SSLContext, such as during the TLS handshake with a certificate directory configured. This issue is fixed in CPython 3.10.14, 3.11.9, 3.12.3, and 3.13.0a5.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-0397" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libpython3.11-minimal@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=0f2b8bb5592d1651" - } - ] - }, - { - "bom-ref": "urn:uuid:e4fd59eb-de36-4b4d-b1d3-b8a96b6221e5", - "id": "CVE-2024-0397", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-0397" - }, - "references": [ - { - "id": "CVE-2024-0397", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-0397" - } - } - ], - "ratings": [ - { - "severity": "high" - } - ], - "description": "A defect was discovered in the Python “ssl” module where there is a memory race condition with the ssl.SSLContext methods “cert_store_stats()” and “get_ca_certs()”. The race condition can be triggered if the methods are called at the same time as certificates are loaded into the SSLContext, such as during the TLS handshake with a certificate directory configured. This issue is fixed in CPython 3.10.14, 3.11.9, 3.12.3, and 3.13.0a5.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-0397" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libpython3.11-stdlib@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=99bba6ed48d491dd" - } - ] - }, - { - "bom-ref": "urn:uuid:730130b2-80fe-4fe9-82db-829e67293bef", - "id": "CVE-2024-0397", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-0397" - }, - "references": [ - { - "id": "CVE-2024-0397", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-0397" - } - } - ], - "ratings": [ - { - "severity": "high" - } - ], - "description": "A defect was discovered in the Python “ssl” module where there is a memory race condition with the ssl.SSLContext methods “cert_store_stats()” and “get_ca_certs()”. The race condition can be triggered if the methods are called at the same time as certificates are loaded into the SSLContext, such as during the TLS handshake with a certificate directory configured. This issue is fixed in CPython 3.10.14, 3.11.9, 3.12.3, and 3.13.0a5.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-0397" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/python3.11-minimal@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=0b5e9759b20aed22" - } - ] - }, - { - "bom-ref": "urn:uuid:ca2380ca-4957-437b-9402-85004a535626", - "id": "CVE-2024-2511", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-2511" - }, - "references": [ - { - "id": "CVE-2024-2511", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-2511" - } - } - ], - "ratings": [ - { - "severity": "unknown" - } - ], - "description": "Issue summary: Some non-default TLS server configurations can cause unbounded memory growth when processing TLSv1.3 sessions Impact summary: An attacker may exploit certain server configurations to trigger unbounded memory growth that would lead to a Denial of Service This problem can occur in TLSv1.3 if the non-default SSL_OP_NO_TICKET option is being used (but not if early_data support is also configured and the default anti-replay protection is in use). In this case, under certain conditions, the session cache can get into an incorrect state and it will fail to flush properly as it fills. The session cache will continue to grow in an unbounded manner. A malicious client could deliberately create the scenario for this failure to force a Denial of Service. It may also happen by accident in normal operation. This issue only affects TLS servers supporting TLSv1.3. It does not affect TLS clients. The FIPS modules in 3.2, 3.1 and 3.0 are not affected by this issue. OpenSSL 1.0.2 is also not affected by this issue.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-2511" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libssl3@3.0.13-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12&package-id=3ae9fa83435b7a19" - } - ] - }, - { - "bom-ref": "urn:uuid:2e289fb5-8411-4ae2-bc3f-3ed4e5630aa1", + "bom-ref": "urn:uuid:4199874d-703b-42c6-b2c3-ba90f0a86244", "id": "CVE-2024-26458", "source": { "name": "debian-distro-debian-12", @@ -29517,7 +29385,7 @@ ] }, { - "bom-ref": "urn:uuid:2a68cbd8-a239-4e0b-8e63-ca9e7d00a1ed", + "bom-ref": "urn:uuid:0b4dd6ca-7abb-4698-9a7c-41016d181214", "id": "CVE-2024-26458", "source": { "name": "debian-distro-debian-12", @@ -29550,7 +29418,7 @@ ] }, { - "bom-ref": "urn:uuid:7c43aba5-837a-4223-9b37-430ccd7a3ed0", + "bom-ref": "urn:uuid:ea52c84b-86e3-43dd-9bcc-178989a7f892", "id": "CVE-2024-26458", "source": { "name": "debian-distro-debian-12", @@ -29583,7 +29451,7 @@ ] }, { - "bom-ref": "urn:uuid:6724c9d6-bf8b-4495-894c-591d5d76d105", + "bom-ref": "urn:uuid:3d601172-d369-467a-af85-bfe92be32bcc", "id": "CVE-2024-26458", "source": { "name": "debian-distro-debian-12", @@ -29616,7 +29484,7 @@ ] }, { - "bom-ref": "urn:uuid:a91ea5c9-ea44-44af-857e-a2478d401cef", + "bom-ref": "urn:uuid:50c53910-9948-492b-b002-61ba023af0ac", "id": "CVE-2024-26461", "source": { "name": "debian-distro-debian-12", @@ -29649,7 +29517,7 @@ ] }, { - "bom-ref": "urn:uuid:ffe0f6c5-3db3-4dd7-8ab1-c5bc1abf44bc", + "bom-ref": "urn:uuid:64ff8553-cf9d-4c21-a3ac-294bb6f74dd4", "id": "CVE-2024-26461", "source": { "name": "debian-distro-debian-12", @@ -29682,7 +29550,7 @@ ] }, { - "bom-ref": "urn:uuid:dd761644-cf6d-46b7-bf52-ac3383523579", + "bom-ref": "urn:uuid:c820c612-4bf4-424c-af12-e30d5fc44ff7", "id": "CVE-2024-26461", "source": { "name": "debian-distro-debian-12", @@ -29715,7 +29583,7 @@ ] }, { - "bom-ref": "urn:uuid:d4cca677-d009-4f13-a0a0-c0335701e485", + "bom-ref": "urn:uuid:b6ad9cbe-4b35-417b-b9d2-f91d6484d0c0", "id": "CVE-2024-26461", "source": { "name": "debian-distro-debian-12", @@ -29748,7 +29616,7 @@ ] }, { - "bom-ref": "urn:uuid:124296dc-846d-495c-bf55-98ca754f08bb", + "bom-ref": "urn:uuid:22afc4c3-3337-4f47-81be-4e7c00b8a1bd", "id": "CVE-2024-26462", "source": { "name": "debian-distro-debian-12", @@ -29781,7 +29649,7 @@ ] }, { - "bom-ref": "urn:uuid:2e6bc41e-0ef2-48ff-adaf-c0496124d39a", + "bom-ref": "urn:uuid:305e8166-6c84-4ac4-aa77-e1a3a61e9125", "id": "CVE-2024-26462", "source": { "name": "debian-distro-debian-12", @@ -29814,7 +29682,7 @@ ] }, { - "bom-ref": "urn:uuid:a191f77a-9a8d-4c6a-9164-342189871ec2", + "bom-ref": "urn:uuid:7cfed89d-80e1-4ce9-955e-430299894a7c", "id": "CVE-2024-26462", "source": { "name": "debian-distro-debian-12", @@ -29847,7 +29715,7 @@ ] }, { - "bom-ref": "urn:uuid:ea676997-d80a-44c4-905e-5d7ad4db6bc9", + "bom-ref": "urn:uuid:d8a8f93c-89f8-451a-ae99-35d60ee5ee4a", "id": "CVE-2024-26462", "source": { "name": "debian-distro-debian-12", @@ -29880,7 +29748,7 @@ ] }, { - "bom-ref": "urn:uuid:432e047f-fef5-478e-b4cd-529d9cd3dcef", + "bom-ref": "urn:uuid:168fff0a-b66d-483c-a454-5cb704d1f2c7", "id": "CVE-2024-28757", "source": { "name": "debian-distro-debian-12", @@ -29913,219 +29781,286 @@ ] }, { - "bom-ref": "urn:uuid:2ca46ac4-c8e6-4fd3-9836-20795051343a", + "bom-ref": "urn:uuid:b1dcdb34-8d1c-4d5f-92e8-fdb57f120538", "id": "CVE-2024-4032", "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-4032" + "name": "nvd-cpe", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-4032" }, "references": [ { "id": "CVE-2024-4032", "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-4032" + "name": "nvd-cpe", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-4032" } } ], "ratings": [ { - "severity": "unknown" + "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. CPython 3.12.4 and 3.13.0a6 contain updated information from these registries and thus have the intended behavior.", + "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": "https://security-tracker.debian.org/tracker/CVE-2024-4032" + "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:deb/debian/libpython3.11-minimal@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=0f2b8bb5592d1651" + "ref": "pkg:generic/python@3.11.9?package-id=f4564dabbce25ec6" } ] }, { - "bom-ref": "urn:uuid:193352d3-c0fc-4b20-8ddf-cde5fee3fbe4", - "id": "CVE-2024-4032", + "bom-ref": "urn:uuid:23b8f5e8-dbf4-47be-859e-73f80e0d85ec", + "id": "CVE-2024-45490", "source": { "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-4032" + "url": "https://security-tracker.debian.org/tracker/CVE-2024-45490" }, "references": [ { - "id": "CVE-2024-4032", + "id": "CVE-2024-45490", "source": { "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-4032" + "url": "https://security-tracker.debian.org/tracker/CVE-2024-45490" } } ], "ratings": [ { - "severity": "unknown" + "severity": "critical" } ], - "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. CPython 3.12.4 and 3.13.0a6 contain updated information from these registries and thus have the intended behavior.", + "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-4032" + "url": "https://security-tracker.debian.org/tracker/CVE-2024-45490" } ], "affects": [ { - "ref": "pkg:deb/debian/libpython3.11-stdlib@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=99bba6ed48d491dd" + "ref": "pkg:deb/debian/libexpat1@2.5.0-1?arch=amd64&upstream=expat&distro=debian-12&package-id=0a0dfff5ad2a7836" } ] }, { - "bom-ref": "urn:uuid:b2aa94f9-4627-4d16-91f2-19202581055b", - "id": "CVE-2024-4032", + "bom-ref": "urn:uuid:ff71392c-a95f-41cd-83e3-5709ac4224e1", + "id": "CVE-2024-45491", "source": { - "name": "nvd-cpe", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-4032" + "name": "debian-distro-debian-12", + "url": "https://security-tracker.debian.org/tracker/CVE-2024-45491" }, "references": [ { - "id": "CVE-2024-4032", + "id": "CVE-2024-45491", "source": { - "name": "nvd-cpe", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-4032" + "name": "debian-distro-debian-12", + "url": "https://security-tracker.debian.org/tracker/CVE-2024-45491" } } ], "ratings": [ { - "severity": "unknown" + "severity": "high" } ], - "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.", + "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": "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://security-tracker.debian.org/tracker/CVE-2024-45491" + } + ], + "affects": [ { - "url": "https://github.com/python/cpython/commit/c62c9e518b784fe44432a3f4fc265fb95b651906" - }, + "ref": "pkg:deb/debian/libexpat1@2.5.0-1?arch=amd64&upstream=expat&distro=debian-12&package-id=0a0dfff5ad2a7836" + } + ] + }, + { + "bom-ref": "urn:uuid:201b18a9-0d27-4b74-9663-7ebed6dab7e9", + "id": "CVE-2024-45492", + "source": { + "name": "debian-distro-debian-12", + "url": "https://security-tracker.debian.org/tracker/CVE-2024-45492" + }, + "references": [ { - "url": "https://github.com/python/cpython/commit/f86b17ac511e68192ba71f27e752321a3252cee3" - }, + "id": "CVE-2024-45492", + "source": { + "name": "debian-distro-debian-12", + "url": "https://security-tracker.debian.org/tracker/CVE-2024-45492" + } + } + ], + "ratings": [ { - "url": "https://github.com/python/cpython/issues/113171" - }, + "severity": "high" + } + ], + "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://github.com/python/cpython/pull/113179" - }, + "url": "https://security-tracker.debian.org/tracker/CVE-2024-45492" + } + ], + "affects": [ { - "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/NRUHDUS2IV2USIZM2CVMSFL6SCKU3RZA/" - }, + "ref": "pkg:deb/debian/libexpat1@2.5.0-1?arch=amd64&upstream=expat&distro=debian-12&package-id=0a0dfff5ad2a7836" + } + ] + }, + { + "bom-ref": "urn:uuid:5c1c2a0f-12a2-48c5-a532-bbfe02c30061", + "id": "CVE-2024-5535", + "source": { + "name": "debian-distro-debian-12", + "url": "https://security-tracker.debian.org/tracker/CVE-2024-5535" + }, + "references": [ { - "url": "https://security.netapp.com/advisory/ntap-20240726-0004/" - }, + "id": "CVE-2024-5535", + "source": { + "name": "debian-distro-debian-12", + "url": "https://security-tracker.debian.org/tracker/CVE-2024-5535" + } + } + ], + "ratings": [ { - "url": "https://www.iana.org/assignments/iana-ipv4-special-registry/iana-ipv4-special-registry.xhtml" - }, + "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://www.iana.org/assignments/iana-ipv6-special-registry/iana-ipv6-special-registry.xhtml" + "url": "https://security-tracker.debian.org/tracker/CVE-2024-5535" } ], "affects": [ { - "ref": "pkg:generic/python@3.11.9?package-id=9723caad5c274a90" + "ref": "pkg:deb/debian/libssl3@3.0.14-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12&package-id=d91d93dbe327e8f6" } ] }, { - "bom-ref": "urn:uuid:9a1c92cf-e51e-4b0f-ac01-9589aad3011e", - "id": "CVE-2024-4032", + "bom-ref": "urn:uuid:30efb193-33a2-4085-8732-8b413a37d222", + "id": "CVE-2024-6119", "source": { "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-4032" + "url": "https://security-tracker.debian.org/tracker/CVE-2024-6119" }, "references": [ { - "id": "CVE-2024-4032", + "id": "CVE-2024-6119", "source": { "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-4032" + "url": "https://security-tracker.debian.org/tracker/CVE-2024-6119" } } ], "ratings": [ { - "severity": "unknown" + "severity": "high" } ], - "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. CPython 3.12.4 and 3.13.0a6 contain updated information from these registries and thus have the intended behavior.", "advisories": [ { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-4032" + "url": "https://security-tracker.debian.org/tracker/CVE-2024-6119" } ], "affects": [ { - "ref": "pkg:deb/debian/python3.11-minimal@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=0b5e9759b20aed22" + "ref": "pkg:deb/debian/libssl3@3.0.14-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12&package-id=d91d93dbe327e8f6" } ] }, { - "bom-ref": "urn:uuid:1164374f-1fb8-419a-a05e-228e0f63ae9e", - "id": "CVE-2024-4603", + "bom-ref": "urn:uuid:6a2bd63e-b732-46f2-8d67-2767923e0c3b", + "id": "CVE-2024-6232", "source": { "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-4603" + "url": "https://security-tracker.debian.org/tracker/CVE-2024-6232" }, "references": [ { - "id": "CVE-2024-4603", + "id": "CVE-2024-6232", "source": { "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-4603" + "url": "https://security-tracker.debian.org/tracker/CVE-2024-6232" } } ], "ratings": [ { - "severity": "medium" + "severity": "unknown" } ], - "description": "Issue summary: Checking excessively long DSA keys or parameters may be very slow. Impact summary: Applications that use the functions EVP_PKEY_param_check() or EVP_PKEY_public_check() to check a DSA public key or DSA parameters may experience long delays. Where the key or parameters that are being checked have been obtained from an untrusted source this may lead to a Denial of Service. The functions EVP_PKEY_param_check() or EVP_PKEY_public_check() perform various checks on DSA parameters. Some of those computations take a long time if the modulus (`p` parameter) is too large. Trying to use a very large modulus is slow and OpenSSL will not allow using public keys with a modulus which is over 10,000 bits in length for signature verification. However the key and parameter check functions do not limit the modulus size when performing the checks. An application that calls EVP_PKEY_param_check() or EVP_PKEY_public_check() and supplies a key or parameters obtained from an untrusted source could be vulnerable to a Denial of Service attack. These functions are not called by OpenSSL itself on untrusted DSA keys so only applications that directly call these functions may be vulnerable. Also vulnerable are the OpenSSL pkey and pkeyparam command line applications when using the `-check` option. The OpenSSL SSL/TLS implementation is not affected by this issue. The OpenSSL 3.0 and 3.1 FIPS providers are affected by this issue.", "advisories": [ { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-4603" + "url": "https://security-tracker.debian.org/tracker/CVE-2024-6232" } ], "affects": [ { - "ref": "pkg:deb/debian/libssl3@3.0.13-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12&package-id=3ae9fa83435b7a19" + "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:b3991e3b-096a-4802-b7c9-f4087ecba7e4", - "id": "CVE-2024-4741", + "bom-ref": "urn:uuid:092d868f-7876-4896-99e9-618710f5f3ff", + "id": "CVE-2024-6232", "source": { "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-4741" + "url": "https://security-tracker.debian.org/tracker/CVE-2024-6232" }, "references": [ { - "id": "CVE-2024-4741", + "id": "CVE-2024-6232", "source": { "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-4741" + "url": "https://security-tracker.debian.org/tracker/CVE-2024-6232" } } ], @@ -30136,50 +30071,49 @@ ], "advisories": [ { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-4741" + "url": "https://security-tracker.debian.org/tracker/CVE-2024-6232" } ], "affects": [ { - "ref": "pkg:deb/debian/libssl3@3.0.13-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12&package-id=3ae9fa83435b7a19" + "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:e2c80f30-5ef1-4e08-a835-4a0cbdadc1e0", - "id": "CVE-2024-5535", + "bom-ref": "urn:uuid:16884335-6c5f-493e-b387-ec2f0e43909a", + "id": "CVE-2024-6232", "source": { "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-5535" + "url": "https://security-tracker.debian.org/tracker/CVE-2024-6232" }, "references": [ { - "id": "CVE-2024-5535", + "id": "CVE-2024-6232", "source": { "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-5535" + "url": "https://security-tracker.debian.org/tracker/CVE-2024-6232" } } ], "ratings": [ { - "severity": "critical" + "severity": "unknown" } ], - "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" + "url": "https://security-tracker.debian.org/tracker/CVE-2024-6232" } ], "affects": [ { - "ref": "pkg:deb/debian/libssl3@3.0.13-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12&package-id=3ae9fa83435b7a19" + "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:2667fdce-9cae-46a6-a6e4-f71a38837fa2", + "bom-ref": "urn:uuid:08e0783a-d168-4a31-8554-c506df28e43b", "id": "CVE-2024-6923", "source": { "name": "debian-distro-debian-12", @@ -30207,12 +30141,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libpython3.11-minimal@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=0f2b8bb5592d1651" + "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:131bcfcb-6dc6-4533-8c7f-53e72d790e73", + "bom-ref": "urn:uuid:4d1544e8-f0cb-47c9-8d79-0164b3fd8ae7", "id": "CVE-2024-6923", "source": { "name": "debian-distro-debian-12", @@ -30240,12 +30174,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libpython3.11-stdlib@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=99bba6ed48d491dd" + "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:34523dca-8f60-461a-a323-a3111c049a03", + "bom-ref": "urn:uuid:ae83af70-b495-47ab-a223-b96ed96a24d4", "id": "CVE-2024-6923", "source": { "name": "nvd-cpe", @@ -30288,12 +30222,12 @@ ], "affects": [ { - "ref": "pkg:generic/python@3.11.9?package-id=9723caad5c274a90" + "ref": "pkg:generic/python@3.11.9?package-id=f4564dabbce25ec6" } ] }, { - "bom-ref": "urn:uuid:69f7fdf5-2658-458a-870c-2311d4eb8774", + "bom-ref": "urn:uuid:d71f7653-4d88-491f-857f-a8f4225a01d3", "id": "CVE-2024-6923", "source": { "name": "debian-distro-debian-12", @@ -30321,12 +30255,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/python3.11-minimal@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=0b5e9759b20aed22" + "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:bcd48a64-43f6-40c2-8f99-b785ab8d519f", + "bom-ref": "urn:uuid:4531bafb-19be-4cdd-99d1-ed7af6b3c27f", "id": "CVE-2024-7592", "source": { "name": "debian-distro-debian-12", @@ -30354,12 +30288,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libpython3.11-minimal@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=0f2b8bb5592d1651" + "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:e2abef80-27ee-42cf-837d-ebf5268e594c", + "bom-ref": "urn:uuid:a169e535-686f-4048-929a-957ccad7e5f7", "id": "CVE-2024-7592", "source": { "name": "debian-distro-debian-12", @@ -30387,12 +30321,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libpython3.11-stdlib@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=99bba6ed48d491dd" + "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:bbdd360a-6796-4288-a0d8-39f8b388df21", + "bom-ref": "urn:uuid:bc23a130-0f09-4001-8bf1-e19a9023ac4d", "id": "CVE-2024-7592", "source": { "name": "nvd-cpe", @@ -30408,6 +30342,12 @@ } ], "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", @@ -30417,6 +30357,12 @@ ], "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.", "advisories": [ + { + "url": "https://github.com/python/cpython/commit/391e5626e3ee5af267b97e37abc7475732e67621" + }, + { + "url": "https://github.com/python/cpython/commit/dcc3eaef98cd94d6cb6cb0f44bd1c903d04f33b1" + }, { "url": "https://github.com/python/cpython/issues/123067" }, @@ -30429,12 +30375,12 @@ ], "affects": [ { - "ref": "pkg:generic/python@3.11.9?package-id=9723caad5c274a90" + "ref": "pkg:generic/python@3.11.9?package-id=f4564dabbce25ec6" } ] }, { - "bom-ref": "urn:uuid:77e7497a-f3e0-472d-bf5f-08ad40dcc40a", + "bom-ref": "urn:uuid:5645ce1f-5f05-4ee9-beb0-5f34a82ad1f7", "id": "CVE-2024-7592", "source": { "name": "debian-distro-debian-12", @@ -30462,78 +30408,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/python3.11-minimal@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=0b5e9759b20aed22" - } - ] - }, - { - "bom-ref": "urn:uuid:29fa906b-e33f-4b27-9dab-bab79c928842", - "id": "CVE-2024-8088", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-8088" - }, - "references": [ - { - "id": "CVE-2024-8088", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-8088" - } - } - ], - "ratings": [ - { - "severity": "high" - } - ], - "description": "There is a HIGH severity vulnerability affecting the CPython \"zipfile\" module affecting \"zipfile.Path\". Note that the more common API \"zipfile.ZipFile\" class is unaffected. When iterating over names of entries in a zip archive (for example, methods of \"zipfile.Path\" like \"namelist()\", \"iterdir()\", etc) the process can be put into an infinite loop with a maliciously crafted zip archive. This defect applies when reading only metadata or extracting the contents of the zip archive. Programs that are not handling user-controlled zip archives are not affected.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-8088" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libpython3.11-minimal@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=0f2b8bb5592d1651" + "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:244c1269-251c-43e7-9883-be33cef47df5", - "id": "CVE-2024-8088", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-8088" - }, - "references": [ - { - "id": "CVE-2024-8088", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-8088" - } - } - ], - "ratings": [ - { - "severity": "high" - } - ], - "description": "There is a HIGH severity vulnerability affecting the CPython \"zipfile\" module affecting \"zipfile.Path\". Note that the more common API \"zipfile.ZipFile\" class is unaffected. When iterating over names of entries in a zip archive (for example, methods of \"zipfile.Path\" like \"namelist()\", \"iterdir()\", etc) the process can be put into an infinite loop with a maliciously crafted zip archive. This defect applies when reading only metadata or extracting the contents of the zip archive. Programs that are not handling user-controlled zip archives are not affected.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-8088" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libpython3.11-stdlib@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=99bba6ed48d491dd" - } - ] - }, - { - "bom-ref": "urn:uuid:bacc493d-87e6-48a7-8a5f-c77ba1a6854e", + "bom-ref": "urn:uuid:e43c0d33-7440-46cc-bda6-2cc3290780cb", "id": "CVE-2024-8088", "source": { "name": "nvd-cpe", @@ -30550,20 +30430,26 @@ ], "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 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.", "advisories": [ + { + "url": "https://github.com/python/cpython/commit/2231286d78d328c2f575e0b05b16fe447d1656d6" + }, { "url": "https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e" }, + { + "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/dcc5182f27c1500006a1ef78e10613bb45788dea" }, @@ -30573,6 +30459,9 @@ { "url": "https://github.com/python/cpython/issues/122905" }, + { + "url": "https://github.com/python/cpython/issues/123270" + }, { "url": "https://github.com/python/cpython/pull/122906" }, @@ -30582,81 +30471,81 @@ ], "affects": [ { - "ref": "pkg:generic/python@3.11.9?package-id=9723caad5c274a90" + "ref": "pkg:generic/python@3.11.9?package-id=f4564dabbce25ec6" } ] }, { - "bom-ref": "urn:uuid:b5136181-f16e-4f82-8e9a-6ff54148f883", - "id": "CVE-2024-8088", + "bom-ref": "urn:uuid:08bf6240-9268-47e8-b2ca-21d026c5289d", + "id": "GHSA-9wx4-h78v-vm56", "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-8088" + "name": "github-language-python", + "url": "https://github.com/advisories/GHSA-9wx4-h78v-vm56" }, "references": [ { - "id": "CVE-2024-8088", + "id": "GHSA-9wx4-h78v-vm56", "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-8088" + "name": "github-language-python", + "url": "https://github.com/advisories/GHSA-9wx4-h78v-vm56" } } ], "ratings": [ { - "severity": "high" + "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" } ], - "description": "There is a HIGH severity vulnerability affecting the CPython \"zipfile\" module affecting \"zipfile.Path\". Note that the more common API \"zipfile.ZipFile\" class is unaffected. When iterating over names of entries in a zip archive (for example, methods of \"zipfile.Path\" like \"namelist()\", \"iterdir()\", etc) the process can be put into an infinite loop with a maliciously crafted zip archive. This defect applies when reading only metadata or extracting the contents of the zip archive. Programs that are not handling user-controlled zip archives are not affected.", + "description": "Requests `Session` object does not verify requests after making first request with verify=False", "advisories": [ { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-8088" + "url": "https://github.com/advisories/GHSA-9wx4-h78v-vm56" } ], "affects": [ { - "ref": "pkg:deb/debian/python3.11-minimal@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=0b5e9759b20aed22" + "ref": "pkg:pypi/requests@2.31.0?package-id=4c2f455bc9f27f0d" } ] }, { - "bom-ref": "urn:uuid:6ddf2f27-6ffe-4f20-9034-43582a199f26", - "id": "GHSA-9wx4-h78v-vm56", + "bom-ref": "urn:uuid:7a50d821-2074-4cf7-bf43-92254cff13fc", + "id": "GHSA-h4gh-qq45-vh27", "source": { "name": "github-language-python", - "url": "https://github.com/advisories/GHSA-9wx4-h78v-vm56" + "url": "https://github.com/advisories/GHSA-h4gh-qq45-vh27" }, "references": [ { - "id": "GHSA-9wx4-h78v-vm56", + "id": "GHSA-h4gh-qq45-vh27", "source": { "name": "github-language-python", - "url": "https://github.com/advisories/GHSA-9wx4-h78v-vm56" + "url": "https://github.com/advisories/GHSA-h4gh-qq45-vh27" } } ], "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": "medium" } ], - "description": "Requests `Session` object does not verify requests after making first request with verify=False", + "description": "pyca/cryptography has a vulnerable OpenSSL included in cryptography wheels", "advisories": [ { - "url": "https://github.com/advisories/GHSA-9wx4-h78v-vm56" + "url": "https://github.com/advisories/GHSA-h4gh-qq45-vh27" } ], "affects": [ { - "ref": "pkg:pypi/requests@2.31.0?package-id=4c2f455bc9f27f0d" + "ref": "pkg:pypi/cryptography@43.0.0?package-id=421baa05e84a195d" } ] }, { - "bom-ref": "urn:uuid:3fff8bca-7e55-498f-9836-67053fd33327", + "bom-ref": "urn:uuid:16b0ac02-9677-40a6-8aff-e73002f1b63a", "id": "GHSA-v23v-6jw2-98fq", "source": { "name": "github-language-go", diff --git a/sboms/docker.io_vectorim_ess-core-updater-conversion-webhook:2.19.12.json b/sboms/docker.io_vectorim_ess-core-updater-conversion-webhook:2.20.0.json similarity index 93% rename from sboms/docker.io_vectorim_ess-core-updater-conversion-webhook:2.19.12.json rename to sboms/docker.io_vectorim_ess-core-updater-conversion-webhook:2.20.0.json index 3906818..6edb835 100644 --- a/sboms/docker.io_vectorim_ess-core-updater-conversion-webhook:2.19.12.json +++ b/sboms/docker.io_vectorim_ess-core-updater-conversion-webhook:2.20.0.json @@ -2,10 +2,10 @@ "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json", "bomFormat": "CycloneDX", "specVersion": "1.6", - "serialNumber": "urn:uuid:4af627a3-3189-4300-ba27-edd737fab1e8", + "serialNumber": "urn:uuid:a7bd0f2f-5304-4db2-992e-0b1917049ec9", "version": 1, "metadata": { - "timestamp": "2024-08-28T12:44:09Z", + "timestamp": "2024-09-04T14:18:38Z", "tools": { "components": [ { @@ -17,10 +17,10 @@ ] }, "component": { - "bom-ref": "c0ef87c6a28aa191", + "bom-ref": "16334764c62e7302", "type": "container", - "name": "docker.io/vectorim/ess-core-updater-conversion-webhook:2.19.12@sha256:eb12e65cf850020c1fa1e84769736ef60107c86d5b62a2f244035f3ff5383c29", - "version": "sha256:eb12e65cf850020c1fa1e84769736ef60107c86d5b62a2f244035f3ff5383c29" + "name": "docker.io/vectorim/ess-core-updater-conversion-webhook:2.20.0@sha256:c9276f7e37d92c63c9178634d402499a4d9283c87b03e95b1e72bc5351523c6a", + "version": "sha256:c9276f7e37d92c63c9178634d402499a4d9283c87b03e95b1e72bc5351523c6a" }, "properties": [ { @@ -31,11 +31,11 @@ }, "components": [ { - "bom-ref": "pkg:deb/debian/base-files@12.4%2Bdeb12u6?arch=amd64&distro=debian-12&package-id=61199aa239b084c0", + "bom-ref": "pkg:deb/debian/base-files@12.4%2Bdeb12u7?arch=amd64&distro=debian-12&package-id=da0f97a2a236c724", "type": "library", "publisher": "Santiago Vila ", "name": "base-files", - "version": "12.4+deb12u6", + "version": "12.4+deb12u7", "licenses": [ { "license": { @@ -43,8 +43,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", @@ -60,27 +60,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:f144bb4c7c7f0d2aa7eeffd36d934ec40db1ee167be727e326aad9fdc616f475" + "value": "sha256:da0c4410e542ee7c2bbe746c2acb059e34fd05bd129d88274cd0148b0240e30f" }, { "name": "syft:location:0:path", @@ -88,7 +88,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:f144bb4c7c7f0d2aa7eeffd36d934ec40db1ee167be727e326aad9fdc616f475" + "value": "sha256:da0c4410e542ee7c2bbe746c2acb059e34fd05bd129d88274cd0148b0240e30f" }, { "name": "syft:location:1:path", @@ -96,7 +96,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:f144bb4c7c7f0d2aa7eeffd36d934ec40db1ee167be727e326aad9fdc616f475" + "value": "sha256:da0c4410e542ee7c2bbe746c2acb059e34fd05bd129d88274cd0148b0240e30f" }, { "name": "syft:location:2:path", @@ -133,7 +133,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:5ee4934ba26fd4e1d5bff5c865fb3d0aa42720fefd521e93af5115732326ce60" + "value": "sha256:ae571ca8c25efc587a94a96607decb2ff2e78b1f49f7e44657f028d888dd10dc" }, { "name": "syft:location:0:path", @@ -182,7 +182,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:5ee4934ba26fd4e1d5bff5c865fb3d0aa42720fefd521e93af5115732326ce60" + "value": "sha256:ae571ca8c25efc587a94a96607decb2ff2e78b1f49f7e44657f028d888dd10dc" }, { "name": "syft:location:0:path", @@ -236,7 +236,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:5ee4934ba26fd4e1d5bff5c865fb3d0aa42720fefd521e93af5115732326ce60" + "value": "sha256:ae571ca8c25efc587a94a96607decb2ff2e78b1f49f7e44657f028d888dd10dc" }, { "name": "syft:location:0:path", @@ -294,7 +294,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:5ee4934ba26fd4e1d5bff5c865fb3d0aa42720fefd521e93af5115732326ce60" + "value": "sha256:ae571ca8c25efc587a94a96607decb2ff2e78b1f49f7e44657f028d888dd10dc" }, { "name": "syft:location:0:path", @@ -356,7 +356,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:5ee4934ba26fd4e1d5bff5c865fb3d0aa42720fefd521e93af5115732326ce60" + "value": "sha256:ae571ca8c25efc587a94a96607decb2ff2e78b1f49f7e44657f028d888dd10dc" }, { "name": "syft:location:0:path", @@ -418,7 +418,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:5ee4934ba26fd4e1d5bff5c865fb3d0aa42720fefd521e93af5115732326ce60" + "value": "sha256:ae571ca8c25efc587a94a96607decb2ff2e78b1f49f7e44657f028d888dd10dc" }, { "name": "syft:location:0:path", @@ -480,7 +480,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:5ee4934ba26fd4e1d5bff5c865fb3d0aa42720fefd521e93af5115732326ce60" + "value": "sha256:ae571ca8c25efc587a94a96607decb2ff2e78b1f49f7e44657f028d888dd10dc" }, { "name": "syft:location:0:path", @@ -542,7 +542,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:5ee4934ba26fd4e1d5bff5c865fb3d0aa42720fefd521e93af5115732326ce60" + "value": "sha256:ae571ca8c25efc587a94a96607decb2ff2e78b1f49f7e44657f028d888dd10dc" }, { "name": "syft:location:0:path", @@ -596,7 +596,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:5ee4934ba26fd4e1d5bff5c865fb3d0aa42720fefd521e93af5115732326ce60" + "value": "sha256:ae571ca8c25efc587a94a96607decb2ff2e78b1f49f7e44657f028d888dd10dc" }, { "name": "syft:location:0:path", @@ -650,7 +650,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:5ee4934ba26fd4e1d5bff5c865fb3d0aa42720fefd521e93af5115732326ce60" + "value": "sha256:ae571ca8c25efc587a94a96607decb2ff2e78b1f49f7e44657f028d888dd10dc" }, { "name": "syft:location:0:path", @@ -708,7 +708,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:5ee4934ba26fd4e1d5bff5c865fb3d0aa42720fefd521e93af5115732326ce60" + "value": "sha256:ae571ca8c25efc587a94a96607decb2ff2e78b1f49f7e44657f028d888dd10dc" }, { "name": "syft:location:0:path", @@ -766,7 +766,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:5ee4934ba26fd4e1d5bff5c865fb3d0aa42720fefd521e93af5115732326ce60" + "value": "sha256:ae571ca8c25efc587a94a96607decb2ff2e78b1f49f7e44657f028d888dd10dc" }, { "name": "syft:location:0:path", @@ -820,7 +820,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:5ee4934ba26fd4e1d5bff5c865fb3d0aa42720fefd521e93af5115732326ce60" + "value": "sha256:ae571ca8c25efc587a94a96607decb2ff2e78b1f49f7e44657f028d888dd10dc" }, { "name": "syft:location:0:path", @@ -874,7 +874,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:5ee4934ba26fd4e1d5bff5c865fb3d0aa42720fefd521e93af5115732326ce60" + "value": "sha256:ae571ca8c25efc587a94a96607decb2ff2e78b1f49f7e44657f028d888dd10dc" }, { "name": "syft:location:0:path", @@ -928,7 +928,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:5ee4934ba26fd4e1d5bff5c865fb3d0aa42720fefd521e93af5115732326ce60" + "value": "sha256:ae571ca8c25efc587a94a96607decb2ff2e78b1f49f7e44657f028d888dd10dc" }, { "name": "syft:location:0:path", @@ -990,7 +990,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:5ee4934ba26fd4e1d5bff5c865fb3d0aa42720fefd521e93af5115732326ce60" + "value": "sha256:ae571ca8c25efc587a94a96607decb2ff2e78b1f49f7e44657f028d888dd10dc" }, { "name": "syft:location:0:path", @@ -1044,7 +1044,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:5ee4934ba26fd4e1d5bff5c865fb3d0aa42720fefd521e93af5115732326ce60" + "value": "sha256:ae571ca8c25efc587a94a96607decb2ff2e78b1f49f7e44657f028d888dd10dc" }, { "name": "syft:location:0:path", @@ -1106,7 +1106,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:5ee4934ba26fd4e1d5bff5c865fb3d0aa42720fefd521e93af5115732326ce60" + "value": "sha256:ae571ca8c25efc587a94a96607decb2ff2e78b1f49f7e44657f028d888dd10dc" }, { "name": "syft:location:0:path", @@ -1168,7 +1168,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:5ee4934ba26fd4e1d5bff5c865fb3d0aa42720fefd521e93af5115732326ce60" + "value": "sha256:ae571ca8c25efc587a94a96607decb2ff2e78b1f49f7e44657f028d888dd10dc" }, { "name": "syft:location:0:path", @@ -1222,7 +1222,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:5ee4934ba26fd4e1d5bff5c865fb3d0aa42720fefd521e93af5115732326ce60" + "value": "sha256:ae571ca8c25efc587a94a96607decb2ff2e78b1f49f7e44657f028d888dd10dc" }, { "name": "syft:location:0:path", @@ -1276,7 +1276,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:5ee4934ba26fd4e1d5bff5c865fb3d0aa42720fefd521e93af5115732326ce60" + "value": "sha256:ae571ca8c25efc587a94a96607decb2ff2e78b1f49f7e44657f028d888dd10dc" }, { "name": "syft:location:0:path", @@ -1330,7 +1330,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:5ee4934ba26fd4e1d5bff5c865fb3d0aa42720fefd521e93af5115732326ce60" + "value": "sha256:ae571ca8c25efc587a94a96607decb2ff2e78b1f49f7e44657f028d888dd10dc" }, { "name": "syft:location:0:path", @@ -1384,7 +1384,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:5ee4934ba26fd4e1d5bff5c865fb3d0aa42720fefd521e93af5115732326ce60" + "value": "sha256:ae571ca8c25efc587a94a96607decb2ff2e78b1f49f7e44657f028d888dd10dc" }, { "name": "syft:location:0:path", @@ -1438,7 +1438,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:5ee4934ba26fd4e1d5bff5c865fb3d0aa42720fefd521e93af5115732326ce60" + "value": "sha256:ae571ca8c25efc587a94a96607decb2ff2e78b1f49f7e44657f028d888dd10dc" }, { "name": "syft:location:0:path", @@ -1492,7 +1492,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:5ee4934ba26fd4e1d5bff5c865fb3d0aa42720fefd521e93af5115732326ce60" + "value": "sha256:ae571ca8c25efc587a94a96607decb2ff2e78b1f49f7e44657f028d888dd10dc" }, { "name": "syft:location:0:path", @@ -1546,7 +1546,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:5ee4934ba26fd4e1d5bff5c865fb3d0aa42720fefd521e93af5115732326ce60" + "value": "sha256:ae571ca8c25efc587a94a96607decb2ff2e78b1f49f7e44657f028d888dd10dc" }, { "name": "syft:location:0:path", @@ -1600,7 +1600,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:5ee4934ba26fd4e1d5bff5c865fb3d0aa42720fefd521e93af5115732326ce60" + "value": "sha256:ae571ca8c25efc587a94a96607decb2ff2e78b1f49f7e44657f028d888dd10dc" }, { "name": "syft:location:0:path", @@ -1654,7 +1654,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:5ee4934ba26fd4e1d5bff5c865fb3d0aa42720fefd521e93af5115732326ce60" + "value": "sha256:ae571ca8c25efc587a94a96607decb2ff2e78b1f49f7e44657f028d888dd10dc" }, { "name": "syft:location:0:path", @@ -1708,7 +1708,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:5ee4934ba26fd4e1d5bff5c865fb3d0aa42720fefd521e93af5115732326ce60" + "value": "sha256:ae571ca8c25efc587a94a96607decb2ff2e78b1f49f7e44657f028d888dd10dc" }, { "name": "syft:location:0:path", @@ -1761,7 +1761,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:5ee4934ba26fd4e1d5bff5c865fb3d0aa42720fefd521e93af5115732326ce60" + "value": "sha256:ae571ca8c25efc587a94a96607decb2ff2e78b1f49f7e44657f028d888dd10dc" }, { "name": "syft:location:0:path", @@ -1814,7 +1814,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:5ee4934ba26fd4e1d5bff5c865fb3d0aa42720fefd521e93af5115732326ce60" + "value": "sha256:ae571ca8c25efc587a94a96607decb2ff2e78b1f49f7e44657f028d888dd10dc" }, { "name": "syft:location:0:path", @@ -1868,7 +1868,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:5ee4934ba26fd4e1d5bff5c865fb3d0aa42720fefd521e93af5115732326ce60" + "value": "sha256:ae571ca8c25efc587a94a96607decb2ff2e78b1f49f7e44657f028d888dd10dc" }, { "name": "syft:location:0:path", @@ -1921,7 +1921,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:5ee4934ba26fd4e1d5bff5c865fb3d0aa42720fefd521e93af5115732326ce60" + "value": "sha256:ae571ca8c25efc587a94a96607decb2ff2e78b1f49f7e44657f028d888dd10dc" }, { "name": "syft:location:0:path", @@ -1974,7 +1974,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:5ee4934ba26fd4e1d5bff5c865fb3d0aa42720fefd521e93af5115732326ce60" + "value": "sha256:ae571ca8c25efc587a94a96607decb2ff2e78b1f49f7e44657f028d888dd10dc" }, { "name": "syft:location:0:path", @@ -2027,7 +2027,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:5ee4934ba26fd4e1d5bff5c865fb3d0aa42720fefd521e93af5115732326ce60" + "value": "sha256:ae571ca8c25efc587a94a96607decb2ff2e78b1f49f7e44657f028d888dd10dc" }, { "name": "syft:location:0:path", @@ -2080,7 +2080,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:5ee4934ba26fd4e1d5bff5c865fb3d0aa42720fefd521e93af5115732326ce60" + "value": "sha256:ae571ca8c25efc587a94a96607decb2ff2e78b1f49f7e44657f028d888dd10dc" }, { "name": "syft:location:0:path", @@ -2133,7 +2133,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:5ee4934ba26fd4e1d5bff5c865fb3d0aa42720fefd521e93af5115732326ce60" + "value": "sha256:ae571ca8c25efc587a94a96607decb2ff2e78b1f49f7e44657f028d888dd10dc" }, { "name": "syft:location:0:path", @@ -2187,7 +2187,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:5ee4934ba26fd4e1d5bff5c865fb3d0aa42720fefd521e93af5115732326ce60" + "value": "sha256:ae571ca8c25efc587a94a96607decb2ff2e78b1f49f7e44657f028d888dd10dc" }, { "name": "syft:location:0:path", @@ -2240,7 +2240,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:5ee4934ba26fd4e1d5bff5c865fb3d0aa42720fefd521e93af5115732326ce60" + "value": "sha256:ae571ca8c25efc587a94a96607decb2ff2e78b1f49f7e44657f028d888dd10dc" }, { "name": "syft:location:0:path", @@ -2293,7 +2293,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:5ee4934ba26fd4e1d5bff5c865fb3d0aa42720fefd521e93af5115732326ce60" + "value": "sha256:ae571ca8c25efc587a94a96607decb2ff2e78b1f49f7e44657f028d888dd10dc" }, { "name": "syft:location:0:path", @@ -2404,7 +2404,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:5ee4934ba26fd4e1d5bff5c865fb3d0aa42720fefd521e93af5115732326ce60" + "value": "sha256:ae571ca8c25efc587a94a96607decb2ff2e78b1f49f7e44657f028d888dd10dc" }, { "name": "syft:location:0:path", @@ -2474,7 +2474,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:5ee4934ba26fd4e1d5bff5c865fb3d0aa42720fefd521e93af5115732326ce60" + "value": "sha256:ae571ca8c25efc587a94a96607decb2ff2e78b1f49f7e44657f028d888dd10dc" }, { "name": "syft:location:0:path", @@ -2527,7 +2527,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:5ee4934ba26fd4e1d5bff5c865fb3d0aa42720fefd521e93af5115732326ce60" + "value": "sha256:ae571ca8c25efc587a94a96607decb2ff2e78b1f49f7e44657f028d888dd10dc" }, { "name": "syft:location:0:path", @@ -2584,7 +2584,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:5ee4934ba26fd4e1d5bff5c865fb3d0aa42720fefd521e93af5115732326ce60" + "value": "sha256:ae571ca8c25efc587a94a96607decb2ff2e78b1f49f7e44657f028d888dd10dc" }, { "name": "syft:location:0:path", diff --git a/sboms/docker.io_vectorim_ess-core-updater:2.19.12.json b/sboms/docker.io_vectorim_ess-core-updater:2.20.0.json similarity index 93% rename from sboms/docker.io_vectorim_ess-core-updater:2.19.12.json rename to sboms/docker.io_vectorim_ess-core-updater:2.20.0.json index 8d09aca..4ffd705 100644 --- a/sboms/docker.io_vectorim_ess-core-updater:2.19.12.json +++ b/sboms/docker.io_vectorim_ess-core-updater:2.20.0.json @@ -2,10 +2,10 @@ "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json", "bomFormat": "CycloneDX", "specVersion": "1.6", - "serialNumber": "urn:uuid:fdc7752e-7748-405c-8b71-0ed18b2ec5f4", + "serialNumber": "urn:uuid:00e3bb0f-2f74-4163-a7c5-fa2c41a43d45", "version": 1, "metadata": { - "timestamp": "2024-08-28T12:44:20Z", + "timestamp": "2024-09-04T14:18:48Z", "tools": { "components": [ { @@ -17,10 +17,10 @@ ] }, "component": { - "bom-ref": "49339758b2f574cf", + "bom-ref": "87db022418949d0a", "type": "container", - "name": "docker.io/vectorim/ess-core-updater:2.19.12@sha256:5be88be189e99f7839bc6ac9b283953761ff3c540342d6935fa3662cf4ebdb49", - "version": "sha256:5be88be189e99f7839bc6ac9b283953761ff3c540342d6935fa3662cf4ebdb49" + "name": "docker.io/vectorim/ess-core-updater:2.20.0@sha256:b51ef5b80a04c242a63babfd7d56c0d6d3b2f7bbdeeff785ee96090683a92229", + "version": "sha256:b51ef5b80a04c242a63babfd7d56c0d6d3b2f7bbdeeff785ee96090683a92229" }, "properties": [ { @@ -100,7 +100,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -108,7 +108,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -193,7 +193,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -201,7 +201,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -209,7 +209,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -379,7 +379,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -387,7 +387,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -395,7 +395,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -553,7 +553,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -561,7 +561,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -569,7 +569,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -703,7 +703,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -711,7 +711,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -745,7 +745,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -779,7 +779,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -813,7 +813,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -847,7 +847,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -881,7 +881,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -915,7 +915,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -1177,7 +1177,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -1185,7 +1185,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -1193,7 +1193,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -1455,7 +1455,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -1463,7 +1463,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -1471,7 +1471,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -1749,7 +1749,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -1757,7 +1757,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -1765,7 +1765,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -1887,7 +1887,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -1895,7 +1895,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -1903,7 +1903,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -2037,7 +2037,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -2045,7 +2045,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -2053,7 +2053,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -2062,11 +2062,11 @@ ] }, { - "bom-ref": "pkg:deb/debian/base-files@12.4%2Bdeb12u6?arch=amd64&distro=debian-12&package-id=61199aa239b084c0", + "bom-ref": "pkg:deb/debian/base-files@12.4%2Bdeb12u7?arch=amd64&distro=debian-12&package-id=da0f97a2a236c724", "type": "library", "publisher": "Santiago Vila ", "name": "base-files", - "version": "12.4+deb12u6", + "version": "12.4+deb12u7", "licenses": [ { "license": { @@ -2074,8 +2074,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", @@ -2091,27 +2091,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:f144bb4c7c7f0d2aa7eeffd36d934ec40db1ee167be727e326aad9fdc616f475" + "value": "sha256:da0c4410e542ee7c2bbe746c2acb059e34fd05bd129d88274cd0148b0240e30f" }, { "name": "syft:location:0:path", @@ -2119,7 +2119,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:f144bb4c7c7f0d2aa7eeffd36d934ec40db1ee167be727e326aad9fdc616f475" + "value": "sha256:da0c4410e542ee7c2bbe746c2acb059e34fd05bd129d88274cd0148b0240e30f" }, { "name": "syft:location:1:path", @@ -2127,7 +2127,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:f144bb4c7c7f0d2aa7eeffd36d934ec40db1ee167be727e326aad9fdc616f475" + "value": "sha256:da0c4410e542ee7c2bbe746c2acb059e34fd05bd129d88274cd0148b0240e30f" }, { "name": "syft:location:2:path", @@ -2265,7 +2265,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -2273,7 +2273,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -2281,7 +2281,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -2439,7 +2439,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -2447,7 +2447,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -2455,7 +2455,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -2613,7 +2613,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -2621,7 +2621,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -2629,7 +2629,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -2671,7 +2671,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -2679,7 +2679,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -2687,7 +2687,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -2833,7 +2833,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -2841,7 +2841,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -2849,7 +2849,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -3079,7 +3079,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -3087,7 +3087,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -3095,7 +3095,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -3180,7 +3180,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -3188,7 +3188,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -3196,7 +3196,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -3240,7 +3240,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -3248,7 +3248,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -3526,7 +3526,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -3534,7 +3534,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -3542,7 +3542,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -3669,7 +3669,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -3677,7 +3677,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -3711,7 +3711,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -3761,7 +3761,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -3811,7 +3811,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -3861,7 +3861,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -3911,7 +3911,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -3961,7 +3961,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -4011,7 +4011,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -4061,7 +4061,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -4115,7 +4115,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -4165,7 +4165,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -4215,7 +4215,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -4269,7 +4269,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -4323,7 +4323,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -4373,7 +4373,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -4431,7 +4431,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -4481,7 +4481,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -4531,7 +4531,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -4585,7 +4585,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -4639,7 +4639,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -4693,7 +4693,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -4747,7 +4747,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -4801,7 +4801,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -4851,7 +4851,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -4901,7 +4901,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -4951,7 +4951,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -5005,7 +5005,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -5059,7 +5059,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -5113,7 +5113,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -5167,7 +5167,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -5221,7 +5221,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -5279,7 +5279,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -5333,7 +5333,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -5395,7 +5395,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -5445,7 +5445,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -5495,7 +5495,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -5545,7 +5545,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -5599,7 +5599,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -5657,7 +5657,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -5715,7 +5715,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -5773,7 +5773,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -5831,7 +5831,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -5893,7 +5893,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -5951,7 +5951,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -6013,7 +6013,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -6071,7 +6071,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -6133,7 +6133,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -6191,7 +6191,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -6253,7 +6253,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -6311,7 +6311,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -6365,7 +6365,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -6415,7 +6415,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -6465,7 +6465,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -6515,7 +6515,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -6569,7 +6569,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -6623,7 +6623,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -6673,7 +6673,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -6727,7 +6727,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -6781,7 +6781,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -6839,7 +6839,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -6893,7 +6893,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -6951,7 +6951,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -7005,7 +7005,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -7059,7 +7059,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -7109,7 +7109,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -7163,7 +7163,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -7213,7 +7213,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -7263,7 +7263,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -7317,7 +7317,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -7367,7 +7367,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -7417,7 +7417,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -7467,7 +7467,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -7517,7 +7517,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -7575,7 +7575,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -7629,7 +7629,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -7683,7 +7683,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -7733,7 +7733,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -7783,7 +7783,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -7833,7 +7833,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -7887,7 +7887,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -7937,7 +7937,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -7987,7 +7987,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -8049,7 +8049,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -8107,7 +8107,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -8161,7 +8161,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -8211,7 +8211,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -8261,7 +8261,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -8311,7 +8311,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -8361,7 +8361,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -8411,7 +8411,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -8461,7 +8461,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -8519,7 +8519,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -8573,7 +8573,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -8627,7 +8627,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -8681,7 +8681,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -8731,7 +8731,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -8785,7 +8785,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -8835,7 +8835,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -8885,7 +8885,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -8935,7 +8935,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -8985,7 +8985,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -9043,7 +9043,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -9101,7 +9101,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -9163,7 +9163,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -9221,7 +9221,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -9279,7 +9279,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -9329,7 +9329,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -9379,7 +9379,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -9437,7 +9437,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -9491,7 +9491,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -9545,7 +9545,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -9603,7 +9603,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -9657,7 +9657,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -9727,7 +9727,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -9785,7 +9785,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -9859,7 +9859,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -9933,7 +9933,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -9987,7 +9987,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -10037,7 +10037,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -10087,7 +10087,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -10145,7 +10145,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -10199,7 +10199,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -10257,7 +10257,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -10311,7 +10311,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -10365,7 +10365,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -10415,7 +10415,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -10469,7 +10469,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -10519,7 +10519,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -10577,7 +10577,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -10627,7 +10627,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -10677,7 +10677,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -10727,7 +10727,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -10777,7 +10777,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -10831,7 +10831,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -10885,7 +10885,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -10935,7 +10935,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -10985,7 +10985,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -11039,7 +11039,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -11089,7 +11089,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -11147,7 +11147,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -11201,7 +11201,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -11251,7 +11251,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -11301,7 +11301,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -11351,7 +11351,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -11401,7 +11401,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -11450,7 +11450,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -11500,7 +11500,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -11550,7 +11550,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -11599,7 +11599,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -11648,7 +11648,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -11701,7 +11701,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -11755,7 +11755,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -11805,7 +11805,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -11859,7 +11859,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -11909,7 +11909,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -11963,7 +11963,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -12013,7 +12013,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -12067,7 +12067,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -12117,7 +12117,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -12167,7 +12167,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -12221,7 +12221,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -12271,7 +12271,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -12325,7 +12325,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -12375,7 +12375,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -12429,7 +12429,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -12479,7 +12479,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -12533,7 +12533,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -12831,7 +12831,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -12839,7 +12839,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -12847,7 +12847,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -12881,7 +12881,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -12935,7 +12935,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -12985,7 +12985,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -13039,7 +13039,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -13089,7 +13089,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -13143,7 +13143,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -13193,7 +13193,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -13246,7 +13246,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -13295,7 +13295,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -13348,7 +13348,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -13397,7 +13397,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -13451,7 +13451,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -13501,7 +13501,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -13555,7 +13555,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -13725,7 +13725,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -13733,7 +13733,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -13741,7 +13741,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -13868,7 +13868,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -13876,7 +13876,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -14174,7 +14174,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -14182,7 +14182,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -14190,7 +14190,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -14528,7 +14528,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -14536,7 +14536,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -14544,7 +14544,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -14678,7 +14678,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -14686,7 +14686,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -14694,7 +14694,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -14852,7 +14852,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -14860,7 +14860,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -14868,7 +14868,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -15002,7 +15002,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -15010,7 +15010,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -15018,7 +15018,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -15152,7 +15152,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -15160,7 +15160,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -15168,7 +15168,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -15326,7 +15326,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -15334,7 +15334,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -15342,7 +15342,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -15732,7 +15732,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -15740,7 +15740,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -15773,7 +15773,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -15826,7 +15826,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -15875,7 +15875,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -15928,7 +15928,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -15977,7 +15977,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -16030,7 +16030,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -16079,7 +16079,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -16128,7 +16128,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -16177,7 +16177,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -16230,7 +16230,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -16279,7 +16279,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -16332,7 +16332,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -16382,7 +16382,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -16432,7 +16432,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -16485,7 +16485,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -16538,7 +16538,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -16587,7 +16587,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -16640,7 +16640,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -16689,7 +16689,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -16738,7 +16738,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -16844,7 +16844,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -16852,7 +16852,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -16860,7 +16860,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -16960,11 +16960,11 @@ ] }, { - "bom-ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5", + "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+deb12u7", + "version": "2.36-9+deb12u8", "licenses": [ { "license": { @@ -16977,8 +16977,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", @@ -16994,7 +16994,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:642674950c6fdd58c7023a7f34f526007b73f3b1a04398759ce26221d4c81f37" + "value": "sha256:5fa7fe992436ffd9212f1d9563c27f59cb735ca2f06038e2da0775ed2b219802" }, { "name": "syft:location:0:path", @@ -17002,7 +17002,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:642674950c6fdd58c7023a7f34f526007b73f3b1a04398759ce26221d4c81f37" + "value": "sha256:5fa7fe992436ffd9212f1d9563c27f59cb735ca2f06038e2da0775ed2b219802" }, { "name": "syft:location:1:path", @@ -17010,7 +17010,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:642674950c6fdd58c7023a7f34f526007b73f3b1a04398759ce26221d4c81f37" + "value": "sha256:5fa7fe992436ffd9212f1d9563c27f59cb735ca2f06038e2da0775ed2b219802" }, { "name": "syft:location:2:path", @@ -18291,11 +18291,11 @@ ] }, { - "bom-ref": "pkg:deb/debian/libpython3.11-minimal@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=0f2b8bb5592d1651", + "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+deb12u2", + "version": "3.11.2-6+deb12u3", "licenses": [ { "license": { @@ -18323,8 +18323,8 @@ } } ], - "cpe": "cpe:2.3:a:libpython3.11-minimal:libpython3.11-minimal:3.11.2-6\\+deb12u2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libpython3.11-minimal@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12", + "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", @@ -18340,27 +18340,27 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libpython3.11-minimal:libpython3.11_minimal:3.11.2-6\\+deb12u2:*:*:*:*:*:*:*" + "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\\+deb12u2:*:*:*:*:*:*:*" + "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\\+deb12u2:*:*:*:*:*:*:*" + "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\\+deb12u2:*:*:*:*:*:*:*" + "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\\+deb12u2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:libpython3.11:libpython3.11_minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:6d38222b0f5ca20b86de61e8815c3e8dccfa718afb8037487b944f88e99cb110" + "value": "sha256:86cd261db58651775f79c1227d9be50a20437adb38d803c14f9b7df72631921f" }, { "name": "syft:location:0:path", @@ -18368,7 +18368,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:6d38222b0f5ca20b86de61e8815c3e8dccfa718afb8037487b944f88e99cb110" + "value": "sha256:86cd261db58651775f79c1227d9be50a20437adb38d803c14f9b7df72631921f" }, { "name": "syft:location:1:path", @@ -18376,7 +18376,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:6d38222b0f5ca20b86de61e8815c3e8dccfa718afb8037487b944f88e99cb110" + "value": "sha256:86cd261db58651775f79c1227d9be50a20437adb38d803c14f9b7df72631921f" }, { "name": "syft:location:2:path", @@ -18384,7 +18384,7 @@ }, { "name": "syft:metadata:installedSize", - "value": "5202" + "value": "5207" }, { "name": "syft:metadata:source", @@ -18393,11 +18393,11 @@ ] }, { - "bom-ref": "pkg:deb/debian/libpython3.11-stdlib@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=99bba6ed48d491dd", + "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+deb12u2", + "version": "3.11.2-6+deb12u3", "licenses": [ { "license": { @@ -18425,8 +18425,8 @@ } } ], - "cpe": "cpe:2.3:a:libpython3.11-stdlib:libpython3.11-stdlib:3.11.2-6\\+deb12u2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libpython3.11-stdlib@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12", + "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", @@ -18442,27 +18442,27 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:libpython3.11-stdlib:libpython3.11_stdlib:3.11.2-6\\+deb12u2:*:*:*:*:*:*:*" + "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\\+deb12u2:*:*:*:*:*:*:*" + "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\\+deb12u2:*:*:*:*:*:*:*" + "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\\+deb12u2:*:*:*:*:*:*:*" + "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\\+deb12u2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:libpython3.11:libpython3.11_stdlib:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:6d38222b0f5ca20b86de61e8815c3e8dccfa718afb8037487b944f88e99cb110" + "value": "sha256:86cd261db58651775f79c1227d9be50a20437adb38d803c14f9b7df72631921f" }, { "name": "syft:location:0:path", @@ -18470,7 +18470,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:3a7a04eddce82cd9a76b3133506ac22048df4ebcd1af2c1a2cc12019bdcac5f3" + "value": "sha256:efacee833c3647d8bcbc0bbf238ac23cc9f63178dff05812dc95abb6b539ad53" }, { "name": "syft:location:1:path", @@ -18478,7 +18478,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:3a7a04eddce82cd9a76b3133506ac22048df4ebcd1af2c1a2cc12019bdcac5f3" + "value": "sha256:efacee833c3647d8bcbc0bbf238ac23cc9f63178dff05812dc95abb6b539ad53" }, { "name": "syft:location:2:path", @@ -18679,11 +18679,11 @@ ] }, { - "bom-ref": "pkg:deb/debian/libssl3@3.0.13-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12&package-id=3ae9fa83435b7a19", + "bom-ref": "pkg:deb/debian/libssl3@3.0.14-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12&package-id=d91d93dbe327e8f6", "type": "library", "publisher": "Debian OpenSSL Team ", "name": "libssl3", - "version": "3.0.13-1~deb12u1", + "version": "3.0.14-1~deb12u1", "licenses": [ { "license": { @@ -18706,8 +18706,8 @@ } } ], - "cpe": "cpe:2.3:a:libssl3:libssl3:3.0.13-1\\~deb12u1:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/libssl3@3.0.13-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12", + "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", "properties": [ { "name": "syft:package:foundBy", @@ -18723,7 +18723,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:9c72aa2ec06c9f3c851381644e4ba739f6cc7bf201fdb8f064d8c3f64426e1dc" + "value": "sha256:0f662bc06f37554be66d3268f53a0713f7ffe4935ff4a9c9d6bf6e97df8be43a" }, { "name": "syft:location:0:path", @@ -18731,7 +18731,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:9c72aa2ec06c9f3c851381644e4ba739f6cc7bf201fdb8f064d8c3f64426e1dc" + "value": "sha256:0f662bc06f37554be66d3268f53a0713f7ffe4935ff4a9c9d6bf6e97df8be43a" }, { "name": "syft:location:1:path", @@ -18739,7 +18739,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:9c72aa2ec06c9f3c851381644e4ba739f6cc7bf201fdb8f064d8c3f64426e1dc" + "value": "sha256:0f662bc06f37554be66d3268f53a0713f7ffe4935ff4a9c9d6bf6e97df8be43a" }, { "name": "syft:location:2:path", @@ -18747,7 +18747,7 @@ }, { "name": "syft:metadata:installedSize", - "value": "6008" + "value": "6021" }, { "name": "syft:metadata:source", @@ -19245,7 +19245,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -19253,7 +19253,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -19261,7 +19261,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -19419,7 +19419,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -19427,7 +19427,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -19435,7 +19435,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -19470,7 +19470,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -19478,7 +19478,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -19740,7 +19740,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -19748,7 +19748,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -19756,7 +19756,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -19979,7 +19979,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -19987,7 +19987,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -20265,7 +20265,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -20273,7 +20273,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -20551,7 +20551,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -20559,7 +20559,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -20567,7 +20567,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -20725,7 +20725,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -20733,7 +20733,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -20741,7 +20741,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -20957,7 +20957,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -20965,7 +20965,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -20973,7 +20973,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -21006,7 +21006,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -21245,7 +21245,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -21253,7 +21253,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -21380,7 +21380,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -21388,7 +21388,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -21515,7 +21515,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -21523,7 +21523,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -21681,7 +21681,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -21689,7 +21689,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -21697,7 +21697,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -21855,7 +21855,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -21863,7 +21863,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -21871,7 +21871,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -22017,7 +22017,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -22025,7 +22025,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -22033,7 +22033,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -22118,7 +22118,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -22126,7 +22126,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -22388,7 +22388,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -22396,7 +22396,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -22404,7 +22404,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -22562,7 +22562,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -22570,7 +22570,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -22728,7 +22728,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -22736,7 +22736,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -22744,7 +22744,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -23082,7 +23082,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -23090,7 +23090,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -23098,7 +23098,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -23256,7 +23256,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -23264,7 +23264,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -23272,7 +23272,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -23281,7 +23281,7 @@ ] }, { - "bom-ref": "pkg:generic/python@3.11.9?package-id=9723caad5c274a90", + "bom-ref": "pkg:generic/python@3.11.9?package-id=f4564dabbce25ec6", "type": "application", "name": "python", "version": "3.11.9", @@ -23310,7 +23310,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:de04226e8a79eba74a7e6097d35348225ca3e2bb9784a6f22bf3f60d2cea37ff" + "value": "sha256:9a03c3d77bf2ca6feafdb557e53466185ab18c86005200dbfdaa7a7a0d985691" }, { "name": "syft:location:0:path", @@ -23318,7 +23318,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -23428,7 +23428,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -23436,7 +23436,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -23444,7 +23444,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -23554,7 +23554,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -23562,7 +23562,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -23570,7 +23570,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -23654,11 +23654,11 @@ ] }, { - "bom-ref": "pkg:deb/debian/python3.11-minimal@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=0b5e9759b20aed22", + "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+deb12u2", + "version": "3.11.2-6+deb12u3", "licenses": [ { "license": { @@ -23686,8 +23686,8 @@ } } ], - "cpe": "cpe:2.3:a:python3.11-minimal:python3.11-minimal:3.11.2-6\\+deb12u2:*:*:*:*:*:*:*", - "purl": "pkg:deb/debian/python3.11-minimal@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12", + "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:package:foundBy", @@ -23703,27 +23703,27 @@ }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python3.11-minimal:python3.11_minimal:3.11.2-6\\+deb12u2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python3.11-minimal:python3.11_minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python3.11_minimal:python3.11-minimal:3.11.2-6\\+deb12u2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python3.11_minimal:python3.11-minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python3.11_minimal:python3.11_minimal:3.11.2-6\\+deb12u2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python3.11_minimal:python3.11_minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python3.11:python3.11-minimal:3.11.2-6\\+deb12u2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python3.11:python3.11-minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" }, { "name": "syft:cpe23", - "value": "cpe:2.3:a:python3.11:python3.11_minimal:3.11.2-6\\+deb12u2:*:*:*:*:*:*:*" + "value": "cpe:2.3:a:python3.11:python3.11_minimal:3.11.2-6\\+deb12u3:*:*:*:*:*:*:*" }, { "name": "syft:location:0:layerID", - "value": "sha256:e6d19d186cb7a4231ba6b174b9d91bedd92961a45f04e2de8f482176a51ca67a" + "value": "sha256:80e63b0f2b713926cf866e548417dc84773acdba9d763085b998bed8d0bdafc7" }, { "name": "syft:location:0:path", @@ -23731,7 +23731,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:e6d19d186cb7a4231ba6b174b9d91bedd92961a45f04e2de8f482176a51ca67a" + "value": "sha256:80e63b0f2b713926cf866e548417dc84773acdba9d763085b998bed8d0bdafc7" }, { "name": "syft:location:1:path", @@ -23739,7 +23739,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:e6d19d186cb7a4231ba6b174b9d91bedd92961a45f04e2de8f482176a51ca67a" + "value": "sha256:80e63b0f2b713926cf866e548417dc84773acdba9d763085b998bed8d0bdafc7" }, { "name": "syft:location:2:path", @@ -23905,7 +23905,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -23913,7 +23913,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -23921,7 +23921,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -23963,7 +23963,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -23971,7 +23971,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -23979,7 +23979,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -24241,7 +24241,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -24249,7 +24249,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -24257,7 +24257,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -24519,7 +24519,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -24527,7 +24527,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -24535,7 +24535,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -24693,7 +24693,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -24701,7 +24701,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -24709,7 +24709,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -24751,7 +24751,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -24759,7 +24759,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -24801,7 +24801,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -24809,7 +24809,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -24817,7 +24817,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -24902,7 +24902,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -24910,7 +24910,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -24918,7 +24918,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -24951,7 +24951,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -25004,7 +25004,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -25053,7 +25053,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -25107,7 +25107,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -25157,7 +25157,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -25223,7 +25223,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -25289,7 +25289,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -25342,7 +25342,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -25391,7 +25391,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -25569,7 +25569,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -25577,7 +25577,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -25585,7 +25585,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -25622,7 +25622,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:c800b5ed861b32c1bef5810d00287755e12e751c40152809dc67f2e00ff57bcd" + "value": "sha256:176ebd7d68e9d9e4454c5d3621cb9c30beab25ba3182bd39ca360669e20f5dcc" }, { "name": "syft:location:0:path", @@ -25663,7 +25663,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:defc8e003089964e8c2cd4fdb1acb15981fb14914d5955cf2c8b2f901e9f217d" + "value": "sha256:2927196a6c845107645d745b21c9e50c07db3c5c240160c4a852c3533660d4e0" }, { "name": "syft:location:0:path", @@ -25794,7 +25794,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -25802,7 +25802,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -25888,7 +25888,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -25896,7 +25896,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -25904,7 +25904,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -26166,7 +26166,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -26174,7 +26174,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -26182,7 +26182,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -26393,7 +26393,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -26401,7 +26401,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -26612,7 +26612,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -26620,7 +26620,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -26800,7 +26800,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -26808,7 +26808,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -26850,7 +26850,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -26858,7 +26858,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -26866,7 +26866,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -27144,7 +27144,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -27152,7 +27152,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -27160,7 +27160,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -27287,7 +27287,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -27295,7 +27295,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -27422,7 +27422,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -27430,7 +27430,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -27564,7 +27564,7 @@ }, { "name": "syft:location:0:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:0:path", @@ -27572,7 +27572,7 @@ }, { "name": "syft:location:1:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:1:path", @@ -27580,7 +27580,7 @@ }, { "name": "syft:location:2:layerID", - "value": "sha256:21ba9ccfa5e8d2992b8228712a9e99766567843e95feed03d985e1be9e91b8b1" + "value": "sha256:687ad1bdb4f471e1755e45667d0303c33f36723126ed936068c15b5acf231082" }, { "name": "syft:location:2:path", @@ -27696,11 +27696,11 @@ { "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", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf" ] }, { - "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5", + "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf", "dependsOn": [ "pkg:deb/debian/libgcc-s1@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=5832c815f8496657" ] @@ -27708,49 +27708,49 @@ { "ref": "pkg:deb/debian/libcom-err2@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12&package-id=6dad3e374cd30d7f", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf" ] }, { "ref": "pkg:deb/debian/libcrypt1@1:4.4.33-2?arch=amd64&upstream=libxcrypt&distro=debian-12&package-id=8a58e4764a8e506f", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf" ] }, { "ref": "pkg:deb/debian/libdb5.3@5.3.28%2Bdfsg2-1?arch=amd64&upstream=db5.3&distro=debian-12&package-id=6cf015487270b05c", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf" ] }, { "ref": "pkg:deb/debian/libexpat1@2.5.0-1?arch=amd64&upstream=expat&distro=debian-12&package-id=0a0dfff5ad2a7836", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf" ] }, { "ref": "pkg:deb/debian/libffi8@3.4.4-1?arch=amd64&upstream=libffi&distro=debian-12&package-id=2b64d34d6ef3a9ee", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf" ] }, { "ref": "pkg:deb/debian/libgcc-s1@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=5832c815f8496657", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf" ] }, { "ref": "pkg:deb/debian/libgomp1@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=e6e86bb372a48e51", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf" ] }, { "ref": "pkg:deb/debian/libgssapi-krb5-2@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=d8c06ad32a036d56", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf", "pkg:deb/debian/libcom-err2@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12&package-id=6dad3e374cd30d7f", "pkg:deb/debian/libk5crypto3@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=981e5e9a30f09b98", "pkg:deb/debian/libkrb5-3@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=1077eede55a0f307", @@ -27760,72 +27760,72 @@ { "ref": "pkg:deb/debian/libk5crypto3@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=981e5e9a30f09b98", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf", "pkg:deb/debian/libkrb5support0@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=8d747bb9cccad121" ] }, { "ref": "pkg:deb/debian/libkeyutils1@1.6.3-2?arch=amd64&upstream=keyutils&distro=debian-12&package-id=e182c5a1d7f7d1ea", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf" ] }, { "ref": "pkg:deb/debian/libkrb5-3@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=1077eede55a0f307", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf", "pkg:deb/debian/libcom-err2@1.47.0-2?arch=amd64&upstream=e2fsprogs&distro=debian-12&package-id=6dad3e374cd30d7f", "pkg:deb/debian/libk5crypto3@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=981e5e9a30f09b98", "pkg:deb/debian/libkeyutils1@1.6.3-2?arch=amd64&upstream=keyutils&distro=debian-12&package-id=e182c5a1d7f7d1ea", "pkg:deb/debian/libkrb5support0@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=8d747bb9cccad121", - "pkg:deb/debian/libssl3@3.0.13-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12&package-id=3ae9fa83435b7a19" + "pkg:deb/debian/libssl3@3.0.14-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12&package-id=d91d93dbe327e8f6" ] }, { "ref": "pkg:deb/debian/libkrb5support0@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=8d747bb9cccad121", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf" ] }, { "ref": "pkg:deb/debian/liblzma5@5.4.1-0.2?arch=amd64&upstream=xz-utils&distro=debian-12&package-id=e589b1402ec4de9c", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf" ] }, { "ref": "pkg:deb/debian/libncursesw6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12&package-id=015b1bb725c05616", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf", "pkg:deb/debian/libtinfo6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12&package-id=36361b5a97996e94" ] }, { "ref": "pkg:deb/debian/libnsl2@1.3.0-2?arch=amd64&upstream=libnsl&distro=debian-12&package-id=6febad3629e7b7fc", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf", "pkg:deb/debian/libtirpc3@1.3.3%2Bds-1?arch=amd64&upstream=libtirpc&distro=debian-12&package-id=ce9385b45ab56ab3" ] }, { - "ref": "pkg:deb/debian/libpython3.11-minimal@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=0f2b8bb5592d1651", + "ref": "pkg:deb/debian/libpython3.11-minimal@3.11.2-6%2Bdeb12u3?arch=amd64&upstream=python3.11&distro=debian-12&package-id=9230ff58588ab59d", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5", - "pkg:deb/debian/libssl3@3.0.13-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12&package-id=3ae9fa83435b7a19" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf", + "pkg:deb/debian/libssl3@3.0.14-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12&package-id=d91d93dbe327e8f6" ] }, { - "ref": "pkg:deb/debian/libpython3.11-stdlib@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=99bba6ed48d491dd", + "ref": "pkg:deb/debian/libpython3.11-stdlib@3.11.2-6%2Bdeb12u3?arch=amd64&upstream=python3.11&distro=debian-12&package-id=186ddf9fa473cc3b", "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=636e31bcf3b8f8ea", - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf", "pkg:deb/debian/libcrypt1@1:4.4.33-2?arch=amd64&upstream=libxcrypt&distro=debian-12&package-id=8a58e4764a8e506f", "pkg:deb/debian/libdb5.3@5.3.28%2Bdfsg2-1?arch=amd64&upstream=db5.3&distro=debian-12&package-id=6cf015487270b05c", "pkg:deb/debian/libffi8@3.4.4-1?arch=amd64&upstream=libffi&distro=debian-12&package-id=2b64d34d6ef3a9ee", "pkg:deb/debian/liblzma5@5.4.1-0.2?arch=amd64&upstream=xz-utils&distro=debian-12&package-id=e589b1402ec4de9c", "pkg:deb/debian/libncursesw6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12&package-id=015b1bb725c05616", "pkg:deb/debian/libnsl2@1.3.0-2?arch=amd64&upstream=libnsl&distro=debian-12&package-id=6febad3629e7b7fc", - "pkg:deb/debian/libpython3.11-minimal@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=0f2b8bb5592d1651", + "pkg:deb/debian/libpython3.11-minimal@3.11.2-6%2Bdeb12u3?arch=amd64&upstream=python3.11&distro=debian-12&package-id=9230ff58588ab59d", "pkg:deb/debian/libreadline8@8.2-1.3?arch=amd64&upstream=readline&distro=debian-12&package-id=cf1e156bd7515d7e", "pkg:deb/debian/libsqlite3-0@3.40.1-2?arch=amd64&upstream=sqlite3&distro=debian-12&package-id=ba7901014862fb39", "pkg:deb/debian/libtinfo6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12&package-id=36361b5a97996e94", @@ -27836,67 +27836,67 @@ { "ref": "pkg:deb/debian/libreadline8@8.2-1.3?arch=amd64&upstream=readline&distro=debian-12&package-id=cf1e156bd7515d7e", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf", "pkg:deb/debian/libtinfo6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12&package-id=36361b5a97996e94" ] }, { "ref": "pkg:deb/debian/libsqlite3-0@3.40.1-2?arch=amd64&upstream=sqlite3&distro=debian-12&package-id=ba7901014862fb39", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf" ] }, { - "ref": "pkg:deb/debian/libssl3@3.0.13-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12&package-id=3ae9fa83435b7a19", + "ref": "pkg:deb/debian/libssl3@3.0.14-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12&package-id=d91d93dbe327e8f6", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf" ] }, { "ref": "pkg:deb/debian/libstdc%2B%2B6@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=3f4c97f5621d2ef8", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf", "pkg:deb/debian/libgcc-s1@12.2.0-14?arch=amd64&upstream=gcc-12&distro=debian-12&package-id=5832c815f8496657" ] }, { "ref": "pkg:deb/debian/libtinfo6@6.4-4?arch=amd64&upstream=ncurses&distro=debian-12&package-id=36361b5a97996e94", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf" ] }, { "ref": "pkg:deb/debian/libtirpc3@1.3.3%2Bds-1?arch=amd64&upstream=libtirpc&distro=debian-12&package-id=ce9385b45ab56ab3", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf", "pkg:deb/debian/libgssapi-krb5-2@1.20.1-2%2Bdeb12u2?arch=amd64&upstream=krb5&distro=debian-12&package-id=d8c06ad32a036d56" ] }, { "ref": "pkg:deb/debian/libuuid1@2.38.1-5%2Bdeb12u1?arch=amd64&upstream=util-linux&distro=debian-12&package-id=f8ece42b680f0690", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf" ] }, { - "ref": "pkg:deb/debian/python3.11-minimal@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=0b5e9759b20aed22", + "ref": "pkg:deb/debian/python3.11-minimal@3.11.2-6%2Bdeb12u3?arch=amd64&upstream=python3.11&distro=debian-12&package-id=e6bb6083f238fe33", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5", + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf", "pkg:deb/debian/libexpat1@2.5.0-1?arch=amd64&upstream=expat&distro=debian-12&package-id=0a0dfff5ad2a7836", - "pkg:deb/debian/libpython3.11-minimal@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=0f2b8bb5592d1651", + "pkg:deb/debian/libpython3.11-minimal@3.11.2-6%2Bdeb12u3?arch=amd64&upstream=python3.11&distro=debian-12&package-id=9230ff58588ab59d", "pkg:deb/debian/zlib1g@1:1.2.13.dfsg-1?arch=amd64&upstream=zlib&distro=debian-12&package-id=aad1c23de303b3c3" ] }, { "ref": "pkg:deb/debian/zlib1g@1:1.2.13.dfsg-1?arch=amd64&upstream=zlib&distro=debian-12&package-id=aad1c23de303b3c3", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf" ] }, { - "ref": "pkg:generic/python@3.11.9?package-id=9723caad5c274a90", + "ref": "pkg:generic/python@3.11.9?package-id=f4564dabbce25ec6", "dependsOn": [ - "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5" + "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf" ] }, { @@ -28329,7 +28329,7 @@ ], "vulnerabilities": [ { - "bom-ref": "urn:uuid:b0e29692-1582-4ee3-b2f2-eed42f3b16e7", + "bom-ref": "urn:uuid:94c59fd3-57e4-4eeb-93b5-b48aa3fa3a4d", "id": "CVE-2010-4756", "source": { "name": "debian-distro-debian-12", @@ -28357,12 +28357,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5" + "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf" } ] }, { - "bom-ref": "urn:uuid:b916c9c7-f516-4ca5-aecd-e104514ed1d8", + "bom-ref": "urn:uuid:aca6dffa-5466-4ea7-bbff-832645d0bec5", "id": "CVE-2018-20796", "source": { "name": "debian-distro-debian-12", @@ -28390,12 +28390,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5" + "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf" } ] }, { - "bom-ref": "urn:uuid:b0381ab0-b7ca-49f0-b4c0-384ad23b7f63", + "bom-ref": "urn:uuid:3973ef0c-7e91-4bf5-85bb-1e376a50a83a", "id": "CVE-2018-5709", "source": { "name": "debian-distro-debian-12", @@ -28428,7 +28428,7 @@ ] }, { - "bom-ref": "urn:uuid:e07b5e97-e5bc-4c22-8f02-a82c866b6771", + "bom-ref": "urn:uuid:d6719c00-84a2-4d0b-a9c2-8f05f227a30c", "id": "CVE-2018-5709", "source": { "name": "debian-distro-debian-12", @@ -28461,7 +28461,7 @@ ] }, { - "bom-ref": "urn:uuid:fa9df0a4-dd69-469b-9dc8-1513bb87c708", + "bom-ref": "urn:uuid:67c30033-0a40-4a86-a04c-22085fe7dd03", "id": "CVE-2018-5709", "source": { "name": "debian-distro-debian-12", @@ -28494,7 +28494,7 @@ ] }, { - "bom-ref": "urn:uuid:5d85d4db-f37b-4991-ac81-b797453672d8", + "bom-ref": "urn:uuid:2f811363-ff8d-4dff-bc5e-1144eb2b7943", "id": "CVE-2018-5709", "source": { "name": "debian-distro-debian-12", @@ -28527,7 +28527,7 @@ ] }, { - "bom-ref": "urn:uuid:1a173275-d8eb-4439-b9ff-3c25ae77c888", + "bom-ref": "urn:uuid:8365976b-918f-4628-ad76-1aeb0b9eee44", "id": "CVE-2019-1010022", "source": { "name": "debian-distro-debian-12", @@ -28555,12 +28555,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5" + "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf" } ] }, { - "bom-ref": "urn:uuid:b778c798-a17b-490d-bfb2-44378d064940", + "bom-ref": "urn:uuid:af959d5a-7869-4279-bb78-ac655de48553", "id": "CVE-2019-1010023", "source": { "name": "debian-distro-debian-12", @@ -28588,12 +28588,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5" + "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf" } ] }, { - "bom-ref": "urn:uuid:e58d3659-eae8-4f19-b9e6-506dca517400", + "bom-ref": "urn:uuid:49bb6e5b-7e30-4ba5-b732-186d823c94d6", "id": "CVE-2019-1010024", "source": { "name": "debian-distro-debian-12", @@ -28621,12 +28621,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5" + "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf" } ] }, { - "bom-ref": "urn:uuid:a16fcc9b-0da9-45e5-9c50-790d9b5121ab", + "bom-ref": "urn:uuid:07d4c620-5add-42fa-9c37-8e602403ca9f", "id": "CVE-2019-1010025", "source": { "name": "debian-distro-debian-12", @@ -28654,12 +28654,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5" + "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf" } ] }, { - "bom-ref": "urn:uuid:c1389e02-1bb2-494b-bf49-333ff1e5840c", + "bom-ref": "urn:uuid:c84f33b6-779d-41a7-9c3f-df1a2f093ecd", "id": "CVE-2019-9192", "source": { "name": "debian-distro-debian-12", @@ -28687,12 +28687,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u7?arch=amd64&upstream=glibc&distro=debian-12&package-id=0af09cd7d011faf5" + "ref": "pkg:deb/debian/libc6@2.36-9%2Bdeb12u8?arch=amd64&upstream=glibc&distro=debian-12&package-id=d72d171681c7b2bf" } ] }, { - "bom-ref": "urn:uuid:ba71f527-9ee4-44a0-b22f-9b767f69b394", + "bom-ref": "urn:uuid:645f5589-feac-430a-9d8b-5a74f7bbce22", "id": "CVE-2021-45346", "source": { "name": "debian-distro-debian-12", @@ -28725,7 +28725,7 @@ ] }, { - "bom-ref": "urn:uuid:19f08afc-b154-479a-a06c-4a5563a3ee62", + "bom-ref": "urn:uuid:49e5cbef-46d7-46da-9ec5-8e93ce8e595a", "id": "CVE-2022-0563", "source": { "name": "debian-distro-debian-12", @@ -28758,7 +28758,7 @@ ] }, { - "bom-ref": "urn:uuid:659c571e-e299-465d-9a92-7457fc8b721f", + "bom-ref": "urn:uuid:da548ef2-4578-4085-aacb-15d574433866", "id": "CVE-2022-27943", "source": { "name": "debian-distro-debian-12", @@ -28791,7 +28791,7 @@ ] }, { - "bom-ref": "urn:uuid:73c27ede-db6b-494a-aae7-fee3640ecca9", + "bom-ref": "urn:uuid:4767a953-59d7-46f0-a4e3-88b4aac4fc9b", "id": "CVE-2022-27943", "source": { "name": "debian-distro-debian-12", @@ -28824,7 +28824,7 @@ ] }, { - "bom-ref": "urn:uuid:60d88f99-9d1f-471f-b256-cb11623379cd", + "bom-ref": "urn:uuid:6ee14f74-0a69-49ea-b2f7-0dcee037a6d5", "id": "CVE-2022-27943", "source": { "name": "debian-distro-debian-12", @@ -28857,7 +28857,7 @@ ] }, { - "bom-ref": "urn:uuid:d529a538-d1fd-4418-a5b2-4e34a770ed22", + "bom-ref": "urn:uuid:84ffd25b-20d2-4b18-aa19-18fb6821b1d7", "id": "CVE-2023-27043", "source": { "name": "debian-distro-debian-12", @@ -28885,12 +28885,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libpython3.11-minimal@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=0f2b8bb5592d1651" + "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:b5ad0086-b3c8-4d10-830c-2765406f01f8", + "bom-ref": "urn:uuid:a63eaf21-43e4-4f8b-b5ef-adaf350f639b", "id": "CVE-2023-27043", "source": { "name": "debian-distro-debian-12", @@ -28918,12 +28918,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libpython3.11-stdlib@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=99bba6ed48d491dd" + "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:4a85de4b-ffb8-4a95-aa94-1f22493e26cb", + "bom-ref": "urn:uuid:fd4f737c-3489-45c4-b7f3-a1f3be7fde51", "id": "CVE-2023-27043", "source": { "name": "debian-distro-debian-12", @@ -28951,12 +28951,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/python3.11-minimal@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=0b5e9759b20aed22" + "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:d83145b8-2b2a-4151-be34-981d94b877e2", + "bom-ref": "urn:uuid:9a7e7782-a13a-43ef-a4b1-9a1331ce7b74", "id": "CVE-2023-4039", "source": { "name": "debian-distro-debian-12", @@ -28989,7 +28989,7 @@ ] }, { - "bom-ref": "urn:uuid:f09607d7-ca4a-4f64-b97b-78743b97171c", + "bom-ref": "urn:uuid:8166c1ee-3d99-4509-9269-dbeba257c026", "id": "CVE-2023-4039", "source": { "name": "debian-distro-debian-12", @@ -29022,7 +29022,7 @@ ] }, { - "bom-ref": "urn:uuid:d8c6d917-6af7-418b-8b3c-5d5b16c8e51d", + "bom-ref": "urn:uuid:21ea338e-4da8-44a1-82ec-cad17ded1ca5", "id": "CVE-2023-4039", "source": { "name": "debian-distro-debian-12", @@ -29055,7 +29055,7 @@ ] }, { - "bom-ref": "urn:uuid:29f94c88-b74a-4417-9fad-70bcc99536df", + "bom-ref": "urn:uuid:699431f2-35a1-4bbc-9920-661e2da1ac59", "id": "CVE-2023-45853", "source": { "name": "debian-distro-debian-12", @@ -29088,7 +29088,7 @@ ] }, { - "bom-ref": "urn:uuid:69b2ca6b-14f8-45f2-9216-64ffbe494e68", + "bom-ref": "urn:uuid:e7e8c026-4908-4ef1-ae6d-fdeca77b36fe", "id": "CVE-2023-45918", "source": { "name": "debian-distro-debian-12", @@ -29121,7 +29121,7 @@ ] }, { - "bom-ref": "urn:uuid:e7f4d6c0-6272-4a79-aaf8-14f6eede7d60", + "bom-ref": "urn:uuid:6a36e095-d869-4bbb-bdf9-8c3f17e4d2c3", "id": "CVE-2023-45918", "source": { "name": "debian-distro-debian-12", @@ -29154,7 +29154,7 @@ ] }, { - "bom-ref": "urn:uuid:6459e36a-6220-49b6-89be-f5fec6eaaed6", + "bom-ref": "urn:uuid:029b1add-225e-4e93-bb07-b0c5895b0c49", "id": "CVE-2023-50495", "source": { "name": "debian-distro-debian-12", @@ -29187,7 +29187,7 @@ ] }, { - "bom-ref": "urn:uuid:86fc25fc-14df-4f06-ba0e-f8f3e665de23", + "bom-ref": "urn:uuid:9ce73204-2f16-40f9-9d7e-fddd029c38ed", "id": "CVE-2023-50495", "source": { "name": "debian-distro-debian-12", @@ -29220,7 +29220,7 @@ ] }, { - "bom-ref": "urn:uuid:ae96497f-2603-4574-ac55-30baec09660f", + "bom-ref": "urn:uuid:1a2a76a8-76c6-4ec4-919e-f16b6623355b", "id": "CVE-2023-52425", "source": { "name": "debian-distro-debian-12", @@ -29253,7 +29253,7 @@ ] }, { - "bom-ref": "urn:uuid:27d5bc58-07ee-4717-85ec-6a5f0a4751c1", + "bom-ref": "urn:uuid:4fef8305-cf5e-4169-854d-d07ade24bbeb", "id": "CVE-2023-52426", "source": { "name": "debian-distro-debian-12", @@ -29286,7 +29286,7 @@ ] }, { - "bom-ref": "urn:uuid:18a7791a-fe6f-485f-8c46-dceaf49b0d56", + "bom-ref": "urn:uuid:9c5b6139-1c4c-4cd8-b047-2a7ddf6fee8e", "id": "CVE-2023-7104", "source": { "name": "debian-distro-debian-12", @@ -29319,7 +29319,7 @@ ] }, { - "bom-ref": "urn:uuid:c0d428d5-aa9f-4481-bcce-f7ef60a61f32", + "bom-ref": "urn:uuid:b1b1123a-b53d-4f8b-9bf7-1534e999be2b", "id": "CVE-2024-0232", "source": { "name": "debian-distro-debian-12", @@ -29352,139 +29352,7 @@ ] }, { - "bom-ref": "urn:uuid:54777391-ab52-4125-9bb9-079a91ecf9ee", - "id": "CVE-2024-0397", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-0397" - }, - "references": [ - { - "id": "CVE-2024-0397", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-0397" - } - } - ], - "ratings": [ - { - "severity": "high" - } - ], - "description": "A defect was discovered in the Python “ssl” module where there is a memory race condition with the ssl.SSLContext methods “cert_store_stats()” and “get_ca_certs()”. The race condition can be triggered if the methods are called at the same time as certificates are loaded into the SSLContext, such as during the TLS handshake with a certificate directory configured. This issue is fixed in CPython 3.10.14, 3.11.9, 3.12.3, and 3.13.0a5.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-0397" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libpython3.11-minimal@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=0f2b8bb5592d1651" - } - ] - }, - { - "bom-ref": "urn:uuid:b2c7083c-8897-43eb-aeb0-1293b1db7395", - "id": "CVE-2024-0397", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-0397" - }, - "references": [ - { - "id": "CVE-2024-0397", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-0397" - } - } - ], - "ratings": [ - { - "severity": "high" - } - ], - "description": "A defect was discovered in the Python “ssl” module where there is a memory race condition with the ssl.SSLContext methods “cert_store_stats()” and “get_ca_certs()”. The race condition can be triggered if the methods are called at the same time as certificates are loaded into the SSLContext, such as during the TLS handshake with a certificate directory configured. This issue is fixed in CPython 3.10.14, 3.11.9, 3.12.3, and 3.13.0a5.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-0397" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libpython3.11-stdlib@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=99bba6ed48d491dd" - } - ] - }, - { - "bom-ref": "urn:uuid:220e8551-4d6c-4c07-8f86-6ae92e9b89b4", - "id": "CVE-2024-0397", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-0397" - }, - "references": [ - { - "id": "CVE-2024-0397", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-0397" - } - } - ], - "ratings": [ - { - "severity": "high" - } - ], - "description": "A defect was discovered in the Python “ssl” module where there is a memory race condition with the ssl.SSLContext methods “cert_store_stats()” and “get_ca_certs()”. The race condition can be triggered if the methods are called at the same time as certificates are loaded into the SSLContext, such as during the TLS handshake with a certificate directory configured. This issue is fixed in CPython 3.10.14, 3.11.9, 3.12.3, and 3.13.0a5.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-0397" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/python3.11-minimal@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=0b5e9759b20aed22" - } - ] - }, - { - "bom-ref": "urn:uuid:64464a24-e9eb-4fa6-b1eb-755ddf8651c5", - "id": "CVE-2024-2511", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-2511" - }, - "references": [ - { - "id": "CVE-2024-2511", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-2511" - } - } - ], - "ratings": [ - { - "severity": "unknown" - } - ], - "description": "Issue summary: Some non-default TLS server configurations can cause unbounded memory growth when processing TLSv1.3 sessions Impact summary: An attacker may exploit certain server configurations to trigger unbounded memory growth that would lead to a Denial of Service This problem can occur in TLSv1.3 if the non-default SSL_OP_NO_TICKET option is being used (but not if early_data support is also configured and the default anti-replay protection is in use). In this case, under certain conditions, the session cache can get into an incorrect state and it will fail to flush properly as it fills. The session cache will continue to grow in an unbounded manner. A malicious client could deliberately create the scenario for this failure to force a Denial of Service. It may also happen by accident in normal operation. This issue only affects TLS servers supporting TLSv1.3. It does not affect TLS clients. The FIPS modules in 3.2, 3.1 and 3.0 are not affected by this issue. OpenSSL 1.0.2 is also not affected by this issue.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-2511" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libssl3@3.0.13-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12&package-id=3ae9fa83435b7a19" - } - ] - }, - { - "bom-ref": "urn:uuid:fa039cf8-30b2-43b3-9589-0c487970bd54", + "bom-ref": "urn:uuid:bf45cb71-d6d8-4a62-a9b6-177a434f2e2a", "id": "CVE-2024-26458", "source": { "name": "debian-distro-debian-12", @@ -29517,7 +29385,7 @@ ] }, { - "bom-ref": "urn:uuid:93f902b6-9566-4276-b2f5-46016116c1bf", + "bom-ref": "urn:uuid:ebd32339-83b4-41f7-8059-118d094009e6", "id": "CVE-2024-26458", "source": { "name": "debian-distro-debian-12", @@ -29550,7 +29418,7 @@ ] }, { - "bom-ref": "urn:uuid:6eb489b5-1c3a-49cc-801b-409c170d2b0e", + "bom-ref": "urn:uuid:9de94d27-1597-46fb-9f7d-3e44f60ab75a", "id": "CVE-2024-26458", "source": { "name": "debian-distro-debian-12", @@ -29583,7 +29451,7 @@ ] }, { - "bom-ref": "urn:uuid:884374c3-bce6-4d92-a4fb-89ec053843ba", + "bom-ref": "urn:uuid:f1ae4783-611c-4fd8-890a-3f65489ae077", "id": "CVE-2024-26458", "source": { "name": "debian-distro-debian-12", @@ -29616,7 +29484,7 @@ ] }, { - "bom-ref": "urn:uuid:720c0ab2-d30e-42f7-8b87-152967a5fb15", + "bom-ref": "urn:uuid:f4491a4a-da65-46be-95bf-5477b32c4c93", "id": "CVE-2024-26461", "source": { "name": "debian-distro-debian-12", @@ -29649,7 +29517,7 @@ ] }, { - "bom-ref": "urn:uuid:38882d1d-696d-4404-be57-3da4c2f18e15", + "bom-ref": "urn:uuid:a1b99245-9ffb-4888-922a-9f9ac880bc05", "id": "CVE-2024-26461", "source": { "name": "debian-distro-debian-12", @@ -29682,7 +29550,7 @@ ] }, { - "bom-ref": "urn:uuid:85704371-28ab-4f35-b823-a0ab1f7de6e2", + "bom-ref": "urn:uuid:b35b2d83-c328-4142-a993-04b7f40124d7", "id": "CVE-2024-26461", "source": { "name": "debian-distro-debian-12", @@ -29715,7 +29583,7 @@ ] }, { - "bom-ref": "urn:uuid:41c9615e-b250-4cc5-834f-4e478f549820", + "bom-ref": "urn:uuid:ee15fc94-bab2-415e-a318-aa5e7295253c", "id": "CVE-2024-26461", "source": { "name": "debian-distro-debian-12", @@ -29748,7 +29616,7 @@ ] }, { - "bom-ref": "urn:uuid:393495ad-167f-4ea2-bf26-7a2ec5111c91", + "bom-ref": "urn:uuid:cae50e3d-d0f1-4e71-8d76-edf75d1afcbc", "id": "CVE-2024-26462", "source": { "name": "debian-distro-debian-12", @@ -29781,7 +29649,7 @@ ] }, { - "bom-ref": "urn:uuid:3fa71da8-cceb-4c54-b16f-14f64c6cf21e", + "bom-ref": "urn:uuid:94102f7c-8acb-4b54-9686-fa2cf5db33b1", "id": "CVE-2024-26462", "source": { "name": "debian-distro-debian-12", @@ -29814,7 +29682,7 @@ ] }, { - "bom-ref": "urn:uuid:65134872-6aa8-41a8-904a-10b05009c538", + "bom-ref": "urn:uuid:ab5064ed-54f5-44b0-a053-a8057a67b9b6", "id": "CVE-2024-26462", "source": { "name": "debian-distro-debian-12", @@ -29847,7 +29715,7 @@ ] }, { - "bom-ref": "urn:uuid:b2609280-782a-468c-a997-edd7ba253b73", + "bom-ref": "urn:uuid:49f4ff2c-d58a-4982-bf15-73395405797b", "id": "CVE-2024-26462", "source": { "name": "debian-distro-debian-12", @@ -29880,7 +29748,7 @@ ] }, { - "bom-ref": "urn:uuid:e9f848ba-9864-47d8-9d4b-cd0edf1197bc", + "bom-ref": "urn:uuid:43e33f46-b618-4505-83c0-e1fa3437c0ea", "id": "CVE-2024-28757", "source": { "name": "debian-distro-debian-12", @@ -29913,219 +29781,286 @@ ] }, { - "bom-ref": "urn:uuid:f3b5db87-485c-4d2c-99ab-b0fbed1c50fc", + "bom-ref": "urn:uuid:032b2556-74c8-463a-92f8-b3c4217daf35", "id": "CVE-2024-4032", "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-4032" + "name": "nvd-cpe", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-4032" }, "references": [ { "id": "CVE-2024-4032", "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-4032" + "name": "nvd-cpe", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-4032" } } ], "ratings": [ { - "severity": "unknown" + "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. CPython 3.12.4 and 3.13.0a6 contain updated information from these registries and thus have the intended behavior.", + "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": "https://security-tracker.debian.org/tracker/CVE-2024-4032" + "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:deb/debian/libpython3.11-minimal@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=0f2b8bb5592d1651" + "ref": "pkg:generic/python@3.11.9?package-id=f4564dabbce25ec6" } ] }, { - "bom-ref": "urn:uuid:607c8398-4592-42bb-8512-b4970d3e1b49", - "id": "CVE-2024-4032", + "bom-ref": "urn:uuid:39b5597d-9e3b-47f0-a9f8-1e7593659027", + "id": "CVE-2024-45490", "source": { "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-4032" + "url": "https://security-tracker.debian.org/tracker/CVE-2024-45490" }, "references": [ { - "id": "CVE-2024-4032", + "id": "CVE-2024-45490", "source": { "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-4032" + "url": "https://security-tracker.debian.org/tracker/CVE-2024-45490" } } ], "ratings": [ { - "severity": "unknown" + "severity": "critical" } ], - "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. CPython 3.12.4 and 3.13.0a6 contain updated information from these registries and thus have the intended behavior.", + "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-4032" + "url": "https://security-tracker.debian.org/tracker/CVE-2024-45490" } ], "affects": [ { - "ref": "pkg:deb/debian/libpython3.11-stdlib@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=99bba6ed48d491dd" + "ref": "pkg:deb/debian/libexpat1@2.5.0-1?arch=amd64&upstream=expat&distro=debian-12&package-id=0a0dfff5ad2a7836" } ] }, { - "bom-ref": "urn:uuid:a48343a8-c352-4371-ae79-d99e255078b5", - "id": "CVE-2024-4032", + "bom-ref": "urn:uuid:11dbb9bc-840c-4e28-b310-d7165b05cada", + "id": "CVE-2024-45491", "source": { - "name": "nvd-cpe", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-4032" + "name": "debian-distro-debian-12", + "url": "https://security-tracker.debian.org/tracker/CVE-2024-45491" }, "references": [ { - "id": "CVE-2024-4032", + "id": "CVE-2024-45491", "source": { - "name": "nvd-cpe", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-4032" + "name": "debian-distro-debian-12", + "url": "https://security-tracker.debian.org/tracker/CVE-2024-45491" } } ], "ratings": [ { - "severity": "unknown" + "severity": "high" } ], - "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.", + "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": "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://security-tracker.debian.org/tracker/CVE-2024-45491" + } + ], + "affects": [ { - "url": "https://github.com/python/cpython/commit/c62c9e518b784fe44432a3f4fc265fb95b651906" - }, + "ref": "pkg:deb/debian/libexpat1@2.5.0-1?arch=amd64&upstream=expat&distro=debian-12&package-id=0a0dfff5ad2a7836" + } + ] + }, + { + "bom-ref": "urn:uuid:49a88d57-4e12-4458-a1cb-6748428cba17", + "id": "CVE-2024-45492", + "source": { + "name": "debian-distro-debian-12", + "url": "https://security-tracker.debian.org/tracker/CVE-2024-45492" + }, + "references": [ { - "url": "https://github.com/python/cpython/commit/f86b17ac511e68192ba71f27e752321a3252cee3" - }, + "id": "CVE-2024-45492", + "source": { + "name": "debian-distro-debian-12", + "url": "https://security-tracker.debian.org/tracker/CVE-2024-45492" + } + } + ], + "ratings": [ { - "url": "https://github.com/python/cpython/issues/113171" - }, + "severity": "high" + } + ], + "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://github.com/python/cpython/pull/113179" - }, + "url": "https://security-tracker.debian.org/tracker/CVE-2024-45492" + } + ], + "affects": [ { - "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/NRUHDUS2IV2USIZM2CVMSFL6SCKU3RZA/" - }, + "ref": "pkg:deb/debian/libexpat1@2.5.0-1?arch=amd64&upstream=expat&distro=debian-12&package-id=0a0dfff5ad2a7836" + } + ] + }, + { + "bom-ref": "urn:uuid:5e18d61e-8295-4101-870b-7f85fdb0a26f", + "id": "CVE-2024-5535", + "source": { + "name": "debian-distro-debian-12", + "url": "https://security-tracker.debian.org/tracker/CVE-2024-5535" + }, + "references": [ { - "url": "https://security.netapp.com/advisory/ntap-20240726-0004/" - }, + "id": "CVE-2024-5535", + "source": { + "name": "debian-distro-debian-12", + "url": "https://security-tracker.debian.org/tracker/CVE-2024-5535" + } + } + ], + "ratings": [ { - "url": "https://www.iana.org/assignments/iana-ipv4-special-registry/iana-ipv4-special-registry.xhtml" - }, + "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://www.iana.org/assignments/iana-ipv6-special-registry/iana-ipv6-special-registry.xhtml" + "url": "https://security-tracker.debian.org/tracker/CVE-2024-5535" } ], "affects": [ { - "ref": "pkg:generic/python@3.11.9?package-id=9723caad5c274a90" + "ref": "pkg:deb/debian/libssl3@3.0.14-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12&package-id=d91d93dbe327e8f6" } ] }, { - "bom-ref": "urn:uuid:26b066ba-a847-42a0-b38a-3d514a0992cf", - "id": "CVE-2024-4032", + "bom-ref": "urn:uuid:dbc806ad-5762-4ab0-911d-aa8f5f89d3e8", + "id": "CVE-2024-6119", "source": { "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-4032" + "url": "https://security-tracker.debian.org/tracker/CVE-2024-6119" }, "references": [ { - "id": "CVE-2024-4032", + "id": "CVE-2024-6119", "source": { "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-4032" + "url": "https://security-tracker.debian.org/tracker/CVE-2024-6119" } } ], "ratings": [ { - "severity": "unknown" + "severity": "high" } ], - "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. CPython 3.12.4 and 3.13.0a6 contain updated information from these registries and thus have the intended behavior.", "advisories": [ { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-4032" + "url": "https://security-tracker.debian.org/tracker/CVE-2024-6119" } ], "affects": [ { - "ref": "pkg:deb/debian/python3.11-minimal@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=0b5e9759b20aed22" + "ref": "pkg:deb/debian/libssl3@3.0.14-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12&package-id=d91d93dbe327e8f6" } ] }, { - "bom-ref": "urn:uuid:25e6f4e8-97eb-4954-8797-d57861d3a30b", - "id": "CVE-2024-4603", + "bom-ref": "urn:uuid:b5c7f01e-09b8-419c-9f92-5b68f9a67369", + "id": "CVE-2024-6232", "source": { "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-4603" + "url": "https://security-tracker.debian.org/tracker/CVE-2024-6232" }, "references": [ { - "id": "CVE-2024-4603", + "id": "CVE-2024-6232", "source": { "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-4603" + "url": "https://security-tracker.debian.org/tracker/CVE-2024-6232" } } ], "ratings": [ { - "severity": "medium" + "severity": "unknown" } ], - "description": "Issue summary: Checking excessively long DSA keys or parameters may be very slow. Impact summary: Applications that use the functions EVP_PKEY_param_check() or EVP_PKEY_public_check() to check a DSA public key or DSA parameters may experience long delays. Where the key or parameters that are being checked have been obtained from an untrusted source this may lead to a Denial of Service. The functions EVP_PKEY_param_check() or EVP_PKEY_public_check() perform various checks on DSA parameters. Some of those computations take a long time if the modulus (`p` parameter) is too large. Trying to use a very large modulus is slow and OpenSSL will not allow using public keys with a modulus which is over 10,000 bits in length for signature verification. However the key and parameter check functions do not limit the modulus size when performing the checks. An application that calls EVP_PKEY_param_check() or EVP_PKEY_public_check() and supplies a key or parameters obtained from an untrusted source could be vulnerable to a Denial of Service attack. These functions are not called by OpenSSL itself on untrusted DSA keys so only applications that directly call these functions may be vulnerable. Also vulnerable are the OpenSSL pkey and pkeyparam command line applications when using the `-check` option. The OpenSSL SSL/TLS implementation is not affected by this issue. The OpenSSL 3.0 and 3.1 FIPS providers are affected by this issue.", "advisories": [ { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-4603" + "url": "https://security-tracker.debian.org/tracker/CVE-2024-6232" } ], "affects": [ { - "ref": "pkg:deb/debian/libssl3@3.0.13-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12&package-id=3ae9fa83435b7a19" + "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:44584722-304f-4db3-86eb-55f50c0f4dd6", - "id": "CVE-2024-4741", + "bom-ref": "urn:uuid:2066c755-85c9-4655-9fd6-2c013626bd0b", + "id": "CVE-2024-6232", "source": { "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-4741" + "url": "https://security-tracker.debian.org/tracker/CVE-2024-6232" }, "references": [ { - "id": "CVE-2024-4741", + "id": "CVE-2024-6232", "source": { "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-4741" + "url": "https://security-tracker.debian.org/tracker/CVE-2024-6232" } } ], @@ -30136,50 +30071,49 @@ ], "advisories": [ { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-4741" + "url": "https://security-tracker.debian.org/tracker/CVE-2024-6232" } ], "affects": [ { - "ref": "pkg:deb/debian/libssl3@3.0.13-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12&package-id=3ae9fa83435b7a19" + "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:3a94e81f-8ec8-4cf8-95ee-0b4e85fa3997", - "id": "CVE-2024-5535", + "bom-ref": "urn:uuid:d54b8399-7296-4893-b072-94b92ae02669", + "id": "CVE-2024-6232", "source": { "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-5535" + "url": "https://security-tracker.debian.org/tracker/CVE-2024-6232" }, "references": [ { - "id": "CVE-2024-5535", + "id": "CVE-2024-6232", "source": { "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-5535" + "url": "https://security-tracker.debian.org/tracker/CVE-2024-6232" } } ], "ratings": [ { - "severity": "critical" + "severity": "unknown" } ], - "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" + "url": "https://security-tracker.debian.org/tracker/CVE-2024-6232" } ], "affects": [ { - "ref": "pkg:deb/debian/libssl3@3.0.13-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12&package-id=3ae9fa83435b7a19" + "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:99766500-d35d-45b0-9575-38f79ef84b45", + "bom-ref": "urn:uuid:c35612e0-9715-4db3-87fe-9a000af0f7ba", "id": "CVE-2024-6923", "source": { "name": "debian-distro-debian-12", @@ -30207,12 +30141,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libpython3.11-minimal@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=0f2b8bb5592d1651" + "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:962d75fa-d9b1-4785-b0aa-466f21d23af3", + "bom-ref": "urn:uuid:77997acb-b741-41e3-89e8-f28b6711d3ef", "id": "CVE-2024-6923", "source": { "name": "debian-distro-debian-12", @@ -30240,12 +30174,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libpython3.11-stdlib@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=99bba6ed48d491dd" + "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:f1fe1fec-6e54-46b0-8d7e-72ed807aacc2", + "bom-ref": "urn:uuid:7aeb1321-aa76-4f1a-8368-41fe868bf54a", "id": "CVE-2024-6923", "source": { "name": "nvd-cpe", @@ -30288,12 +30222,12 @@ ], "affects": [ { - "ref": "pkg:generic/python@3.11.9?package-id=9723caad5c274a90" + "ref": "pkg:generic/python@3.11.9?package-id=f4564dabbce25ec6" } ] }, { - "bom-ref": "urn:uuid:c72c762f-1ec3-499a-99bd-85298b2296e6", + "bom-ref": "urn:uuid:e80a02ec-929b-4d4a-a490-6c0bb90f6504", "id": "CVE-2024-6923", "source": { "name": "debian-distro-debian-12", @@ -30321,12 +30255,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/python3.11-minimal@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=0b5e9759b20aed22" + "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:6e862a4d-125c-45d4-afa0-dd9bc8199dfb", + "bom-ref": "urn:uuid:3a65dcac-6405-41c4-892f-e4d997f64d05", "id": "CVE-2024-7592", "source": { "name": "debian-distro-debian-12", @@ -30354,12 +30288,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libpython3.11-minimal@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=0f2b8bb5592d1651" + "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:4b42c89d-ef62-4317-834f-4ce006e982a4", + "bom-ref": "urn:uuid:d74c3443-9808-4e3c-9602-801131c02a83", "id": "CVE-2024-7592", "source": { "name": "debian-distro-debian-12", @@ -30387,12 +30321,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/libpython3.11-stdlib@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=99bba6ed48d491dd" + "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:384889c8-a2e6-490f-be47-37367cda3708", + "bom-ref": "urn:uuid:21baaa72-3f0e-442f-80f0-0ce8dde4dea6", "id": "CVE-2024-7592", "source": { "name": "nvd-cpe", @@ -30408,6 +30342,12 @@ } ], "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", @@ -30417,6 +30357,12 @@ ], "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.", "advisories": [ + { + "url": "https://github.com/python/cpython/commit/391e5626e3ee5af267b97e37abc7475732e67621" + }, + { + "url": "https://github.com/python/cpython/commit/dcc3eaef98cd94d6cb6cb0f44bd1c903d04f33b1" + }, { "url": "https://github.com/python/cpython/issues/123067" }, @@ -30429,12 +30375,12 @@ ], "affects": [ { - "ref": "pkg:generic/python@3.11.9?package-id=9723caad5c274a90" + "ref": "pkg:generic/python@3.11.9?package-id=f4564dabbce25ec6" } ] }, { - "bom-ref": "urn:uuid:221a4044-85da-4350-b715-dfa079a73bf2", + "bom-ref": "urn:uuid:0eb17db3-a01d-4ce1-8de7-8b159db4c62c", "id": "CVE-2024-7592", "source": { "name": "debian-distro-debian-12", @@ -30462,78 +30408,12 @@ ], "affects": [ { - "ref": "pkg:deb/debian/python3.11-minimal@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=0b5e9759b20aed22" - } - ] - }, - { - "bom-ref": "urn:uuid:21eaaed9-9612-440e-bc72-e63e349b3616", - "id": "CVE-2024-8088", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-8088" - }, - "references": [ - { - "id": "CVE-2024-8088", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-8088" - } - } - ], - "ratings": [ - { - "severity": "high" - } - ], - "description": "There is a HIGH severity vulnerability affecting the CPython \"zipfile\" module affecting \"zipfile.Path\". Note that the more common API \"zipfile.ZipFile\" class is unaffected. When iterating over names of entries in a zip archive (for example, methods of \"zipfile.Path\" like \"namelist()\", \"iterdir()\", etc) the process can be put into an infinite loop with a maliciously crafted zip archive. This defect applies when reading only metadata or extracting the contents of the zip archive. Programs that are not handling user-controlled zip archives are not affected.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-8088" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libpython3.11-minimal@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=0f2b8bb5592d1651" + "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:748d681b-f387-44ec-b3f9-e514a456e6bb", - "id": "CVE-2024-8088", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-8088" - }, - "references": [ - { - "id": "CVE-2024-8088", - "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-8088" - } - } - ], - "ratings": [ - { - "severity": "high" - } - ], - "description": "There is a HIGH severity vulnerability affecting the CPython \"zipfile\" module affecting \"zipfile.Path\". Note that the more common API \"zipfile.ZipFile\" class is unaffected. When iterating over names of entries in a zip archive (for example, methods of \"zipfile.Path\" like \"namelist()\", \"iterdir()\", etc) the process can be put into an infinite loop with a maliciously crafted zip archive. This defect applies when reading only metadata or extracting the contents of the zip archive. Programs that are not handling user-controlled zip archives are not affected.", - "advisories": [ - { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-8088" - } - ], - "affects": [ - { - "ref": "pkg:deb/debian/libpython3.11-stdlib@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=99bba6ed48d491dd" - } - ] - }, - { - "bom-ref": "urn:uuid:155a7c6d-c853-4e3a-a344-b3c863b2028a", + "bom-ref": "urn:uuid:d7b6fb6f-9918-48bd-a9ad-98d4a4e2e7c1", "id": "CVE-2024-8088", "source": { "name": "nvd-cpe", @@ -30550,20 +30430,26 @@ ], "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 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.", "advisories": [ + { + "url": "https://github.com/python/cpython/commit/2231286d78d328c2f575e0b05b16fe447d1656d6" + }, { "url": "https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e" }, + { + "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/dcc5182f27c1500006a1ef78e10613bb45788dea" }, @@ -30573,6 +30459,9 @@ { "url": "https://github.com/python/cpython/issues/122905" }, + { + "url": "https://github.com/python/cpython/issues/123270" + }, { "url": "https://github.com/python/cpython/pull/122906" }, @@ -30582,81 +30471,81 @@ ], "affects": [ { - "ref": "pkg:generic/python@3.11.9?package-id=9723caad5c274a90" + "ref": "pkg:generic/python@3.11.9?package-id=f4564dabbce25ec6" } ] }, { - "bom-ref": "urn:uuid:d01add12-c34b-40ff-9475-3cf72af99173", - "id": "CVE-2024-8088", + "bom-ref": "urn:uuid:a6cf6e67-4375-41f8-93fb-3e814933aea9", + "id": "GHSA-9wx4-h78v-vm56", "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-8088" + "name": "github-language-python", + "url": "https://github.com/advisories/GHSA-9wx4-h78v-vm56" }, "references": [ { - "id": "CVE-2024-8088", + "id": "GHSA-9wx4-h78v-vm56", "source": { - "name": "debian-distro-debian-12", - "url": "https://security-tracker.debian.org/tracker/CVE-2024-8088" + "name": "github-language-python", + "url": "https://github.com/advisories/GHSA-9wx4-h78v-vm56" } } ], "ratings": [ { - "severity": "high" + "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" } ], - "description": "There is a HIGH severity vulnerability affecting the CPython \"zipfile\" module affecting \"zipfile.Path\". Note that the more common API \"zipfile.ZipFile\" class is unaffected. When iterating over names of entries in a zip archive (for example, methods of \"zipfile.Path\" like \"namelist()\", \"iterdir()\", etc) the process can be put into an infinite loop with a maliciously crafted zip archive. This defect applies when reading only metadata or extracting the contents of the zip archive. Programs that are not handling user-controlled zip archives are not affected.", + "description": "Requests `Session` object does not verify requests after making first request with verify=False", "advisories": [ { - "url": "https://security-tracker.debian.org/tracker/CVE-2024-8088" + "url": "https://github.com/advisories/GHSA-9wx4-h78v-vm56" } ], "affects": [ { - "ref": "pkg:deb/debian/python3.11-minimal@3.11.2-6%2Bdeb12u2?arch=amd64&upstream=python3.11&distro=debian-12&package-id=0b5e9759b20aed22" + "ref": "pkg:pypi/requests@2.31.0?package-id=4c2f455bc9f27f0d" } ] }, { - "bom-ref": "urn:uuid:d27460b2-9df8-4572-8585-3db4a32f7983", - "id": "GHSA-9wx4-h78v-vm56", + "bom-ref": "urn:uuid:41a784a3-6de9-4a63-8654-32fc3275472e", + "id": "GHSA-h4gh-qq45-vh27", "source": { "name": "github-language-python", - "url": "https://github.com/advisories/GHSA-9wx4-h78v-vm56" + "url": "https://github.com/advisories/GHSA-h4gh-qq45-vh27" }, "references": [ { - "id": "GHSA-9wx4-h78v-vm56", + "id": "GHSA-h4gh-qq45-vh27", "source": { "name": "github-language-python", - "url": "https://github.com/advisories/GHSA-9wx4-h78v-vm56" + "url": "https://github.com/advisories/GHSA-h4gh-qq45-vh27" } } ], "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": "medium" } ], - "description": "Requests `Session` object does not verify requests after making first request with verify=False", + "description": "pyca/cryptography has a vulnerable OpenSSL included in cryptography wheels", "advisories": [ { - "url": "https://github.com/advisories/GHSA-9wx4-h78v-vm56" + "url": "https://github.com/advisories/GHSA-h4gh-qq45-vh27" } ], "affects": [ { - "ref": "pkg:pypi/requests@2.31.0?package-id=4c2f455bc9f27f0d" + "ref": "pkg:pypi/cryptography@43.0.0?package-id=421baa05e84a195d" } ] }, { - "bom-ref": "urn:uuid:48564f99-9a93-4010-9e09-88f6a5349b00", + "bom-ref": "urn:uuid:7b65c0aa-0f7b-48be-9c1e-85dd91103e8c", "id": "GHSA-v23v-6jw2-98fq", "source": { "name": "github-language-go", diff --git a/sboms/docker.io_vectorim_matrix-content-scanner:v1.0.8.json b/sboms/docker.io_vectorim_matrix-content-scanner:v1.0.8.json index ffc3ee4..2237168 100644 --- a/sboms/docker.io_vectorim_matrix-content-scanner:v1.0.8.json +++ b/sboms/docker.io_vectorim_matrix-content-scanner:v1.0.8.json @@ -2,10 +2,10 @@ "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json", "bomFormat": "CycloneDX", "specVersion": "1.6", - "serialNumber": "urn:uuid:ccae5748-6542-4309-a92e-af32345148ec", + "serialNumber": "urn:uuid:102829b0-99d8-406b-afc3-c34084b7fe4f", "version": 1, "metadata": { - "timestamp": "2024-08-28T11:16:57Z", + "timestamp": "2024-09-04T14:13:11Z", "tools": { "components": [ { @@ -16568,7 +16568,7 @@ ], "vulnerabilities": [ { - "bom-ref": "urn:uuid:89e45de6-9d55-479b-bab2-5efc2dbf1c14", + "bom-ref": "urn:uuid:923ceaeb-629d-4966-ab94-3e33c4e88e83", "id": "CVE-2005-2541", "source": { "name": "debian-distro-debian-12", @@ -16601,7 +16601,7 @@ ] }, { - "bom-ref": "urn:uuid:fb78fada-dbf5-4592-9a16-3b1a1adf5748", + "bom-ref": "urn:uuid:a8515b65-8acb-45ba-b328-76969e5135cf", "id": "CVE-2007-5686", "source": { "name": "debian-distro-debian-12", @@ -16634,7 +16634,7 @@ ] }, { - "bom-ref": "urn:uuid:c04642d9-15ac-420e-8a99-37ff78b33d1e", + "bom-ref": "urn:uuid:cb56d40b-af33-4ba9-ab50-a2f75d684e08", "id": "CVE-2007-5686", "source": { "name": "debian-distro-debian-12", @@ -16667,7 +16667,7 @@ ] }, { - "bom-ref": "urn:uuid:6ff283e0-cb09-498d-9d8a-0bddd3660b6a", + "bom-ref": "urn:uuid:4290d8a5-00a4-4d39-828b-4901d463ad3f", "id": "CVE-2010-4756", "source": { "name": "debian-distro-debian-12", @@ -16700,7 +16700,7 @@ ] }, { - "bom-ref": "urn:uuid:0d56e5da-48ea-4b26-8d88-9ae3ee31538c", + "bom-ref": "urn:uuid:f02f4284-f7ee-4c45-b601-e6a03e9ff9c4", "id": "CVE-2010-4756", "source": { "name": "debian-distro-debian-12", @@ -16733,7 +16733,7 @@ ] }, { - "bom-ref": "urn:uuid:f61e933a-7dcb-47da-9680-7dbdf1b6d17e", + "bom-ref": "urn:uuid:55b1a897-8bdb-4cdc-a5ca-904008716142", "id": "CVE-2011-3374", "source": { "name": "debian-distro-debian-12", @@ -16766,7 +16766,7 @@ ] }, { - "bom-ref": "urn:uuid:d249e91b-cbe2-417b-b31e-395d769cb9e0", + "bom-ref": "urn:uuid:10f165fd-f08c-4391-81a1-5c81190765d6", "id": "CVE-2011-3374", "source": { "name": "debian-distro-debian-12", @@ -16799,7 +16799,7 @@ ] }, { - "bom-ref": "urn:uuid:f2de702d-f2bc-4bff-ac53-58686c073133", + "bom-ref": "urn:uuid:46159f64-3e59-4d8f-8bc4-61f7aa9830f8", "id": "CVE-2011-3389", "source": { "name": "debian-distro-debian-12", @@ -16832,7 +16832,7 @@ ] }, { - "bom-ref": "urn:uuid:fa5235ab-a62e-44a6-9827-635ca09055e0", + "bom-ref": "urn:uuid:779c26c0-6f6d-4d06-ac76-330179a8063e", "id": "CVE-2011-4116", "source": { "name": "debian-distro-debian-12", @@ -16865,7 +16865,7 @@ ] }, { - "bom-ref": "urn:uuid:f650bdff-11b8-4d28-83e5-ba84530aa463", + "bom-ref": "urn:uuid:4e498e6c-5802-4df7-aefc-122b2d1fb5ac", "id": "CVE-2013-4392", "source": { "name": "debian-distro-debian-12", @@ -16898,7 +16898,7 @@ ] }, { - "bom-ref": "urn:uuid:eadab6ca-6159-4039-adf2-b4d7db7ab6fc", + "bom-ref": "urn:uuid:d4c72188-8b11-4d5b-8bf5-468fa86ce38e", "id": "CVE-2013-4392", "source": { "name": "debian-distro-debian-12", @@ -16931,7 +16931,7 @@ ] }, { - "bom-ref": "urn:uuid:3d614797-2bf2-4121-bc00-f93452fc4d12", + "bom-ref": "urn:uuid:d3324805-e3a0-4970-997f-d842e29ba9c3", "id": "CVE-2016-2781", "source": { "name": "debian-distro-debian-12", @@ -16964,7 +16964,7 @@ ] }, { - "bom-ref": "urn:uuid:b65020e2-bf6a-4ecd-bda7-9bea01ecb6cc", + "bom-ref": "urn:uuid:ff2cf6de-405c-42b5-ad2e-c9d07180b28e", "id": "CVE-2017-11164", "source": { "name": "debian-distro-debian-12", @@ -16997,7 +16997,7 @@ ] }, { - "bom-ref": "urn:uuid:2dfeb550-1da3-4ac4-a9f9-d2f564866670", + "bom-ref": "urn:uuid:1f1cc54b-3818-48a3-9f74-60326cd92a5d", "id": "CVE-2017-16231", "source": { "name": "debian-distro-debian-12", @@ -17030,7 +17030,7 @@ ] }, { - "bom-ref": "urn:uuid:8cb227f9-21be-4ee9-856e-b59ced9f1dc4", + "bom-ref": "urn:uuid:4c87c5d9-078e-4155-933b-1393c2f8415c", "id": "CVE-2017-18018", "source": { "name": "debian-distro-debian-12", @@ -17063,7 +17063,7 @@ ] }, { - "bom-ref": "urn:uuid:190c9dbf-14f7-4979-b908-38fb20c7ca0b", + "bom-ref": "urn:uuid:fb202311-ab4e-48ae-b419-9e547058de7a", "id": "CVE-2017-7245", "source": { "name": "debian-distro-debian-12", @@ -17096,7 +17096,7 @@ ] }, { - "bom-ref": "urn:uuid:fcd21bea-1c50-4db8-9ed5-8725c94fde60", + "bom-ref": "urn:uuid:8227f176-49fc-4c6a-89cb-53f7f702fe3c", "id": "CVE-2017-7246", "source": { "name": "debian-distro-debian-12", @@ -17129,7 +17129,7 @@ ] }, { - "bom-ref": "urn:uuid:22b4e8d5-3db3-47c0-8dc3-fa2d02fae6d0", + "bom-ref": "urn:uuid:00e64ab6-0abf-48d2-a9a0-b5911053b1c1", "id": "CVE-2018-20796", "source": { "name": "debian-distro-debian-12", @@ -17162,7 +17162,7 @@ ] }, { - "bom-ref": "urn:uuid:9d03c526-0811-4f27-9b58-2b2800263cd6", + "bom-ref": "urn:uuid:d2d022ea-010e-4d82-9421-e404c2358b69", "id": "CVE-2018-20796", "source": { "name": "debian-distro-debian-12", @@ -17195,7 +17195,7 @@ ] }, { - "bom-ref": "urn:uuid:a8af6c29-5945-4954-863d-2fb9415b0a94", + "bom-ref": "urn:uuid:0eb6ccc9-18d6-47d3-81f6-4636a0617bc2", "id": "CVE-2018-5709", "source": { "name": "debian-distro-debian-12", @@ -17228,7 +17228,7 @@ ] }, { - "bom-ref": "urn:uuid:b198369a-b732-4747-ac4a-0bb1897b5cec", + "bom-ref": "urn:uuid:8bc755d7-e5a1-480d-89f0-608dd93301bf", "id": "CVE-2018-5709", "source": { "name": "debian-distro-debian-12", @@ -17261,7 +17261,7 @@ ] }, { - "bom-ref": "urn:uuid:4a1703ab-9672-4254-a2a9-15ca70e6fc8d", + "bom-ref": "urn:uuid:3ca4c5cb-01d6-49d1-99e5-be8ba0a23a39", "id": "CVE-2018-5709", "source": { "name": "debian-distro-debian-12", @@ -17294,7 +17294,7 @@ ] }, { - "bom-ref": "urn:uuid:ecea4fa8-eb1e-4b5f-acdd-d84d31bd335c", + "bom-ref": "urn:uuid:66355dd5-93bf-4f24-b39a-93fece96c407", "id": "CVE-2018-5709", "source": { "name": "debian-distro-debian-12", @@ -17327,7 +17327,7 @@ ] }, { - "bom-ref": "urn:uuid:e49c264d-a275-4036-9886-0032a4665eb1", + "bom-ref": "urn:uuid:4bccc325-1154-4842-9330-602bc2f7f6a3", "id": "CVE-2018-6829", "source": { "name": "debian-distro-debian-12", @@ -17360,7 +17360,7 @@ ] }, { - "bom-ref": "urn:uuid:f954435a-edaf-4669-ac29-58b5a3d650c7", + "bom-ref": "urn:uuid:c8d39997-2fea-43e2-8fa8-b478bae45a70", "id": "CVE-2019-1010022", "source": { "name": "debian-distro-debian-12", @@ -17393,7 +17393,7 @@ ] }, { - "bom-ref": "urn:uuid:1624f4a5-1941-41a0-88c7-a5429bda9e71", + "bom-ref": "urn:uuid:f4f8bd78-b0de-4b7c-87b9-71372ea1b793", "id": "CVE-2019-1010022", "source": { "name": "debian-distro-debian-12", @@ -17426,7 +17426,7 @@ ] }, { - "bom-ref": "urn:uuid:f6d930a6-1796-4a5a-9769-88e20a554763", + "bom-ref": "urn:uuid:c706284d-a22c-4c7a-8649-b0b76ec33008", "id": "CVE-2019-1010023", "source": { "name": "debian-distro-debian-12", @@ -17459,7 +17459,7 @@ ] }, { - "bom-ref": "urn:uuid:464c22ac-3c9a-4ea9-a1e4-c5b5c0595020", + "bom-ref": "urn:uuid:b9535dc1-ec0b-4ed8-966a-94a927e11dc8", "id": "CVE-2019-1010023", "source": { "name": "debian-distro-debian-12", @@ -17492,7 +17492,7 @@ ] }, { - "bom-ref": "urn:uuid:a1236713-c43c-444f-9fc9-47db13b9a0f1", + "bom-ref": "urn:uuid:90dada20-ba5c-4035-bc64-e40bf5aed742", "id": "CVE-2019-1010024", "source": { "name": "debian-distro-debian-12", @@ -17525,7 +17525,7 @@ ] }, { - "bom-ref": "urn:uuid:3f6c3561-0005-414d-9ce9-c5f582801624", + "bom-ref": "urn:uuid:5638f0cf-af5b-4165-9f9a-82c1792b6469", "id": "CVE-2019-1010024", "source": { "name": "debian-distro-debian-12", @@ -17558,7 +17558,7 @@ ] }, { - "bom-ref": "urn:uuid:91442be0-69fd-4fcc-b7b4-ece211fd0a64", + "bom-ref": "urn:uuid:0e09e032-8f8d-44e3-976a-f39869862295", "id": "CVE-2019-1010025", "source": { "name": "debian-distro-debian-12", @@ -17591,7 +17591,7 @@ ] }, { - "bom-ref": "urn:uuid:85fd2be0-e5a7-44df-a64c-587d38caa929", + "bom-ref": "urn:uuid:d8ee5560-8f32-4e18-bc2d-38533dd4fa75", "id": "CVE-2019-1010025", "source": { "name": "debian-distro-debian-12", @@ -17624,7 +17624,7 @@ ] }, { - "bom-ref": "urn:uuid:d854c2e3-74ac-4ee1-9426-28e10b528ca8", + "bom-ref": "urn:uuid:1b1ff706-8351-4058-a185-a5a95b830aa4", "id": "CVE-2019-19882", "source": { "name": "debian-distro-debian-12", @@ -17657,7 +17657,7 @@ ] }, { - "bom-ref": "urn:uuid:816ee821-537d-42cb-bd16-113db928841b", + "bom-ref": "urn:uuid:00baec9f-cbe2-41aa-bfcf-839ab4349298", "id": "CVE-2019-19882", "source": { "name": "debian-distro-debian-12", @@ -17690,7 +17690,7 @@ ] }, { - "bom-ref": "urn:uuid:c22dac4d-be10-4195-9f98-8151d23c9894", + "bom-ref": "urn:uuid:8b393b76-f39d-4b9e-940e-466c7f58839a", "id": "CVE-2019-20838", "source": { "name": "debian-distro-debian-12", @@ -17723,7 +17723,7 @@ ] }, { - "bom-ref": "urn:uuid:05967bd5-eddb-4714-a339-08f30f3d020f", + "bom-ref": "urn:uuid:d9e8ae92-7eda-49cf-b0ff-3a67872a2408", "id": "CVE-2019-9192", "source": { "name": "debian-distro-debian-12", @@ -17756,7 +17756,7 @@ ] }, { - "bom-ref": "urn:uuid:f8dd6f23-b0fa-4496-8828-8de7e653e854", + "bom-ref": "urn:uuid:6387f572-8a2c-4884-9cef-3d2f1939abcf", "id": "CVE-2019-9192", "source": { "name": "debian-distro-debian-12", @@ -17789,7 +17789,7 @@ ] }, { - "bom-ref": "urn:uuid:6bff0afb-f1df-45fc-b8a3-e2d7c27ccc5e", + "bom-ref": "urn:uuid:c99f0a1d-057a-42eb-ac27-ad1e79db7548", "id": "CVE-2021-45346", "source": { "name": "debian-distro-debian-12", @@ -17822,7 +17822,7 @@ ] }, { - "bom-ref": "urn:uuid:d06ec96c-e857-4b8f-ad85-198eee0b1f03", + "bom-ref": "urn:uuid:1726e3b1-d767-4757-9096-9f3c46a88a4e", "id": "CVE-2022-0563", "source": { "name": "debian-distro-debian-12", @@ -17855,7 +17855,7 @@ ] }, { - "bom-ref": "urn:uuid:151201a2-537f-4522-904f-443f89ad0e2f", + "bom-ref": "urn:uuid:ed6363fb-087a-42c1-953c-48022858f708", "id": "CVE-2022-0563", "source": { "name": "debian-distro-debian-12", @@ -17888,7 +17888,7 @@ ] }, { - "bom-ref": "urn:uuid:809ab832-9d48-46d6-b7f6-a0fc5abba606", + "bom-ref": "urn:uuid:e5fc30de-8ede-4870-8d18-373fcf4e9140", "id": "CVE-2022-0563", "source": { "name": "debian-distro-debian-12", @@ -17921,7 +17921,7 @@ ] }, { - "bom-ref": "urn:uuid:a69ab0dd-db96-4e10-89af-c0ce856feb4b", + "bom-ref": "urn:uuid:3eef63ae-75d0-4e3a-b0f2-ce7d9d5a6b2c", "id": "CVE-2022-0563", "source": { "name": "debian-distro-debian-12", @@ -17954,7 +17954,7 @@ ] }, { - "bom-ref": "urn:uuid:891ecc52-7f4c-42b7-af8d-0ee6f9e46018", + "bom-ref": "urn:uuid:5ee26d8e-3fa2-40f4-abe0-c53d24a4b5d3", "id": "CVE-2022-0563", "source": { "name": "debian-distro-debian-12", @@ -17987,7 +17987,7 @@ ] }, { - "bom-ref": "urn:uuid:6f2698b6-f6d5-4543-86ba-3af1137d09f8", + "bom-ref": "urn:uuid:335e5beb-ae34-4bb2-bc18-7850754026e8", "id": "CVE-2022-0563", "source": { "name": "debian-distro-debian-12", @@ -18020,7 +18020,7 @@ ] }, { - "bom-ref": "urn:uuid:4132b3a9-fb35-497a-8211-94e4473ab730", + "bom-ref": "urn:uuid:0eacf186-f4c1-4ff7-9184-b519e0d0bc56", "id": "CVE-2022-0563", "source": { "name": "debian-distro-debian-12", @@ -18053,7 +18053,7 @@ ] }, { - "bom-ref": "urn:uuid:9f8c5567-7933-4f46-9854-77bbc4ea590e", + "bom-ref": "urn:uuid:9890b19c-6ca8-4475-a7ad-b60241866087", "id": "CVE-2022-0563", "source": { "name": "debian-distro-debian-12", @@ -18086,7 +18086,7 @@ ] }, { - "bom-ref": "urn:uuid:903e38b4-1d66-446d-b3c8-b2ca9dd1301d", + "bom-ref": "urn:uuid:11de05fc-85cf-4635-b3e8-b776115df2c2", "id": "CVE-2022-27943", "source": { "name": "debian-distro-debian-12", @@ -18119,7 +18119,7 @@ ] }, { - "bom-ref": "urn:uuid:cb539786-78ef-4a5e-98a3-6d1a4c1c4995", + "bom-ref": "urn:uuid:d98fcb30-4a77-4d00-8871-6e3744212557", "id": "CVE-2022-27943", "source": { "name": "debian-distro-debian-12", @@ -18152,7 +18152,7 @@ ] }, { - "bom-ref": "urn:uuid:ff08faa9-d5a2-4a47-b71d-efa887f49dfa", + "bom-ref": "urn:uuid:4bcd8ac8-069e-4182-a70b-e7db9e69aa37", "id": "CVE-2022-27943", "source": { "name": "debian-distro-debian-12", @@ -18185,7 +18185,7 @@ ] }, { - "bom-ref": "urn:uuid:d23b3ee9-1a03-4e10-8736-028dd34c6289", + "bom-ref": "urn:uuid:7f091bc7-94bf-4031-a03b-3671d9890bb4", "id": "CVE-2022-3219", "source": { "name": "debian-distro-debian-12", @@ -18218,7 +18218,7 @@ ] }, { - "bom-ref": "urn:uuid:e17e516c-bd21-4742-9a12-f1ffc370341f", + "bom-ref": "urn:uuid:9e33689c-3379-4e83-b55c-68825a50fd32", "id": "CVE-2023-27043", "source": { "name": "nvd-cpe", @@ -18320,7 +18320,7 @@ ] }, { - "bom-ref": "urn:uuid:57cb231e-6e27-40f5-9f87-5d4fbe016d9a", + "bom-ref": "urn:uuid:b9bd57dd-999d-4c2c-b3af-41119b85fc3e", "id": "CVE-2023-29383", "source": { "name": "debian-distro-debian-12", @@ -18353,7 +18353,7 @@ ] }, { - "bom-ref": "urn:uuid:472ff314-3a7e-4613-a1e7-3a67cdf389a4", + "bom-ref": "urn:uuid:d5f0ec81-4c93-49ba-a0d4-ba3f62fde173", "id": "CVE-2023-29383", "source": { "name": "debian-distro-debian-12", @@ -18386,7 +18386,7 @@ ] }, { - "bom-ref": "urn:uuid:bd8ed3c8-338d-4686-94ed-5e6319878053", + "bom-ref": "urn:uuid:a3def0d7-f2a4-47b2-a8ae-080cda9c2ca8", "id": "CVE-2023-31437", "source": { "name": "debian-distro-debian-12", @@ -18419,7 +18419,7 @@ ] }, { - "bom-ref": "urn:uuid:63b62b48-a828-4c91-8438-2993d923f266", + "bom-ref": "urn:uuid:4b2871c5-bcfe-4e97-b595-11105be795de", "id": "CVE-2023-31437", "source": { "name": "debian-distro-debian-12", @@ -18452,7 +18452,7 @@ ] }, { - "bom-ref": "urn:uuid:c29bb6ca-856d-4511-8b72-4c1be3734efb", + "bom-ref": "urn:uuid:f1312be2-91a7-4768-971b-307161a8eb53", "id": "CVE-2023-31438", "source": { "name": "debian-distro-debian-12", @@ -18485,7 +18485,7 @@ ] }, { - "bom-ref": "urn:uuid:6999d82b-dbb4-4486-aa37-1f410658c33c", + "bom-ref": "urn:uuid:08f4a3f1-a72d-4d20-bee4-09dc0a1f491a", "id": "CVE-2023-31438", "source": { "name": "debian-distro-debian-12", @@ -18518,7 +18518,7 @@ ] }, { - "bom-ref": "urn:uuid:97c389e5-e8ee-4f6b-9cc3-6b01c72e0c4e", + "bom-ref": "urn:uuid:fdaff586-bd57-402d-b113-ff7e00a1c1f7", "id": "CVE-2023-31439", "source": { "name": "debian-distro-debian-12", @@ -18551,7 +18551,7 @@ ] }, { - "bom-ref": "urn:uuid:79ecd74c-1825-44de-8b32-8a4d0f4edbd2", + "bom-ref": "urn:uuid:70ea657b-3361-48d6-aa9c-687240ff8b58", "id": "CVE-2023-31439", "source": { "name": "debian-distro-debian-12", @@ -18584,7 +18584,7 @@ ] }, { - "bom-ref": "urn:uuid:d73d9402-2424-4a0f-850f-4a86cfd7f9ac", + "bom-ref": "urn:uuid:70c674d1-96e5-4292-ba16-b8c6c7c716d3", "id": "CVE-2023-31484", "source": { "name": "debian-distro-debian-12", @@ -18617,7 +18617,7 @@ ] }, { - "bom-ref": "urn:uuid:c3799536-89f5-4b5e-8c34-4cdbfa61f9b9", + "bom-ref": "urn:uuid:f95db98b-6127-4e81-ae69-1fd9980e70b1", "id": "CVE-2023-31486", "source": { "name": "debian-distro-debian-12", @@ -18650,7 +18650,7 @@ ] }, { - "bom-ref": "urn:uuid:31504ace-eb02-4da0-a158-40929a1f64a2", + "bom-ref": "urn:uuid:db4a94f9-24ef-4a85-9e12-af51af1dead4", "id": "CVE-2023-36632", "source": { "name": "nvd-cpe", @@ -18695,7 +18695,7 @@ ] }, { - "bom-ref": "urn:uuid:e4212e49-7c4f-4e23-97b5-cc994e4009da", + "bom-ref": "urn:uuid:68810027-b5f8-42d3-b784-b888a2b4be94", "id": "CVE-2023-4039", "source": { "name": "debian-distro-debian-12", @@ -18728,7 +18728,7 @@ ] }, { - "bom-ref": "urn:uuid:821cf3cd-69ab-4e88-b24d-8bdf7e3bbaa0", + "bom-ref": "urn:uuid:532c82b2-2005-4c0f-833f-438dc6ed3693", "id": "CVE-2023-4039", "source": { "name": "debian-distro-debian-12", @@ -18761,7 +18761,7 @@ ] }, { - "bom-ref": "urn:uuid:a3cdb174-908f-442d-b4a5-d1b647efdd87", + "bom-ref": "urn:uuid:c3782fb2-7810-43f4-a972-dc3121c817fb", "id": "CVE-2023-4039", "source": { "name": "debian-distro-debian-12", @@ -18794,7 +18794,7 @@ ] }, { - "bom-ref": "urn:uuid:8c00dde9-0476-4c45-8e2e-75eac0947082", + "bom-ref": "urn:uuid:9721fa93-cb4f-41ad-998d-62800e04ac98", "id": "CVE-2023-45853", "source": { "name": "debian-distro-debian-12", @@ -18827,7 +18827,7 @@ ] }, { - "bom-ref": "urn:uuid:88e6248c-b253-4ee0-84ad-ee6957499903", + "bom-ref": "urn:uuid:45cc961f-90dc-4c0e-8d70-379dc6ae57f3", "id": "CVE-2023-45918", "source": { "name": "debian-distro-debian-12", @@ -18860,7 +18860,7 @@ ] }, { - "bom-ref": "urn:uuid:d20238b2-da2a-402e-96e5-c6181a9f699c", + "bom-ref": "urn:uuid:f0fe60e7-3761-4017-af8b-7af086d1518a", "id": "CVE-2023-45918", "source": { "name": "debian-distro-debian-12", @@ -18893,7 +18893,7 @@ ] }, { - "bom-ref": "urn:uuid:c991b4e9-d3d8-4544-a9b3-c9f958b5b546", + "bom-ref": "urn:uuid:4519c04b-e210-41d2-8c59-02456ebf2ce6", "id": "CVE-2023-45918", "source": { "name": "debian-distro-debian-12", @@ -18926,7 +18926,7 @@ ] }, { - "bom-ref": "urn:uuid:7a06632e-b93b-46d5-8010-f70a617058e7", + "bom-ref": "urn:uuid:9edfcc7a-4323-400b-99a0-29bc477b5ed3", "id": "CVE-2023-45918", "source": { "name": "debian-distro-debian-12", @@ -18959,7 +18959,7 @@ ] }, { - "bom-ref": "urn:uuid:a020bfcf-21f0-4e3c-a0ba-6687ed887220", + "bom-ref": "urn:uuid:b29174ac-244c-45ee-8361-73418f03982f", "id": "CVE-2023-4641", "source": { "name": "debian-distro-debian-12", @@ -18992,7 +18992,7 @@ ] }, { - "bom-ref": "urn:uuid:619086f6-6349-4135-9d80-b1017adce428", + "bom-ref": "urn:uuid:0abc8ec3-9b76-4afe-aec4-83c05d78d78f", "id": "CVE-2023-4641", "source": { "name": "debian-distro-debian-12", @@ -19025,7 +19025,7 @@ ] }, { - "bom-ref": "urn:uuid:eec1819b-03e5-4f4c-8495-4a636947433d", + "bom-ref": "urn:uuid:a2262de1-f6dd-4325-935b-a90ad9efc604", "id": "CVE-2023-50495", "source": { "name": "debian-distro-debian-12", @@ -19058,7 +19058,7 @@ ] }, { - "bom-ref": "urn:uuid:9fc8f85e-fd38-43dc-bf77-6e044dffd957", + "bom-ref": "urn:uuid:dd7c7dd6-f242-44c5-8d13-ac81e3e16573", "id": "CVE-2023-50495", "source": { "name": "debian-distro-debian-12", @@ -19091,7 +19091,7 @@ ] }, { - "bom-ref": "urn:uuid:f2a33f37-846f-402a-8c6d-92981054e749", + "bom-ref": "urn:uuid:9d1d234a-fbfb-441e-befa-f4b8e835bc1e", "id": "CVE-2023-50495", "source": { "name": "debian-distro-debian-12", @@ -19124,7 +19124,7 @@ ] }, { - "bom-ref": "urn:uuid:74bb7b1a-7f5f-447c-871a-1170a6087335", + "bom-ref": "urn:uuid:1bcdaadf-1ec0-4dc9-a814-9b0ae5663b96", "id": "CVE-2023-50495", "source": { "name": "debian-distro-debian-12", @@ -19157,7 +19157,7 @@ ] }, { - "bom-ref": "urn:uuid:ead8fcb8-906f-4b8f-8588-e67dc71a1edb", + "bom-ref": "urn:uuid:5971fa4c-27d0-4ad0-b704-2813013b67bf", "id": "CVE-2023-52425", "source": { "name": "debian-distro-debian-12", @@ -19190,7 +19190,7 @@ ] }, { - "bom-ref": "urn:uuid:b238b601-3a07-47bb-83c1-79e72e168c02", + "bom-ref": "urn:uuid:2b60a956-3744-4e05-b806-5cc8e2fb0314", "id": "CVE-2023-52426", "source": { "name": "debian-distro-debian-12", @@ -19223,7 +19223,7 @@ ] }, { - "bom-ref": "urn:uuid:21ae60b7-3abe-4ab5-943a-7c48d58dd03b", + "bom-ref": "urn:uuid:3ff2a094-5817-4402-aa30-47c33365213a", "id": "CVE-2023-7104", "source": { "name": "debian-distro-debian-12", @@ -19256,7 +19256,7 @@ ] }, { - "bom-ref": "urn:uuid:4cebd09b-0887-4982-80f9-754d2e894ebe", + "bom-ref": "urn:uuid:5fa9a071-c825-4922-a48c-ca61a27c804f", "id": "CVE-2024-0232", "source": { "name": "debian-distro-debian-12", @@ -19289,7 +19289,7 @@ ] }, { - "bom-ref": "urn:uuid:c0538144-4d96-4d69-be3b-b256ee473c1e", + "bom-ref": "urn:uuid:671f5b56-1741-4441-845a-b2c9ecb16ffc", "id": "CVE-2024-0397", "source": { "name": "nvd-cpe", @@ -19352,7 +19352,7 @@ ] }, { - "bom-ref": "urn:uuid:75f5f434-60bf-4db9-8ed2-66db699393a0", + "bom-ref": "urn:uuid:b1f19a51-bbdc-4693-9775-95cd64883f6f", "id": "CVE-2024-2236", "source": { "name": "debian-distro-debian-12", @@ -19385,7 +19385,7 @@ ] }, { - "bom-ref": "urn:uuid:0f78fbfe-f65e-4bb2-9ba2-024993348c5a", + "bom-ref": "urn:uuid:5ce0fdbb-2482-4b6c-a70b-2a72426c0593", "id": "CVE-2024-22365", "source": { "name": "debian-distro-debian-12", @@ -19418,7 +19418,7 @@ ] }, { - "bom-ref": "urn:uuid:784905d8-72d4-4d66-80b2-e3c81b4b8824", + "bom-ref": "urn:uuid:2b2002a6-eba8-41e8-afdb-f3faa36e4961", "id": "CVE-2024-22365", "source": { "name": "debian-distro-debian-12", @@ -19451,7 +19451,7 @@ ] }, { - "bom-ref": "urn:uuid:95983706-4a40-4b54-a2dd-5b33f47eb43a", + "bom-ref": "urn:uuid:60f3df09-2bca-4296-9b4e-e3e171a5706a", "id": "CVE-2024-22365", "source": { "name": "debian-distro-debian-12", @@ -19484,7 +19484,7 @@ ] }, { - "bom-ref": "urn:uuid:b033bc99-a649-4ce7-a09d-ff9a6b5d9801", + "bom-ref": "urn:uuid:61dd2ed5-5255-40a1-9164-9a87fad891f4", "id": "CVE-2024-22365", "source": { "name": "debian-distro-debian-12", @@ -19517,7 +19517,7 @@ ] }, { - "bom-ref": "urn:uuid:e11e015d-26b7-4635-b031-abdc3d8de39d", + "bom-ref": "urn:uuid:e1088cf9-3447-4fe1-ac29-7d692d6439ec", "id": "CVE-2024-2511", "source": { "name": "debian-distro-debian-12", @@ -19550,7 +19550,7 @@ ] }, { - "bom-ref": "urn:uuid:a7827d7a-b1a0-482f-95a4-6cb44a1b2bf3", + "bom-ref": "urn:uuid:4fa7d227-8a6f-459c-8b4a-a6de29d18cce", "id": "CVE-2024-2511", "source": { "name": "debian-distro-debian-12", @@ -19583,7 +19583,7 @@ ] }, { - "bom-ref": "urn:uuid:03025bf5-77ca-42f7-8e6b-861f2ae413ef", + "bom-ref": "urn:uuid:eab06db1-10e7-4adb-a08b-de467405f4fa", "id": "CVE-2024-26458", "source": { "name": "debian-distro-debian-12", @@ -19616,7 +19616,7 @@ ] }, { - "bom-ref": "urn:uuid:2c9710d0-923e-4dc6-ba34-2671332fd7fb", + "bom-ref": "urn:uuid:a8a6105a-9a09-403a-a4c0-d56fe8487940", "id": "CVE-2024-26458", "source": { "name": "debian-distro-debian-12", @@ -19649,7 +19649,7 @@ ] }, { - "bom-ref": "urn:uuid:5b74f387-4fa0-4e97-b40a-52d928148ca1", + "bom-ref": "urn:uuid:5e29bb91-6c1d-4cbe-801f-a3c9008b128a", "id": "CVE-2024-26458", "source": { "name": "debian-distro-debian-12", @@ -19682,7 +19682,7 @@ ] }, { - "bom-ref": "urn:uuid:63cdedc5-20bb-40ac-a94c-8da1d41ee8a7", + "bom-ref": "urn:uuid:62a4319a-59d8-4ee3-9414-6b79748065aa", "id": "CVE-2024-26458", "source": { "name": "debian-distro-debian-12", @@ -19715,7 +19715,7 @@ ] }, { - "bom-ref": "urn:uuid:934542d6-3b16-4edc-8d92-d94099ab3fd0", + "bom-ref": "urn:uuid:f280e532-c803-46f8-8f7f-16af9e658656", "id": "CVE-2024-26461", "source": { "name": "debian-distro-debian-12", @@ -19748,7 +19748,7 @@ ] }, { - "bom-ref": "urn:uuid:03699b68-9d3a-4444-9755-b76ed0d6daea", + "bom-ref": "urn:uuid:be97e8a1-0ca9-4200-8a02-0a71458b8cfc", "id": "CVE-2024-26461", "source": { "name": "debian-distro-debian-12", @@ -19781,7 +19781,7 @@ ] }, { - "bom-ref": "urn:uuid:5207602d-cb16-4e19-90d9-f5019c9b1396", + "bom-ref": "urn:uuid:69e12948-4d15-45e7-aabf-85a464ca202e", "id": "CVE-2024-26461", "source": { "name": "debian-distro-debian-12", @@ -19814,7 +19814,7 @@ ] }, { - "bom-ref": "urn:uuid:81bbb5fe-e37f-4375-b17a-985b8a9a0f94", + "bom-ref": "urn:uuid:b6847c44-b301-4981-8d46-55e8671fb3fb", "id": "CVE-2024-26461", "source": { "name": "debian-distro-debian-12", @@ -19847,7 +19847,7 @@ ] }, { - "bom-ref": "urn:uuid:1e5131f3-5d71-4c90-9c86-e52eac5a6bfb", + "bom-ref": "urn:uuid:4f89f190-b0af-4d0d-a11b-0f27a7b2a8a4", "id": "CVE-2024-26462", "source": { "name": "debian-distro-debian-12", @@ -19880,7 +19880,7 @@ ] }, { - "bom-ref": "urn:uuid:2824bca3-3443-465a-93c7-2d8cb0a13524", + "bom-ref": "urn:uuid:38d581fe-83fb-4677-9323-245f0c39b09a", "id": "CVE-2024-26462", "source": { "name": "debian-distro-debian-12", @@ -19913,7 +19913,7 @@ ] }, { - "bom-ref": "urn:uuid:01afb0c1-a797-47ef-b3a3-28d179086166", + "bom-ref": "urn:uuid:bd09dff9-e3ec-4305-a0fe-01dd0353097f", "id": "CVE-2024-26462", "source": { "name": "debian-distro-debian-12", @@ -19946,7 +19946,7 @@ ] }, { - "bom-ref": "urn:uuid:153967f9-49fa-478a-98cf-9810e112738b", + "bom-ref": "urn:uuid:8f2e6862-0384-4c10-989b-7fd5ca7e07fa", "id": "CVE-2024-26462", "source": { "name": "debian-distro-debian-12", @@ -19979,7 +19979,7 @@ ] }, { - "bom-ref": "urn:uuid:8f9ac56b-8609-42d3-ae89-166465bae910", + "bom-ref": "urn:uuid:aa1302c3-93c8-4220-8d34-10351c5b79fe", "id": "CVE-2024-28757", "source": { "name": "debian-distro-debian-12", @@ -20012,7 +20012,7 @@ ] }, { - "bom-ref": "urn:uuid:b8672947-0727-43eb-aa53-1a1a8c6f309b", + "bom-ref": "urn:uuid:ad8bdf06-dcd0-4285-b9e6-55d837254ec1", "id": "CVE-2024-4032", "source": { "name": "nvd-cpe", @@ -20029,7 +20029,10 @@ ], "ratings": [ { - "severity": "unknown" + "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.", @@ -20081,7 +20084,106 @@ ] }, { - "bom-ref": "urn:uuid:3f8360a6-b36d-44cc-91e7-4d93009af38b", + "bom-ref": "urn:uuid:ec8a74ce-a5e7-428f-b424-6dde67d3ac4f", + "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:e9d5d7d0-73e8-45ca-8fdf-0f1ef9aadb07", + "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": "high" + } + ], + "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:7c6aeee2-7f86-4aa4-b04f-40a883fe45b6", + "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": "high" + } + ], + "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:5f50a5aa-4b1c-47d9-b1a8-3b8a2bbb9964", "id": "CVE-2024-4603", "source": { "name": "debian-distro-debian-12", @@ -20114,7 +20216,7 @@ ] }, { - "bom-ref": "urn:uuid:2b7427ff-76a1-4a84-8080-34365837a4d0", + "bom-ref": "urn:uuid:8f3ba874-ef8c-401a-9fe3-4657084105b6", "id": "CVE-2024-4603", "source": { "name": "debian-distro-debian-12", @@ -20147,7 +20249,7 @@ ] }, { - "bom-ref": "urn:uuid:be5fa41b-abec-4b73-8126-6bab13ab4197", + "bom-ref": "urn:uuid:6f6a10db-9a7e-4a86-ae22-d8de9dd23575", "id": "CVE-2024-4741", "source": { "name": "debian-distro-debian-12", @@ -20179,7 +20281,7 @@ ] }, { - "bom-ref": "urn:uuid:06f0cdd4-3d1b-43a1-8d04-d27902413aa6", + "bom-ref": "urn:uuid:45c8a28b-cd35-4b85-a125-656e8e11c25b", "id": "CVE-2024-4741", "source": { "name": "debian-distro-debian-12", @@ -20211,7 +20313,7 @@ ] }, { - "bom-ref": "urn:uuid:ea9f3620-bd08-455d-b4c1-2f44c0506dd6", + "bom-ref": "urn:uuid:d910f836-3c74-4f59-98f8-33b305d64765", "id": "CVE-2024-5535", "source": { "name": "debian-distro-debian-12", @@ -20244,7 +20346,7 @@ ] }, { - "bom-ref": "urn:uuid:b22e8670-5bcb-41bb-ae4f-724268cda3ea", + "bom-ref": "urn:uuid:434941d6-2fb8-4db3-9841-fea9d45c40bd", "id": "CVE-2024-5535", "source": { "name": "debian-distro-debian-12", @@ -20277,7 +20379,7 @@ ] }, { - "bom-ref": "urn:uuid:543731a6-b15f-4c28-a946-c242e12fd230", + "bom-ref": "urn:uuid:353c94a6-82c0-4581-8138-d5cc3e7b6ae5", "id": "CVE-2024-5642", "source": { "name": "nvd-cpe", @@ -20328,7 +20430,71 @@ ] }, { - "bom-ref": "urn:uuid:a137b076-0913-4b20-8ca6-28895619f0dc", + "bom-ref": "urn:uuid:defccfaa-c07e-4253-b8c9-c4061d9b3663", + "id": "CVE-2024-6119", + "source": { + "name": "debian-distro-debian-12", + "url": "https://security-tracker.debian.org/tracker/CVE-2024-6119" + }, + "references": [ + { + "id": "CVE-2024-6119", + "source": { + "name": "debian-distro-debian-12", + "url": "https://security-tracker.debian.org/tracker/CVE-2024-6119" + } + } + ], + "ratings": [ + { + "severity": "high" + } + ], + "advisories": [ + { + "url": "https://security-tracker.debian.org/tracker/CVE-2024-6119" + } + ], + "affects": [ + { + "ref": "pkg:deb/debian/libssl3@3.0.13-1~deb12u1?arch=amd64&upstream=openssl&distro=debian-12&package-id=a1bc152826a84c57" + } + ] + }, + { + "bom-ref": "urn:uuid:aa2deec6-78bd-41c5-8f08-ea0c5956f0bd", + "id": "CVE-2024-6119", + "source": { + "name": "debian-distro-debian-12", + "url": "https://security-tracker.debian.org/tracker/CVE-2024-6119" + }, + "references": [ + { + "id": "CVE-2024-6119", + "source": { + "name": "debian-distro-debian-12", + "url": "https://security-tracker.debian.org/tracker/CVE-2024-6119" + } + } + ], + "ratings": [ + { + "severity": "high" + } + ], + "advisories": [ + { + "url": "https://security-tracker.debian.org/tracker/CVE-2024-6119" + } + ], + "affects": [ + { + "ref": "pkg:deb/debian/openssl@3.0.13-1~deb12u1?arch=amd64&distro=debian-12&package-id=cddd26047eac2a86" + } + ] + }, + { + "bom-ref": "urn:uuid:13fec594-3223-4b46-b0d5-96a8a10cea0e", "id": "CVE-2024-6923", "source": { "name": "nvd-cpe", @@ -20376,7 +20542,7 @@ ] }, { - "bom-ref": "urn:uuid:99dbcde7-9fa3-40aa-abe7-eea7a3c11b90", + "bom-ref": "urn:uuid:aee7a371-e968-43f6-8ee2-8d6f54e22c57", "id": "CVE-2024-7592", "source": { "name": "nvd-cpe", @@ -20392,6 +20558,12 @@ } ], "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", @@ -20401,6 +20573,12 @@ ], "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.", "advisories": [ + { + "url": "https://github.com/python/cpython/commit/391e5626e3ee5af267b97e37abc7475732e67621" + }, + { + "url": "https://github.com/python/cpython/commit/dcc3eaef98cd94d6cb6cb0f44bd1c903d04f33b1" + }, { "url": "https://github.com/python/cpython/issues/123067" }, @@ -20418,7 +20596,7 @@ ] }, { - "bom-ref": "urn:uuid:85c81c40-24ac-4ee0-90c1-40abed3f1775", + "bom-ref": "urn:uuid:0a69ba6a-6604-4c07-86db-6254a8ebbec9", "id": "CVE-2024-8088", "source": { "name": "nvd-cpe", @@ -20435,20 +20613,26 @@ ], "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 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.", "advisories": [ + { + "url": "https://github.com/python/cpython/commit/2231286d78d328c2f575e0b05b16fe447d1656d6" + }, { "url": "https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e" }, + { + "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/dcc5182f27c1500006a1ef78e10613bb45788dea" }, @@ -20458,6 +20642,9 @@ { "url": "https://github.com/python/cpython/issues/122905" }, + { + "url": "https://github.com/python/cpython/issues/123270" + }, { "url": "https://github.com/python/cpython/pull/122906" }, @@ -20472,7 +20659,7 @@ ] }, { - "bom-ref": "urn:uuid:18850bd6-cf53-468e-b1f1-02fa459487af", + "bom-ref": "urn:uuid:7ecd101d-8bcc-4769-8eeb-56bc2bf57039", "id": "GHSA-cx63-2mw6-8hw5", "source": { "name": "github-language-python", @@ -20508,7 +20695,7 @@ ] }, { - "bom-ref": "urn:uuid:030046a2-371a-4a61-896d-bcc8d56ec53a", + "bom-ref": "urn:uuid:0927caa0-1107-474a-86ad-e0b3269e4d7d", "id": "GHSA-jwhx-xcg6-8xhj", "source": { "name": "github-language-python", @@ -20544,7 +20731,7 @@ ] }, { - "bom-ref": "urn:uuid:591472ec-16c8-48dc-a8ae-aee88e636ae5", + "bom-ref": "urn:uuid:5c3dfa0b-5000-405a-b324-57663f995f4b", "id": "GHSA-mq26-g339-26xf", "source": { "name": "github-language-python", @@ -20580,7 +20767,7 @@ ] }, { - "bom-ref": "urn:uuid:4201eb7b-3b0a-4087-9433-3fd243fc9c12", + "bom-ref": "urn:uuid:67a0a466-242b-4a1d-8f15-3236a8507a73", "id": "GHSA-r9hx-vwmv-q579", "source": { "name": "github-language-python", 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 index 83740e3..ff28540 100644 --- 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 @@ -2,10 +2,10 @@ "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json", "bomFormat": "CycloneDX", "specVersion": "1.6", - "serialNumber": "urn:uuid:775eea82-af7a-48cc-a6d8-1bcd80a002f2", + "serialNumber": "urn:uuid:a928ca88-b2b5-4fb0-96cc-e9a31c499639", "version": 1, "metadata": { - "timestamp": "2024-08-28T11:17:14Z", + "timestamp": "2024-09-04T14:13:27Z", "tools": { "components": [ { @@ -4040,7 +4040,7 @@ ], "vulnerabilities": [ { - "bom-ref": "urn:uuid:bccea17f-9d52-40b7-834a-0c7c5d85bbff", + "bom-ref": "urn:uuid:741b4241-f9dc-4e66-a51e-d522f37080f5", "id": "CVE-2024-5535", "source": { "name": "alpine-distro-alpine-3.20", @@ -4072,7 +4072,7 @@ ] }, { - "bom-ref": "urn:uuid:b64d8079-bd6a-4eb7-8a22-9cb7a7fa058f", + "bom-ref": "urn:uuid:5c847e80-8c27-4661-8ed5-4ddfe05092e9", "id": "CVE-2024-5535", "source": { "name": "alpine-distro-alpine-3.20", @@ -4104,7 +4104,7 @@ ] }, { - "bom-ref": "urn:uuid:36f78403-cbfc-4969-a82e-36fb21b2adca", + "bom-ref": "urn:uuid:3140d38e-bd69-4316-b27d-3be1dce59807", "id": "CVE-2024-6197", "source": { "name": "alpine-distro-alpine-3.20", @@ -4136,7 +4136,7 @@ ] }, { - "bom-ref": "urn:uuid:d2666fa2-904c-4c49-9d54-4c3ee8fa5e70", + "bom-ref": "urn:uuid:97d5ab5e-6ddf-46e9-948f-c98b95edb107", "id": "CVE-2024-6874", "source": { "name": "alpine-distro-alpine-3.20", @@ -4168,7 +4168,7 @@ ] }, { - "bom-ref": "urn:uuid:d581dfb9-9183-4b9e-b88c-521ed4b8e802", + "bom-ref": "urn:uuid:a861fe0b-89f7-4f49-b651-57902a6f8840", "id": "CVE-2024-7264", "source": { "name": "alpine-distro-alpine-3.20", 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 index 8162022..665caaf 100644 --- 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 @@ -2,10 +2,10 @@ "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json", "bomFormat": "CycloneDX", "specVersion": "1.6", - "serialNumber": "urn:uuid:7afe44ba-5608-4947-911c-82c61ea113c5", + "serialNumber": "urn:uuid:c0bf4d8e-5b77-4543-94e0-22aa3c7faa8c", "version": 1, "metadata": { - "timestamp": "2024-08-28T11:17:16Z", + "timestamp": "2024-09-04T14:13:29Z", "tools": { "components": [ { diff --git a/sboms/ghcr.io_matrix-org_sliding-sync:v0.99.19.json b/sboms/ghcr.io_matrix-org_sliding-sync:v0.99.19.json deleted file mode 100644 index aee45ab..0000000 --- a/sboms/ghcr.io_matrix-org_sliding-sync:v0.99.19.json +++ /dev/null @@ -1,6466 +0,0 @@ -{ - "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json", - "bomFormat": "CycloneDX", - "specVersion": "1.6", - "serialNumber": "urn:uuid:d544abc0-afb6-4059-b485-75eeb191fb9d", - "version": 1, - "metadata": { - "timestamp": "2024-08-28T11:17:20Z", - "tools": { - "components": [ - { - "type": "application", - "author": "anchore", - "name": "grype", - "version": "0.79.2" - } - ] - }, - "component": { - "bom-ref": "09f0b049695da104", - "type": "container", - "name": "ghcr.io/matrix-org/sliding-sync:v0.99.19", - "version": "v0.99.19" - }, - "properties": null - }, - "components": [ - { - "bom-ref": "pkg:apk/alpine/alpine-baselayout@3.4.0-r0?arch=x86_64&distro=alpine-3.17.8&package-id=0a3b4a9dae4049aa", - "type": "library", - "publisher": "Natanael Copa ", - "name": "alpine-baselayout", - "version": "3.4.0-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.4.0-r0:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/alpine-baselayout@3.4.0-r0?arch=x86_64&distro=alpine-3.17.8", - "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.4.0-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout:3.4.0-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout:3.4.0-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:alpine:alpine-baselayout:3.4.0-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:alpine:alpine_baselayout:3.4.0-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:2ed64988a12d2897484ebeae1a9b7ade79eb5da54413bae6f88e3caa736db0ff" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "bd965a7ebf7fd8f07d7a0cc0d7375bf3e4eb9b24" - }, - { - "name": "syft:metadata:installedSize", - "value": "331776" - }, - { - "name": "syft:metadata:originPackage", - "value": "alpine-baselayout" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1/eXfmbYT1WXenFSqKjroYyK84NE=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "alpine-baselayout-data=3.4.0-r0" - }, - { - "name": "syft:metadata:pullDependencies:1", - "value": "/bin/sh" - }, - { - "name": "syft:metadata:size", - "value": "8890" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/alpine-baselayout-data@3.4.0-r0?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.17.8&package-id=008bcc1445f44203", - "type": "library", - "publisher": "Natanael Copa ", - "name": "alpine-baselayout-data", - "version": "3.4.0-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.4.0-r0:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/alpine-baselayout-data@3.4.0-r0?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.17.8", - "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.4.0-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:alpine_baselayout_data:alpine-baselayout-data:3.4.0-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:alpine_baselayout_data:alpine_baselayout_data:3.4.0-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:alpine-baselayout:alpine-baselayout-data:3.4.0-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:alpine-baselayout:alpine_baselayout_data:3.4.0-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:alpine_baselayout:alpine-baselayout-data:3.4.0-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:alpine_baselayout:alpine_baselayout_data:3.4.0-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:alpine:alpine-baselayout-data:3.4.0-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:alpine:alpine_baselayout_data:3.4.0-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:2ed64988a12d2897484ebeae1a9b7ade79eb5da54413bae6f88e3caa736db0ff" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "bd965a7ebf7fd8f07d7a0cc0d7375bf3e4eb9b24" - }, - { - "name": "syft:metadata:installedSize", - "value": "77824" - }, - { - "name": "syft:metadata:originPackage", - "value": "alpine-baselayout" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1/JgpM8J6DWI/541tUX+uHEzSjqo=" - }, - { - "name": "syft:metadata:size", - "value": "11664" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/alpine-keys@2.4-r1?arch=x86_64&distro=alpine-3.17.8&package-id=f0def3051a26afc8", - "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.17.8", - "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:2ed64988a12d2897484ebeae1a9b7ade79eb5da54413bae6f88e3caa736db0ff" - }, - { - "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": "Q1KM01lfKVp+gEZn23awujqjSkrN8=" - }, - { - "name": "syft:metadata:size", - "value": "13361" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/apk-tools@2.12.14-r0?arch=x86_64&distro=alpine-3.17.8&package-id=2f792c9cf3cf5d47", - "type": "library", - "publisher": "Natanael Copa ", - "name": "apk-tools", - "version": "2.12.14-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.12.14-r0:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/apk-tools@2.12.14-r0?arch=x86_64&distro=alpine-3.17.8", - "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.12.14-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:apk_tools:apk-tools:2.12.14-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:apk_tools:apk_tools:2.12.14-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:apk:apk-tools:2.12.14-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:apk:apk_tools:2.12.14-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:2ed64988a12d2897484ebeae1a9b7ade79eb5da54413bae6f88e3caa736db0ff" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "4cd1b0cf511ab36827c4aeafb6a23faa18c197fa" - }, - { - "name": "syft:metadata:installedSize", - "value": "299008" - }, - { - "name": "syft:metadata:originPackage", - "value": "apk-tools" - }, - { - "name": "syft:metadata:provides:0", - "value": "so:libapk.so.3.12.0=3.12.0" - }, - { - "name": "syft:metadata:provides:1", - "value": "cmd:apk=2.12.14-r0" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1HOoSei/SB4v8JReTKt8iyLDJxeg=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "musl>=1.2" - }, - { - "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": "123539" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/brotli-libs@1.0.9-r9?arch=x86_64&upstream=brotli&distro=alpine-3.17.8&package-id=bde4542835444bf1", - "type": "library", - "publisher": "prspkt ", - "name": "brotli-libs", - "version": "1.0.9-r9", - "description": "Generic lossless compressor (libraries)", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:brotli-libs:brotli-libs:1.0.9-r9:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/brotli-libs@1.0.9-r9?arch=x86_64&upstream=brotli&distro=alpine-3.17.8", - "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.0.9-r9:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:brotli_libs:brotli-libs:1.0.9-r9:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:brotli_libs:brotli_libs:1.0.9-r9:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:brotli:brotli-libs:1.0.9-r9:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:brotli:brotli_libs:1.0.9-r9:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google:brotli-libs:1.0.9-r9:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:google:brotli_libs:1.0.9-r9:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:2ed64988a12d2897484ebeae1a9b7ade79eb5da54413bae6f88e3caa736db0ff" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "c3a28553096c48153eb9736fbad98367cd88d7c0" - }, - { - "name": "syft:metadata:installedSize", - "value": "802816" - }, - { - "name": "syft:metadata:originPackage", - "value": "brotli" - }, - { - "name": "syft:metadata:provides:0", - "value": "so:libbrotlicommon.so.1=1.0.9" - }, - { - "name": "syft:metadata:provides:1", - "value": "so:libbrotlidec.so.1=1.0.9" - }, - { - "name": "syft:metadata:provides:2", - "value": "so:libbrotlienc.so.1=1.0.9" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1tpGz/n7kiRnU4ap/WM74bHEwJB8=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "so:libc.musl-x86_64.so.1" - }, - { - "name": "syft:metadata:size", - "value": "348543" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/busybox@1.35.0-r31?arch=x86_64&distro=alpine-3.17.8&package-id=f300e9f8f2d4355c", - "type": "library", - "publisher": "Sören Tempel ", - "name": "busybox", - "version": "1.35.0-r31", - "description": "Size optimized toolbox of many common UNIX utilities", - "licenses": [ - { - "license": { - "id": "GPL-2.0-only" - } - } - ], - "cpe": "cpe:2.3:a:busybox:busybox:1.35.0-r31:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/busybox@1.35.0-r31?arch=x86_64&distro=alpine-3.17.8", - "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:2ed64988a12d2897484ebeae1a9b7ade79eb5da54413bae6f88e3caa736db0ff" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "14d002092620f03624ffbe33ccffe3b89a64b8ad" - }, - { - "name": "syft:metadata:installedSize", - "value": "966656" - }, - { - "name": "syft:metadata:originPackage", - "value": "busybox" - }, - { - "name": "syft:metadata:provides:0", - "value": "cmd:busybox=1.35.0-r31" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1bpvt4zSH1bH8cmJEwgmFKLZHeuk=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "so:libc.musl-x86_64.so.1" - }, - { - "name": "syft:metadata:size", - "value": "509723" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/busybox-binsh@1.35.0-r31?arch=x86_64&upstream=busybox&distro=alpine-3.17.8&package-id=a995da7a1cf14315", - "type": "library", - "publisher": "Sören Tempel ", - "name": "busybox-binsh", - "version": "1.35.0-r31", - "description": "busybox ash /bin/sh", - "licenses": [ - { - "license": { - "id": "GPL-2.0-only" - } - } - ], - "cpe": "cpe:2.3:a:busybox-binsh:busybox-binsh:1.35.0-r31:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/busybox-binsh@1.35.0-r31?arch=x86_64&upstream=busybox&distro=alpine-3.17.8", - "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.35.0-r31:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:busybox_binsh:busybox-binsh:1.35.0-r31:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:busybox_binsh:busybox_binsh:1.35.0-r31:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:busybox:busybox-binsh:1.35.0-r31:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:busybox:busybox_binsh:1.35.0-r31:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:2ed64988a12d2897484ebeae1a9b7ade79eb5da54413bae6f88e3caa736db0ff" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "14d002092620f03624ffbe33ccffe3b89a64b8ad" - }, - { - "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.35.0-r31" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1DI7Cqp/Os8EVvApAExDAUVHlG2M=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "busybox=1.35.0-r31" - }, - { - "name": "syft:metadata:size", - "value": "1543" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/ca-certificates@20240226-r0?arch=x86_64&distro=alpine-3.17.8&package-id=407923a90eac9d7b", - "type": "library", - "publisher": "Natanael Copa ", - "name": "ca-certificates", - "version": "20240226-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:20240226-r0:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/ca-certificates@20240226-r0?arch=x86_64&distro=alpine-3.17.8", - "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:20240226-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ca_certificates:ca-certificates:20240226-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ca_certificates:ca_certificates:20240226-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:mozilla:ca-certificates:20240226-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:mozilla:ca_certificates:20240226-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ca:ca-certificates:20240226-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ca:ca_certificates:20240226-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:2ed64988a12d2897484ebeae1a9b7ade79eb5da54413bae6f88e3caa736db0ff" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "9190933bfb50279025c42ffe8030753fbfd0e71a" - }, - { - "name": "syft:metadata:installedSize", - "value": "733184" - }, - { - "name": "syft:metadata:originPackage", - "value": "ca-certificates" - }, - { - "name": "syft:metadata:provides:0", - "value": "cmd:c_rehash=20240226-r0" - }, - { - "name": "syft:metadata:provides:1", - "value": "cmd:update-ca-certificates=20240226-r0" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1fqnYxeJKoSK5ijMBiaN+RnLue7g=" - }, - { - "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": "162140" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/ca-certificates-bundle@20240226-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.17.8&package-id=234854d89fbfe9be", - "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.17.8", - "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:2ed64988a12d2897484ebeae1a9b7ade79eb5da54413bae6f88e3caa736db0ff" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "9190933bfb50279025c42ffe8030753fbfd0e71a" - }, - { - "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": "Q1QFWQvABuedknNSqtDccj0xOa3qI=" - }, - { - "name": "syft:metadata:size", - "value": "130238" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/curl@8.5.0-r0?arch=x86_64&distro=alpine-3.17.8&package-id=84e74ed734ce02fc", - "type": "library", - "publisher": "Natanael Copa ", - "name": "curl", - "version": "8.5.0-r0", - "description": "URL retrival utility and library", - "licenses": [ - { - "license": { - "id": "curl" - } - } - ], - "cpe": "cpe:2.3:a:curl:curl:8.5.0-r0:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/curl@8.5.0-r0?arch=x86_64&distro=alpine-3.17.8", - "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:cpe23", - "value": "cpe:2.3:a:haxx:curl:8.5.0-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:2ed64988a12d2897484ebeae1a9b7ade79eb5da54413bae6f88e3caa736db0ff" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "24c2f17ee160ba8095de8d526a891a110b211476" - }, - { - "name": "syft:metadata:installedSize", - "value": "286720" - }, - { - "name": "syft:metadata:originPackage", - "value": "curl" - }, - { - "name": "syft:metadata:provides:0", - "value": "cmd:curl=8.5.0-r0" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1jXsOVH/SKah0nayikIBLhpE82x8=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "ca-certificates" - }, - { - "name": "syft:metadata:pullDependencies:1", - "value": "so:libc.musl-x86_64.so.1" - }, - { - "name": "syft:metadata:pullDependencies:2", - "value": "so:libcurl.so.4" - }, - { - "name": "syft:metadata:pullDependencies:3", - "value": "so:libz.so.1" - }, - { - "name": "syft:metadata:size", - "value": "156188" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/renekroon/ttlcache@v2.8.1?package-id=28ae257cec56af1f#v2", - "type": "library", - "name": "github.com/ReneKroon/ttlcache/v2", - "version": "v2.8.1", - "cpe": "cpe:2.3:a:ReneKroon:ttlcache\\/v2:v2.8.1:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/ReneKroon/ttlcache@v2.8.1#v2", - "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:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:0Exdyt5+vEsdRoFO1T7qDIYM3gq/ETbeYV+vjgcPxZk=" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/beorn7/perks@v1.0.1?package-id=789a0c0e1876202b", - "type": "library", - "name": "github.com/beorn7/perks", - "version": "v1.0.1", - "cpe": "cpe:2.3:a:beorn7:perks:v1.0.1:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/beorn7/perks@v1.0.1", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" - }, - { - "name": "syft:package:language", - "value": "go" - }, - { - "name": "syft:package:type", - "value": "go-module" - }, - { - "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/cenkalti/backoff@v4.2.1?package-id=c60067ea7b7a03cf#v4", - "type": "library", - "name": "github.com/cenkalti/backoff/v4", - "version": "v4.2.1", - "cpe": "cpe:2.3:a:cenkalti:backoff\\/v4:v4.2.1:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/cenkalti/backoff@v4.2.1#v4", - "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:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:y4OZtCnogmCPw98Zjyt5a6+QwPLGkiQsYW5oUqylYbM=" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/cespare/xxhash@v2.2.0?package-id=b90d448a627e054d#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: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:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/felixge/httpsnoop@v1.0.3?package-id=4e62a71de181f565", - "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", - "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:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:s/nj+GCswXYzN5v2DpNMuMQYe+0DDwt5WVCU6CWBdXk=" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/fxamacker/cbor@v2.5.0?package-id=bdbcb925797f49c0#v2", - "type": "library", - "name": "github.com/fxamacker/cbor/v2", - "version": "v2.5.0", - "cpe": "cpe:2.3:a:fxamacker:cbor\\/v2:v2.5.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/fxamacker/cbor@v2.5.0#v2", - "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:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:oHsG0V/Q6E/wqTS2O1Cozzsy69nqCiguo5Q1a1ADivE=" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/getsentry/sentry-go@v0.24.1?package-id=cd005b5120bf4938", - "type": "library", - "name": "github.com/getsentry/sentry-go", - "version": "v0.24.1", - "cpe": "cpe:2.3:a:getsentry:sentry-go:v0.24.1:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/getsentry/sentry-go@v0.24.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:cpe23", - "value": "cpe:2.3:a:getsentry:sentry_go:v0.24.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:W6/0GyTy8J6ge6lVCc94WB6Gx2ZuLrgopnn9w8Hiwuk=" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/go-logr/logr@v1.2.4?package-id=d2240c7539b3eb85", - "type": "library", - "name": "github.com/go-logr/logr", - "version": "v1.2.4", - "cpe": "cpe:2.3:a:go-logr:logr:v1.2.4:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/go-logr/logr@v1.2.4", - "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:go_logr:logr:v1.2.4:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:go:logr:v1.2.4:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:g01GSCwiDw2xSZfjJ2/T9M+S6pFdcNtFYsp+Y43HYDQ=" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/go-logr/stdr@v1.2.2?package-id=5b2865e65a8c5252", - "type": "library", - "name": "github.com/go-logr/stdr", - "version": "v1.2.2", - "cpe": "cpe:2.3:a:go-logr:stdr:v1.2.2:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/go-logr/stdr@v1.2.2", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" - }, - { - "name": "syft:package:language", - "value": "go" - }, - { - "name": "syft:package:type", - "value": "go-module" - }, - { - "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:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/golang/protobuf@v1.5.3?package-id=059278db016f5da1", - "type": "library", - "name": "github.com/golang/protobuf", - "version": "v1.5.3", - "cpe": "cpe:2.3:a:golang:protobuf:v1.5.3:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/golang/protobuf@v1.5.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:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg=" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/gorilla/mux@v1.8.0?package-id=371efe997cac9bd9", - "type": "library", - "name": "github.com/gorilla/mux", - "version": "v1.8.0", - "cpe": "cpe:2.3:a:gorilla:mux:v1.8.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/gorilla/mux@v1.8.0", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" - }, - { - "name": "syft:package:language", - "value": "go" - }, - { - "name": "syft:package:type", - "value": "go-module" - }, - { - "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI=" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/grpc-ecosystem/grpc-gateway@v2.17.0?package-id=e549719f65698120#v2", - "type": "library", - "name": "github.com/grpc-ecosystem/grpc-gateway/v2", - "version": "v2.17.0", - "cpe": "cpe:2.3:a:grpc-ecosystem:grpc-gateway\\/v2:v2.17.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/grpc-ecosystem/grpc-gateway@v2.17.0#v2", - "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:grpc-ecosystem:grpc_gateway\\/v2:v2.17.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:grpc_ecosystem:grpc-gateway\\/v2:v2.17.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:grpc_ecosystem:grpc_gateway\\/v2:v2.17.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:grpc:grpc-gateway\\/v2:v2.17.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:grpc:grpc_gateway\\/v2:v2.17.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:Rme6CE1aUTyV9WmrEPyGf1V+7W3iQzZ1DZkKnT6z9B0=" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/jmoiron/sqlx@v1.3.3?package-id=61ce82dd83514351", - "type": "library", - "name": "github.com/jmoiron/sqlx", - "version": "v1.3.3", - "cpe": "cpe:2.3:a:jmoiron:sqlx:v1.3.3:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/jmoiron/sqlx@v1.3.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:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:j82X0bf7oQ27XeqxicSZsTU5suPwKElg3oyxNn43iTk=" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/lib/pq@v1.10.9?package-id=286e09b636ebc239", - "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", - "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:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw=" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/matrix-org/gomatrixserverlib@v0.0.0-20230921171121-0466775328c7?package-id=0dee2f605f01de53", - "type": "library", - "name": "github.com/matrix-org/gomatrixserverlib", - "version": "v0.0.0-20230921171121-0466775328c7", - "cpe": "cpe:2.3:a:matrix-org:gomatrixserverlib:v0.0.0-20230921171121-0466775328c7:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/matrix-org/gomatrixserverlib@v0.0.0-20230921171121-0466775328c7", - "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:matrix_org:gomatrixserverlib:v0.0.0-20230921171121-0466775328c7:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix:gomatrixserverlib:v0.0.0-20230921171121-0466775328c7:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:NhPNNFLHwdDb/upeicBh1GkxX/sFinEp5HF1WBqPtiY=" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/matrix-org/sliding-sync@v0.0.0-20240628152009-f70dbe0186ec?package-id=a8b38d6361c925d6", - "type": "library", - "name": "github.com/matrix-org/sliding-sync", - "version": "v0.0.0-20240628152009-f70dbe0186ec", - "cpe": "cpe:2.3:a:matrix-org:sliding-sync:v0.0.0-20240628152009-f70dbe0186ec:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/matrix-org/sliding-sync@v0.0.0-20240628152009-f70dbe0186ec", - "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:matrix-org:sliding_sync:v0.0.0-20240628152009-f70dbe0186ec:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_org:sliding-sync:v0.0.0-20240628152009-f70dbe0186ec:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix_org:sliding_sync:v0.0.0-20240628152009-f70dbe0186ec:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix:sliding-sync:v0.0.0-20240628152009-f70dbe0186ec:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix:sliding_sync:v0.0.0-20240628152009-f70dbe0186ec:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/matrix-org/util@v0.0.0-20221111132719-399730281e66?package-id=4585195133dca0bd", - "type": "library", - "name": "github.com/matrix-org/util", - "version": "v0.0.0-20221111132719-399730281e66", - "cpe": "cpe:2.3:a:matrix-org:util:v0.0.0-20221111132719-399730281e66:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/matrix-org/util@v0.0.0-20221111132719-399730281e66", - "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:matrix_org:util:v0.0.0-20221111132719-399730281e66:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:matrix:util:v0.0.0-20221111132719-399730281e66:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:6z4KxomXSIGWqhHcfzExgkH3Z3UkIXry4ibJS4Aqz2Y=" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/mattn/go-colorable@v0.1.13?package-id=245bd3080b75b5a9", - "type": "library", - "name": "github.com/mattn/go-colorable", - "version": "v0.1.13", - "cpe": "cpe:2.3:a:mattn:go-colorable:v0.1.13:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/mattn/go-colorable@v0.1.13", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" - }, - { - "name": "syft:package:language", - "value": "go" - }, - { - "name": "syft:package:type", - "value": "go-module" - }, - { - "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:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/mattn/go-isatty@v0.0.19?package-id=4aa34ee55911f461", - "type": "library", - "name": "github.com/mattn/go-isatty", - "version": "v0.0.19", - "cpe": "cpe:2.3:a:mattn:go-isatty:v0.0.19:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/mattn/go-isatty@v0.0.19", - "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:mattn:go_isatty:v0.0.19:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:JITubQf0MOLdlGRuRq+jtsDlekdYPia9ZFsB8h/APPA=" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.1?package-id=f96325ff3642cf4b", - "type": "library", - "name": "github.com/matttproud/golang_protobuf_extensions", - "version": "v1.0.1", - "cpe": "cpe:2.3:a:matttproud:golang-protobuf-extensions:v1.0.1:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.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:cpe23", - "value": "cpe:2.3:a:matttproud:golang_protobuf_extensions:v1.0.1:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:4hp9jkHxhMHkqkrB3Ix0jegS5sx/RkqARlsWZ6pIwiU=" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/pressly/goose@v3.14.0?package-id=3ef930587e193556#v3", - "type": "library", - "name": "github.com/pressly/goose/v3", - "version": "v3.14.0", - "cpe": "cpe:2.3:a:pressly:goose\\/v3:v3.14.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/pressly/goose@v3.14.0#v3", - "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:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:gNrFLLDF+fujdq394rcdYK3WPxp3VKWifTajlZwInJM=" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/prometheus/client_golang@v1.13.0?package-id=d721a41d54f87451", - "type": "library", - "name": "github.com/prometheus/client_golang", - "version": "v1.13.0", - "cpe": "cpe:2.3:a:prometheus:client-golang:v1.13.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/prometheus/client_golang@v1.13.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:cpe23", - "value": "cpe:2.3:a:prometheus:client_golang:v1.13.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:b71QUfeo5M8gq2+evJdTPfZhYMAU0uKPkyPJ7TPsloU=" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/prometheus/client_model@v0.2.0?package-id=3e75dcc47376ff66", - "type": "library", - "name": "github.com/prometheus/client_model", - "version": "v0.2.0", - "cpe": "cpe:2.3:a:prometheus:client-model:v0.2.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/prometheus/client_model@v0.2.0", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" - }, - { - "name": "syft:package:language", - "value": "go" - }, - { - "name": "syft:package:type", - "value": "go-module" - }, - { - "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:prometheus:client_model:v0.2.0:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:uq5h0d+GuxiXLJLNABMgp2qUWDPiLvgCzz2dUR+/W/M=" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/prometheus/common@v0.37.0?package-id=d5329f4b00b08ca6", - "type": "library", - "name": "github.com/prometheus/common", - "version": "v0.37.0", - "cpe": "cpe:2.3:a:prometheus:common:v0.37.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/prometheus/common@v0.37.0", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" - }, - { - "name": "syft:package:language", - "value": "go" - }, - { - "name": "syft:package:type", - "value": "go-module" - }, - { - "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:ccBbHCgIiT9uSoFY0vX8H3zsNR5eLt17/RQLUvn8pXE=" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/prometheus/procfs@v0.11.0?package-id=15b6ead5200bcf9e", - "type": "library", - "name": "github.com/prometheus/procfs", - "version": "v0.11.0", - "cpe": "cpe:2.3:a:prometheus:procfs:v0.11.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/prometheus/procfs@v0.11.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:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:5EAgkfkMl659uZPbe9AS2N68a7Cc1TJbPEuGzFuRbyk=" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/rs/xid@v1.4.0?package-id=a0ba9826e0d4d4f9", - "type": "library", - "name": "github.com/rs/xid", - "version": "v1.4.0", - "cpe": "cpe:2.3:a:rs:xid:v1.4.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/rs/xid@v1.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:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:qd7wPTDkN6KQx2VmMBLrpHkiyQwgFXRnkOLacUiaSNY=" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/rs/zerolog@v1.29.0?package-id=8cffbf6d11e17e9f", - "type": "library", - "name": "github.com/rs/zerolog", - "version": "v1.29.0", - "cpe": "cpe:2.3:a:rs:zerolog:v1.29.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/rs/zerolog@v1.29.0", - "properties": [ - { - "name": "syft:package:foundBy", - "value": "go-module-binary-cataloger" - }, - { - "name": "syft:package:language", - "value": "go" - }, - { - "name": "syft:package:type", - "value": "go-module" - }, - { - "name": "syft:package:metadataType", - "value": "go-module-buildinfo-entry" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:Zes4hju04hjbvkVkOhdl2HpZa+0PmVwigmo8XoORE5w=" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/sirupsen/logrus@v1.9.3?package-id=d6b3d8555e8d7e58", - "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", - "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:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/tidwall/gjson@v1.16.0?package-id=6dcf7a20fa89b65e", - "type": "library", - "name": "github.com/tidwall/gjson", - "version": "v1.16.0", - "cpe": "cpe:2.3:a:tidwall:gjson:v1.16.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/tidwall/gjson@v1.16.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:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:SyXa+dsSPpUlcwEDuKuEBJEz5vzTvOea+9rjyYodQFg=" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/tidwall/match@v1.1.1?package-id=50ef28764b4e15f7", - "type": "library", - "name": "github.com/tidwall/match", - "version": "v1.1.1", - "cpe": "cpe:2.3:a:tidwall:match:v1.1.1:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/tidwall/match@v1.1.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:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:+Ho715JplO36QYgwN9PGYNhgZvoUSc9X2c80KVTi+GA=" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/tidwall/pretty@v1.2.1?package-id=8b131f33eacce304", - "type": "library", - "name": "github.com/tidwall/pretty", - "version": "v1.2.1", - "cpe": "cpe:2.3:a:tidwall:pretty:v1.2.1:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/tidwall/pretty@v1.2.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:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:qjsOFOWWQl+N3RsoF5/ssm1pHmJJwhjlSbZ51I6wMl4=" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/tidwall/sjson@v1.2.5?package-id=89412e689111eab4", - "type": "library", - "name": "github.com/tidwall/sjson", - "version": "v1.2.5", - "cpe": "cpe:2.3:a:tidwall:sjson:v1.2.5:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/tidwall/sjson@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:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:kLy8mja+1c9jlljvWTlSazM7cKDRfJuR/bOJhcY5NcY=" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:golang/github.com/x448/float16@v0.8.4?package-id=cd16759012aeb959", - "type": "library", - "name": "github.com/x448/float16", - "version": "v0.8.4", - "cpe": "cpe:2.3:a:x448:float16:v0.8.4:*:*:*:*:*:*:*", - "purl": "pkg:golang/github.com/x448/float16@v0.8.4", - "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:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:golang/go.opentelemetry.io/contrib/instrumentation@v0.44.0?package-id=1821c2888756468e#net/http/otelhttp", - "type": "library", - "name": "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp", - "version": "v0.44.0", - "cpe": "cpe:2.3:a:contrib:instrumentation\\/net\\/http\\/otelhttp:v0.44.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/go.opentelemetry.io/contrib/instrumentation@v0.44.0#net/http/otelhttp", - "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:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:KfYpVmrjI7JuToy5k8XV3nkapjWx48k4E4JOtVstzQI=" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:golang/go.opentelemetry.io/contrib/propagators@v1.18.0?package-id=7f73b68f910cdd0a#jaeger", - "type": "library", - "name": "go.opentelemetry.io/contrib/propagators/jaeger", - "version": "v1.18.0", - "cpe": "cpe:2.3:a:contrib:propagators\\/jaeger:v1.18.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/go.opentelemetry.io/contrib/propagators@v1.18.0#jaeger", - "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:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:T457dcPEUr4+wimXmIs+2lI8vpSnRpxEhSsY2n7+UjU=" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:golang/go.opentelemetry.io/otel@v1.18.0?package-id=7d2d1e068c1903f3", - "type": "library", - "name": "go.opentelemetry.io/otel", - "version": "v1.18.0", - "purl": "pkg:golang/go.opentelemetry.io/otel@v1.18.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:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:TgVozPGZ01nHyDZxK5WGPFB9QexeTMXEH7+tIClWfzs=" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:golang/go.opentelemetry.io/otel/exporters@v1.18.0?package-id=fadeb92ef19aa963#otlp/otlptrace", - "type": "library", - "name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace", - "version": "v1.18.0", - "cpe": "cpe:2.3:a:otel:exporters\\/otlp\\/otlptrace:v1.18.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/go.opentelemetry.io/otel/exporters@v1.18.0#otlp/otlptrace", - "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:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:IAtl+7gua134xcV3NieDhJHjjOVeJhXAnYf/0hswjUY=" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:golang/go.opentelemetry.io/otel/exporters@v1.18.0?package-id=275d2a7a9904eb34#otlp/otlptrace/otlptracehttp", - "type": "library", - "name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp", - "version": "v1.18.0", - "cpe": "cpe:2.3:a:otel:exporters\\/otlp\\/otlptrace\\/otlptracehttp:v1.18.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/go.opentelemetry.io/otel/exporters@v1.18.0#otlp/otlptrace/otlptracehttp", - "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:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:6pu8ttx76BxHf+xz/H77AUZkPF3cwWzXqAUsXhVKI18=" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:golang/go.opentelemetry.io/otel/metric@v1.18.0?package-id=6b10d32424dc5871", - "type": "library", - "name": "go.opentelemetry.io/otel/metric", - "version": "v1.18.0", - "cpe": "cpe:2.3:a:otel:metric:v1.18.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/go.opentelemetry.io/otel/metric@v1.18.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:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:JwVzw94UYmbx3ej++CwLUQZxEODDj/pOuTCvzhtRrSQ=" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:golang/go.opentelemetry.io/otel/sdk@v1.18.0?package-id=88494354bdc3d482", - "type": "library", - "name": "go.opentelemetry.io/otel/sdk", - "version": "v1.18.0", - "cpe": "cpe:2.3:a:otel:sdk:v1.18.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/go.opentelemetry.io/otel/sdk@v1.18.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:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:e3bAB0wB3MljH38sHzpV/qWrOTCFrdZF2ct9F8rBkcY=" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:golang/go.opentelemetry.io/otel/trace@v1.18.0?package-id=5f8cb30e385fece4", - "type": "library", - "name": "go.opentelemetry.io/otel/trace", - "version": "v1.18.0", - "cpe": "cpe:2.3:a:otel:trace:v1.18.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/go.opentelemetry.io/otel/trace@v1.18.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:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:NY+czwbHbmndxojTEKiSMHkG2ClNH2PwmcHrdo0JY10=" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:golang/go.opentelemetry.io/proto/otlp@v1.0.0?package-id=58a038610e05e5a2", - "type": "library", - "name": "go.opentelemetry.io/proto/otlp", - "version": "v1.0.0", - "cpe": "cpe:2.3:a:proto:otlp:v1.0.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/go.opentelemetry.io/proto/otlp@v1.0.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:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:T0TX0tmXU8a3CbNXzEKGeU5mIVOdf0oykP+u2lIVU/I=" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:golang/golang.org/x/crypto@v0.14.0?package-id=fe8b1f2529507404", - "type": "library", - "name": "golang.org/x/crypto", - "version": "v0.14.0", - "cpe": "cpe:2.3:a:golang:x\\/crypto:v0.14.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/golang.org/x/crypto@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:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:wBqGXzWJW6m1XrIKlAH0Hs1JJ7+9KBwnIO8v66Q9cHc=" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:golang/golang.org/x/exp@v0.0.0-20230905200255-921286631fa9?package-id=5ff481d1cc365cb0", - "type": "library", - "name": "golang.org/x/exp", - "version": "v0.0.0-20230905200255-921286631fa9", - "cpe": "cpe:2.3:a:golang:x\\/exp:v0.0.0-20230905200255-921286631fa9:*:*:*:*:*:*:*", - "purl": "pkg:golang/golang.org/x/exp@v0.0.0-20230905200255-921286631fa9", - "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:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:GoHiUyI/Tp2nVkLI2mCxVkOjsbSXD66ic0XW0js0R9g=" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:golang/golang.org/x/net@v0.17.0?package-id=bb8b344cac5f000e", - "type": "library", - "name": "golang.org/x/net", - "version": "v0.17.0", - "cpe": "cpe:2.3:a:golang:networking:v0.17.0:*:*:*:*:go:*:*", - "purl": "pkg:golang/golang.org/x/net@v0.17.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:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM=" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:golang/golang.org/x/sync@v0.3.0?package-id=125c93fe051291e2", - "type": "library", - "name": "golang.org/x/sync", - "version": "v0.3.0", - "cpe": "cpe:2.3:a:golang:x\\/sync:v0.3.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/golang.org/x/sync@v0.3.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:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:ftCYgMx6zT/asHUrPw8BLLscYtGznsLAnjq5RH9P66E=" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:golang/golang.org/x/sys@v0.13.0?package-id=0da07d2c3f7ac7c1", - "type": "library", - "name": "golang.org/x/sys", - "version": "v0.13.0", - "cpe": "cpe:2.3:a:golang:x\\/sys:v0.13.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/golang.org/x/sys@v0.13.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:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:golang/golang.org/x/text@v0.13.0?package-id=169fe487ffc20d4d", - "type": "library", - "name": "golang.org/x/text", - "version": "v0.13.0", - "cpe": "cpe:2.3:a:golang:text:v0.13.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/golang.org/x/text@v0.13.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:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:ablQoSUd0tRdKxZewP80B+BaqeKJuVhuRxj/dkrun3k=" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:golang/google.golang.org/genproto/googleapis@v0.0.0-20230822172742-b8732ec3820d?package-id=f335d7a251a15090#api", - "type": "library", - "name": "google.golang.org/genproto/googleapis/api", - "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#api", - "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:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:DoPTO70H+bcDXcd39vOqb2viZxgqeBeSGtZ55yZU4/Q=" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:golang/google.golang.org/genproto/googleapis@v0.0.0-20230822172742-b8732ec3820d?package-id=bf2cbf8dcf6742ac#rpc", - "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", - "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:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:uvYuEyMHKNt+lT4K3bN6fGswmK8qSvcreM3BwjDh+y4=" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:golang/google.golang.org/grpc@v1.58.3?package-id=62b7d6e292ed5f84", - "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", - "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:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:BjnpXut1btbtgN/6sp+brB2Kbm2LjNXnidYujAVbSoQ=" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:golang/google.golang.org/protobuf@v1.31.0?package-id=edca9c7817ed48a6", - "type": "library", - "name": "google.golang.org/protobuf", - "version": "v1.31.0", - "cpe": "cpe:2.3:a:google:protobuf:v1.31.0:*:*:*:*:*:*:*", - "purl": "pkg:golang/google.golang.org/protobuf@v1.31.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:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:architecture", - "value": "amd64" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - }, - { - "name": "syft:metadata:goCryptoSettings:0", - "value": "standard-crypto" - }, - { - "name": "syft:metadata:h1Digest", - "value": "h1:g0LDEJHgrBl9N9r17Ru3sqWhkIx2NB67okBHPwC7hs8=" - }, - { - "name": "syft:metadata:mainModule", - "value": "github.com/matrix-org/sliding-sync" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/libc-utils@0.7.2-r3?arch=x86_64&upstream=libc-dev&distro=alpine-3.17.8&package-id=f95be16d8615d51f", - "type": "library", - "publisher": "Natanael Copa ", - "name": "libc-utils", - "version": "0.7.2-r3", - "description": "Meta package to pull in correct libc", - "licenses": [ - { - "expression": "BSD-2-Clause AND BSD-3-Clause" - } - ], - "cpe": "cpe:2.3:a:libc-utils:libc-utils:0.7.2-r3:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/libc-utils@0.7.2-r3?arch=x86_64&upstream=libc-dev&distro=alpine-3.17.8", - "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:libc-utils:libc_utils:0.7.2-r3:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libc_utils:libc-utils:0.7.2-r3:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libc_utils:libc_utils:0.7.2-r3:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libc:libc-utils:0.7.2-r3:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libc:libc_utils:0.7.2-r3:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:2ed64988a12d2897484ebeae1a9b7ade79eb5da54413bae6f88e3caa736db0ff" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "60424133be2e79bbfeff3d58147a22886f817ce2" - }, - { - "name": "syft:metadata:installedSize", - "value": "4096" - }, - { - "name": "syft:metadata:originPackage", - "value": "libc-dev" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q19Gg06pBPiiG9UN94ql7qImsHSUQ=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "musl-utils" - }, - { - "name": "syft:metadata:size", - "value": "1485" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/libcrypto3@3.0.13-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.8&package-id=d7c2d608bef9ced1", - "type": "library", - "publisher": "Ariadne Conill ", - "name": "libcrypto3", - "version": "3.0.13-r0", - "description": "Crypto library from openssl", - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "cpe": "cpe:2.3:a:libcrypto3:libcrypto3:3.0.13-r0:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/libcrypto3@3.0.13-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.8", - "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.0.13-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libcrypto:libcrypto3:3.0.13-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libcrypto:libcrypto:3.0.13-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:2ed64988a12d2897484ebeae1a9b7ade79eb5da54413bae6f88e3caa736db0ff" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "e5e3f4bce3e8897f84449138e1a1390d004718a1" - }, - { - "name": "syft:metadata:installedSize", - "value": "4227072" - }, - { - "name": "syft:metadata:originPackage", - "value": "openssl" - }, - { - "name": "syft:metadata:provides:0", - "value": "so:libcrypto.so.3=3" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1g26Ag/kBBOP5w6DFF+G5lSScRjc=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "so:libc.musl-x86_64.so.1" - }, - { - "name": "syft:metadata:size", - "value": "1719114" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/libcurl@8.5.0-r0?arch=x86_64&upstream=curl&distro=alpine-3.17.8&package-id=334f8da813679bd5", - "type": "library", - "publisher": "Natanael Copa ", - "name": "libcurl", - "version": "8.5.0-r0", - "description": "The multiprotocol file transfer library", - "licenses": [ - { - "license": { - "id": "curl" - } - } - ], - "cpe": "cpe:2.3:a:libcurl:libcurl:8.5.0-r0:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/libcurl@8.5.0-r0?arch=x86_64&upstream=curl&distro=alpine-3.17.8", - "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:2ed64988a12d2897484ebeae1a9b7ade79eb5da54413bae6f88e3caa736db0ff" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "24c2f17ee160ba8095de8d526a891a110b211476" - }, - { - "name": "syft:metadata:installedSize", - "value": "622592" - }, - { - "name": "syft:metadata:originPackage", - "value": "curl" - }, - { - "name": "syft:metadata:provides:0", - "value": "so:libcurl.so.4=4.8.0" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q13yrapaDfpbRc7rfzZdMrwHVysqQ=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "ca-certificates" - }, - { - "name": "syft:metadata:pullDependencies:1", - "value": "so:libbrotlidec.so.1" - }, - { - "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:libnghttp2.so.14" - }, - { - "name": "syft:metadata:pullDependencies:5", - "value": "so:libssl.so.3" - }, - { - "name": "syft:metadata:pullDependencies:6", - "value": "so:libz.so.1" - }, - { - "name": "syft:metadata:size", - "value": "288358" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/libssl3@3.0.13-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.8&package-id=40f5de0c9514d98e", - "type": "library", - "publisher": "Ariadne Conill ", - "name": "libssl3", - "version": "3.0.13-r0", - "description": "SSL shared libraries", - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "cpe": "cpe:2.3:a:libssl3:libssl3:3.0.13-r0:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/libssl3@3.0.13-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.8", - "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.0.13-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libssl:libssl3:3.0.13-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:libssl:libssl:3.0.13-r0:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:2ed64988a12d2897484ebeae1a9b7ade79eb5da54413bae6f88e3caa736db0ff" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "e5e3f4bce3e8897f84449138e1a1390d004718a1" - }, - { - "name": "syft:metadata:installedSize", - "value": "622592" - }, - { - "name": "syft:metadata:originPackage", - "value": "openssl" - }, - { - "name": "syft:metadata:provides:0", - "value": "so:libssl.so.3=3" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1Vgd9/bv5wpDoJ52qT2a77gIy+y0=" - }, - { - "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:size", - "value": "246441" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.8&package-id=4d44a781f51d0fb5", - "type": "library", - "publisher": "Timo Teräs ", - "name": "musl", - "version": "1.2.3-r5", - "description": "the musl c library (libc) implementation", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:musl-libc:musl:1.2.3-r5:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.8", - "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.3-r5:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:musl:musl:1.2.3-r5:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:2ed64988a12d2897484ebeae1a9b7ade79eb5da54413bae6f88e3caa736db0ff" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "b12380f8608f8cdd44347db413e8937ac4a5565b" - }, - { - "name": "syft:metadata:installedSize", - "value": "634880" - }, - { - "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": "Q1S0ChPXPpHqy7oO9DCWigRum5FGI=" - }, - { - "name": "syft:metadata:size", - "value": "388948" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/musl-utils@1.2.3-r5?arch=x86_64&upstream=musl&distro=alpine-3.17.8&package-id=4780f8caa47c9cb2", - "type": "library", - "publisher": "Timo Teräs ", - "name": "musl-utils", - "version": "1.2.3-r5", - "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.3-r5:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/musl-utils@1.2.3-r5?arch=x86_64&upstream=musl&distro=alpine-3.17.8", - "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.3-r5:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:musl_utils:musl-utils:1.2.3-r5:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:musl_utils:musl_utils:1.2.3-r5:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:musl-libc:musl-utils:1.2.3-r5:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:musl-libc:musl_utils:1.2.3-r5:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:musl:musl-utils:1.2.3-r5:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:musl:musl_utils:1.2.3-r5:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:2ed64988a12d2897484ebeae1a9b7ade79eb5da54413bae6f88e3caa736db0ff" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "b12380f8608f8cdd44347db413e8937ac4a5565b" - }, - { - "name": "syft:metadata:installedSize", - "value": "135168" - }, - { - "name": "syft:metadata:originPackage", - "value": "musl" - }, - { - "name": "syft:metadata:provides:0", - "value": "cmd:getconf=1.2.3-r5" - }, - { - "name": "syft:metadata:provides:1", - "value": "cmd:getent=1.2.3-r5" - }, - { - "name": "syft:metadata:provides:2", - "value": "cmd:iconv=1.2.3-r5" - }, - { - "name": "syft:metadata:provides:3", - "value": "cmd:ldconfig=1.2.3-r5" - }, - { - "name": "syft:metadata:provides:4", - "value": "cmd:ldd=1.2.3-r5" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1h34ZHPVhEyf4NSuAvocVAS9DeGE=" - }, - { - "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": "36695" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/nghttp2-libs@1.51.0-r2?arch=x86_64&upstream=nghttp2&distro=alpine-3.17.8&package-id=7da33116f1dfc9f0", - "type": "library", - "publisher": "Francesco Colista ", - "name": "nghttp2-libs", - "version": "1.51.0-r2", - "description": "Experimental HTTP/2 client, server and proxy (libraries)", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "cpe": "cpe:2.3:a:nghttp2-libs:nghttp2-libs:1.51.0-r2:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/nghttp2-libs@1.51.0-r2?arch=x86_64&upstream=nghttp2&distro=alpine-3.17.8", - "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.51.0-r2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nghttp2_libs:nghttp2-libs:1.51.0-r2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nghttp2_libs:nghttp2_libs:1.51.0-r2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nghttp-libs:nghttp2-libs:1.51.0-r2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nghttp-libs:nghttp2_libs:1.51.0-r2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nghttp2-libs:nghttp-libs:1.51.0-r2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nghttp2-libs:nghttp_libs:1.51.0-r2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nghttp2_libs:nghttp-libs:1.51.0-r2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nghttp2_libs:nghttp_libs:1.51.0-r2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nghttp_libs:nghttp2-libs:1.51.0-r2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nghttp_libs:nghttp2_libs:1.51.0-r2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nghttp-libs:nghttp-libs:1.51.0-r2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nghttp-libs:nghttp_libs:1.51.0-r2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nghttp_libs:nghttp-libs:1.51.0-r2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nghttp_libs:nghttp_libs:1.51.0-r2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nghttp2:nghttp2-libs:1.51.0-r2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nghttp2:nghttp2_libs:1.51.0-r2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nghttp2:nghttp-libs:1.51.0-r2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nghttp2:nghttp_libs:1.51.0-r2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nghttp:nghttp2-libs:1.51.0-r2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nghttp:nghttp2_libs:1.51.0-r2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nghttp:nghttp-libs:1.51.0-r2:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:nghttp:nghttp_libs:1.51.0-r2:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:2ed64988a12d2897484ebeae1a9b7ade79eb5da54413bae6f88e3caa736db0ff" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "0ca024f5199034bbcd668b701ccb6f7899415505" - }, - { - "name": "syft:metadata:installedSize", - "value": "180224" - }, - { - "name": "syft:metadata:originPackage", - "value": "nghttp2" - }, - { - "name": "syft:metadata:provides:0", - "value": "so:libnghttp2.so.14=14.24.1" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1JZ1TFaSGJK5KrolcA072CC9IArk=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "so:libc.musl-x86_64.so.1" - }, - { - "name": "syft:metadata:size", - "value": "71428" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/scanelf@1.3.5-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.17.8&package-id=544ec51c3fe9a624", - "type": "library", - "publisher": "Natanael Copa ", - "name": "scanelf", - "version": "1.3.5-r1", - "description": "Scan ELF binaries for stuff", - "licenses": [ - { - "license": { - "id": "GPL-2.0-only" - } - } - ], - "cpe": "cpe:2.3:a:scanelf:scanelf:1.3.5-r1:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/scanelf@1.3.5-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.17.8", - "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:2ed64988a12d2897484ebeae1a9b7ade79eb5da54413bae6f88e3caa736db0ff" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "e52243dbb02069f10d48440ccc5fd41fa5fc2236" - }, - { - "name": "syft:metadata:installedSize", - "value": "98304" - }, - { - "name": "syft:metadata:originPackage", - "value": "pax-utils" - }, - { - "name": "syft:metadata:provides:0", - "value": "cmd:scanelf=1.3.5-r1" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q11dxYFsHvBFAzzHGDo5gOTDNJDyQ=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "so:libc.musl-x86_64.so.1" - }, - { - "name": "syft:metadata:size", - "value": "37687" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/ssl_client@1.35.0-r31?arch=x86_64&upstream=busybox&distro=alpine-3.17.8&package-id=f5ad95329e6ad20a", - "type": "library", - "publisher": "Sören Tempel ", - "name": "ssl_client", - "version": "1.35.0-r31", - "description": "EXternal ssl_client for busybox wget", - "licenses": [ - { - "license": { - "id": "GPL-2.0-only" - } - } - ], - "cpe": "cpe:2.3:a:ssl-client:ssl-client:1.35.0-r31:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/ssl_client@1.35.0-r31?arch=x86_64&upstream=busybox&distro=alpine-3.17.8", - "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.35.0-r31:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ssl_client:ssl-client:1.35.0-r31:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ssl_client:ssl_client:1.35.0-r31:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ssl:ssl-client:1.35.0-r31:*:*:*:*:*:*:*" - }, - { - "name": "syft:cpe23", - "value": "cpe:2.3:a:ssl:ssl_client:1.35.0-r31:*:*:*:*:*:*:*" - }, - { - "name": "syft:location:0:layerID", - "value": "sha256:2ed64988a12d2897484ebeae1a9b7ade79eb5da54413bae6f88e3caa736db0ff" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "14d002092620f03624ffbe33ccffe3b89a64b8ad" - }, - { - "name": "syft:metadata:installedSize", - "value": "28672" - }, - { - "name": "syft:metadata:originPackage", - "value": "busybox" - }, - { - "name": "syft:metadata:provides:0", - "value": "cmd:ssl_client=1.35.0-r31" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1qKEolPiP42oQMbXzbmJpwrQZmF8=" - }, - { - "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": "4928" - } - ] - }, - { - "bom-ref": "pkg:golang/stdlib@1.20.14?package-id=59de593c67ed2519", - "type": "library", - "name": "stdlib", - "version": "go1.20.14", - "licenses": [ - { - "license": { - "id": "BSD-3-Clause" - } - } - ], - "cpe": "cpe:2.3:a:golang:go:1.20.14:-:*:*:*:*:*:*", - "purl": "pkg:golang/stdlib@1.20.14", - "properties": [ - { - "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:e0977d5b8d6232956cf14c85fad722be095ddac6c3fa710397e8fcb4e93a0c76" - }, - { - "name": "syft:location:0:path", - "value": "/usr/bin/syncv3" - }, - { - "name": "syft:metadata:goCompiledVersion", - "value": "go1.20.14" - } - ] - }, - { - "bom-ref": "pkg:apk/alpine/zlib@1.2.13-r0?arch=x86_64&distro=alpine-3.17.8&package-id=6ad7c0b45a22318c", - "type": "library", - "publisher": "Natanael Copa ", - "name": "zlib", - "version": "1.2.13-r0", - "description": "A compression/decompression Library", - "licenses": [ - { - "license": { - "id": "Zlib" - } - } - ], - "cpe": "cpe:2.3:a:zlib:zlib:1.2.13-r0:*:*:*:*:*:*:*", - "purl": "pkg:apk/alpine/zlib@1.2.13-r0?arch=x86_64&distro=alpine-3.17.8", - "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:2ed64988a12d2897484ebeae1a9b7ade79eb5da54413bae6f88e3caa736db0ff" - }, - { - "name": "syft:location:0:path", - "value": "/lib/apk/db/installed" - }, - { - "name": "syft:metadata:gitCommitOfApkPort", - "value": "bb37266b06a72d21d1fd850ef4b86665cf9ef70f" - }, - { - "name": "syft:metadata:installedSize", - "value": "110592" - }, - { - "name": "syft:metadata:originPackage", - "value": "zlib" - }, - { - "name": "syft:metadata:provides:0", - "value": "so:libz.so.1=1.2.13" - }, - { - "name": "syft:metadata:pullChecksum", - "value": "Q1rjnXT01l1PAxXheUxe4Oldl5rFk=" - }, - { - "name": "syft:metadata:pullDependencies:0", - "value": "so:libc.musl-x86_64.so.1" - }, - { - "name": "syft:metadata:size", - "value": "54258" - } - ] - }, - { - "bom-ref": "os:alpine@3.17.8", - "type": "operating-system", - "name": "alpine", - "version": "3.17.8", - "description": "Alpine Linux v3.17", - "swid": { - "tagId": "alpine", - "name": "alpine", - "version": "3.17.8" - }, - "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.17" - }, - { - "name": "syft:distro:versionID", - "value": "3.17.8" - } - ] - } - ], - "dependencies": [ - { - "ref": "pkg:apk/alpine/alpine-baselayout@3.4.0-r0?arch=x86_64&distro=alpine-3.17.8&package-id=0a3b4a9dae4049aa", - "dependsOn": [ - "pkg:apk/alpine/alpine-baselayout-data@3.4.0-r0?arch=x86_64&upstream=alpine-baselayout&distro=alpine-3.17.8&package-id=008bcc1445f44203", - "pkg:apk/alpine/busybox-binsh@1.35.0-r31?arch=x86_64&upstream=busybox&distro=alpine-3.17.8&package-id=a995da7a1cf14315" - ] - }, - { - "ref": "pkg:apk/alpine/apk-tools@2.12.14-r0?arch=x86_64&distro=alpine-3.17.8&package-id=2f792c9cf3cf5d47", - "dependsOn": [ - "pkg:apk/alpine/ca-certificates-bundle@20240226-r0?arch=x86_64&upstream=ca-certificates&distro=alpine-3.17.8&package-id=234854d89fbfe9be", - "pkg:apk/alpine/libcrypto3@3.0.13-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.8&package-id=d7c2d608bef9ced1", - "pkg:apk/alpine/libssl3@3.0.13-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.8&package-id=40f5de0c9514d98e", - "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.8&package-id=4d44a781f51d0fb5", - "pkg:apk/alpine/zlib@1.2.13-r0?arch=x86_64&distro=alpine-3.17.8&package-id=6ad7c0b45a22318c" - ] - }, - { - "ref": "pkg:apk/alpine/brotli-libs@1.0.9-r9?arch=x86_64&upstream=brotli&distro=alpine-3.17.8&package-id=bde4542835444bf1", - "dependsOn": [ - "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.8&package-id=4d44a781f51d0fb5" - ] - }, - { - "ref": "pkg:apk/alpine/busybox-binsh@1.35.0-r31?arch=x86_64&upstream=busybox&distro=alpine-3.17.8&package-id=a995da7a1cf14315", - "dependsOn": [ - "pkg:apk/alpine/busybox@1.35.0-r31?arch=x86_64&distro=alpine-3.17.8&package-id=f300e9f8f2d4355c" - ] - }, - { - "ref": "pkg:apk/alpine/busybox@1.35.0-r31?arch=x86_64&distro=alpine-3.17.8&package-id=f300e9f8f2d4355c", - "dependsOn": [ - "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.8&package-id=4d44a781f51d0fb5" - ] - }, - { - "ref": "pkg:apk/alpine/ca-certificates@20240226-r0?arch=x86_64&distro=alpine-3.17.8&package-id=407923a90eac9d7b", - "dependsOn": [ - "pkg:apk/alpine/busybox-binsh@1.35.0-r31?arch=x86_64&upstream=busybox&distro=alpine-3.17.8&package-id=a995da7a1cf14315", - "pkg:apk/alpine/libcrypto3@3.0.13-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.8&package-id=d7c2d608bef9ced1", - "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.8&package-id=4d44a781f51d0fb5" - ] - }, - { - "ref": "pkg:apk/alpine/curl@8.5.0-r0?arch=x86_64&distro=alpine-3.17.8&package-id=84e74ed734ce02fc", - "dependsOn": [ - "pkg:apk/alpine/ca-certificates@20240226-r0?arch=x86_64&distro=alpine-3.17.8&package-id=407923a90eac9d7b", - "pkg:apk/alpine/libcurl@8.5.0-r0?arch=x86_64&upstream=curl&distro=alpine-3.17.8&package-id=334f8da813679bd5", - "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.8&package-id=4d44a781f51d0fb5", - "pkg:apk/alpine/zlib@1.2.13-r0?arch=x86_64&distro=alpine-3.17.8&package-id=6ad7c0b45a22318c" - ] - }, - { - "ref": "pkg:apk/alpine/libc-utils@0.7.2-r3?arch=x86_64&upstream=libc-dev&distro=alpine-3.17.8&package-id=f95be16d8615d51f", - "dependsOn": [ - "pkg:apk/alpine/musl-utils@1.2.3-r5?arch=x86_64&upstream=musl&distro=alpine-3.17.8&package-id=4780f8caa47c9cb2" - ] - }, - { - "ref": "pkg:apk/alpine/libcrypto3@3.0.13-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.8&package-id=d7c2d608bef9ced1", - "dependsOn": [ - "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.8&package-id=4d44a781f51d0fb5" - ] - }, - { - "ref": "pkg:apk/alpine/libcurl@8.5.0-r0?arch=x86_64&upstream=curl&distro=alpine-3.17.8&package-id=334f8da813679bd5", - "dependsOn": [ - "pkg:apk/alpine/brotli-libs@1.0.9-r9?arch=x86_64&upstream=brotli&distro=alpine-3.17.8&package-id=bde4542835444bf1", - "pkg:apk/alpine/ca-certificates@20240226-r0?arch=x86_64&distro=alpine-3.17.8&package-id=407923a90eac9d7b", - "pkg:apk/alpine/libcrypto3@3.0.13-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.8&package-id=d7c2d608bef9ced1", - "pkg:apk/alpine/libssl3@3.0.13-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.8&package-id=40f5de0c9514d98e", - "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.8&package-id=4d44a781f51d0fb5", - "pkg:apk/alpine/nghttp2-libs@1.51.0-r2?arch=x86_64&upstream=nghttp2&distro=alpine-3.17.8&package-id=7da33116f1dfc9f0", - "pkg:apk/alpine/zlib@1.2.13-r0?arch=x86_64&distro=alpine-3.17.8&package-id=6ad7c0b45a22318c" - ] - }, - { - "ref": "pkg:apk/alpine/libssl3@3.0.13-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.8&package-id=40f5de0c9514d98e", - "dependsOn": [ - "pkg:apk/alpine/libcrypto3@3.0.13-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.8&package-id=d7c2d608bef9ced1", - "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.8&package-id=4d44a781f51d0fb5" - ] - }, - { - "ref": "pkg:apk/alpine/musl-utils@1.2.3-r5?arch=x86_64&upstream=musl&distro=alpine-3.17.8&package-id=4780f8caa47c9cb2", - "dependsOn": [ - "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.8&package-id=4d44a781f51d0fb5", - "pkg:apk/alpine/scanelf@1.3.5-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.17.8&package-id=544ec51c3fe9a624" - ] - }, - { - "ref": "pkg:apk/alpine/nghttp2-libs@1.51.0-r2?arch=x86_64&upstream=nghttp2&distro=alpine-3.17.8&package-id=7da33116f1dfc9f0", - "dependsOn": [ - "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.8&package-id=4d44a781f51d0fb5" - ] - }, - { - "ref": "pkg:apk/alpine/scanelf@1.3.5-r1?arch=x86_64&upstream=pax-utils&distro=alpine-3.17.8&package-id=544ec51c3fe9a624", - "dependsOn": [ - "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.8&package-id=4d44a781f51d0fb5" - ] - }, - { - "ref": "pkg:apk/alpine/ssl_client@1.35.0-r31?arch=x86_64&upstream=busybox&distro=alpine-3.17.8&package-id=f5ad95329e6ad20a", - "dependsOn": [ - "pkg:apk/alpine/libcrypto3@3.0.13-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.8&package-id=d7c2d608bef9ced1", - "pkg:apk/alpine/libssl3@3.0.13-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.8&package-id=40f5de0c9514d98e", - "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.8&package-id=4d44a781f51d0fb5" - ] - }, - { - "ref": "pkg:apk/alpine/zlib@1.2.13-r0?arch=x86_64&distro=alpine-3.17.8&package-id=6ad7c0b45a22318c", - "dependsOn": [ - "pkg:apk/alpine/musl@1.2.3-r5?arch=x86_64&distro=alpine-3.17.8&package-id=4d44a781f51d0fb5" - ] - }, - { - "ref": "pkg:golang/github.com/matrix-org/sliding-sync@v0.0.0-20240628152009-f70dbe0186ec?package-id=a8b38d6361c925d6", - "dependsOn": [ - "pkg:golang/github.com/beorn7/perks@v1.0.1?package-id=789a0c0e1876202b", - "pkg:golang/github.com/cenkalti/backoff@v4.2.1?package-id=c60067ea7b7a03cf#v4", - "pkg:golang/github.com/cespare/xxhash@v2.2.0?package-id=b90d448a627e054d#v2", - "pkg:golang/github.com/felixge/httpsnoop@v1.0.3?package-id=4e62a71de181f565", - "pkg:golang/github.com/fxamacker/cbor@v2.5.0?package-id=bdbcb925797f49c0#v2", - "pkg:golang/github.com/getsentry/sentry-go@v0.24.1?package-id=cd005b5120bf4938", - "pkg:golang/github.com/go-logr/logr@v1.2.4?package-id=d2240c7539b3eb85", - "pkg:golang/github.com/go-logr/stdr@v1.2.2?package-id=5b2865e65a8c5252", - "pkg:golang/github.com/golang/protobuf@v1.5.3?package-id=059278db016f5da1", - "pkg:golang/github.com/gorilla/mux@v1.8.0?package-id=371efe997cac9bd9", - "pkg:golang/github.com/grpc-ecosystem/grpc-gateway@v2.17.0?package-id=e549719f65698120#v2", - "pkg:golang/github.com/jmoiron/sqlx@v1.3.3?package-id=61ce82dd83514351", - "pkg:golang/github.com/lib/pq@v1.10.9?package-id=286e09b636ebc239", - "pkg:golang/github.com/matrix-org/gomatrixserverlib@v0.0.0-20230921171121-0466775328c7?package-id=0dee2f605f01de53", - "pkg:golang/github.com/matrix-org/util@v0.0.0-20221111132719-399730281e66?package-id=4585195133dca0bd", - "pkg:golang/github.com/mattn/go-colorable@v0.1.13?package-id=245bd3080b75b5a9", - "pkg:golang/github.com/mattn/go-isatty@v0.0.19?package-id=4aa34ee55911f461", - "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.1?package-id=f96325ff3642cf4b", - "pkg:golang/github.com/pressly/goose@v3.14.0?package-id=3ef930587e193556#v3", - "pkg:golang/github.com/prometheus/client_golang@v1.13.0?package-id=d721a41d54f87451", - "pkg:golang/github.com/prometheus/client_model@v0.2.0?package-id=3e75dcc47376ff66", - "pkg:golang/github.com/prometheus/common@v0.37.0?package-id=d5329f4b00b08ca6", - "pkg:golang/github.com/prometheus/procfs@v0.11.0?package-id=15b6ead5200bcf9e", - "pkg:golang/github.com/renekroon/ttlcache@v2.8.1?package-id=28ae257cec56af1f#v2", - "pkg:golang/github.com/rs/xid@v1.4.0?package-id=a0ba9826e0d4d4f9", - "pkg:golang/github.com/rs/zerolog@v1.29.0?package-id=8cffbf6d11e17e9f", - "pkg:golang/github.com/sirupsen/logrus@v1.9.3?package-id=d6b3d8555e8d7e58", - "pkg:golang/github.com/tidwall/gjson@v1.16.0?package-id=6dcf7a20fa89b65e", - "pkg:golang/github.com/tidwall/match@v1.1.1?package-id=50ef28764b4e15f7", - "pkg:golang/github.com/tidwall/pretty@v1.2.1?package-id=8b131f33eacce304", - "pkg:golang/github.com/tidwall/sjson@v1.2.5?package-id=89412e689111eab4", - "pkg:golang/github.com/x448/float16@v0.8.4?package-id=cd16759012aeb959", - "pkg:golang/go.opentelemetry.io/contrib/instrumentation@v0.44.0?package-id=1821c2888756468e#net/http/otelhttp", - "pkg:golang/go.opentelemetry.io/contrib/propagators@v1.18.0?package-id=7f73b68f910cdd0a#jaeger", - "pkg:golang/go.opentelemetry.io/otel/exporters@v1.18.0?package-id=275d2a7a9904eb34#otlp/otlptrace/otlptracehttp", - "pkg:golang/go.opentelemetry.io/otel/exporters@v1.18.0?package-id=fadeb92ef19aa963#otlp/otlptrace", - "pkg:golang/go.opentelemetry.io/otel/metric@v1.18.0?package-id=6b10d32424dc5871", - "pkg:golang/go.opentelemetry.io/otel/sdk@v1.18.0?package-id=88494354bdc3d482", - "pkg:golang/go.opentelemetry.io/otel/trace@v1.18.0?package-id=5f8cb30e385fece4", - "pkg:golang/go.opentelemetry.io/otel@v1.18.0?package-id=7d2d1e068c1903f3", - "pkg:golang/go.opentelemetry.io/proto/otlp@v1.0.0?package-id=58a038610e05e5a2", - "pkg:golang/golang.org/x/crypto@v0.14.0?package-id=fe8b1f2529507404", - "pkg:golang/golang.org/x/exp@v0.0.0-20230905200255-921286631fa9?package-id=5ff481d1cc365cb0", - "pkg:golang/golang.org/x/net@v0.17.0?package-id=bb8b344cac5f000e", - "pkg:golang/golang.org/x/sync@v0.3.0?package-id=125c93fe051291e2", - "pkg:golang/golang.org/x/sys@v0.13.0?package-id=0da07d2c3f7ac7c1", - "pkg:golang/golang.org/x/text@v0.13.0?package-id=169fe487ffc20d4d", - "pkg:golang/google.golang.org/genproto/googleapis@v0.0.0-20230822172742-b8732ec3820d?package-id=bf2cbf8dcf6742ac#rpc", - "pkg:golang/google.golang.org/genproto/googleapis@v0.0.0-20230822172742-b8732ec3820d?package-id=f335d7a251a15090#api", - "pkg:golang/google.golang.org/grpc@v1.58.3?package-id=62b7d6e292ed5f84", - "pkg:golang/google.golang.org/protobuf@v1.31.0?package-id=edca9c7817ed48a6", - "pkg:golang/stdlib@1.20.14?package-id=59de593c67ed2519" - ] - } - ], - "vulnerabilities": [ - { - "bom-ref": "urn:uuid:9b2acb1a-4998-4eb9-884c-2322931d0334", - "id": "CVE-2023-24531", - "source": { - "name": "nvd-cpe", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24531" - }, - "references": [ - { - "id": "CVE-2023-24531", - "source": { - "name": "nvd-cpe", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24531" - } - } - ], - "ratings": [ - { - "score": 9.8, - "severity": "critical", - "method": "CVSSv31", - "vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" - } - ], - "description": "Command go env is documented as outputting a shell script containing the Go environment. However, go env doesn't sanitize values, so executing its output as a shell script can cause various bad bahaviors, including executing arbitrary commands or inserting new environment variables. This issue is relatively minor because, in general, if an attacker can set arbitrary environment variables on a system, they have better attack vectors than making \"go env\" print them out.", - "advisories": [ - { - "url": "https://go.dev/cl/488375" - }, - { - "url": "https://go.dev/cl/493535" - }, - { - "url": "https://go.dev/issue/58508" - }, - { - "url": "https://groups.google.com/g/golang-dev/c/ixHOFpSbajE/m/8EjlbKVWAwAJ" - }, - { - "url": "https://pkg.go.dev/vuln/GO-2024-2962" - } - ], - "affects": [ - { - "ref": "pkg:golang/stdlib@1.20.14?package-id=59de593c67ed2519" - } - ] - }, - { - "bom-ref": "urn:uuid:99615860-6b0b-477f-9b93-5be4499bc4f8", - "id": "CVE-2023-45288", - "source": { - "name": "nvd-cpe", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288" - }, - "references": [ - { - "id": "CVE-2023-45288", - "source": { - "name": "nvd-cpe", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288" - } - } - ], - "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" - } - ], - "description": "An attacker may cause an HTTP/2 endpoint to read arbitrary amounts of header data by sending an excessive number of CONTINUATION frames. Maintaining HPACK state requires parsing and processing all HEADERS and CONTINUATION frames on a connection. When a request's headers exceed MaxHeaderBytes, no memory is allocated to store the excess headers, but they are still parsed. This permits an attacker to cause an HTTP/2 endpoint to read arbitrary amounts of header data, all associated with a request which is going to be rejected. These headers can include Huffman-encoded data which is significantly more expensive for the receiver to decode than for an attacker to send. The fix sets a limit on the amount of excess header frames we will process before closing a connection.", - "advisories": [ - { - "url": "http://www.openwall.com/lists/oss-security/2024/04/03/16" - }, - { - "url": "http://www.openwall.com/lists/oss-security/2024/04/05/4" - }, - { - "url": "https://go.dev/cl/576155" - }, - { - "url": "https://go.dev/issue/65051" - }, - { - "url": "https://groups.google.com/g/golang-announce/c/YgW0sx8mN3M" - }, - { - "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QRYFHIQ6XRKRYBI2F5UESH67BJBQXUPT/" - }, - { - "url": "https://pkg.go.dev/vuln/GO-2024-2687" - }, - { - "url": "https://security.netapp.com/advisory/ntap-20240419-0009/" - } - ], - "affects": [ - { - "ref": "pkg:golang/stdlib@1.20.14?package-id=59de593c67ed2519" - } - ] - }, - { - "bom-ref": "urn:uuid:390d7300-6122-4aa1-8e0f-a3eb09ed9e67", - "id": "CVE-2023-45289", - "source": { - "name": "nvd-cpe", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45289" - }, - "references": [ - { - "id": "CVE-2023-45289", - "source": { - "name": "nvd-cpe", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45289" - } - } - ], - "ratings": [ - { - "severity": "unknown" - } - ], - "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.", - "advisories": [ - { - "url": "http://www.openwall.com/lists/oss-security/2024/03/08/4" - }, - { - "url": "https://go.dev/cl/569340" - }, - { - "url": "https://go.dev/issue/65065" - }, - { - "url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg" - }, - { - "url": "https://pkg.go.dev/vuln/GO-2024-2600" - }, - { - "url": "https://security.netapp.com/advisory/ntap-20240329-0006/" - } - ], - "affects": [ - { - "ref": "pkg:golang/stdlib@1.20.14?package-id=59de593c67ed2519" - } - ] - }, - { - "bom-ref": "urn:uuid:70f90832-c669-4864-9632-be919008546b", - "id": "CVE-2023-45290", - "source": { - "name": "nvd-cpe", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290" - }, - "references": [ - { - "id": "CVE-2023-45290", - "source": { - "name": "nvd-cpe", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290" - } - } - ], - "ratings": [ - { - "severity": "unknown" - } - ], - "description": "When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.", - "advisories": [ - { - "url": "http://www.openwall.com/lists/oss-security/2024/03/08/4" - }, - { - "url": "https://go.dev/cl/569341" - }, - { - "url": "https://go.dev/issue/65383" - }, - { - "url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg" - }, - { - "url": "https://pkg.go.dev/vuln/GO-2024-2599" - }, - { - "url": "https://security.netapp.com/advisory/ntap-20240329-0004/" - } - ], - "affects": [ - { - "ref": "pkg:golang/stdlib@1.20.14?package-id=59de593c67ed2519" - } - ] - }, - { - "bom-ref": "urn:uuid:a994b0bb-08de-47ca-b8f1-1107a4effab0", - "id": "CVE-2024-0853", - "source": { - "name": "alpine-distro-alpine-3.17", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-0853" - }, - "references": [ - { - "id": "CVE-2024-0853", - "source": { - "name": "alpine-distro-alpine-3.17", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-0853" - } - } - ], - "ratings": [ - { - "severity": "medium" - } - ], - "advisories": [ - { - "url": "https://www.cve.org/CVERecord?id=CVE-2024-0853" - } - ], - "affects": [ - { - "ref": "pkg:apk/alpine/curl@8.5.0-r0?arch=x86_64&distro=alpine-3.17.8&package-id=84e74ed734ce02fc" - } - ] - }, - { - "bom-ref": "urn:uuid:10cd60ad-ca28-4256-b85d-4865e163b915", - "id": "CVE-2024-0853", - "source": { - "name": "alpine-distro-alpine-3.17", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-0853" - }, - "references": [ - { - "id": "CVE-2024-0853", - "source": { - "name": "alpine-distro-alpine-3.17", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-0853" - } - } - ], - "ratings": [ - { - "severity": "medium" - } - ], - "advisories": [ - { - "url": "https://www.cve.org/CVERecord?id=CVE-2024-0853" - } - ], - "affects": [ - { - "ref": "pkg:apk/alpine/libcurl@8.5.0-r0?arch=x86_64&upstream=curl&distro=alpine-3.17.8&package-id=334f8da813679bd5" - } - ] - }, - { - "bom-ref": "urn:uuid:e20cc48c-e8d3-4cf5-845e-6cc0e50eee5b", - "id": "CVE-2024-2004", - "source": { - "name": "alpine-distro-alpine-3.17", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-2004" - }, - "references": [ - { - "id": "CVE-2024-2004", - "source": { - "name": "alpine-distro-alpine-3.17", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-2004" - } - } - ], - "ratings": [ - { - "severity": "low" - } - ], - "advisories": [ - { - "url": "https://www.cve.org/CVERecord?id=CVE-2024-2004" - } - ], - "affects": [ - { - "ref": "pkg:apk/alpine/curl@8.5.0-r0?arch=x86_64&distro=alpine-3.17.8&package-id=84e74ed734ce02fc" - } - ] - }, - { - "bom-ref": "urn:uuid:7aac74aa-8a33-4b8c-ae56-13c8ca490965", - "id": "CVE-2024-2004", - "source": { - "name": "alpine-distro-alpine-3.17", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-2004" - }, - "references": [ - { - "id": "CVE-2024-2004", - "source": { - "name": "alpine-distro-alpine-3.17", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-2004" - } - } - ], - "ratings": [ - { - "severity": "low" - } - ], - "advisories": [ - { - "url": "https://www.cve.org/CVERecord?id=CVE-2024-2004" - } - ], - "affects": [ - { - "ref": "pkg:apk/alpine/libcurl@8.5.0-r0?arch=x86_64&upstream=curl&distro=alpine-3.17.8&package-id=334f8da813679bd5" - } - ] - }, - { - "bom-ref": "urn:uuid:2ea489b9-975d-4388-8355-ceec1a66fff1", - "id": "CVE-2024-2379", - "source": { - "name": "alpine-distro-alpine-3.17", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-2379" - }, - "references": [ - { - "id": "CVE-2024-2379", - "source": { - "name": "alpine-distro-alpine-3.17", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-2379" - } - } - ], - "ratings": [ - { - "severity": "unknown" - } - ], - "advisories": [ - { - "url": "https://www.cve.org/CVERecord?id=CVE-2024-2379" - } - ], - "affects": [ - { - "ref": "pkg:apk/alpine/curl@8.5.0-r0?arch=x86_64&distro=alpine-3.17.8&package-id=84e74ed734ce02fc" - } - ] - }, - { - "bom-ref": "urn:uuid:93b58e38-7464-45e6-b847-ceff74090fdb", - "id": "CVE-2024-2379", - "source": { - "name": "alpine-distro-alpine-3.17", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-2379" - }, - "references": [ - { - "id": "CVE-2024-2379", - "source": { - "name": "alpine-distro-alpine-3.17", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-2379" - } - } - ], - "ratings": [ - { - "severity": "unknown" - } - ], - "advisories": [ - { - "url": "https://www.cve.org/CVERecord?id=CVE-2024-2379" - } - ], - "affects": [ - { - "ref": "pkg:apk/alpine/libcurl@8.5.0-r0?arch=x86_64&upstream=curl&distro=alpine-3.17.8&package-id=334f8da813679bd5" - } - ] - }, - { - "bom-ref": "urn:uuid:30392ccb-4a9c-4194-a7e7-5f197ab1cf4e", - "id": "CVE-2024-2398", - "source": { - "name": "alpine-distro-alpine-3.17", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-2398" - }, - "references": [ - { - "id": "CVE-2024-2398", - "source": { - "name": "alpine-distro-alpine-3.17", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-2398" - } - } - ], - "ratings": [ - { - "severity": "high" - } - ], - "advisories": [ - { - "url": "https://www.cve.org/CVERecord?id=CVE-2024-2398" - } - ], - "affects": [ - { - "ref": "pkg:apk/alpine/curl@8.5.0-r0?arch=x86_64&distro=alpine-3.17.8&package-id=84e74ed734ce02fc" - } - ] - }, - { - "bom-ref": "urn:uuid:fbac9383-0a6d-44bb-8a0f-6c59fd8eb10c", - "id": "CVE-2024-2398", - "source": { - "name": "alpine-distro-alpine-3.17", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-2398" - }, - "references": [ - { - "id": "CVE-2024-2398", - "source": { - "name": "alpine-distro-alpine-3.17", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-2398" - } - } - ], - "ratings": [ - { - "severity": "high" - } - ], - "advisories": [ - { - "url": "https://www.cve.org/CVERecord?id=CVE-2024-2398" - } - ], - "affects": [ - { - "ref": "pkg:apk/alpine/libcurl@8.5.0-r0?arch=x86_64&upstream=curl&distro=alpine-3.17.8&package-id=334f8da813679bd5" - } - ] - }, - { - "bom-ref": "urn:uuid:93ec2e1a-a7c6-4d5a-bfdf-c654980058a3", - "id": "CVE-2024-2466", - "source": { - "name": "alpine-distro-alpine-3.17", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-2466" - }, - "references": [ - { - "id": "CVE-2024-2466", - "source": { - "name": "alpine-distro-alpine-3.17", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-2466" - } - } - ], - "ratings": [ - { - "severity": "medium" - } - ], - "advisories": [ - { - "url": "https://www.cve.org/CVERecord?id=CVE-2024-2466" - } - ], - "affects": [ - { - "ref": "pkg:apk/alpine/curl@8.5.0-r0?arch=x86_64&distro=alpine-3.17.8&package-id=84e74ed734ce02fc" - } - ] - }, - { - "bom-ref": "urn:uuid:a3eae44c-7a15-4758-bf46-2fe9e636fdbc", - "id": "CVE-2024-2466", - "source": { - "name": "alpine-distro-alpine-3.17", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-2466" - }, - "references": [ - { - "id": "CVE-2024-2466", - "source": { - "name": "alpine-distro-alpine-3.17", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-2466" - } - } - ], - "ratings": [ - { - "severity": "medium" - } - ], - "advisories": [ - { - "url": "https://www.cve.org/CVERecord?id=CVE-2024-2466" - } - ], - "affects": [ - { - "ref": "pkg:apk/alpine/libcurl@8.5.0-r0?arch=x86_64&upstream=curl&distro=alpine-3.17.8&package-id=334f8da813679bd5" - } - ] - }, - { - "bom-ref": "urn:uuid:f0dccde0-17b3-48cf-9cbe-fd81b82f5dff", - "id": "CVE-2024-24783", - "source": { - "name": "nvd-cpe", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783" - }, - "references": [ - { - "id": "CVE-2024-24783", - "source": { - "name": "nvd-cpe", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783" - } - } - ], - "ratings": [ - { - "severity": "unknown" - } - ], - "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.", - "advisories": [ - { - "url": "http://www.openwall.com/lists/oss-security/2024/03/08/4" - }, - { - "url": "https://go.dev/cl/569339" - }, - { - "url": "https://go.dev/issue/65390" - }, - { - "url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg" - }, - { - "url": "https://pkg.go.dev/vuln/GO-2024-2598" - }, - { - "url": "https://security.netapp.com/advisory/ntap-20240329-0005/" - } - ], - "affects": [ - { - "ref": "pkg:golang/stdlib@1.20.14?package-id=59de593c67ed2519" - } - ] - }, - { - "bom-ref": "urn:uuid:39d635fe-6e7b-4a34-8962-351d9a4565dc", - "id": "CVE-2024-24784", - "source": { - "name": "nvd-cpe", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24784" - }, - "references": [ - { - "id": "CVE-2024-24784", - "source": { - "name": "nvd-cpe", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24784" - } - } - ], - "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:H/A:N" - } - ], - "description": "The ParseAddressList function incorrectly handles comments (text within parentheses) within display names. Since this is a misalignment with conforming address parsers, it can result in different trust decisions being made by programs using different parsers.", - "advisories": [ - { - "url": "http://www.openwall.com/lists/oss-security/2024/03/08/4" - }, - { - "url": "https://go.dev/cl/555596" - }, - { - "url": "https://go.dev/issue/65083" - }, - { - "url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg" - }, - { - "url": "https://pkg.go.dev/vuln/GO-2024-2609" - }, - { - "url": "https://security.netapp.com/advisory/ntap-20240329-0007/" - } - ], - "affects": [ - { - "ref": "pkg:golang/stdlib@1.20.14?package-id=59de593c67ed2519" - } - ] - }, - { - "bom-ref": "urn:uuid:bb1edab9-3614-4461-8e37-0cd06b7f6f8e", - "id": "CVE-2024-24785", - "source": { - "name": "nvd-cpe", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24785" - }, - "references": [ - { - "id": "CVE-2024-24785", - "source": { - "name": "nvd-cpe", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24785" - } - } - ], - "ratings": [ - { - "severity": "unknown" - } - ], - "description": "If errors returned from MarshalJSON methods contain user controlled data, they may be used to break the contextual auto-escaping behavior of the html/template package, allowing for subsequent actions to inject unexpected content into templates.", - "advisories": [ - { - "url": "http://www.openwall.com/lists/oss-security/2024/03/08/4" - }, - { - "url": "https://go.dev/cl/564196" - }, - { - "url": "https://go.dev/issue/65697" - }, - { - "url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg" - }, - { - "url": "https://pkg.go.dev/vuln/GO-2024-2610" - }, - { - "url": "https://security.netapp.com/advisory/ntap-20240329-0008/" - } - ], - "affects": [ - { - "ref": "pkg:golang/stdlib@1.20.14?package-id=59de593c67ed2519" - } - ] - }, - { - "bom-ref": "urn:uuid:6622e310-ee80-4814-814e-38b120e3b913", - "id": "CVE-2024-24787", - "source": { - "name": "nvd-cpe", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24787" - }, - "references": [ - { - "id": "CVE-2024-24787", - "source": { - "name": "nvd-cpe", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24787" - } - } - ], - "ratings": [ - { - "score": 6.4, - "severity": "medium", - "method": "CVSSv31", - "vector": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H" - } - ], - "description": "On Darwin, building a Go module which contains CGO can trigger arbitrary code execution when using the Apple version of ld, due to usage of the -lto_library flag in a \"#cgo LDFLAGS\" directive.", - "advisories": [ - { - "url": "http://www.openwall.com/lists/oss-security/2024/05/08/3" - }, - { - "url": "https://go.dev/cl/583815" - }, - { - "url": "https://go.dev/issue/67119" - }, - { - "url": "https://groups.google.com/g/golang-announce/c/wkkO4P9stm0" - }, - { - "url": "https://pkg.go.dev/vuln/GO-2024-2825" - }, - { - "url": "https://security.netapp.com/advisory/ntap-20240531-0006/" - } - ], - "affects": [ - { - "ref": "pkg:golang/stdlib@1.20.14?package-id=59de593c67ed2519" - } - ] - }, - { - "bom-ref": "urn:uuid:fdb13c5c-357c-4c50-81f5-145eb0f5fce1", - "id": "CVE-2024-24789", - "source": { - "name": "nvd-cpe", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24789" - }, - "references": [ - { - "id": "CVE-2024-24789", - "source": { - "name": "nvd-cpe", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24789" - } - } - ], - "ratings": [ - { - "score": 5.5, - "severity": "medium", - "method": "CVSSv31", - "vector": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N" - }, - { - "score": 5.3, - "severity": "medium", - "method": "CVSSv31", - "vector": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L" - } - ], - "description": "The archive/zip package's handling of certain types of invalid zip files differs from the behavior of most zip implementations. This misalignment could be exploited to create an zip file with contents that vary depending on the implementation reading the file. The archive/zip package now rejects files containing these errors.", - "advisories": [ - { - "url": "http://www.openwall.com/lists/oss-security/2024/06/04/1" - }, - { - "url": "https://go.dev/cl/585397" - }, - { - "url": "https://go.dev/issue/66869" - }, - { - "url": "https://groups.google.com/g/golang-announce/c/XbxouI9gY7k/m/TuoGEhxIEwAJ" - }, - { - "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U5YAEIA6IUHUNGJ7AIXXPQT6D2GYENX7/" - }, - { - "url": "https://pkg.go.dev/vuln/GO-2024-2888" - } - ], - "affects": [ - { - "ref": "pkg:golang/stdlib@1.20.14?package-id=59de593c67ed2519" - } - ] - }, - { - "bom-ref": "urn:uuid:ca6322f4-42db-4b5d-b9cd-d0c37fbf35bd", - "id": "CVE-2024-24790", - "source": { - "name": "nvd-cpe", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24790" - }, - "references": [ - { - "id": "CVE-2024-24790", - "source": { - "name": "nvd-cpe", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24790" - } - } - ], - "ratings": [ - { - "score": 9.8, - "severity": "critical", - "method": "CVSSv31", - "vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" - } - ], - "description": "The various Is methods (IsPrivate, IsLoopback, etc) did not work as expected for IPv4-mapped IPv6 addresses, returning false for addresses which would return true in their traditional IPv4 forms.", - "advisories": [ - { - "url": "http://www.openwall.com/lists/oss-security/2024/06/04/1" - }, - { - "url": "https://go.dev/cl/590316" - }, - { - "url": "https://go.dev/issue/67680" - }, - { - "url": "https://groups.google.com/g/golang-announce/c/XbxouI9gY7k/m/TuoGEhxIEwAJ" - }, - { - "url": "https://pkg.go.dev/vuln/GO-2024-2887" - } - ], - "affects": [ - { - "ref": "pkg:golang/stdlib@1.20.14?package-id=59de593c67ed2519" - } - ] - }, - { - "bom-ref": "urn:uuid:91bd4315-0601-4970-bd14-fc44f361b159", - "id": "CVE-2024-24791", - "source": { - "name": "nvd-cpe", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24791" - }, - "references": [ - { - "id": "CVE-2024-24791", - "source": { - "name": "nvd-cpe", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24791" - } - } - ], - "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" - } - ], - "description": "The net/http HTTP/1.1 client mishandled the case where a server responds to a request with an \"Expect: 100-continue\" header with a non-informational (200 or higher) status. This mishandling could leave a client connection in an invalid state, where the next request sent on the connection will fail. An attacker sending a request to a net/http/httputil.ReverseProxy proxy can exploit this mishandling to cause a denial of service by sending \"Expect: 100-continue\" requests which elicit a non-informational response from the backend. Each such request leaves the proxy with an invalid connection, and causes one subsequent request using that connection to fail.", - "advisories": [ - { - "url": "https://go.dev/cl/591255" - }, - { - "url": "https://go.dev/issue/67555" - }, - { - "url": "https://groups.google.com/g/golang-dev/c/t0rK-qHBqzY/m/6MMoAZkMAgAJ" - }, - { - "url": "https://pkg.go.dev/vuln/GO-2024-2963" - } - ], - "affects": [ - { - "ref": "pkg:golang/stdlib@1.20.14?package-id=59de593c67ed2519" - } - ] - }, - { - "bom-ref": "urn:uuid:9d12bb12-4563-4f3d-b393-8ccde8f7fb13", - "id": "CVE-2024-28182", - "source": { - "name": "nvd-cpe", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-28182" - }, - "references": [ - { - "id": "CVE-2024-28182", - "source": { - "name": "nvd-cpe", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-28182" - } - } - ], - "ratings": [ - { - "score": 5.3, - "severity": "medium", - "method": "CVSSv31", - "vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L" - } - ], - "description": "nghttp2 is an implementation of the Hypertext Transfer Protocol version 2 in C. The nghttp2 library prior to version 1.61.0 keeps reading the unbounded number of HTTP/2 CONTINUATION frames even after a stream is reset to keep HPACK context in sync. This causes excessive CPU usage to decode HPACK stream. nghttp2 v1.61.0 mitigates this vulnerability by limiting the number of CONTINUATION frames it accepts per stream. There is no workaround for this vulnerability.", - "advisories": [ - { - "url": "http://www.openwall.com/lists/oss-security/2024/04/03/16" - }, - { - "url": "https://github.com/nghttp2/nghttp2/commit/00201ecd8f982da3b67d4f6868af72a1b03b14e0" - }, - { - "url": "https://github.com/nghttp2/nghttp2/commit/d71a4668c6bead55805d18810d633fbb98315af9" - }, - { - "url": "https://github.com/nghttp2/nghttp2/security/advisories/GHSA-x6x3-gv8h-m57q" - }, - { - "url": "https://lists.debian.org/debian-lts-announce/2024/04/msg00026.html" - }, - { - "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/AGOME6ZXJG7664IPQNVE3DL67E3YP3HY/" - }, - { - "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/J6ZMXUGB66VAXDW5J6QSTHM5ET25FGSA/" - }, - { - "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PXJO2EASHM2OQQLGVDY5ZSO7UVDVHTDK/" - } - ], - "affects": [ - { - "ref": "pkg:apk/alpine/nghttp2-libs@1.51.0-r2?arch=x86_64&upstream=nghttp2&distro=alpine-3.17.8&package-id=7da33116f1dfc9f0" - } - ] - }, - { - "bom-ref": "urn:uuid:1c755497-61db-4357-9d96-9ff53e0748a0", - "id": "CVE-2024-4741", - "source": { - "name": "alpine-distro-alpine-3.17", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-4741" - }, - "references": [ - { - "id": "CVE-2024-4741", - "source": { - "name": "alpine-distro-alpine-3.17", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-4741" - } - } - ], - "ratings": [ - { - "severity": "unknown" - } - ], - "advisories": [ - { - "url": "https://www.cve.org/CVERecord?id=CVE-2024-4741" - } - ], - "affects": [ - { - "ref": "pkg:apk/alpine/libcrypto3@3.0.13-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.8&package-id=d7c2d608bef9ced1" - } - ] - }, - { - "bom-ref": "urn:uuid:695b13da-997c-4c0a-b0ad-38abe99af912", - "id": "CVE-2024-4741", - "source": { - "name": "alpine-distro-alpine-3.17", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-4741" - }, - "references": [ - { - "id": "CVE-2024-4741", - "source": { - "name": "alpine-distro-alpine-3.17", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-4741" - } - } - ], - "ratings": [ - { - "severity": "unknown" - } - ], - "advisories": [ - { - "url": "https://www.cve.org/CVERecord?id=CVE-2024-4741" - } - ], - "affects": [ - { - "ref": "pkg:apk/alpine/libssl3@3.0.13-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.8&package-id=40f5de0c9514d98e" - } - ] - }, - { - "bom-ref": "urn:uuid:11f60e9f-5aee-45a9-a874-a734652d3698", - "id": "CVE-2024-5535", - "source": { - "name": "alpine-distro-alpine-3.17", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-5535" - }, - "references": [ - { - "id": "CVE-2024-5535", - "source": { - "name": "alpine-distro-alpine-3.17", - "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.0.13-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.8&package-id=d7c2d608bef9ced1" - } - ] - }, - { - "bom-ref": "urn:uuid:58838373-b3b7-40be-9c50-598ed324b95d", - "id": "CVE-2024-5535", - "source": { - "name": "alpine-distro-alpine-3.17", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-5535" - }, - "references": [ - { - "id": "CVE-2024-5535", - "source": { - "name": "alpine-distro-alpine-3.17", - "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.0.13-r0?arch=x86_64&upstream=openssl&distro=alpine-3.17.8&package-id=40f5de0c9514d98e" - } - ] - }, - { - "bom-ref": "urn:uuid:f6a79bf4-94ff-4459-9823-71b0d1862075", - "id": "CVE-2024-6197", - "source": { - "name": "alpine-distro-alpine-3.17", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-6197" - }, - "references": [ - { - "id": "CVE-2024-6197", - "source": { - "name": "alpine-distro-alpine-3.17", - "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/curl@8.5.0-r0?arch=x86_64&distro=alpine-3.17.8&package-id=84e74ed734ce02fc" - } - ] - }, - { - "bom-ref": "urn:uuid:700652ae-a398-45b1-8b4e-25cb84632629", - "id": "CVE-2024-6197", - "source": { - "name": "alpine-distro-alpine-3.17", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-6197" - }, - "references": [ - { - "id": "CVE-2024-6197", - "source": { - "name": "alpine-distro-alpine-3.17", - "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.5.0-r0?arch=x86_64&upstream=curl&distro=alpine-3.17.8&package-id=334f8da813679bd5" - } - ] - }, - { - "bom-ref": "urn:uuid:ff17993b-be7e-4ddf-9010-bfd1c27a3f38", - "id": "CVE-2024-6874", - "source": { - "name": "alpine-distro-alpine-3.17", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-6874" - }, - "references": [ - { - "id": "CVE-2024-6874", - "source": { - "name": "alpine-distro-alpine-3.17", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-6874" - } - } - ], - "ratings": [ - { - "severity": "low" - } - ], - "advisories": [ - { - "url": "https://www.cve.org/CVERecord?id=CVE-2024-6874" - } - ], - "affects": [ - { - "ref": "pkg:apk/alpine/curl@8.5.0-r0?arch=x86_64&distro=alpine-3.17.8&package-id=84e74ed734ce02fc" - } - ] - }, - { - "bom-ref": "urn:uuid:e28c6ce9-c9de-4147-ba23-7db7c82679e5", - "id": "CVE-2024-6874", - "source": { - "name": "alpine-distro-alpine-3.17", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-6874" - }, - "references": [ - { - "id": "CVE-2024-6874", - "source": { - "name": "alpine-distro-alpine-3.17", - "url": "https://www.cve.org/CVERecord?id=CVE-2024-6874" - } - } - ], - "ratings": [ - { - "severity": "low" - } - ], - "advisories": [ - { - "url": "https://www.cve.org/CVERecord?id=CVE-2024-6874" - } - ], - "affects": [ - { - "ref": "pkg:apk/alpine/libcurl@8.5.0-r0?arch=x86_64&upstream=curl&distro=alpine-3.17.8&package-id=334f8da813679bd5" - } - ] - }, - { - "bom-ref": "urn:uuid:631b68c6-71c6-4b75-9ce4-7a644ca200e9", - "id": "CVE-2024-7264", - "source": { - "name": "nvd-cpe", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-7264" - }, - "references": [ - { - "id": "CVE-2024-7264", - "source": { - "name": "nvd-cpe", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-7264" - } - } - ], - "ratings": [ - { - "score": 6.5, - "severity": "medium", - "method": "CVSSv31", - "vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" - } - ], - "description": "libcurl's ASN1 parser code has the `GTime2str()` function, used for parsing an\nASN.1 Generalized Time field. If given an syntactically incorrect field, the\nparser might end up using -1 for the length of the *time fraction*, leading to\na `strlen()` getting performed on a pointer to a heap buffer area that is not\n(purposely) null terminated.\n\nThis flaw most likely leads to a crash, but can also lead to heap contents\ngetting returned to the application when\n[CURLINFO_CERTINFO](https://curl.se/libcurl/c/CURLINFO_CERTINFO.html) is used.", - "advisories": [ - { - "url": "http://www.openwall.com/lists/oss-security/2024/07/31/1" - }, - { - "url": "https://curl.se/docs/CVE-2024-7264.html" - }, - { - "url": "https://curl.se/docs/CVE-2024-7264.json" - }, - { - "url": "https://hackerone.com/reports/2629968" - } - ], - "affects": [ - { - "ref": "pkg:apk/alpine/curl@8.5.0-r0?arch=x86_64&distro=alpine-3.17.8&package-id=84e74ed734ce02fc" - } - ] - }, - { - "bom-ref": "urn:uuid:c04d1c5f-9f36-4b0d-a5e5-4e0e97b704cc", - "id": "GHSA-45x7-px36-x8w8", - "source": { - "name": "github-language-go", - "url": "https://github.com/advisories/GHSA-45x7-px36-x8w8" - }, - "references": [ - { - "id": "GHSA-45x7-px36-x8w8", - "source": { - "name": "github-language-go", - "url": "https://github.com/advisories/GHSA-45x7-px36-x8w8" - } - } - ], - "ratings": [ - { - "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": "Prefix Truncation Attack against ChaCha20-Poly1305 and Encrypt-then-MAC aka Terrapin", - "advisories": [ - { - "url": "https://github.com/advisories/GHSA-45x7-px36-x8w8" - } - ], - "affects": [ - { - "ref": "pkg:golang/golang.org/x/crypto@v0.14.0?package-id=fe8b1f2529507404" - } - ] - }, - { - "bom-ref": "urn:uuid:24a97e23-3184-4e00-b7c0-c7425000a879", - "id": "GHSA-4v7x-pqxf-cx7m", - "source": { - "name": "github-language-go", - "url": "https://github.com/advisories/GHSA-4v7x-pqxf-cx7m" - }, - "references": [ - { - "id": "GHSA-4v7x-pqxf-cx7m", - "source": { - "name": "github-language-go", - "url": "https://github.com/advisories/GHSA-4v7x-pqxf-cx7m" - } - } - ], - "ratings": [ - { - "score": 5.3, - "severity": "medium", - "method": "CVSSv31", - "vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L" - } - ], - "description": "net/http, x/net/http2: close connections when receiving too many headers", - "advisories": [ - { - "url": "https://github.com/advisories/GHSA-4v7x-pqxf-cx7m" - } - ], - "affects": [ - { - "ref": "pkg:golang/golang.org/x/net@v0.17.0?package-id=bb8b344cac5f000e" - } - ] - }, - { - "bom-ref": "urn:uuid:4f52ccc7-3af7-48af-b679-d31f46f285b6", - "id": "GHSA-8r3f-844c-mc37", - "source": { - "name": "github-language-go", - "url": "https://github.com/advisories/GHSA-8r3f-844c-mc37" - }, - "references": [ - { - "id": "GHSA-8r3f-844c-mc37", - "source": { - "name": "github-language-go", - "url": "https://github.com/advisories/GHSA-8r3f-844c-mc37" - } - } - ], - "ratings": [ - { - "severity": "medium" - } - ], - "description": "Golang protojson.Unmarshal function infinite loop when unmarshaling certain forms of invalid JSON", - "advisories": [ - { - "url": "https://github.com/advisories/GHSA-8r3f-844c-mc37" - } - ], - "affects": [ - { - "ref": "pkg:golang/google.golang.org/protobuf@v1.31.0?package-id=edca9c7817ed48a6" - } - ] - } - ] -} 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 7a7d9db..2487a46 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:b7ea2e8e-1bc1-4fc7-9f72-b28ae788e4d8", + "serialNumber": "urn:uuid:2cd54f72-0a38-4225-8201-cd0cb6c2794f", "version": 1, "metadata": { - "timestamp": "2024-08-28T11:17:24Z", + "timestamp": "2024-09-04T14:13:33Z", "tools": { "components": [ { @@ -5782,7 +5782,7 @@ ], "vulnerabilities": [ { - "bom-ref": "urn:uuid:1eab7474-af1b-493d-8a5f-a7562796fa78", + "bom-ref": "urn:uuid:2e943f91-dc6b-4d19-93b2-f8143d662346", "id": "CVE-2024-24791", "source": { "name": "nvd-cpe", @@ -5827,7 +5827,7 @@ ] }, { - "bom-ref": "urn:uuid:3738f105-334e-4f90-ba63-1c70a9fb7450", + "bom-ref": "urn:uuid:1e65fa31-aa97-405c-bc3a-20c52ee80b01", "id": "GHSA-c5q2-7r4c-mv6g", "source": { "name": "github-language-go", @@ -5863,7 +5863,7 @@ ] }, { - "bom-ref": "urn:uuid:36fe6e54-753c-426e-af2d-51f01039dedc", + "bom-ref": "urn:uuid:06c3a6a1-e8a8-43ef-beeb-1c88d942ab1f", "id": "GHSA-xr7q-jx4m-x55m", "source": { "name": "github-language-go", diff --git a/watches.updater.yaml b/watches.updater.yaml index c3a96e0..5ceb389 100644 --- a/watches.updater.yaml +++ b/watches.updater.yaml @@ -17,8 +17,6 @@ api_version: matrix.element.io/v1alpha1 - kind: MatrixContentScanner api_version: matrix.element.io/v1alpha1 - - kind: SlidingSync - 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 7439c23..7f7c31f 100644 --- a/watches.yaml +++ b/watches.yaml @@ -22,16 +22,6 @@ vars: _kind: MatrixContentScanner _api_version: matrix.element.io/v1alpha1 -- version: v1alpha1 - group: matrix.element.io - kind: SlidingSync - playbook: playbooks/any.yml - watchAnnotationsChanges: true - markUnsafe: true - maxRunnerArtifacts: 3 - vars: - _kind: SlidingSync - _api_version: matrix.element.io/v1alpha1 - version: v1alpha2 group: matrix.element.io kind: Synapse