package
Version:
v0.0.0-...-0bc8de7
Opens a new window with list of versions in this module.
Published: Dec 24, 2025
License: Apache-2.0
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 Option interface {
}
type Package struct {
Pkg struct {
Name string `json:"name"`
CVEs map[string]struct {
VulnerableRanges []string `json:"vulnerable_ranges"`
FixedVersions []string `json:"fixed_versions"`
} `json:"cves"`
} `json:"pkg"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.