Versions in this module Expand all Collapse all v0 v0.6.0 Jun 17, 2022 GO-2023-2378 +2 more GO-2023-2378: Go package github.com/edgelesssys/marblerun CLI commands susceptible to MITM attacks GO-2024-2583: Encryption bypass in github.com/edgelesssys/marblerun GO-2025-3450: MarbleRun unauthenticated recovery allows Coordinator impersonation in github.com/edgelesssys/marblerun v0.5.1 Nov 8, 2021 GO-2023-2378 +2 more GO-2023-2378: Go package github.com/edgelesssys/marblerun CLI commands susceptible to MITM attacks GO-2024-2583: Encryption bypass in github.com/edgelesssys/marblerun GO-2025-3450: MarbleRun unauthenticated recovery allows Coordinator impersonation in github.com/edgelesssys/marblerun v0.5.0 Sep 7, 2021 GO-2023-2378 +2 more GO-2023-2378: Go package github.com/edgelesssys/marblerun CLI commands susceptible to MITM attacks GO-2024-2583: Encryption bypass in github.com/edgelesssys/marblerun GO-2025-3450: MarbleRun unauthenticated recovery allows Coordinator impersonation in github.com/edgelesssys/marblerun Changes in this version + type CertQuoteResponse struct + Body struct{ ... } + type ErrorResponse struct + Body struct{ ... } + type ManifestPostRequest struct + Manifest manifest.Manifest + type ManifestResponse struct + Body struct{ ... } + type RecoverPostRequest struct + RecoverySecret []byte + type RecoveryDataResponse struct + Body struct{ ... } + type RecoveryStatusResponse struct + Body struct{ ... } + type SecretsGetRequest struct + S []string + type SecretsMapResponse struct + Body struct{ ... } + type SecretsPostRequest struct + Secrets map[string]manifest.UserSecret + type StatusResponse struct + Body struct{ ... } + type SuccessResponse struct + Body struct{ ... } + type UpdateLogResponse struct + Body struct{ ... }