VulnerabilityOccurrence constructor

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

Implementation

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