Affected by GO-2024-2688
and 1 other vulnerabilities
GO-2024-2688: KubeVirt NULL pointer dereference flaw in kubevirt.io/kubevirt
GO-2024-2816: kubevirt allows a local attacker to execute arbitrary code via a crafted command in kubevirt.io/kubevirt
package
Version:
v1.5.0
Opens a new window with list of versions in this module.
Published: Mar 10, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Tracer struct {
Threshold time.Duration
}
func (t *Tracer) StartTrace(key string, name string, field ...trace.Field)
func (t *Tracer) StepTrace(key string, name string, field ...trace.Field)
A trace Step adds a new step with a specific message.
Call StepTrace after an execution step to record how long it took.
func (t *Tracer) StopTrace(key string)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.