AWS cli documentation change
Summary
Updated repository configuration documentation with expanded examples and formatting
Security assessment
Adds security-focused repository examples (e.g., Ubuntu security repos) and configuration guidance to help maintain secure patch sources. Enhances security documentation but doesn't fix a specific vulnerability.
Diff
diff --git a/cli/latest/reference/ssm/get-patch-baseline.md b/cli/latest/reference/ssm/get-patch-baseline.md index 3c4a5cc19..89f8a10b5 100644 --- a//cli/latest/reference/ssm/get-patch-baseline.md +++ b//cli/latest/reference/ssm/get-patch-baseline.md @@ -15 +15 @@ - * [AWS CLI 2.27.54 Command Reference](../../index.html) » + * [AWS CLI 2.27.55 Command Reference](../../index.html) » @@ -448 +448 @@ Sources -> (list) ->>> The value of the yum repo configuration. For example: +>>> The value of the repo configuration. @@ -449,0 +450,2 @@ Sources -> (list) +>>>> **Example for yum repositories** +>>>> @@ -458 +460,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` @@ -460 +468 @@ 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_ . @@ -478 +486 @@ AvailableSecurityUpdatesComplianceStatus -> (string) - * [AWS CLI 2.27.54 Command Reference](../../index.html) » + * [AWS CLI 2.27.55 Command Reference](../../index.html) »