diff options
author | Fatih Acet <acetfatih@gmail.com> | 2018-08-23 22:53:35 +0200 |
---|---|---|
committer | André Luís <aluis@gitlab.com> | 2018-09-11 13:30:36 +0100 |
commit | 6d360c210d3d822fc266eecc04753481ae4bda70 (patch) | |
tree | 2884f5d800cd8f26020bcf0913aa78c11bc3a61d /changelogs/unreleased | |
parent | c56f2b96159afaf6f1e0831d0e7a756a40568cab (diff) | |
download | gitlab-ce-6d360c210d3d822fc266eecc04753481ae4bda70.tar.gz |
Properly sanitize JSON data to fix XSS on Issue details page.
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r-- | changelogs/unreleased/security-acet-issue-details.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/security-acet-issue-details.yml b/changelogs/unreleased/security-acet-issue-details.yml new file mode 100644 index 00000000000..64147a9d6e8 --- /dev/null +++ b/changelogs/unreleased/security-acet-issue-details.yml @@ -0,0 +1,5 @@ +--- +title: Sanitize JSON data properly to fix XSS on Issue details page +merge_request: +author: +type: security |