Values.VulnerabilitySourceInformation about a security vulnerability that Amazon CodeGuru Security detected.
type nonrec t = {referenceUrls : ReferenceUrls.t option;One or more URL addresses that contain details about a vulnerability.
*)id : String_.t option;The identifier for the vulnerability.
*)filePath : FilePath.t option;An object that describes the location of the detected security vulnerability in your code.
*)itemCount : Integer.t option;The number of times the vulnerability appears in your code.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Integer.t
| `List of [> `String of String_.t ] list
| `String of String_.t
| `Structure of
(string
* [> `Integer of Integer.t
| `List of
[> `Structure of
(string
* [> `Integer of Integer.t | `String of String_.t ])
list ]
list
| `String of String_.t ])
list ])
list ]