package
Version:
v0.0.0-...-a4a35a1
Opens a new window with list of versions in this module.
Published: Nov 14, 2024
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Cve struct {
Vulnerability string
}
type GrypeDB struct {
DB *sql.DB
}
type Vuln struct {
Id string `json:"id"`
Source string `json:"url"`
Sev string `json:"severity"`
Desc string `json:"description"`
External []VulnImage `json:"external_images"`
Chainguard []VulnImage `json:"chainguard_images"`
}
type VulnImage struct {
Image string `json:"image"`
Dates []string `json:"dates"`
Time string `json:"-"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.