CVSSv3 class

Common Vulnerability Scoring System version 3.

For details, see https://www.first.org/cvss/specification-document

Constructors

CVSSv3({String? attackComplexity, String? attackVector, String? availabilityImpact, double? baseScore, String? confidentialityImpact, double? exploitabilityScore, double? impactScore, String? integrityImpact, String? privilegesRequired, String? scope, String? userInteraction})
CVSSv3.fromJson(Map _json)

Properties

attackComplexity String?
This metric describes the conditions beyond the attacker's control that must exist in order to exploit the vulnerability. Possible string values are:
getter/setter pair
attackVector String?
This metric reflects the context by which vulnerability exploitation is possible. Possible string values are:
getter/setter pair
availabilityImpact String?
This metric measures the impact to the availability of the impacted component resulting from a successfully exploited vulnerability. Possible string values are:
getter/setter pair
baseScore double?
The base score is a function of the base metric scores.
getter/setter pair
confidentialityImpact String?
This metric measures the impact to the confidentiality of the information resources managed by a software component due to a successfully exploited vulnerability. Possible string values are:
getter/setter pair
exploitabilityScore double?
The Exploitability sub-score equation is derived from the Base Exploitability metrics.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
impactScore double?
The Impact sub-score equation is derived from the Base Impact metrics.
getter/setter pair
integrityImpact String?
This metric measures the impact to integrity of a successfully exploited vulnerability. Possible string values are:
getter/setter pair
privilegesRequired String?
This metric describes the level of privileges an attacker must possess before successfully exploiting the vulnerability. Possible string values are:
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope String?
The Scope metric captures whether a vulnerability in one vulnerable component impacts resources in components beyond its security scope. Possible string values are:
getter/setter pair
userInteraction String?
This metric captures the requirement for a human user, other than the attacker, to participate in the successful compromise of the vulnerable component. Possible string values are:
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