AWS cli documentation change
Summary
Updated AWS CLI version reference and added security warning about not including sensitive or PII in target field names
Security assessment
Added explicit security guidance warning users not to include sensitive or personally identifiable information (PII) in target field names. This is a security best practice addition to prevent data exposure, but doesn't indicate a specific security issue was fixed.
Diff
diff --git a/cli/latest/reference/customer-profiles/get-upload-job.md b/cli/latest/reference/customer-profiles/get-upload-job.md index 61a9dea88..c0c9c3b45 100644 --- a//cli/latest/reference/customer-profiles/get-upload-job.md +++ b//cli/latest/reference/customer-profiles/get-upload-job.md @@ -15 +15 @@ - * [AWS CLI 2.34.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.32 Command Reference](../../index.html) » @@ -329 +329 @@ Fields -> (map) ->>> The location of the data in the standard ProfileObject model. For example: _profile.Address.PostalCode. +>>> The location of the data in the standard ProfileObject model. For example: _profile.Address.PostalCode. Do not include sensitive or personally identifiable information (PII) in the target field name. @@ -400 +400 @@ DataExpiry -> (integer) - * [AWS CLI 2.34.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.32 Command Reference](../../index.html) »