AWS payment-cryptography documentation change
Summary
Updated example KeyARNs by removing account ID (111122223333) from ARN strings in documentation examples
Security assessment
Similar to the Amex file changes, this removes specific account IDs from example ARNs. The modification improves documentation hygiene by using generic placeholders but does not indicate remediation of a security vulnerability or addition of security-focused content. Standard practice for example sanitization rather than security fix.
Diff
diff --git a/payment-cryptography/latest/userguide/use-cases-issuers.networkfunctions.jcb.md b/payment-cryptography/latest/userguide/use-cases-issuers.networkfunctions.jcb.md index 9f287ea39..a076a78ea 100644 --- a//payment-cryptography/latest/userguide/use-cases-issuers.networkfunctions.jcb.md +++ b//payment-cryptography/latest/userguide/use-cases-issuers.networkfunctions.jcb.md @@ -36 +36 @@ The response echoes back the request parameters, including an ARN for subsequent - "KeyArn": "arn:aws:payment-cryptography:us-east-2:111122223333:key/pw3s6nl62t5ushfk", + "KeyArn": "arn:aws:payment-cryptography:us-east-2::key/pw3s6nl62t5ushfk", @@ -64 +64 @@ The response echoes back the request parameters, including an ARN for subsequent -Take note of the `KeyArn` that represents the key, for example _arn:aws:payment-cryptography:us-east-2:111122223333:key/pw3s6nl62t5ushfk_. You need that in the next step. +Take note of the `KeyArn` that represents the key, for example _arn:aws:payment-cryptography:us-east-2::key/pw3s6nl62t5ushfk_. You need that in the next step. @@ -74 +74 @@ If AWS Payment Cryptography is able to validate the ARQC, an http/200 is returne - --key-identifier arn:aws:payment-cryptography:us-east-2:111122223333:key/pw3s6nl62t5ushfk \ + --key-identifier arn:aws:payment-cryptography:us-east-2::key/pw3s6nl62t5ushfk \ @@ -82 +82 @@ If AWS Payment Cryptography is able to validate the ARQC, an http/200 is returne - "KeyArn": "arn:aws:payment-cryptography:us-east-2:111122223333:key/pw3s6nl62t5ushfk", + "KeyArn": "arn:aws:payment-cryptography:us-east-2::key/pw3s6nl62t5ushfk",