VulnerabilityOccurrence constructor

VulnerabilityOccurrence({
  1. double? cvssScore,
  2. CVSS? cvssV2,
  3. String? cvssVersion,
  4. CVSS? cvssv3,
  5. String? effectiveSeverity,
  6. String? extraDetails,
  7. bool? fixAvailable,
  8. String? longDescription,
  9. List<PackageIssue>? packageIssue,
  10. List<RelatedUrl>? relatedUrls,
  11. String? severity,
  12. String? shortDescription,
  13. String? type,
  14. VexAssessment? vexAssessment,
})

Implementation

VulnerabilityOccurrence({
  this.cvssScore,
  this.cvssV2,
  this.cvssVersion,
  this.cvssv3,
  this.effectiveSeverity,
  this.extraDetails,
  this.fixAvailable,
  this.longDescription,
  this.packageIssue,
  this.relatedUrls,
  this.severity,
  this.shortDescription,
  this.type,
  this.vexAssessment,
});