Vulnerability constructor
Vulnerability({
- required String id,
- List<
Cvss> ? cvss, - List<
String> ? referenceUrls, - VulnerabilityVendor? vendor,
- List<
SoftwarePackage> ? vulnerablePackages,
Implementation
Vulnerability({
required this.id,
this.cvss,
this.referenceUrls,
this.relatedVulnerabilities,
this.vendor,
this.vulnerablePackages,
});