Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Lee Yu <heinrich@gitlab.com>2019-03-15 03:07:52 +0300
committerBrett Walker <bwalker@gitlab.com>2019-03-18 21:28:35 +0300
commit3d85406734fc31bb9c9fb95ce26898b65b60b3ea (patch)
treeb7f51a67e2f6b4fc01c6e7b75b381f205102136f /changelogs
parent45a4bc300c52a6cf17049626ea682d039efa9fc7 (diff)
Only return `commands_changes` used in frontend
When executing quick actions, this limits the `commands_changes` response to only those used by the frontend
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/security-2826-fix-project-serialization-in-quick-actions.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/security-2826-fix-project-serialization-in-quick-actions.yml b/changelogs/unreleased/security-2826-fix-project-serialization-in-quick-actions.yml
new file mode 100644
index 00000000000..272f8a95957
--- /dev/null
+++ b/changelogs/unreleased/security-2826-fix-project-serialization-in-quick-actions.yml
@@ -0,0 +1,5 @@
+---
+title: Remove project serialization in quick actions response
+merge_request:
+author:
+type: security