blob: f051a0053e19d4785317fbe74752c53e1d5ab21e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
---
layout: page
title: Security & Maintenance
---
# Security & Maintenance
<p class="lead">
Support of Alaveteli is divided into four groups: New features, bug fixes, security issues, and severe security issues. They are handled as follows:
</p>
## New Features
Only the [latest development branch](https://github.com/mysociety/alaveteli/tree/develop/) gets new features which will be released in the next main release.
## Bug Fixes
- Only the current release will receive bug fixes
- Bug fixes will get a new release (e.g. `0.19.0` gets a new release to `0.19.1`)
- Bug fixes will be applied to current development branch
## Security Issues
- The current release, previous release and current development branch will receive fixes
- Security issues will get a new release (e.g. `0.19.0` gets a new release to `0.19.1`) for the current and previous releases
- Generic patch will be posted to the mailing list
## Severe Security Issues
- Severe is determined by the Alaveteli core team
- The current release, previous release and current development branch will receive fixes
- Severe security issues will get a new release (e.g. `0.19.0` gets a new release to `0.19.1`) for supported versions
- Generic patch will be posted to the mailing list
- All releases known to be in production will receive patches and every effort will be made to contact known re-users for a private disclosure
|