diff options
author | Heinrich Lee Yu <heinrich@gitlab.com> | 2019-03-15 08:07:52 +0800 |
---|---|---|
committer | Brett Walker <bwalker@gitlab.com> | 2019-03-18 13:57:00 -0500 |
commit | df53080d37701e341d282721d5ae368fa97cea9a (patch) | |
tree | 98975bd9bc166527e489da478e7bae7df3dba959 /changelogs | |
parent | 2eaeda28ddebeb01f13dcda394c5eaeff7662f9f (diff) | |
download | gitlab-ce-df53080d37701e341d282721d5ae368fa97cea9a.tar.gz |
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.yml | 5 |
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 |