Values.FindingMetricsValuePerSeveritySourceA numeric value corresponding to the severity of a finding, such as the number of open findings or the average time it takes to close findings of a given severity.
type nonrec t = {info : Double.t option;A numeric value corresponding to an informational finding.
*)low : Double.t option;A numeric value corresponding to a low severity finding.
*)medium : Double.t option;A numeric value corresponding to a medium severity finding.
*)high : Double.t option;A numeric value corresponding to a high severity finding.
*)critical : Double.t option;A numeric value corresponding to a critical finding.
*)}