diff options
author | Małgorzata Ksionek <meksionek@gmail.com> | 2019-03-20 14:39:07 +0100 |
---|---|---|
committer | Małgorzata Ksionek <meksionek@gmail.com> | 2019-03-21 16:25:01 +0100 |
commit | 41af40d4d52e869b6f3e7ceeead800e9f1c89857 (patch) | |
tree | 90279b54afb50a32062c40ba0ebe7825a0f04efe /changelogs | |
parent | bcd4e1f55de9482bda8e86cdb638316f1ed88c30 (diff) | |
download | gitlab-ce-41af40d4d52e869b6f3e7ceeead800e9f1c89857.tar.gz |
Disallow changing namespace of a project in update method
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/security-mass-assignment-on-project-update.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/security-mass-assignment-on-project-update.yml b/changelogs/unreleased/security-mass-assignment-on-project-update.yml new file mode 100644 index 00000000000..8657dcdd135 --- /dev/null +++ b/changelogs/unreleased/security-mass-assignment-on-project-update.yml @@ -0,0 +1,5 @@ +--- +title: Disallow updating namespace during updating project +merge_request: +author: +type: security |