Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

security: add SECURITY reporting guidelines #9023

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,10 @@ Please visit our [GitHub Issues](https://github.com/erlang/otp/issues) page for

### Security Disclosure

We take security bugs in Erlang/OTP seriously. Please disclose the issues regarding security by sending an email to **erlang-security [at] erlang [dot] org** and not by creating a public issue.
Please do not report security vulnerabilities through public channels, like
GitHub issues, discussions, or pull requests.

Please disclose the security issues following our [SECURITY](SECURITY.md) guidelines.

## Contributing

Expand Down
25 changes: 25 additions & 0 deletions SECURITY.md
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: |