From b6d10a1d697b954da89dd01c73c1a08fc9a454b8 Mon Sep 17 00:00:00 2001 From: Oswaldo Ferreira <> Date: Tue, 23 Apr 2019 11:45:14 -0300 Subject: [PATCH 1/2] Update Gitaly to 11.27.2 --- GITALY_SERVER_VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GITALY_SERVER_VERSION b/GITALY_SERVER_VERSION index 08002f86cc8..457f0385465 100644 --- a/GITALY_SERVER_VERSION +++ b/GITALY_SERVER_VERSION @@ -1 +1 @@ -1.27.1 +1.27.2 -- GitLab From bbdd39d2427b10f23a16c7f5ce64f9e4cd2b3f92 Mon Sep 17 00:00:00 2001 From: Oswaldo Ferreira <> Date: Tue, 23 Apr 2019 11:47:16 -0300 Subject: [PATCH 2/2] Add changelog --- .../unreleased/loosen_regex_for_exception_sanitization.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelogs/unreleased/loosen_regex_for_exception_sanitization.yml diff --git a/changelogs/unreleased/loosen_regex_for_exception_sanitization.yml b/changelogs/unreleased/loosen_regex_for_exception_sanitization.yml new file mode 100644 index 00000000000..288153487ab --- /dev/null +++ b/changelogs/unreleased/loosen_regex_for_exception_sanitization.yml @@ -0,0 +1,5 @@ +--- +title: Loosen regex for exception sanitization +merge_request: 3077 +author: +type: security -- GitLab