GO-2025-3455: Contrast's unauthenticated recovery allows Coordinator impersonation in github.com/edgelesssys/contrast
package
Version:
v0.9.0
Opens a new window with list of versions in this module.
Published: Aug 7, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Client sends the telemetry.
NewClient creates a new Client.
SendTelemetry sends telemetry data to the telemetry server.
type RequestV1 struct {
Version string `json:"version"`
GOOS string `json:"goos"`
GOARCH string `json:"goarch"`
Cmd string `json:"cmd"`
CmdErrClass string `json:"cmderrclass"`
Test bool `json:"test" gorm:"-"`
}
RequestV1 holds the information to be sent to the telemetry server.
IsTest checks if the request is used for testing.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.