Values.VulnerablePackageSourceInformation about a vulnerable package that Amazon Inspector identifies in a finding.
type nonrec t = {name : NonEmptyString.t option;The name of the vulnerable package.
*)version : NonEmptyString.t option;The version of the vulnerable package.
*)sourceLayerHash : SourceLayerHash.t option;The source layer hash of the vulnerable package.
*)epoch : PackageEpoch.t option;The epoch of the vulnerable package.
*)release : NonEmptyString.t option;The release of the vulnerable package.
*)arch : PackageArchitecture.t option;The architecture of the vulnerable package.
*)packageManager : NonEmptyString.t option;The package manager of the vulnerable package.
*)filePath : NonEmptyString.t option;The file path of the vulnerable package.
*)fixedInVersion : NonEmptyString.t option;The version of the package that contains the vulnerability fix.
*)remediation : NonEmptyString.t option;The code to run in your environment to update packages with a fix available.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of PackageEpoch.t | `String of NonEmptyString.t ])
list ]