Skip to content

Do not display omnibus and CNG in table of fixes

Steve Abrams requested to merge delivery19740-update-table-of-fixes into master

What does this MR do and why?

Omnibus and CNG security fixes are often dependency updates, based on an external CVE. Historically they have not been included in the Table of Fixes in the blog post.

This MR updates the table to skip listing issues in those projects.

Related to gitlab-com/gl-infra/delivery#19740 (closed)

Testing

I ran the release:patch_blog_post rake task with a dry run locally. While I cannot post the content here since it's security info, I can say that it did not include any Omnibus updates in the table. Here's a heavily modified version of the output:

Click to expand
title: "GitLab Security Release: 16.5.1, 16.4.2, 16.3.6"
categories: releases
author: ADD_YOUR_FULL_NAME
author_gitlab: steveabrams
author_twitter: gitlab
description: "Learn more about GitLab Security Release: 16.5.1, 16.4.2, 16.3.6 for GitLab Community Edition (CE) and Enterprise Edition (EE)."
image_title: '/images/blogimages/security-cover-new.png'
tags: security
---

<!-- For detailed instructions on how to complete this, please see https://gitlab.com/gitlab-org/release/docs/-/blob/master/general/patch/blog-post.md -->

Today we are releasing versions 16.5.1, 16.4.2, 16.3.6 for GitLab Community Edition (CE) and Enterprise Edition (EE).

These versions contain important security fixes, and we strongly recommend that all GitLab installations be upgraded to
one of these versions immediately. GitLab.com is already running the patched version.

GitLab releases patches for vulnerabilities in dedicated security releases. There are two types of security releases:
a monthly, scheduled security release, released a week after the feature release (which deploys on the 3rd Thursday of each month),
and ad-hoc security releases for critical vulnerabilities. For more information, you can visit our [security FAQ](https://about.gitlab.com/security/faq/).
You can see all of our regular and security release blog posts [here](/releases/categories/releases/).
In addition, the issues detailing each vulnerability are made public on our
[issue tracker](https://gitlab.com/gitlab-org/gitlab/-/issues/?sort=created_date&state=closed&label_name%5B%5D=bug%3A%3Avulnerability&confidential=no&first_page_size=100)
30 days after the release in which they were patched.

We are dedicated to ensuring all aspects of GitLab that are exposed to customers or that host customer data are held to
the highest security standards. As part of maintaining good security hygiene, it is highly recommended that all customers
upgrade to the latest security release for their supported version. You can read more
[best practices in securing your GitLab instance](/blog/2020/05/20/gitlab-instance-security-best-practices/) in our blog post.

### Recommended Action

We **strongly recommend** that all installations running a version affected by the issues described below are **upgraded to the latest version as soon as possible**.

When no specific deployment type (omnibus, source code, helm chart, etc.) of a product is mentioned, this means all types are affected.

| Title | Severity |
| ----- | -------- |
| [Fix 1](#fix-1) | Low |

### Fix 1

Description
This is a medium severity issue (`CVSS:3.1/a/b/c/d/e/f/g`, 2.2).
It is now mitigated in the latest release and is assigned [CVE-2023-XXX](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-XXX).

Thanks [AAAAAAAAA](https://hackerone.com/) for reporting this vulnerability through our HackerOne bug bounty program.


### Omnibus/CNG fix 1

TODO: add description for this issue

## Non Security Patches

### 16.5.1

* [Revert better-error-messages-for-pull-mirroring](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/134835)
* [Update post migration to drop column only if it exists](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/134867)

### 16.4.2

* [Merge branch '657-mailroom-webrick-ubi' into '16-4-stable'](https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1554)
* [Update VERSION files](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/133882)
* [Update dependency prometheus-client-mmap to '>= 0.28.1'](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/133877)
* [Backport: fix migration when commit_message_negative_regex is missing](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/133833)
* [Backport to 16.4: Geo: Avoid getting resources stuck in Queued](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/134197)
* [Fix pipeline schedules view when owner is nil](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/134481)
* [Quarantine flaky delete_job_spec:46](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/134565)
* [Create Geo event when project is created](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/134264)
* [Fix bug with batched gitaly ref deletion duplicates](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/134328)

### 16.3.6

* [Merge branch '657-mailroom-webrick-ubi' into '16-3-stable'](https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1555)
* [Backport 16.3 | Upgrade exiftool to 12.65](https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1499)

## Updating

To update GitLab, see the [Update page](/update).
To update Gitlab Runner, see the [Updating the Runner page](https://docs.gitlab.com/runner/install/linux-repository.html#updating-the-runner).

## Receive Security Release Notifications

To receive security release blog notifications delivered to your inbox, visit our [contact us](https://about.gitlab.com/company/contact/) page.
To receive release notifications via RSS, subscribe to our [security release RSS feed](https://about.gitlab.com/security-releases.xml) or our [RSS feed for all releases](https://about.gitlab.com/all-releases.xml).

Author Check-list

  • Has documentation been updated?
Edited by Steve Abrams

Merge request reports