VulnerabilityReportVulnerabilityDetails class

Contains metadata information for the vulnerability.

This information is collected from the upstream feed of the operating system.

Properties

cve String?
The CVE of the vulnerability.
getter/setter pair
cvssV2Score double?
The CVSS V2 score of this vulnerability.
getter/setter pair
cvssV3 CVSSv3?
The full description of the CVSSv3 for this vulnerability from NVD.
getter/setter pair
description String?
The note or description describing the vulnerability from the distro.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
references List<VulnerabilityReportVulnerabilityDetailsReference>?
Corresponds to the references attached to the VulnerabilityDetails.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
severity String?
Assigned severity/impact ranking from the distro.
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