VulnerabilityNote class

A security vulnerability that can be found in resources.

Constructors

VulnerabilityNote({double? cvssScore, CVSS? cvssV2, CVSSv3? cvssV3, String? cvssVersion, List<Detail>? details, String? severity, String? sourceUpdateTime, List<WindowsDetail>? windowsDetails})
VulnerabilityNote.fromJson(Map json_)

Properties

cvssScore double?
The CVSS score of this vulnerability.
getter/setter pair
cvssV2 CVSS?
The full description of the v2 CVSS for this vulnerability.
getter/setter pair
cvssV3 CVSSv3?
The full description of the CVSSv3 for this vulnerability.
getter/setter pair
cvssVersion String?
CVSS version used to populate cvss_score and severity. Possible string values are:
getter/setter pair
details List<Detail>?
Details of all known distros and packages affected by this vulnerability.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
severity String?
The note provider assigned severity of this vulnerability. Possible string values are:
getter/setter pair
sourceUpdateTime String?
The time this information was last changed at the source.
getter/setter pair
windowsDetails List<WindowsDetail>?
Windows details get their own format because the information format and model don't match a normal detail.
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