Skip to content

Commit 29eb1c8

Browse files
lirantalsushantdhiman
authored andcommitted
docs(security): add responsible disclosure policy (#11300)
1 parent 592099d commit 29eb1c8

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ $ npm install --save tedious # Microsoft SQL Server
5050
- [Contributing](https://github.com/sequelize/sequelize/blob/master/CONTRIBUTING.md)
5151

5252
## Responsible disclosure
53-
If you have any security issue to report, contact project maintainers privately. You can find contact information in [CONTACT.md](https://github.com/sequelize/sequelize/blob/master/CONTACT.md).
53+
If you have security issues to report please refer to our [Responsible Disclosure Policy](./SECURITY.md) for more details.
5454

5555
## Resources
5656

SECURITY.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Security Policy
2+
3+
## Supported versions
4+
5+
The following table describes the versions of this project that are currently supported with security updates:
6+
7+
| Version | Supported |
8+
| ------- | ------------------ |
9+
| 3.x | :heavy_check_mark: |
10+
| 4.x | :heavy_check_mark: |
11+
| 5.x | :heavy_check_mark: |
12+
13+
## Responsible disclosure policy
14+
15+
At Sequelize, we prioritize security issues and will try to fix them as soon as they are disclosed.
16+
17+
If you discover a security vulnerability, please reach the project maintainers privately. You can find related information in [CONTACT.md](./CONTACT.md).
18+
19+
After validating & discussing scope of security vulnerability, we will set a time-frame for patch distribution. This time-frame may vary depending upon the nature of vulnerability.
20+
21+
Once effected versions are patched you may report security issue to any Node.js security vulnerability database. A few which we have worked with in past are listed below.
22+
23+
- [NPM](https://www.npmjs.com/advisories/report)
24+
- [Snyk.io](https://snyk.io/vulnerability-disclosure)

0 commit comments

Comments
 (0)