GO-2024-3230: Kyverno's PolicyException objects can be created in any namespace by default in github.com/kyverno/kyverno
package
Version:
v1.12.2-rc.3
Opens a new window with list of versions in this module.
Published: May 23, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Pointer is a JSON pointer that can be retrieved as either as a RFC6901 string or as a JMESPath formatted string.
New will return an empty Pointer.
Parse will parse the string as a JSON pointer according to RFC 6901.
ParsePath will parse the raw path and return it in the form of a Pointer.
Append will return a Pointer with the strings appended.
AppendPath will parse the string as a JSON pointer and return a new pointer.
JMESPath will return the Pointer in the form of a JMESPath string.
Prepend will return a Pointer prefixed with the specified strings.
SkipN will return a new Pointer where the first N element are stripped.
SkipPast will return a new Pointer where every element upto and including the specified string has been stripped off.
String will return the pointer as a string (RFC6901).
Source Files
¶
Click to show internal directories.
Click to hide internal directories.