From a1662356240536b7df4a40b41253517968869b83 Mon Sep 17 00:00:00 2001 From: Vladimir Shushlin Date: Mon, 29 Jul 2019 16:07:44 +0300 Subject: [PATCH] Upgrade pages version to 1.7.1 --- GITLAB_PAGES_VERSION | 2 +- changelogs/unreleased/security-pages-api-token-recovery.yml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 changelogs/unreleased/security-pages-api-token-recovery.yml diff --git a/GITLAB_PAGES_VERSION b/GITLAB_PAGES_VERSION index bd8bf882d06..943f9cbc4ec 100644 --- a/GITLAB_PAGES_VERSION +++ b/GITLAB_PAGES_VERSION @@ -1 +1 @@ -1.7.0 +1.7.1 diff --git a/changelogs/unreleased/security-pages-api-token-recovery.yml b/changelogs/unreleased/security-pages-api-token-recovery.yml new file mode 100644 index 00000000000..b8193368360 --- /dev/null +++ b/changelogs/unreleased/security-pages-api-token-recovery.yml @@ -0,0 +1,5 @@ +--- +title: Upgrade pages to 1.7.1 to prevent gitlab api token recovery from cookie +merge_request: +author: +type: security -- GitLab