Values.CodeLocationSourceRepresents a location in source code associated with a security finding.
type nonrec t = {filePath : String_.t option;The absolute path to the file containing the code location.
*)lineStart : Integer.t option;The starting line number of the code location.
*)lineEnd : Integer.t option;The ending line number of the code location.
*)label : String_.t option;The role of this location in the vulnerability, such as source or sink.
*)}