Values.VulnerabilityCodeVulnerabilitiesSourceProvides details about the vulnerabilities found in your Lambda function code. This field pertains to findings that Security Hub CSPM receives from Amazon Inspector.
type nonrec t = {cwes : TypeList.t option;The Common Weakness Enumeration (CWE) item associated with the detected code vulnerability.
*)filePath : CodeVulnerabilitiesFilePath.t option;Provides details about where a code vulnerability is located in your Lambda function.
*)sourceArn : NonEmptyString.t option;The Amazon Resource Name (ARN) of the Lambda layer in which the code vulnerability is located.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of NonEmptyString.t ] list
| `String of NonEmptyString.t
| `Structure of
(string * [> `Integer of Integer.t | `String of NonEmptyString.t ])
list ])
list ]