Affected by GO-2022-1000
and 2 other vulnerabilities
GO-2022-1000 : KubeVirt vulnerable to arbitrary file read on host in kubevirt.io/kubevirt
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
Discover Packages
kubevirt.io/kubevirt
tests
framework
matcher
helper
package
Version:
v0.47.1
Opens a new window with list of versions in this module.
Published: Nov 10, 2021
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
Documentation
¶
func IsNil(actual interface{}) bool
func IsSlice(actual interface{}) bool
func IterateOverSlice(actual interface{}, visitor func(value interface{}) bool )
IterateOverSlice iterates over the provides interface{} until all elements were visited
or until the visior returns false
func MatchElementsInSlice(actual interface{}, matcher func(actual interface{}) (success bool , err error )) (bool , error )
MatchElementsInSlice applies a matcher individually to each element in the slice and returns as
soon as the matcher fails on an element.
func ToPointer(actual interface{}) interface{}
ToPointer returns a new pointer to the provided interface{}, if the
provided value is not already a pointer. if the original value is already a pointer it gets
returned directly.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.