AWS cli documentation change
Summary
Updated AWS CLI version from 2.34.25 to 2.34.28 and added external documentation links for HTTP security headers (Access-Control-Allow-Origin, Access-Control-Expose-Headers, Cache-Control, Content-Security-Policy, Strict-Transport-Security, X-Content-Type-Options, X-Frame-Options) to MDN Web Docs.
Security assessment
The change adds references to external documentation for security-related HTTP headers, which helps users understand security features like CORS, CSP, HSTS, and clickjacking protection. However, there is no evidence of a specific security vulnerability being addressed; it's a documentation improvement.
Diff
diff --git a/cli/latest/reference/ivs-realtime/stop-participant-replication.md b/cli/latest/reference/ivs-realtime/stop-participant-replication.md index d926aded0..f82f18b60 100644 --- a//cli/latest/reference/ivs-realtime/stop-participant-replication.md +++ b//cli/latest/reference/ivs-realtime/stop-participant-replication.md @@ -15 +15 @@ - * [AWS CLI 2.34.25 Command Reference](../../index.html) » + * [AWS CLI 2.34.28 Command Reference](../../index.html) » @@ -283,0 +284,2 @@ accessControlAllowOrigin -> (string) +> See [Access-Control-Allow-Origin](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Access-Control-Allow-Origin) in the MDN Web Docs. + @@ -285,0 +288,2 @@ accessControlExposeHeaders -> (string) +> See [Access-Control-Expose-Headers](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Access-Control-Expose-Headers) in the MDN Web Docs. + @@ -287,0 +292,2 @@ cacheControl -> (string) +> See [Cache-Control](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Cache-Control) in the MDN Web Docs. + @@ -289,0 +296,2 @@ contentSecurityPolicy -> (string) +> See [Content-Security-Policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Content-Security-Policy) in the MDN Web Docs. + @@ -291,0 +300,2 @@ strictTransportSecurity -> (string) +> See [Strict-Transport-Security](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Strict-Transport-Security) in the MDN Web Docs. + @@ -293,0 +304,2 @@ xContentTypeOptions -> (string) +> See [X-Content-Type-Options](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/X-Content-Type-Options) in the MDN Web Docs. + @@ -295,0 +308,2 @@ xFrameOptions -> (string) +> See [X-Frame-Options](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/X-Frame-Options) in the MDN Web Docs. + @@ -306 +320 @@ xFrameOptions -> (string) - * [AWS CLI 2.34.25 Command Reference](../../index.html) » + * [AWS CLI 2.34.28 Command Reference](../../index.html) »