AWS Security ChangesHomeSearch

AWS cli medium security documentation change

Service: cli · 2026-06-07 · Security-related medium

File: cli/latest/reference/wickr/list-security-groups.md

Summary

Updated CLI version reference from 2.34.61 to 2.34.63. Enhanced shredder intensity description with operational details and battery usage note. Added maxNonSsoSessionMinutes parameter documentation.

Security assessment

The maxNonSsoSessionMinutes addition directly controls session duration for non-SSO users, impacting authentication security. The shredder clarification describes a security feature (secure data overwrite) but doesn't indicate a vulnerability fix.

Diff

diff --git a/cli/latest/reference/wickr/list-security-groups.md b/cli/latest/reference/wickr/list-security-groups.md
index c8c174c69..eb32ea00a 100644
--- a//cli/latest/reference/wickr/list-security-groups.md
+++ b//cli/latest/reference/wickr/list-security-groups.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.61 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.63 Command Reference](../../index.html) »
@@ -492 +492,5 @@ securityGroups -> (list)
->>>>> Prevents Wickr data from being recovered by overwriting deleted Wickr data. Valid Values: Must be one of [0, 20, 60, 100]
+>>>>> Controls the rate (MB/minute) at which the shredder function runs on clients. Valid Values: Must be one of [0, 20, 60, 100].
+>>>>> 
+>>>>> ### Note
+>>>>> 
+>>>>> A higher intensity setting could lead to higher battery usage on mobile devices.
@@ -496,0 +501,11 @@ securityGroups -> (list)
+>>> 
+>>> maxNonSsoSessionMinutes -> (integer)
+>>>
+>>>> Maximum session duration in minutes for non-SSO users. Set to 0 to disable. Valid range is 60 to 525600 (1 hour to 365 days).
+>>>> 
+>>>> Constraints:
+>>>> 
+>>>>   * min: `0`
+>>>>   * max: `525600`
+>>>> 
+
@@ -600 +615 @@ nextToken -> (string)
-  * [AWS CLI 2.34.61 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.63 Command Reference](../../index.html) »