diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-05-20 02:05:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-20 02:05:41 (GMT) |
commit | eecdc9e1f73a1d96f8ca604dba4f529c86d16fbd (patch) | |
tree | f3d18994f52b6ce1ea4b2ea7b7fab9a1cfd4511b | |
parent | c87b81dcb2c22b6d151da39a0f65d5db304f59a8 (diff) | |
download | cpython-eecdc9e1f73a1d96f8ca604dba4f529c86d16fbd.zip cpython-eecdc9e1f73a1d96f8ca604dba4f529c86d16fbd.tar.gz cpython-eecdc9e1f73a1d96f8ca604dba4f529c86d16fbd.tar.bz2 |
Update link in SECURITY.md (GH-21320) (GH-26260)
(cherry picked from commit 4d396e7d79bd1152f991147718dc5f094a3cc957)
Co-authored-by: Marcono1234 <Marcono1234@users.noreply.github.com>
-rw-r--r-- | .github/SECURITY.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/SECURITY.md b/.github/SECURITY.md index 28aea94..82ae4ca 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -10,9 +10,8 @@ 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 +official website](https://www.python.org/dev/security/) 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`. |