From 79c98bb59f3b373b33345ef12e587b2cca91fc56 Mon Sep 17 00:00:00 2001 From: Ralf Gommers Date: Fri, 2 Jan 2026 22:24:09 +0100 Subject: [PATCH] Update SECURITY.md to link to numpy docs page on security Companion PR to https://github.com/numpy/numpy/pull/30562 --- SECURITY.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 5ed845c..4fd8cfe 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,3 +1,4 @@ -To report a security vulnerability to NumPy, please go to -https://tidelift.com/security and see the instructions there. - +To report a security vulnerability to NumPy, please first read +https://numpy.org/devdocs/reference/security.html, and then go to +https://tidelift.com/security and see the instructions there to +make a report.