AWS AmazonCloudWatch medium security documentation change
Summary
Updated runtime version from 11.0 to 11.1, added details about urllib3 upgrade to address CVEs, and restructured content to list 11.1 as the newest version while preserving 11.0 details lower in the document.
Security assessment
The change explicitly addresses CVEs (CVE-2026-44431 and CVE-2026-44432) through a library upgrade, providing concrete evidence of security vulnerability remediation.
Diff
diff --git a/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Library_python_selenium.md b/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Library_python_selenium.md index 14f4ac1c1..dc2d62486 100644 --- a//AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Library_python_selenium.md +++ b//AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Library_python_selenium.md @@ -7 +7 @@ -syn-python-selenium-11.0 +syn-python-selenium-11.1 @@ -17,3 +17 @@ The naming convention for these runtime versions is `syn-`language` -`framework` -## syn-python-selenium-11.0 - -Version 11.0 is the newest CloudWatch Synthetics runtime for Python and Selenium. +## syn-python-selenium-11.1 @@ -32,5 +30 @@ Version 11.0 is the newest CloudWatch Synthetics runtime for Python and Selenium -**Changes in syn-python-selenium-11.0** - - * Updated Python runtime and browser versions. - - * Upgrade `Chromium` to 147.0.7727.57 to address the following CVEs: +**Changes in syn-python-selenium-11.1** @@ -38 +32 @@ Version 11.0 is the newest CloudWatch Synthetics runtime for Python and Selenium - * CVE-2026-3909 + * Upgrade `urllib3` to 2.7.0 to address the following CVEs: @@ -40 +34 @@ Version 11.0 is the newest CloudWatch Synthetics runtime for Python and Selenium - * CVE-2026-3910 + * CVE-2026-44431 @@ -42 +36 @@ Version 11.0 is the newest CloudWatch Synthetics runtime for Python and Selenium - * CVE-2026-5281 + * CVE-2026-44432 @@ -57,0 +52,28 @@ The following earlier runtime versions for Python and Selenium are still support +### syn-python-selenium-11.0 + +**Major dependencies** : + + * Python 3.12 + + * Selenium 4.32.0 + + * Chromium version 147.0.7727.57 + + + + +**Changes in syn-python-selenium-11.0** + + * Updated Python runtime and browser versions. + + * Upgrade `Chromium` to 147.0.7727.57 to address the following CVEs: + + * CVE-2026-3909 + + * CVE-2026-3910 + + * CVE-2026-5281 + + + + @@ -118,2 +139,0 @@ For more information, see the following: -Version 8.0 is the newest CloudWatch Synthetics runtime for Python and Selenium. -