AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/payment-cryptography-data/verify-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 evidence of mitigating a security vulnerability.

Diff

diff --git a/cli/latest/reference/payment-cryptography-data/verify-pin-data.md b/cli/latest/reference/payment-cryptography-data/verify-pin-data.md
index 1fd75a0ae..4b589e6db 100644
--- a//cli/latest/reference/payment-cryptography-data/verify-pin-data.md
+++ b//cli/latest/reference/payment-cryptography-data/verify-pin-data.md
@@ -15 +15 @@
-  * [AWS CLI 2.27.51 Command Reference](../../index.html) »
+  * [AWS CLI 2.27.54 Command Reference](../../index.html) »
@@ -313 +313 @@ JSON Syntax:
-      "KeyCheckValueAlgorithm": "CMAC"|"ANSI_X9_24"|"HMAC"
+      "KeyCheckValueAlgorithm": "CMAC"|"ANSI_X9_24"|"HMAC"|"SHA_1"
@@ -481 +481 @@ EncryptionKeyCheckValue -> (string)
-  * [AWS CLI 2.27.51 Command Reference](../../index.html) »
+  * [AWS CLI 2.27.54 Command Reference](../../index.html) »