GO-2025-3615: Kyverno vulnerable to SSRF via Service Calls in github.com/kyverno/kyverno
package
Version:
v1.14.1
Opens a new window with list of versions in this module.
Published: Apr 30, 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 Row struct {
RowCompact `header:"inline"`
Message string `header:"message"`
}
type RowCompact struct {
IsFailure bool
ID int `header:"id,text"`
Policy string `header:"policy"`
Rule string `header:"rule"`
Resource string `header:"resource"`
Result string `header:"result"`
Reason string `header:"reason"`
}
type Table struct {
RawRows []Row
}
func (t *Table) Rows(detailed bool) interface{}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.