summaryrefslogtreecommitdiffstats
path: root/.github/SECURITY.md
Commit message (Collapse)AuthorAgeFilesLines
* Update link to supported versions table in security policy (GH-98670)Zachary Ware2022-10-251-1/+1
|
* bpo-44854: Remove trailing whitespaces (GH-27689)Serhiy Storchaka2021-08-091-1/+1
|
* Update link in SECURITY.md (GH-21320)Marcono12342021-05-201-3/+2
|
* Fix a typo in SECURITY.md (GH-13568)Philippe Gagnon2019-05-271-1/+1
| | | There is a duplicated "in" in the Supported Versions text.
* 📝 Add a GitHub-specific security page (GH-13526)Sviatoslav Sydorenko2019-05-251-0/+18
* 📝 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>