AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/ssm/update-patch-baseline.md

Summary

Expanded repository configuration documentation with multi-distro examples (yum, Ubuntu, Debian) and updated external reference links

Security assessment

Changes improve clarity about repository configurations for patch management but do not address specific vulnerabilities or security incidents. The updates enhance operational documentation rather than addressing security flaws.

Diff

diff --git a/cli/latest/reference/ssm/update-patch-baseline.md b/cli/latest/reference/ssm/update-patch-baseline.md
index 3c1706b7a..4cd8bd131 100644
--- a//cli/latest/reference/ssm/update-patch-baseline.md
+++ b//cli/latest/reference/ssm/update-patch-baseline.md
@@ -15 +15 @@
-  * [AWS CLI 2.27.54 Command Reference](../../index.html) »
+  * [AWS CLI 2.27.55 Command Reference](../../index.html) »
@@ -362 +362 @@ Syntax:
->>> The value of the yum repo configuration. For example:
+>>> The value of the repo configuration.
@@ -363,0 +364,2 @@ Syntax:
+>>>> **Example for yum repositories**
+>>>> 
@@ -372 +374,7 @@ Syntax:
->>> ### Note
+>>> For information about other options available for your yum repository configuration, see [dnf.conf(5)](https://man7.org/linux/man-pages/man5/dnf.conf.5.html) on the _man7.org_ website.
+>>>
+>>>> **Examples for Ubuntu Server and Debian Server**
+>>>> 
+>>>> `deb http://security.ubuntu.com/ubuntu jammy main`
+>>>> 
+>>>> `deb https://site.example.com/debian distribution component1 component2 component3`
@@ -374 +382 @@ Syntax:
->>> For information about other options available for your yum repository configuration, see [dnf.conf(5)](https://man7.org/linux/man-pages/man5/dnf.conf.5.html) .
+>>> Repo information for Ubuntu Server repositories must be specifed in a single line. For more examples and information, see [jammy (5) sources.list.5.gz](https://manpages.ubuntu.com/manpages/jammy/man5/sources.list.5.html) on the _Ubuntu Server Manuals_ website and [sources.list format](https://wiki.debian.org/SourcesList#sources.list_format) on the _Debian Wiki_ .
@@ -768 +776 @@ Sources -> (list)
->>> The value of the yum repo configuration. For example:
+>>> The value of the repo configuration.
@@ -769,0 +778,2 @@ Sources -> (list)
+>>>> **Example for yum repositories**
+>>>> 
@@ -778 +788,7 @@ Sources -> (list)
->>> ### Note
+>>> For information about other options available for your yum repository configuration, see [dnf.conf(5)](https://man7.org/linux/man-pages/man5/dnf.conf.5.html) on the _man7.org_ website.
+>>>
+>>>> **Examples for Ubuntu Server and Debian Server**
+>>>> 
+>>>> `deb http://security.ubuntu.com/ubuntu jammy main`
+>>>> 
+>>>> `deb https://site.example.com/debian distribution component1 component2 component3`
@@ -780 +796 @@ Sources -> (list)
->>> For information about other options available for your yum repository configuration, see [dnf.conf(5)](https://man7.org/linux/man-pages/man5/dnf.conf.5.html) .
+>>> Repo information for Ubuntu Server repositories must be specifed in a single line. For more examples and information, see [jammy (5) sources.list.5.gz](https://manpages.ubuntu.com/manpages/jammy/man5/sources.list.5.html) on the _Ubuntu Server Manuals_ website and [sources.list format](https://wiki.debian.org/SourcesList#sources.list_format) on the _Debian Wiki_ .
@@ -798 +814 @@ AvailableSecurityUpdatesComplianceStatus -> (string)
-  * [AWS CLI 2.27.54 Command Reference](../../index.html) »
+  * [AWS CLI 2.27.55 Command Reference](../../index.html) »