Values.FilePathSourceInformation about the location of security vulnerabilities that Amazon CodeGuru Security detected in your code.
type nonrec t = {name : String_.t option;The name of the file.
*)path : String_.t option;The path to the resource with the security vulnerability.
*)startLine : Integer.t option;The first line number of the code snippet where the security vulnerability appears in your code.
*)endLine : Integer.t option;The last line number of the code snippet where the security vulnerability appears in your code.
*)codeSnippet : CodeSnippet.t option;A list of CodeLine objects that describe where the security vulnerability appears in your code.
*)}