VulnerabilityOccurrence constructor

VulnerabilityOccurrence({
  1. double? cvssScore,
  2. CVSS? cvssV2,
  3. CVSS? cvssV4,
  4. String? cvssVersion,
  5. CVSS? cvssv3,
  6. String? effectiveSeverity,
  7. String? extraDetails,
  8. bool? fixAvailable,
  9. String? longDescription,
  10. List<PackageIssue>? packageIssue,
  11. List<RelatedUrl>? relatedUrls,
  12. Risk? risk,
  13. String? severity,
  14. String? shortDescription,
  15. String? type,
  16. 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,
});