Affected by GO-2025-3696
and 1 other vulnerabilities
GO-2025-3696: Gardener allows bypassing project secret validation which can lead to privilege escalation in github.com/gardener/gardener
GO-2025-3698: Gardener allows metadata injection for a project secret which can lead to privilege escalation in github.com/gardener/gardener
package
Version:
v0.35.2
Opens a new window with list of versions in this module.
Published: Jan 27, 2020
License: Apache-2.0, BSD-2-Clause, MIT, + 1 more
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
¶
MakeBoolPointer creates and returns a pointer to the passed boolean value.
MakeStrPointer creates and returns a pointer to the passed string value.
Must errors with `GinkgoT().Fatal` if the error is non-nil.
func RevertableSet(dst, src interface{}) (revert func())
RevertableSet sets the element of dst to src and returns a function that can revert back to the original values.
func Set(dst, src interface{})
Set sets the pointer dst to the value of src.
dst has to be a pointer, src has to be assignable to the element type of dst.
Source Files
¶
Directories
¶
integration
|
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.