VulnerabilityOccurrence constructor
VulnerabilityOccurrence({
- double? cvssScore,
- CVSS? cvssV2,
- CVSS? cvssV4,
- String? cvssVersion,
- CVSS? cvssv3,
- String? effectiveSeverity,
- String? extraDetails,
- bool? fixAvailable,
- String? longDescription,
- List<
PackageIssue> ? packageIssue, - Risk? risk,
- String? severity,
- String? shortDescription,
- String? type,
- VexAssessment? vexAssessment,
Implementation
VulnerabilityOccurrence({
this.cvssScore,
this.cvssV2,
this.cvssV4,
this.cvssVersion,
this.cvssv3,
this.effectiveSeverity,
this.extraDetails,
this.fixAvailable,
this.longDescription,
this.packageIssue,
this.relatedUrls,
this.risk,
this.severity,
this.shortDescription,
this.type,
this.vexAssessment,
});