From 623423c2506a283c82fc6d97159a20e260be6fc0 Mon Sep 17 00:00:00 2001 From: Aviv Keller Date: Mon, 27 Jul 2026 12:47:29 -0700 Subject: [PATCH] chore(footer): link security policy --- pages/site.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/site.json b/pages/site.json index 0cdb3dc1..7aa5e4f5 100644 --- a/pages/site.json +++ b/pages/site.json @@ -64,6 +64,10 @@ { "text": "API", "link": "/docs/api/v5.x" + }, + { + "text": "Security Policy", + "link": "https://github.com/webpack/webpack/security/policy" } ] },