Values.MalwareSourceA list of malware related to a finding.
type nonrec t = {name : NonEmptyString.t;The name of the malware that was observed. Length Constraints: Minimum of 1. Maximum of 64.
*)type_ : MalwareType.t option;The type of the malware that was observed.
*)path : NonEmptyString.t option;The file system path of the malware that was observed. Length Constraints: Minimum of 1. Maximum of 512.
*)state : MalwareState.t option;The state of the malware that was observed.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of NonEmptyString.t ]) list ]