Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
99e6e732
Commit
99e6e732
authored
Jul 11, 2020
by
Brian P O'Rourke
Committed by
Oran Agra
Jul 22, 2020
Browse files
Add contribution guidelines for vulnerability reports
parent
3e35ac9d
Changes
2
Hide whitespace changes
Inline
Side-by-side
CONTRIBUTING
View file @
99e6e732
...
...
@@ -20,6 +20,26 @@ There is also an active community of Redis users at Stack Overflow:
http://stackoverflow.com/questions/tagged/redis
# Reporting Security Bugs
*If you are reporting a security bug*, please contact the core team privately
by emailing redis@redis.io. Your report will be acknowledged by a core team
member and once the report has been reviewed you will receive a more detailed
response including next steps.
If you do not receive a reply you can escalate to the Redis Google Group,
linked above. Because this group is a public space please do not disclose the
issue in detail, only say that you are trying to reach the core team for a
security issue.
Redis follows a responsible disclosure process:
1. Reports are reviewed and analyzed privately
2. Patches are prepared for supported versions of Redis
3. Vendor lists are notified with an embargo date to reduce the public impact
4. We push a fix release and your bug can be posted publicly with credit in
release notes and the version history (and our thanks!)
# How to provide a patch for a new feature
1. If it is a major feature or a semantical change, please don't start coding
...
...
README.md
View file @
99e6e732
...
...
@@ -203,7 +203,7 @@ 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.
information
, including details on our process for security bugs/vulnerabilities
.
[
1
]:
https://github.com/redis/redis/blob/unstable/COPYING
[
2
]:
https://github.com/redis/redis/blob/unstable/CONTRIBUTING
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment