summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2019-07-29 14:48:20 +0000
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2019-07-29 14:48:20 +0000
commitcc7b15fe935d41aab85918eb7ae7c0ef81f8bfb0 (patch)
tree23d9b604878bd271e502b20015f147d562a95001
parenta90b38641d43870a4bf36544ed1d966ae8d1fa13 (diff)
downloadgitlab-ce-cc7b15fe935d41aab85918eb7ae7c0ef81f8bfb0.tar.gz
Update CHANGELOG.md for 11.11.7
[ci skip]
-rw-r--r--CHANGELOG.md15
-rw-r--r--changelogs/unreleased/security-60143-patch-additional-xss-vector-in-wikis.yml5
-rw-r--r--changelogs/unreleased/security-bvl-filter-mr-params.yml5
-rw-r--r--changelogs/unreleased/security-dns-ssrf-bypass.yml5
-rw-r--r--changelogs/unreleased/security-fix-badges-leaked-to-unauthorized-users.yml5
-rw-r--r--changelogs/unreleased/security-github-ssrf-redirect.yml5
-rw-r--r--changelogs/unreleased/security-hide_moved_issue_id.yml5
-rw-r--r--changelogs/unreleased/security-remove-take-trigger-ownership-feature.yml5
8 files changed, 15 insertions, 35 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e2882bce1bd..d93cc182c62 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -644,6 +644,21 @@ entry.
- Moves snowplow to CE repo.
+## 11.11.7
+
+### Security (9 changes)
+
+- Restrict slash commands to users who can log in.
+- Patch XSS issue in wiki links.
+- Filter merge request params on the new merge request page.
+- Fix Server Side Request Forgery mitigation bypass.
+- Show badges if pipelines are public otherwise default to project permissions.
+- Do not allow localhost url redirection in GitHub Integration.
+- Do not show moved issue id for users that cannot read issue.
+- Use source project as permissions reference for MergeRequestsController#pipelines.
+- Drop feature to take ownership of trigger token.
+
+
## 11.11.4 (2019-06-26)
### Fixed (3 changes)
diff --git a/changelogs/unreleased/security-60143-patch-additional-xss-vector-in-wikis.yml b/changelogs/unreleased/security-60143-patch-additional-xss-vector-in-wikis.yml
deleted file mode 100644
index a8a26d5fc56..00000000000
--- a/changelogs/unreleased/security-60143-patch-additional-xss-vector-in-wikis.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Patch XSS issue in wiki links
-merge_request:
-author:
-type: security
diff --git a/changelogs/unreleased/security-bvl-filter-mr-params.yml b/changelogs/unreleased/security-bvl-filter-mr-params.yml
deleted file mode 100644
index 4433ec73b7c..00000000000
--- a/changelogs/unreleased/security-bvl-filter-mr-params.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Filter merge request params on the new merge request page
-merge_request:
-author:
-type: security
diff --git a/changelogs/unreleased/security-dns-ssrf-bypass.yml b/changelogs/unreleased/security-dns-ssrf-bypass.yml
deleted file mode 100644
index e48696ce5bd..00000000000
--- a/changelogs/unreleased/security-dns-ssrf-bypass.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix Server Side Request Forgery mitigation bypass
-merge_request:
-author:
-type: security
diff --git a/changelogs/unreleased/security-fix-badges-leaked-to-unauthorized-users.yml b/changelogs/unreleased/security-fix-badges-leaked-to-unauthorized-users.yml
deleted file mode 100644
index 9526f3c559f..00000000000
--- a/changelogs/unreleased/security-fix-badges-leaked-to-unauthorized-users.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Show badges if pipelines are public otherwise default to project permissions.
-erge_request:
-author:
-type: security
diff --git a/changelogs/unreleased/security-github-ssrf-redirect.yml b/changelogs/unreleased/security-github-ssrf-redirect.yml
deleted file mode 100644
index 36a36de3eb0..00000000000
--- a/changelogs/unreleased/security-github-ssrf-redirect.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Do not allow localhost url redirection in GitHub Integration
-merge_request:
-author:
-type: security
diff --git a/changelogs/unreleased/security-hide_moved_issue_id.yml b/changelogs/unreleased/security-hide_moved_issue_id.yml
deleted file mode 100644
index 24353d797c9..00000000000
--- a/changelogs/unreleased/security-hide_moved_issue_id.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Do not show moved issue id for users that cannot read issue
-merge_request:
-author:
-type: security
diff --git a/changelogs/unreleased/security-remove-take-trigger-ownership-feature.yml b/changelogs/unreleased/security-remove-take-trigger-ownership-feature.yml
deleted file mode 100644
index 201f66e1f18..00000000000
--- a/changelogs/unreleased/security-remove-take-trigger-ownership-feature.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Drop feature to take ownership of trigger token.
-merge_request:
-author:
-type: security