AWS bedrock documentation change
Summary
Minor text edit in sensitive information filters description (typo fix and entity examples)
Security assessment
Cosmetic/grammatical improvement to existing security documentation without introducing new security concepts or addressing vulnerabilities.
Diff
diff --git a/bedrock/latest/userguide/guardrails.md b/bedrock/latest/userguide/guardrails.md index c49dcef8a..7ab9931df 100644 --- a//bedrock/latest/userguide/guardrails.md +++ b//bedrock/latest/userguide/guardrails.md @@ -30 +30 @@ Amazon Bedrock Guardrails provides the following safeguards (also known as filte - * **Sensitive information filters** – You can configure this filter to help block or mask sensitive information, such as personally identifiable information (PII), in user inputs and model responses. Blocking or masking is done based on probabilistic detection of sensitive information in in entities such as SSN number, Date of Birth, address, etc. This filter also allows configuring regular expression based detection of patterns (custom regex). + * **Sensitive information filters** – You can configure this filter to help block or mask sensitive information, such as personally identifiable information (PII), in user inputs and model responses. Blocking or masking is done based on probabilistic detection of sensitive information in entities such as SSN, Date of Birth, Address, etc. This filter also allows configuring regular expression based detection of patterns (custom regex).