-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(security): add responsible disclosure policy (#11300)
- Loading branch information
1 parent
592099d
commit 29eb1c8
Showing
2 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Security Policy | ||
|
||
## Supported versions | ||
|
||
The following table describes the versions of this project that are currently supported with security updates: | ||
|
||
| Version | Supported | | ||
| ------- | ------------------ | | ||
| 3.x | :heavy_check_mark: | | ||
| 4.x | :heavy_check_mark: | | ||
| 5.x | :heavy_check_mark: | | ||
|
||
## Responsible disclosure policy | ||
|
||
At Sequelize, we prioritize security issues and will try to fix them as soon as they are disclosed. | ||
|
||
If you discover a security vulnerability, please reach the project maintainers privately. You can find related information in [CONTACT.md](./CONTACT.md). | ||
|
||
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. | ||
|
||
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. | ||
|
||
- [NPM](https://www.npmjs.com/advisories/report) | ||
- [Snyk.io](https://snyk.io/vulnerability-disclosure) |