Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 2.12 KB

VulnerabilityDetail.md

File metadata and controls

21 lines (17 loc) · 2.12 KB

VulnerabilityDetail

Properties

Name Type Description Notes
CpeUri string Required. The CPE URI in cpe format in which the vulnerability manifests. Examples include distro or storage location for vulnerable jar. [optional] [default to null]
Package_ string Required. The name of the package where the vulnerability was found. [optional] [default to null]
MinAffectedVersion *PackageVersion The min version of the package in which the vulnerability exists. [optional] [default to null]
MaxAffectedVersion *PackageVersion The max version of the package in which the vulnerability exists. [optional] [default to null]
SeverityName string The severity (eg: distro assigned severity) for this vulnerability. [optional] [default to null]
Description string A vendor-specific description of this note. [optional] [default to null]
FixedLocation *VulnerabilityVulnerabilityLocation The fix for this specific package version. [optional] [default to null]
PackageType string The type of package; whether native or non native(ruby gems, node.js packages etc). [optional] [default to null]
IsObsolete bool Whether this detail is obsolete. Occurrences are expected not to point to obsolete details. [optional] [default to null]
SourceUpdateTime time.Time The time this information was last changed at the source. This is an upstream timestamp from the underlying information source - e.g. Ubuntu security tracker. [optional] [default to null]
Source string The source from which the information in this Detail was obtained. [optional] [default to null]
Vendor string The name of the vendor of the product. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]