From 7487ccf1150511aeef9c8cea1c2a662bca595d80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar=20Rubio?= Date: Fri, 26 Sep 2025 12:05:17 +0200 Subject: [PATCH] Add a security policy for reporting vulnerabilities --- SECURITY.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 000000000..6d8fe10e4 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,5 @@ +# Security Policy + +## Reporting a Vulnerability + +To report a vulnerability in Python-Markdown, [open a private vulnerability report](https://github.com/Python-Markdown/markdown/security/advisories/new) and you can create a patch on a private fork or, after reporting the problem, our maintainers will fix it as soon as possible.