AWS cli documentation change
Summary
Added documentation for CVSS v4 scoring details in vulnerability responses
Security assessment
Adds documentation about CVSS v4 scoring vectors and base scores, which enhances transparency for security-related vulnerability assessments but does not fix a specific security issue.
Diff
diff --git a/cli/latest/reference/inspector2/search-vulnerabilities.md b/cli/latest/reference/inspector2/search-vulnerabilities.md index 11e742bee..d9cd2a20f 100644 --- a//cli/latest/reference/inspector2/search-vulnerabilities.md +++ b//cli/latest/reference/inspector2/search-vulnerabilities.md @@ -15 +15 @@ - * [AWS CLI 2.28.4 Command Reference](../../index.html) » + * [AWS CLI 2.28.6 Command Reference](../../index.html) » @@ -300,0 +301,12 @@ vulnerabilities -> (list) +>> cvss4 -> (structure) +>> +>>> An object that contains the Common Vulnerability Scoring System (CVSS) Version 4 details for the vulnerability. +>>> +>>> baseScore -> (double) +>>> +>>>> The base CVSS v4 score for the vulnerability finding, which rates the severity of the vulnerability on a scale from 0 to 10. +>>> +>>> scoringVector -> (string) +>>> +>>>> The CVSS v4 scoring vector, which contains the metrics and measurements that were used to calculate the base score. +>> @@ -389 +401 @@ nextToken -> (string) - * [AWS CLI 2.28.4 Command Reference](../../index.html) » + * [AWS CLI 2.28.6 Command Reference](../../index.html) »