From 619343e1206c8807f31986bfbe911ea335591835 Mon Sep 17 00:00:00 2001 From: Oswaldo Ferreira <> Date: Tue, 23 Apr 2019 11:42:49 -0300 Subject: [PATCH 1/2] Update Gitaly to 11.34.1 --- GITALY_SERVER_VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GITALY_SERVER_VERSION b/GITALY_SERVER_VERSION index 2b17ffd5042..a95a46d9fa9 100644 --- a/GITALY_SERVER_VERSION +++ b/GITALY_SERVER_VERSION @@ -1 +1 @@ -1.34.0 +1.34.1 -- GitLab From 04ecaaf490b9f86cf162c6ac1b4073a67aff2102 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..c90a54d975d --- /dev/null +++ b/changelogs/unreleased/loosen_regex_for_exception_sanitization.yml @@ -0,0 +1,5 @@ +--- +title: Loosen regex for exception sanitization +merge_request: 3076 +author: +type: security -- GitLab