-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adapted from core sequelize repo Fixes #1195
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Security Policy | ||
|
||
## Supported versions | ||
|
||
The following table describes the versions of this project that are currently supported with security updates: | ||
|
||
| Version | Supported | | ||
| ------- | ------------------ | | ||
| 2.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 create a security advisory [here](https://github.com/sequelize/sequelize-typescript/security/advisories/new). | ||
Otherwise, contact the project maintainers privately. You can find related information in [CONTACT.md](https://github.com/sequelize/sequelize/blob/main/CONTACT.md) of the core sequelize repository. |