Values.SoftwarePackageSourceInformation about a software package.
type nonrec t = {name : NonEmptyString.t option;The name of the software package.
*)version : NonEmptyString.t option;The version of the software package.
*)epoch : NonEmptyString.t option;The epoch of the software package.
*)release : NonEmptyString.t option;The release of the software package.
*)architecture : NonEmptyString.t option;The architecture used for the software package.
*)packageManager : NonEmptyString.t option;The source of the package.
*)filePath : NonEmptyString.t option;The file system path to the package manager inventory file.
*)fixedInVersion : NonEmptyString.t option;The version of the software package in which the vulnerability has been resolved.
*)remediation : NonEmptyString.t option;Describes the actions a customer can take to resolve the vulnerability in the software package.
*)sourceLayerHash : NonEmptyString.t option;The source layer hash of the vulnerable package.
*)sourceLayerArn : NonEmptyString.t option;The Amazon Resource Name (ARN) of the source layer.
*)}