GO-2024-2979: Cache driver GetBlob() allows read access to any blob without access control check in zotregistry.dev/zot
package
Version:
v1.4.3
Opens a new window with list of versions in this module.
Published: Nov 30, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CVE struct {
ID string `json:"Id"`
Description string `json:"Description"`
Severity string `json:"Severity"`
Title string `json:"Title"`
PackageList []Package `json:"PackageList"`
}
type Package struct {
Name string `json:"Name"`
InstalledVersion string `json:"InstalledVersion"`
FixedVersion string `json:"FixedVersion"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.