AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-07-18 · Documentation low

File: cli/latest/reference/payment-cryptography-data/generate-pin-data.md

Summary

Added SHA_1 to KeyCheckValueAlgorithm options and updated CLI version

Security assessment

Documents SHA-1 as a key validation option without addressing a specific security issue.

Diff

diff --git a/cli/latest/reference/payment-cryptography-data/generate-pin-data.md b/cli/latest/reference/payment-cryptography-data/generate-pin-data.md
index 596e56cff..7316c3a2b 100644
--- a//cli/latest/reference/payment-cryptography-data/generate-pin-data.md
+++ b//cli/latest/reference/payment-cryptography-data/generate-pin-data.md
@@ -15 +15 @@
-  * [AWS CLI 2.27.51 Command Reference](../../index.html) »
+  * [AWS CLI 2.27.54 Command Reference](../../index.html) »
@@ -362 +362 @@ JSON Syntax:
-      "KeyCheckValueAlgorithm": "CMAC"|"ANSI_X9_24"|"HMAC"
+      "KeyCheckValueAlgorithm": "CMAC"|"ANSI_X9_24"|"HMAC"|"SHA_1"
@@ -553 +553 @@ PinData -> (tagged union structure)
-  * [AWS CLI 2.27.51 Command Reference](../../index.html) »
+  * [AWS CLI 2.27.54 Command Reference](../../index.html) »