Skip to content

Commit 7d0b2a2

Browse files
eksperimentalfertapric
authored andcommitted
Add SECURITY.md (Security Policy) (#9078)
1 parent c99eb7a commit 7d0b2a2

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
1. Set `CANONICAL=` in /Makefile
3232

33-
2. Update tables in "Compatibility and Deprecations"
33+
2. Update tables in /SECURITY.md and "Compatibility and Deprecations"
3434

3535
3. Commit "Prepare vMAJOR.MINOR for release"
3636

SECURITY.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Security Policy
2+
3+
## Supported versions
4+
5+
Elixir applies bug fixes only to the latest minor branch. Security patches are available for the last 5 minor branches:
6+
7+
| Elixir version | Support
8+
| -------------- | ------------------------------
9+
| 1.9 | Bug fixes and security patches
10+
| 1.8 | Security patches only
11+
| 1.7 | Security patches only
12+
| 1.6 | Security patches only
13+
| 1.5 | Security patches only
14+
15+
## Announcements
16+
17+
New releases are announced in the read-only [announcements mailing list](https://groups.google.com/group/elixir-lang-ann). You can subscribe by sending an email to elixir-lang-ann+subscribe@googlegroups.com and replying to the confirmation email.
18+
19+
All security releases [will be tagged with `[security]`](https://groups.google.com/forum/#!searchin/elixir-lang-ann/%5Bsecurity%5D%7Csort:date).
20+
21+
## Reporting a vulnerability
22+
23+
Please disclose security vulnerabilities privately at elixir-security@googlegroups.com

0 commit comments

Comments
 (0)