diff --git a/content/manuals/security/security-announcements.md b/content/manuals/security/security-announcements.md
index d2e9a1ffbf7f..b8c893741669 100644
--- a/content/manuals/security/security-announcements.md
+++ b/content/manuals/security/security-announcements.md
@@ -3,11 +3,15 @@ description: Docker security announcements
keywords: Docker, CVEs, security, notice, Log4J 2, Log4Shell, Text4Shell, announcements
title: Docker security announcements
linkTitle: Security announcements
+outputs: ["HTML", "markdown", "RSS"]
+type: "security-announcements"
weight: 80
toc_min: 1
toc_max: 2
---
+{{< rss-button feed="/security/security-announcements/index.xml" text="Subscribe to security RSS feed" >}}
+
## Docker Desktop 4.44.3 security update: CVE-2025-9074
_Last updated August 20, 2025_
diff --git a/hugo_stats.json b/hugo_stats.json
index ce02090871b0..2ef66639cf23 100644
--- a/hugo_stats.json
+++ b/hugo_stats.json
@@ -200,6 +200,7 @@
"border-divider-light",
"border-gray-100",
"border-gray-200",
+ "border-gray-300",
"border-gray-400",
"border-green-400",
"border-l-2",
@@ -247,6 +248,7 @@
"dark:border-b-blue-600",
"dark:border-divider-dark",
"dark:border-gray-400",
+ "dark:border-gray-600",
"dark:border-gray-700",
"dark:border-green-400",
"dark:border-l-magenta-dark",
@@ -486,6 +488,7 @@
"pt-4",
"px-1",
"px-2",
+ "px-3",
"px-4",
"py-0.5",
"py-1",
@@ -504,7 +507,10 @@
"rotate-45",
"rounded",
"rounded-full",
+ "rounded-md",
"rounded-sm",
+ "rss-button",
+ "rss-subscribe",
"scale-50",
"scale-75",
"scroll-mt-2",
diff --git a/layouts/security-announcements/single.rss.xml b/layouts/security-announcements/single.rss.xml
new file mode 100644
index 000000000000..8632f95e5db5
--- /dev/null
+++ b/layouts/security-announcements/single.rss.xml
@@ -0,0 +1,20 @@
+
+
+ Docker Docs - Security Announcements
+ {{ .Permalink }}
+ Security announcements and advisories
+ Hugo -- gohugo.io
+ {{ .Site.LanguageCode | default "en" }}
+ {{ now.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}
+
+
+
+ -
+ Latest Security Announcements - {{ now.Format "January 2, 2006" }}
+ {{ .Permalink }}
+ {{ now.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}
+ {{ .Permalink }}#{{ now.Unix }}
+ {{ .Plain | html }}
+
+
+
\ No newline at end of file
diff --git a/layouts/shortcodes/rss-button.html b/layouts/shortcodes/rss-button.html
new file mode 100644
index 000000000000..e2da656bc79b
--- /dev/null
+++ b/layouts/shortcodes/rss-button.html
@@ -0,0 +1,14 @@
+{{ $feed := .Get "feed" | default "index.xml" }}
+{{ $text := .Get "text" | default "Subscribe to RSS feed" }}
+
\ No newline at end of file