Affected by GO-2023-1583
and 3 other vulnerabilities
GO-2023-1583: User data in TPM attestation vulnerable to MITM in github.com/edgelesssys/constellation
GO-2023-1622: Constellation allows Emergency shell access during initramfs boot phase in github.com/edgelesssys/constellation
GO-2024-2727: Constellation has pods exposed to peers in VPC in github.com/edgelesssys/constellation
GO-2025-4076: Constellation has insecure LUKS2 persistent storage partitions which may be opened and used in github.com/edgelesssys/constellation
package
Version:
v2.4.0
Opens a new window with list of versions in this module.
Published: Jan 10, 2023
License: AGPL-3.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
MarshalK8SResources marshals every field of a struct into a k8s resource YAML.
MarshalK8SResourcesList marshals every element of a slice into a k8s resource YAML.
UnmarshalK8SResources takes YAML and converts it into a k8s resources struct.
ConfigMaps represent a list of k8s ConfigMap.
Marshal marshals config maps into multiple YAML documents.
type Marshaler interface {
Marshal() ([]byte, error)
}
Marshaler is used by all k8s resources that can be marshaled to YAML.
Secrets represent a list of k8s Secret.
Marshal marshals secrets into multiple YAML documents.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.