Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-09-20 02:18:09 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-09-20 02:18:09 +0300
commit6ed4ec3e0b1340f96b7c043ef51d1b33bbe85fde (patch)
treedc4d20fe6064752c0bd323187252c77e0a89144b /doc/policy/maintenance.md
parent9868dae7fc0655bd7ce4a6887d4e6d487690eeed (diff)
Add latest changes from gitlab-org/gitlab@15-4-stable-eev15.4.0-rc42
Diffstat (limited to 'doc/policy/maintenance.md')
-rw-r--r--doc/policy/maintenance.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/policy/maintenance.md b/doc/policy/maintenance.md
index e77a0459150..02a1c5a53dc 100644
--- a/doc/policy/maintenance.md
+++ b/doc/policy/maintenance.md
@@ -12,11 +12,11 @@ patch, and security releases. New releases are announced on the [GitLab blog](ht
Our current policy is:
-- Backporting bug fixes for **only the current stable release** at any given time. (See [patch releases](#patch-releases).)
-- Backporting security fixes **to the previous two monthly releases in addition to the current stable release**. (See [security releases](#security-releases).)
+- Backporting bug fixes for **only the current stable release** at any given time - see [patch releases](#patch-releases) below.
+- Backporting security fixes **to the previous two monthly releases in addition to the current stable release**. In some circumstances (outlined in [security releases](#security-releases) below) we may address a security vulnerability using the [patch release](#patch-releases) process or regular monthly release process, that is, providing an update to the current stable release only, with no backports.
In rare cases, release managers may make an exception and backport to more than
-the last two monthly releases. See
+the last two monthly releases. See
[Backporting to older releases](#backporting-to-older-releases) for more information.
## Versioning
@@ -132,13 +132,16 @@ To request backporting to more than one stable release for consideration, raise
### Security releases
Security releases are a special kind of patch release that only include security
-fixes and patches (see below) for the previous two monthly releases in addition to the current stable release.
+fixes and patches for the previous two monthly releases in addition to the current stable release.
For very serious security issues, there is
[precedent](https://about.gitlab.com/releases/2016/05/02/cve-2016-4340-patches/)
to backport security fixes to even more monthly releases of GitLab.
This decision is made on a case-by-case basis.
+In some circumstances we may choose to address a vulnerability using the [patch release](#patch-releases) process or the regular monthly release process, that is, updating the current stable release only, with no backports. Factors influencing this decision include very low likelihood of exploitation, low impact, fix complexity and risk to stability. We will **always address
+high and critical** security issues with a security release.
+
## More information
You may also want to read our: