AWS Security ChangesHomeSearch

AWS location documentation change

Service: location · 2025-11-22 · Documentation low

File: location/latest/developerguide/encryption-at-rest.md

Summary

Corrected URL formatting in links to AWS KMS cryptographic details documentation by adding an extra slash in the paths

Security assessment

The change only fixes URL syntax (added double slash) without altering security-related content. While the documentation discusses encryption context and authenticated encryption (security topics), the change itself is purely a formatting correction for documentation links, with no indication of addressing a vulnerability or weakness.

Diff

diff --git a/location/latest/developerguide/encryption-at-rest.md b/location/latest/developerguide/encryption-at-rest.md
index 848075be8..6c33143e2 100644
--- a//location/latest/developerguide/encryption-at-rest.md
+++ b//location/latest/developerguide/encryption-at-rest.md
@@ -181 +181 @@ An [encryption context](https://docs.aws.amazon.com/kms/latest/developerguide/co
-AWS KMS uses the encryption context as [additional authenticated data](https://docs.aws.amazon.com/kms/latest/cryptographic-details/aad.html) to support [authenticated encryption](https://docs.aws.amazon.com/kms/latest/cryptographic-details/authenticated-encryption.html). When you include an encryption context in a request to encrypt data, AWS KMS binds the encryption context to the encrypted data. To decrypt data, you include the same encryption context in the request.
+AWS KMS uses the encryption context as [additional authenticated data](https://docs.aws.amazon.com//kms/latest/cryptographic-details/aad.html) to support [authenticated encryption](https://docs.aws.amazon.com//kms/latest/cryptographic-details/authenticated-encryption.html). When you include an encryption context in a request to encrypt data, AWS KMS binds the encryption context to the encrypted data. To decrypt data, you include the same encryption context in the request.