From f600c89f4ec12e577ab816eb4440a0ff22c8a2f2 Mon Sep 17 00:00:00 2001 From: Carissa Dean Date: Thu, 8 Aug 2024 12:12:17 +0100 Subject: [PATCH] docs: update cvssScore description --- docs/.gitbook/assets/v1-api-spec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.gitbook/assets/v1-api-spec.yaml b/docs/.gitbook/assets/v1-api-spec.yaml index 63e73b994796..ca67bb95d818 100644 --- a/docs/.gitbook/assets/v1-api-spec.yaml +++ b/docs/.gitbook/assets/v1-api-spec.yaml @@ -20785,7 +20785,7 @@ components: example: CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L cvssScore: type: number - description: The CVSS score that results from running the CVSSv3 string (Non-IaC projects only) + description: The CVSS score that results from running the vector from `severities` with the highest CVSS version available. example: 3.7 severities: type: array