Values.PackageVulnerabilityDetailsSourceInformation about package vulnerability findings.
type nonrec t = {vulnerabilityId : VulnerabilityId.t option;A unique identifier for this vulnerability.
*)vulnerablePackages : VulnerablePackageList.t option;The packages that this vulnerability impacts.
*)source : NonEmptyString.t option;The source of the vulnerability information.
*)cvss : CvssScoreList.t option;CVSS scores for one or more vulnerabilities that Amazon Inspector identified for a package.
*)sourceUrl : NonEmptyString.t option;A link to the source of the vulnerability information.
*)vendorSeverity : NonEmptyString.t option;The severity that the vendor assigned to this vulnerability type.
*)vendorCreatedAt : DateTimeTimestamp.t option;The date and time when this vulnerability was first added to the vendor's database.
*)vendorUpdatedAt : DateTimeTimestamp.t option;The date and time when the vendor last updated this vulnerability in their database.
*)referenceUrls : NonEmptyStringList.t option;Links to web pages that contain details about the vulnerabilities that Amazon Inspector identified for the package.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of VulnerabilityId.t
| `Structure of
(string
* [> `Double of NonNegativeDouble.t
| `Integer of PackageEpoch.t
| `String of NonEmptyString.t ])
list ]
list
| `String of VulnerabilityId.t
| `Timestamp of DateTimeTimestamp.t ])
list ]