-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a security policy using GitHub advisories (#5591)
- Loading branch information
Showing
1 changed file
with
21 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,21 @@ | ||
# Security Policy | ||
|
||
## Supported versions | ||
|
||
Phoenix applies bug fixes only to the latest minor branch. Security patches are | ||
available for the last 4 minor branches: | ||
|
||
Elixir version | Support | ||
:------------- | :----------------------------- | ||
1.7 | Bug fixes and security patches | ||
1.6 | Security patches only | ||
1.5 | Security patches only | ||
1.4 | Security patches only | ||
|
||
## Announcements | ||
|
||
[Security advisories will be published on GitHub](https://github.com/phoenixframework/phoenix/security). | ||
|
||
## Reporting a vulnerability | ||
|
||
[Please disclose security vulnerabilities privately via GitHub](https://github.com/phoenixframework/phoenix/security). |