summaryrefslogtreecommitdiffstats
path: root/.github/SECURITY.md
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>2019-05-25 10:03:45 (GMT)
committerAndrew Svetlov <andrew.svetlov@gmail.com>2019-05-25 10:03:45 (GMT)
commitaf570745fe3852a9ded0e723a7232e4cc0451e95 (patch)
tree6c34cf5c32ba731dfee24e1566ab7efbe1ec2db8 /.github/SECURITY.md
parentc3738cfe63b1f2c1dc4a28d0ff9adb4e9e3aae1f (diff)
downloadcpython-af570745fe3852a9ded0e723a7232e4cc0451e95.zip
cpython-af570745fe3852a9ded0e723a7232e4cc0451e95.tar.gz
cpython-af570745fe3852a9ded0e723a7232e4cc0451e95.tar.bz2
📝 Add a GitHub-specific security page (GH-13526)
* 📝 Add a GitHub-specific security page It will show up @ https://github.com/python/cpython/security/policy allowing to navigate users who get there from "Security" tab in the GitHub repo to the full article explaining the security vulnerability reporting practices. Co-Authored-By: Hugo <hugovk@users.noreply.github.com>
Diffstat (limited to '.github/SECURITY.md')
-rw-r--r--.github/SECURITY.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/.github/SECURITY.md b/.github/SECURITY.md
new file mode 100644
index 0000000..23976fd
--- /dev/null
+++ b/.github/SECURITY.md
@@ -0,0 +1,18 @@
+# Security Policy
+
+## Supported Versions
+
+The Python team applies security fixes according to the table in
+in [the devguide](
+https://devguide.python.org/#status-of-python-branches
+).
+
+## Reporting a Vulnerability
+
+Please read the guidelines on reporting security issues [on the
+official website](
+https://www.python.org/news/security/#reporting-security-issues-in-python
+) for instructions on how to report a security-related problem to
+the Python team responsibly.
+
+To reach the response team, email `security at python dot org`.