Affected by GO-2023-1804
and 3 other vulnerabilities
GO-2023-1804 : Kyverno vulnerable due to usage of insecure cipher in github.com/kyverno/kyverno
GO-2023-1819 : Kyverno resource with a deletionTimestamp may allow policy circumvention in github.com/kyverno/kyverno
GO-2023-2340 : Attacker can cause Kyverno user to unintentionally consume insecure image in github.com/kyverno/kyverno
GO-2024-3230 : Kyverno's PolicyException objects can be created in any namespace by default in github.com/kyverno/kyverno
Discover Packages
github.com/kyverno/kyverno
pkg
policystatus
package
Version:
v1.3.2-rc2
Opens a new window with list of versions in this module.
Published: Feb 3, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Listener chan statusUpdater
Listener is a channel of statusUpdater instances
func (l Listener ) Update(s statusUpdater)
Update queues an status update request
Sync is the object which is used to initialize
the policyStatus sync, can be considered the parent object
since it contains access to all the persistent data present
in this package.
NewSync creates a new Sync instance
func (s *Sync ) Run(workers int , stopCh <-chan struct{})
Run starts workers and periodically flushes the cached status
Source Files
¶
Click to show internal directories.
Click to hide internal directories.