AWS cli documentation change
Summary
Updated CLI version reference and restructured vulnerability detail parameters including renaming 'epssScore' to 'riskScore', reordering fields, and moving error section. Added clearer field descriptions for security findings.
Security assessment
Changes involve documentation restructuring of security finding details (CWEs, TTPs, risk scores) but no specific vulnerability fixes. Enhanced security documentation through clearer parameter descriptions and structure, but no direct evidence of addressing specific security vulnerabilities.
Diff
diff --git a/cli/latest/reference/inspector2/batch-get-finding-details.md b/cli/latest/reference/inspector2/batch-get-finding-details.md index 87fa89ae8..cdfdb3053 100644 --- a//cli/latest/reference/inspector2/batch-get-finding-details.md +++ b//cli/latest/reference/inspector2/batch-get-finding-details.md @@ -15 +15 @@ - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) » @@ -203,20 +202,0 @@ Disable automatically prompt for CLI input parameters. -errors -> (list) - -> Error information for findings that details could not be returned for. -> -> (structure) -> ->> Details about an error encountered when trying to return vulnerability data for a finding. ->> ->> errorCode -> (string) ->> ->>> The error code. ->> ->> errorMessage -> (string) ->> ->>> The error message. ->> ->> findingArn -> (string) ->> ->>> The finding ARN that returned an error. - @@ -230,0 +211,4 @@ findingDetails -> (list) +>> findingArn -> (string) +>> +>>> The finding ARN that the vulnerability details are associated with. +>> @@ -235,4 +218,0 @@ findingDetails -> (list) ->>> action -> (string) ->>> ->>>> The remediation action recommended by CISA for this vulnerability. ->>> @@ -246,4 +225,0 @@ findingDetails -> (list) ->> ->> cwes -> (list) ->> ->>> The Common Weakness Enumerations (CWEs) associated with the vulnerability. @@ -251 +227,3 @@ findingDetails -> (list) ->>> (string) +>>> action -> (string) +>>> +>>>> The remediation action recommended by CISA for this vulnerability. @@ -253 +231 @@ findingDetails -> (list) ->> epssScore -> (double) +>> riskScore -> (integer) @@ -255 +233 @@ findingDetails -> (list) ->>> The Exploit Prediction Scoring System (EPSS) score of the vulnerability. +>>> The risk score of the vulnerability. @@ -265,4 +242,0 @@ findingDetails -> (list) ->>>> evidenceDetail -> (string) ->>>> ->>>>> The evidence details. ->>>> @@ -272,0 +247,4 @@ findingDetails -> (list) +>>>> evidenceDetail -> (string) +>>>> +>>>>> The evidence details. +>>>> @@ -277 +255 @@ findingDetails -> (list) ->> exploitObserved -> (structure) +>> ttps -> (list) @@ -279 +257 @@ findingDetails -> (list) ->>> Contains information on when this exploit was observed. +>>> The MITRE adversary tactics, techniques, or procedures (TTPs) associated with the vulnerability. @@ -281 +259,5 @@ findingDetails -> (list) ->>> firstSeen -> (timestamp) +>>> (string) +>> +>> tools -> (list) +>> +>>> The known malware tools or kits that can exploit the vulnerability. @@ -283 +265,5 @@ findingDetails -> (list) ->>>> The date an time when the exploit was first seen. +>>> (string) +>> +>> exploitObserved -> (structure) +>> +>>> Contains information on when this exploit was observed. @@ -288,4 +274,4 @@ findingDetails -> (list) ->> ->> findingArn -> (string) ->> ->>> The finding ARN that the vulnerability details are associated with. +>>> +>>> firstSeen -> (timestamp) +>>> +>>>> The date an time when the exploit was first seen. @@ -299,5 +285 @@ findingDetails -> (list) ->> riskScore -> (integer) ->> ->>> The risk score of the vulnerability. ->> ->> tools -> (list) +>> cwes -> (list) @@ -305 +287 @@ findingDetails -> (list) ->>> The known malware tools or kits that can exploit the vulnerability. +>>> The Common Weakness Enumerations (CWEs) associated with the vulnerability. @@ -309 +291 @@ findingDetails -> (list) ->> ttps -> (list) +>> epssScore -> (double) @@ -311,3 +293,21 @@ findingDetails -> (list) ->>> The MITRE adversary tactics, techniques, or procedures (TTPs) associated with the vulnerability. ->>> ->>> (string) +>>> The Exploit Prediction Scoring System (EPSS) score of the vulnerability. + +errors -> (list) + +> Error information for findings that details could not be returned for. +> +> (structure) +> +>> Details about an error encountered when trying to return vulnerability data for a finding. +>> +>> findingArn -> (string) +>> +>>> The finding ARN that returned an error. +>> +>> errorCode -> (string) +>> +>>> The error code. +>> +>> errorMessage -> (string) +>> +>>> The error message. @@ -325 +325 @@ findingDetails -> (list) - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) »