Skip to content

Commit 2cc63ec

Browse files
committed
[Docs] Add security policy
1 parent 3ca471b commit 2cc63ec

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,12 @@ For bugs or feature requests, file a new [issue](https://gitlab.com/mordil/RediS
8585

8686
For all other support requests, please email [[email protected]](mailto:[email protected]).
8787

88+
## Security Vulnerabilities
89+
90+
If you think you have found a security flaw in the library, please report it following this project's [Security Policy](https://gitlab.com/Mordil/RediStack/blob/master/SECURITY.md).
91+
92+
Project contributors will treat your report as top priority.
93+
8894
## Changelog
8995

9096
[SemVer](https://semver.org/) changes are documented for each release on the [releases page](https://gitlab.com/Mordil/RediStack/-/releases).

SECURITY.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Security Policy
2+
3+
Security is the top priority for this library and any report will be treated as urgent.
4+
5+
After sending a report, you should expect a response within **7 calendar days**. If you have not, please file a secondary report with the SSWG using [[email protected]](mailto:[email protected]).
6+
7+
Once a report has been received, and determined to be a valid issue, a fix should be released no later than **14 calendar days** from the date it was determined as valid.
8+
9+
After a fix has been implemented, a [CVE](https://cve.mitre.org/index.html) request will be filed with GitLab and issued according to [GitLab's CVE policies](https://about.gitlab.com/security/cve/).
10+
11+
Once the fix has been released, the original report may become public.
12+
13+
## Reporting Issues
14+
15+
If you have discovered a vulnerability in the project, please send your report directly to [[email protected]](mailto:[email protected])
16+
17+
> Please prefix your subject line with `[SECURITY]`
18+
19+
These reports are immediately filed as confidential and only you and those with [report access](#report-access) will see any conversation from your initial report.
20+
21+
Example:
22+
23+
```
24+
25+
26+
Subject: [SECURITY] DDOS Potential with PubSub
27+
Body:
28+
The current way that PubSub is implemented leaves the opportunity for a bad actor to cause a denial-of-service by...
29+
```
30+
31+
> For tips on writing your vulnerability reports, refer to [How to Write a Better Vulnerability Report](https://medium.com/swlh/how-to-write-a-better-vulnerability-report-20163ab913fb), by Vickie Li
32+
33+
## Report Access
34+
35+
All [project members](https://gitlab.com/mordil/redistack/-/project_members), which includes [SSWG](https://swift.org/sswg/) representatives, are able to view confidential issues reported by following this security policy.

0 commit comments

Comments
 (0)