Affected by GO-2024-3299
and 1 other vulnerabilities
GO-2024-3299: Traefik's X-Forwarded-Prefix Header still allows for Open Redirect in github.com/traefik/traefik
GO-2024-3342: Traefik affected by CVE-2024-53259 in github.com/traefik/traefik
The highest tagged major version is
v3.
package
Version:
v2.11.12
Opens a new window with list of versions in this module.
Published: Oct 9, 2024
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 3
Opens a new window with list of known importers.
Documentation
¶
func Go(goroutine func())
Go starts a recoverable goroutine.
func GoWithRecover(goroutine func(), customRecover func(err interface{}))
GoWithRecover starts a recoverable goroutine using given customRecover() function.
func OperationWithRecover(operation backoff.Operation) backoff.Operation
OperationWithRecover wrap a backoff operation in a Recover.
Pool is a pool of go routines.
func (p *Pool) GoCtx(goroutine routineCtx)
GoCtx starts a recoverable goroutine with a context.
Stop stops all started routines, waiting for their termination.
Safe contains a thread-safe value.
func New(value interface{}) *Safe
New create a new Safe instance given a value.
func (s *Safe) Get() interface{}
Get returns the value.
func (s *Safe) Set(value interface{})
Set sets a new value.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.