Detail class

Identifies all appearances of this vulnerability in the package for a specific distro/location.

For example: glibc in cpe:/o:debian:debian_linux:8 for versions 2.1 - 2.2

Constructors

Detail({String? cpeUri, String? description, VulnerabilityLocation? fixedLocation, bool? isObsolete, Version? maxAffectedVersion, Version? minAffectedVersion, String? package, String? packageType, String? severityName, String? source, String? sourceUpdateTime, String? vendor})
Detail.fromJson(Map _json)

Properties

cpeUri String?
The CPE URI in cpe format in which the vulnerability manifests.
getter/setter pair
description String?
A vendor-specific description of this note.
getter/setter pair
fixedLocation VulnerabilityLocation?
The fix for this specific package version.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isObsolete bool?
Whether this detail is obsolete.
getter/setter pair
maxAffectedVersion Version?
The max version of the package in which the vulnerability exists.
getter/setter pair
minAffectedVersion Version?
The min version of the package in which the vulnerability exists.
getter/setter pair
package String?
The name of the package where the vulnerability was found.
getter/setter pair
packageType String?
The type of package; whether native or non native(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 severity (eg: distro assigned severity) for 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