$CVSS(- {String? attackComplexity,
- String? attackVector,
- String? authentication,
- String? availabilityImpact,
- double? baseScore,
- String? confidentialityImpact,
- double? exploitabilityScore,
- double? impactScore,
- String? integrityImpact,
- String? privilegesRequired,
- String? scope,
- String? userInteraction}
)
Implementation
$CVSS({
this.attackComplexity,
this.attackVector,
this.authentication,
this.availabilityImpact,
this.baseScore,
this.confidentialityImpact,
this.exploitabilityScore,
this.impactScore,
this.integrityImpact,
this.privilegesRequired,
this.scope,
this.userInteraction,
});