summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Evans <code@jeremyevans.net>2020-02-03 06:41:14 -0800
committerJeremy Evans <code@jeremyevans.net>2020-02-03 06:44:39 -0800
commitc3130cf9903d01641d759055f960119bb362a699 (patch)
treeed6caf748947524da745d19c89ae376c36493ca7
parente3fd0c4e23608a27e7e8a1bcddb8cf59238ae0d8 (diff)
downloadrack-c3130cf9903d01641d759055f960119bb362a699.tar.gz
Update security policy
Remove entry about providing backports to unsupported versions in git, as that is a contridiction (providing backports is providing at least minimal support). Of course, nothing precludes us from doing this, but we don't want users to consider it an expectation.
-rw-r--r--SECURITY_POLICY.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/SECURITY_POLICY.md b/SECURITY_POLICY.md
index 04fdd488..3590fa4d 100644
--- a/SECURITY_POLICY.md
+++ b/SECURITY_POLICY.md
@@ -10,26 +10,26 @@ New features will only be added to the master branch and will not be made availa
Only the latest release series will receive bug fixes. When enough bugs are fixed and its deemed worthy to release a new gem, this is the branch it happens from.
-* Current release series: 2.0.x
+* Current release series: 2.1.x
### Security issues
The current release series and the next most recent one will receive patches and new versions in case of a security issue.
-* Current release series: 2.0.x
-* Next most recent release series: 1.6.x
+* Current release series: 2.1.x
+* Next most recent release series: 2.0.x
### Severe security issues
For severe security issues we will provide new versions as above, and also the last major release series will receive patches and new versions. The classification of the security issue is judged by the core team.
-* Current release series: 2.0.x
-* Next most recent release series: 1.6.x
-* Last most recent release series: 1.5.x
+* Current release series: 2.1.x
+* Next most recent release series: 2.0.x
+* Last major release series: 1.6.x
### Unsupported Release Series
-When a release series is no longer supported, it’s your own responsibility to deal with bugs and security issues. We may provide back-ports of the fixes and publish them to git, however there will be no new versions released. If you are not comfortable maintaining your own versions, you should upgrade to a supported version.
+When a release series is no longer supported, it’s your own responsibility to deal with bugs and security issues. If you are not comfortable maintaining your own versions, you should upgrade to a supported version.
## Reporting a bug