-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
security: add SECURITY reporting guidelines
- Loading branch information
1 parent
23fd019
commit 6d1db6d
Showing
2 changed files
with
29 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,25 @@ | ||
# Security Policy | ||
|
||
## Reporting a Vulnerability and/or Security Issues | ||
|
||
Please do not report security vulnerabilities through public channels, like | ||
GitHub issues, discussions, or pull requests. | ||
|
||
If you believe you have found a security vulnerability in this repository, | ||
please report it to [email protected] or https://github.com/erlang/otp/security. | ||
|
||
## Supported Versions | ||
|
||
Erlang/OTP supports the last 3 OTP releases with security updates and patches. | ||
For example, if the latest release is OTP-27, we will support with maintainance and security releases: | ||
|
||
| Version | Supported | | ||
| ------- | ------------------ | | ||
| 27 | :white_check_mark: | | ||
| 26 | :white_check_mark: | | ||
| 25 | :white_check_mark: | | ||
| =< 24 | :x: | | ||
|
||
|
||
|
||
|