diff options
author | Chantal Rollison <crollison@gitlab.com> | 2018-11-26 08:11:42 +0000 |
---|---|---|
committer | Steve Azzopardi <sazzopardi@gitlab.com> | 2018-11-26 08:11:42 +0000 |
commit | de0ec4dd0787851b75edd51f1e1db0dea90e8053 (patch) | |
tree | 8330f39d54cf5f30dcfc2cbf806aee1996cf696b /changelogs | |
parent | 4ad82e69ba171980805ffaf994d18ace23f64d74 (diff) | |
download | gitlab-ce-de0ec4dd0787851b75edd51f1e1db0dea90e8053.tar.gz |
[11.5] Fixed ability to comment on and edit/delete comments on locked or confidential issues
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/security-guest-comments.yml | 5 | ||||
-rw-r--r-- | changelogs/unreleased/security-guest-comments_2.yml | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/changelogs/unreleased/security-guest-comments.yml b/changelogs/unreleased/security-guest-comments.yml new file mode 100644 index 00000000000..2c99512433b --- /dev/null +++ b/changelogs/unreleased/security-guest-comments.yml @@ -0,0 +1,5 @@ +--- +title: Fixed ability to comment on locked/confidential issues. +merge_request: +author: +type: security diff --git a/changelogs/unreleased/security-guest-comments_2.yml b/changelogs/unreleased/security-guest-comments_2.yml new file mode 100644 index 00000000000..be6f2d6a490 --- /dev/null +++ b/changelogs/unreleased/security-guest-comments_2.yml @@ -0,0 +1,5 @@ +--- +title: Fixed ability of guest users to edit/delete comments on locked or confidential issues. +merge_request: +author: +type: security |