From c4cc78bdf55ae657536239aad2077425f7d79045 Mon Sep 17 00:00:00 2001 From: Pavan Shinde Date: Sun, 22 Feb 2026 08:45:11 +0530 Subject: [PATCH] docs: fix README security policy link (#7029) --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index eedd4c69..57dbc367 100644 --- a/Readme.md +++ b/Readme.md @@ -154,7 +154,7 @@ See the [Contributing Guide] for more technical details on contributing. ### Security Issues -If you discover a security vulnerability in Express, please see [Security Policies and Procedures](https://github.com/expressjs/express?tab=security-ov-file). +If you discover a security vulnerability in Express, please see [Security Policies and Procedures](https://github.com/expressjs/express/security/policy). ### Running Tests