GrafeasV1beta1VulnerabilityDetails class

Details of a vulnerability Occurrence.

Constructors

GrafeasV1beta1VulnerabilityDetails({double? cvssScore, String? effectiveSeverity, String? longDescription, List<PackageIssue>? packageIssue, List<RelatedUrl>? relatedUrls, String? severity, String? shortDescription, String? type})
GrafeasV1beta1VulnerabilityDetails.fromJson(Map _json)

Properties

cvssScore double?
The CVSS score of this vulnerability.
getter/setter pair
effectiveSeverity String?
The distro assigned severity for this vulnerability when it is available, and note provider assigned severity when distro has not yet assigned a severity for this vulnerability.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
longDescription String?
A detailed description of this vulnerability.
getter/setter pair
packageIssue List<PackageIssue>?
The set of affected locations and their fixes (if available) within the associated resource.
getter/setter pair
relatedUrls List<RelatedUrl>?
URLs related to this vulnerability.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
severity String?
The note provider assigned Severity of the vulnerability.
getter/setter pair
shortDescription String?
A one sentence description of this vulnerability.
getter/setter pair
type String?
The type of package; whether native or non native(ruby gems, node.js packages etc)
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited