diff options
author | Bob Van Landuyt <bob@gitlab.com> | 2018-09-25 09:32:53 +0000 |
---|---|---|
committer | Bob Van Landuyt <bob@vanlanduyt.co> | 2018-09-25 11:36:51 +0200 |
commit | 14e45a03a6c38960c1888dab12c6f040345e8bb5 (patch) | |
tree | 68e38ed9dd90abda06fdee0bbd344224df4c6d6d /changelogs | |
parent | f8578ff3a13ab423e1970ba85a7149810e323aa9 (diff) | |
download | gitlab-ce-14e45a03a6c38960c1888dab12c6f040345e8bb5.tar.gz |
Merge branch 'security-package-json-xss-11-3' into 'security-11-3'
[11.3] Fix XSS vulnerability sourced from package.json's homepage
See merge request gitlab/gitlabhq!2508
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/security-package-json-xss.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/security-package-json-xss.yml b/changelogs/unreleased/security-package-json-xss.yml new file mode 100644 index 00000000000..6ab4854e44f --- /dev/null +++ b/changelogs/unreleased/security-package-json-xss.yml @@ -0,0 +1,5 @@ +--- +title: Fix xss vulnerability sourced from package.json +merge_request: +author: +type: security |