Values.CvssSourceCVSS scores from the advisory related to the vulnerability.
type nonrec t = {version : NonEmptyString.t option;The version of CVSS for the CVSS score.
*)baseScore : Double.t option;The base CVSS score.
*)baseVector : NonEmptyString.t option;The base scoring vector for the CVSS score.
*)source : NonEmptyString.t option;The origin of the original CVSS score and vector.
*)adjustments : AdjustmentList.t option;Adjustments to the CVSS metrics.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of Double.t
| `List of
[> `Structure of (string * [> `String of NonEmptyString.t ]) list ]
list
| `String of NonEmptyString.t ])
list ]