Skip to content

Commit dcad4a3

Browse files
authored
Merge pull request redis#11 from valkey-io/add-security-policy
adding security policy
2 parents 9e56ab4 + 78e1da0 commit dcad4a3

File tree

3 files changed

+10
-14
lines changed

3 files changed

+10
-14
lines changed

.github/wordlist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,3 +158,4 @@ valkey
158158
valkeymodules
159159
virtualenv
160160
www
161+
md

CONTRIBUTING.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -180,22 +180,10 @@ Please try at least versions of Docker.
180180

181181
## How to Report a Bug
182182

183-
### Security Vulnerabilities
184-
185-
**NOTE**: If you find a security vulnerability, do NOT open an issue.
186-
Email [Salvatore Mesoraca (<[email protected]>)](mailto:[email protected]) instead.
187183

188-
In order to determine whether you are dealing with a security issue, ask
189-
yourself these two questions:
190-
191-
- Can I access something that's not mine, or something I shouldn't
192-
have access to?
193-
- Can I disable something for other people?
184+
### Security Vulnerabilities
194185

195-
If the answer to either of those two questions are *yes*, then you're
196-
probably dealing with a security issue. Note that even if you answer
197-
*no* to both questions, you may still be dealing with a security
198-
issue, so if you're unsure, just email [us](mailto:[email protected]).
186+
Reporting a vulnerability? See [SECURITY.md](https://github.com/valkey-io/valkey-py/blob/main/SECURITY.md).
199187

200188
### Everything Else
201189

SECURITY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Reporting a Vulnerability
2+
3+
If you believe you've discovered a security vulnerability, please contact the Valkey team at [email protected].
4+
Please *DO NOT* create an issue.
5+
We follow a responsible disclosure procedure, so depending on the severity of the issue we may notify Valkey vendors about the issue before releasing it publicly.
6+
If you would like to be added to our list of vendors, please reach out to the Valkey team at [email protected].
7+

0 commit comments

Comments
 (0)