From 80983e1a176280eabfca92488a36435a0589b409 Mon Sep 17 00:00:00 2001 From: eraandriyanerandriyan-blip <314829951+eraandriyanerandriyan-blip@users.noreply.github.com> Date: Sun, 13 Sep 2026 01:34:00 +0700 Subject: [PATCH] Create SECURITY.md for security policy[![CI](https://github.com/vinta/awesome-python/actions/workflows/ci.yml/badge.svg?branch=master&event=discussion_comment)](https://github.com/vinta/awesome-python/actions/workflows/ci.yml) Added a security policy document outlining supported versions and vulnerability reporting. --- SECURITY.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000000..034e848032 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,21 @@ +# Security Policy + +## Supported Versions + +Use this section to tell people about which versions of your project are +currently being supported with security updates. + +| Version | Supported | +| ------- | ------------------ | +| 5.1.x | :white_check_mark: | +| 5.0.x | :x: | +| 4.0.x | :white_check_mark: | +| < 4.0 | :x: | + +## Reporting a Vulnerability + +Use this section to tell people how to report a vulnerability. + +Tell them where to go, how often they can expect to get an update on a +reported vulnerability, what to expect if the vulnerability is accepted or +declined, etc.