VulnerabilityOccurrence class
An occurrence of a severity vulnerability on a resource.
Constructors
-
VulnerabilityOccurrence({double? cvssScore, String? effectiveSeverity, bool? fixAvailable, String? longDescription, List<
PackageIssue> ? packageIssue, String? severity, String? shortDescription, String? type}) - VulnerabilityOccurrence.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,
otherwise this is the note provider assigned severity.
getter/setter pair
- fixAvailable ↔ bool?
-
Whether at least one of the affected packages has a fix available.
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
-
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 this 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 (e.g., 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