Values.ArtifactSourceRepresents an artifact that provides context for security testing, such as documentation, diagrams, or configuration files.
type nonrec t = {contents : String_.t option;The content of the artifact.
*)type_ : ArtifactType.t option;The file type of the artifact.
*)}