Detail class
A detail for a distro and package affected by this vulnerability and its associated fix (if one is available).
Constructors
- Detail({String? affectedCpeUri, String? affectedPackage, Version? affectedVersionEnd, Version? affectedVersionStart, String? description, String? fixedCpeUri, String? fixedPackage, Version? fixedVersion, bool? isObsolete, String? packageType, String? severityName, String? source, String? sourceUpdateTime, String? vendor})
- Detail.fromJson(Map json_)
Properties
- affectedCpeUri ↔ String?
-
The CPE URI this vulnerability
affects.
getter/setter pair
- affectedPackage ↔ String?
-
The package this vulnerability affects.
getter/setter pair
- affectedVersionEnd ↔ Version?
-
The version number at the end of an interval in which this vulnerability
exists.
getter/setter pair
- affectedVersionStart ↔ Version?
-
The version number at the start of an interval in which this vulnerability
exists.
getter/setter pair
- description ↔ String?
-
A vendor-specific description of this vulnerability.
getter/setter pair
- fixedCpeUri ↔ String?
-
The distro recommended CPE URI to
update to that contains a fix for this vulnerability.
getter/setter pair
- fixedPackage ↔ String?
-
The distro recommended package to update to that contains a fix for this
vulnerability.
getter/setter pair
- fixedVersion ↔ Version?
-
The distro recommended version to update to that contains a fix for this
vulnerability.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isObsolete ↔ bool?
-
Whether this detail is obsolete.
getter/setter pair
- packageType ↔ String?
-
The type of package; whether native or non native (e.g., ruby gems,
node.js packages, etc.).
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- severityName ↔ String?
-
The distro assigned severity of this vulnerability.
getter/setter pair
- source ↔ String?
-
The source from which the information in this Detail was obtained.
getter/setter pair
- sourceUpdateTime ↔ String?
-
The time this information was last changed at the source.
getter/setter pair
- vendor ↔ String?
-
The name of the vendor of the product.
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