summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2019-10-28 15:00:06 +0000
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2019-10-28 15:00:06 +0000
commit3830617e819e4a442e7bb6dd5b3c69bc24f9b7bd (patch)
tree7a26cc0b53169fea93486932a06e488cdb875bd1
parent8b69a3964e6daefcdd11be6ddaa8f51a870b62f6 (diff)
downloadgitlab-ce-3830617e819e4a442e7bb6dd5b3c69bc24f9b7bd.tar.gz
Update CHANGELOG.md for 12.4.1
[ci skip]
-rw-r--r--CHANGELOG.md18
-rw-r--r--changelogs/unreleased/29986-remove-leaky-401-responses.yml5
-rw-r--r--changelogs/unreleased/security-2914-labels-visible-despite-no-access-to-issues-repositories-12-.yml5
-rw-r--r--changelogs/unreleased/security-2920-fix-notes-with-label-cross-reference-12-4.yml5
-rw-r--r--changelogs/unreleased/security-64519-nested-graphql-query-can-cause-denial-of-service.yml5
-rw-r--r--changelogs/unreleased/security-65756-ex-admin-attacker-can-comment-in-internal.yml5
-rw-r--r--changelogs/unreleased/security-bvl-validate-force-remove-branch-on-mrs.yml6
-rw-r--r--changelogs/unreleased/security-developer-transfer-project.yml5
-rw-r--r--changelogs/unreleased/security-hide-private-members-in-project-member-autocomplete.yml3
-rw-r--r--changelogs/unreleased/security-id-fix-disclosure-of-private-repo-names.yml5
-rw-r--r--changelogs/unreleased/security-mask-sentry-token-ce.yml4
-rw-r--r--changelogs/unreleased/security-open-redirect-internalredirect.yml5
-rw-r--r--changelogs/unreleased/security-wiki-rdoc-content.yml5
13 files changed, 18 insertions, 58 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9411180abff..16a36724b4f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,24 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
+## 12.4.1
+
+### Security (12 changes)
+
+- Standardize error response when route is missing.
+- Do not display project labels that are not visible for user accessing group labels.
+- Show cross-referenced label and milestones in issues' activities only to authorized users.
+- Analyze incoming GraphQL queries and check for recursion.
+- Disallow unprivileged users from commenting on private repository commits.
+- Don't allow maintainers of a target project to delete the source branch of a merge request from a fork.
+- Require Maintainer permission on group where project is transferred to.
+- Don't leak private members in project member autocomplete suggestions.
+- Return 404 on LFS request if project doesn't exist.
+- Mask sentry auth token in Error Tracking dashboard.
+- Fixes a Open Redirect issue in `InternalRedirect`.
+- Sanitize all wiki markup formats with GitLab sanitization pipelines.
+
+
## 12.4.0
### Security (14 changes)
diff --git a/changelogs/unreleased/29986-remove-leaky-401-responses.yml b/changelogs/unreleased/29986-remove-leaky-401-responses.yml
deleted file mode 100644
index 3d60011b63f..00000000000
--- a/changelogs/unreleased/29986-remove-leaky-401-responses.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Standardize error response when route is missing
-merge_request:
-author:
-type: security
diff --git a/changelogs/unreleased/security-2914-labels-visible-despite-no-access-to-issues-repositories-12-.yml b/changelogs/unreleased/security-2914-labels-visible-despite-no-access-to-issues-repositories-12-.yml
deleted file mode 100644
index 59af202a3bd..00000000000
--- a/changelogs/unreleased/security-2914-labels-visible-despite-no-access-to-issues-repositories-12-.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Do not display project labels that are not visible for user accessing group labels
-merge_request:
-author:
-type: security
diff --git a/changelogs/unreleased/security-2920-fix-notes-with-label-cross-reference-12-4.yml b/changelogs/unreleased/security-2920-fix-notes-with-label-cross-reference-12-4.yml
deleted file mode 100644
index b2901411729..00000000000
--- a/changelogs/unreleased/security-2920-fix-notes-with-label-cross-reference-12-4.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Show cross-referenced label and milestones in issues' activities only to authorized users
-merge_request:
-author:
-type: security
diff --git a/changelogs/unreleased/security-64519-nested-graphql-query-can-cause-denial-of-service.yml b/changelogs/unreleased/security-64519-nested-graphql-query-can-cause-denial-of-service.yml
deleted file mode 100644
index 5ce37b0d032..00000000000
--- a/changelogs/unreleased/security-64519-nested-graphql-query-can-cause-denial-of-service.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Analyze incoming GraphQL queries and check for recursion
-merge_request:
-author:
-type: security
diff --git a/changelogs/unreleased/security-65756-ex-admin-attacker-can-comment-in-internal.yml b/changelogs/unreleased/security-65756-ex-admin-attacker-can-comment-in-internal.yml
deleted file mode 100644
index 3d9f480ba11..00000000000
--- a/changelogs/unreleased/security-65756-ex-admin-attacker-can-comment-in-internal.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Disallow unprivileged users from commenting on private repository commits
-merge_request:
-author:
-type: security
diff --git a/changelogs/unreleased/security-bvl-validate-force-remove-branch-on-mrs.yml b/changelogs/unreleased/security-bvl-validate-force-remove-branch-on-mrs.yml
deleted file mode 100644
index 50dc9c32c5d..00000000000
--- a/changelogs/unreleased/security-bvl-validate-force-remove-branch-on-mrs.yml
+++ /dev/null
@@ -1,6 +0,0 @@
----
-title: Don't allow maintainers of a target project to delete the source branch of
- a merge request from a fork
-merge_request:
-author:
-type: security
diff --git a/changelogs/unreleased/security-developer-transfer-project.yml b/changelogs/unreleased/security-developer-transfer-project.yml
deleted file mode 100644
index fe533fc099a..00000000000
--- a/changelogs/unreleased/security-developer-transfer-project.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Require Maintainer permission on group where project is transferred to
-merge_request:
-author:
-type: security
diff --git a/changelogs/unreleased/security-hide-private-members-in-project-member-autocomplete.yml b/changelogs/unreleased/security-hide-private-members-in-project-member-autocomplete.yml
deleted file mode 100644
index 5992e93bda2..00000000000
--- a/changelogs/unreleased/security-hide-private-members-in-project-member-autocomplete.yml
+++ /dev/null
@@ -1,3 +0,0 @@
----
-title: "Don't leak private members in project member autocomplete suggestions"
-type: security
diff --git a/changelogs/unreleased/security-id-fix-disclosure-of-private-repo-names.yml b/changelogs/unreleased/security-id-fix-disclosure-of-private-repo-names.yml
deleted file mode 100644
index dfd7a2d11f9..00000000000
--- a/changelogs/unreleased/security-id-fix-disclosure-of-private-repo-names.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Return 404 on LFS request if project doesn't exist
-merge_request:
-author:
-type: security
diff --git a/changelogs/unreleased/security-mask-sentry-token-ce.yml b/changelogs/unreleased/security-mask-sentry-token-ce.yml
deleted file mode 100644
index e9fe780a488..00000000000
--- a/changelogs/unreleased/security-mask-sentry-token-ce.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Mask sentry auth token in Error Tracking dashboard
-author:
-type: security
diff --git a/changelogs/unreleased/security-open-redirect-internalredirect.yml b/changelogs/unreleased/security-open-redirect-internalredirect.yml
deleted file mode 100644
index 5ac65a4b355..00000000000
--- a/changelogs/unreleased/security-open-redirect-internalredirect.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fixes a Open Redirect issue in `InternalRedirect`.
-merge_request:
-author:
-type: security
diff --git a/changelogs/unreleased/security-wiki-rdoc-content.yml b/changelogs/unreleased/security-wiki-rdoc-content.yml
deleted file mode 100644
index f40f1abcd94..00000000000
--- a/changelogs/unreleased/security-wiki-rdoc-content.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Sanitize all wiki markup formats with GitLab sanitization pipelines
-merge_request:
-author:
-type: security