Affected by GO-2024-2965
and 1 other vulnerabilities
GO-2024-2965: Pomerium exposed OAuth2 access and ID tokens in user info endpoint response in github.com/pomerium/pomerium
GO-2024-3179: Pomerium service account access token may grant unintended access to databroker API in github.com/pomerium/pomerium
package
Version:
v0.25.2
Opens a new window with list of versions in this module.
Published: Apr 5, 2024
License: Apache-2.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
¶
Package atomicutil contains functions for working with the atomic package.
type Value[T any] struct {
}
Value is a generic atomic.Value.
NewValue creates a new Value.
func (v *Value[T]) Load() T
Load loads the value atomically.
func (v *Value[T]) Store(val T)
Store stores the value atomically.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.