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:56:16 +0300
commit719b81d310b67f1ab9543b2da5881560e6927470 (patch)
tree8e75f46e29ea52ef50d39d0425958ccec79d39cc /changelogs/unreleased
parentb1268e93775a992c990a8d378491b19c59463545 (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/unreleased')
-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