summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMadelyn Olson <34459052+madolson@users.noreply.github.com>2021-05-13 21:16:27 -0700
committerGitHub <noreply@github.com>2021-05-13 21:16:27 -0700
commitdf4d916007c285d01b11193272419ab228916d8a (patch)
tree10fcb57974c580c415f97f3befd856c1d422d430 /README.md
parent31edc22ecc6f21ab53dd6254b135fbfd5be23e2c (diff)
downloadredis-df4d916007c285d01b11193272419ab228916d8a.tar.gz
Moved security bugs and vulnerability policy to SECURITY.md (#8938)
Moved security bugs and vulnerability policy to SECURITY.MD and extended security policy. Co-authored-by: Yossi Gottlieb <yossigo@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index d38b6166e..e4d64d58f 100644
--- a/README.md
+++ b/README.md
@@ -224,10 +224,11 @@ of the BSD license that you can find in the [COPYING][1] file included in the Re
source distribution.
Please see the [CONTRIBUTING][2] file in this source distribution for more
-information, including details on our process for security bugs/vulnerabilities.
+information. For security bugs and vulnerabilities, please see [SECURITY.md][3].
[1]: https://github.com/redis/redis/blob/unstable/COPYING
[2]: https://github.com/redis/redis/blob/unstable/CONTRIBUTING
+[3]: https://github.com/redis/redis/blob/unstable/SECURITY.md
Redis internals
===