From 72c9f5bc77f9b46a3c7b928a4f737a3cc687b232 Mon Sep 17 00:00:00 2001 From: Yann Pellegrini Date: Sun, 16 Aug 2026 20:33:46 +0200 Subject: [PATCH] Use org-level security policy (ipython/.github/SECURITY.md) Do not define SECURITY.mds at the repo-level but rather as org-level. This also fixes the wrong/old email address being used here. jupyter/security#125 and jupyter/security#124 --- SECURITY.md | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md deleted file mode 100644 index f19722cd0..000000000 --- a/SECURITY.md +++ /dev/null @@ -1,10 +0,0 @@ -# Security Policy - -## Reporting a Vulnerability - -All IPython and Jupyter security are handled via security@ipython.org. -You can find more information on the Jupyter website. https://jupyter.org/security - -## Tidelift - -We are also lifting IPython via Tidelift, you can also report security concern via the [tidelift platform](https://tidelift.com/security).