Values.VulnerablePackageSourceInformation on the vulnerable package identified by a finding.
type nonrec t = {arch : Arch.t option;The architecture of the vulnerable package.
*)epoch : Epoch.t option;The epoch of the vulnerable package.
*)filePath : FilePath.t option;The file path of the vulnerable package.
*)name : VulnerablePackageName.t option;The name of the vulnerable package.
*)packageManager : PackageManager.t option;The package manager of the vulnerable package.
*)release : Release.t option;The release of the vulnerable package.
*)sourceLayerHash : SourceLayerHash.t option;The source layer hash of the vulnerable package.
*)version : Version.t option;The version of the vulnerable package.
*)fixedInVersion : FixedInVersion.t option;The version of the package that contains the vulnerability fix.
*)}