package
Version:
v1.7.4
Opens a new window with list of versions in this module.
Published: Feb 19, 2021
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 Issue struct {
Dependency string `json:"dependency"`
VulnerableBelow string `json:"vulnerable_below"`
InstalledVersion string `json:"installed_version"`
Description string `json:"description"`
ID string `json:"id"`
}
type SafetyOutput struct {
Issues []Issue `json:"issues"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.