Affected by GO-2025-3455
and 3 other vulnerabilities
GO-2025-3455: Contrast's unauthenticated recovery allows Coordinator impersonation in github.com/edgelesssys/contrast
GO-2025-3718: Contrast workload secrets leak to logs on INFO level in github.com/edgelesssys/contrast
GO-2025-3807: Contrast vulnerability allows arbitrary host data Injection into container VOLUME mount points in github.com/edgelesssys/contrast
GO-2025-4078: Contrast has insecure LUKS2 persistent storage partitions may be opened and used in github.com/edgelesssys/contrast
package
Version:
v1.1.1
Opens a new window with list of versions in this module.
Published: Nov 13, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Store is a thread-safe map.
func (s *Store[keyT, valueT]) Clear()
Clear clears all values from store.
func (s *Store[keyT, valueT]) Get(key keyT) (valueT, bool)
Get returns the value for the given key.
func (s *Store[keyT, valueT]) GetAll() []valueT
GetAll returns all values in the store.
func (s *Store[keyT, valueT]) Set(key keyT, value valueT)
Set sets the value for the given key.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.