package
Version:
v0.0.0-...-b09c308
Opens a new window with list of versions in this module.
Published: Nov 17, 2020
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
¶
type Advisory struct {
VulnerabilityID string `json:",omitempty"`
PatchedVersions []string `json:",omitempty"`
UnaffectedVersions []string `json:",omitempty"`
}
type RawVersion struct {
PatchedVersions []string `toml:"patched"`
UnaffectedVersions []string `toml:"unaffected"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.