Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2017-09-27 12:18:32 +0300
committerRobert Speicher <rspeicher@gmail.com>2017-10-11 16:54:20 +0300
commit517c49dd4ec503e952d8cd24fa6ad72cc695bfbb (patch)
treef021db708258ce158d27eb3a832630e199384875 /changelogs/unreleased
parent1123942fce9590bfa1a0f21f078020e342ec1223 (diff)
Merge branch 'rs-sanitize-unicode-in-protocol' into 'security-10-0'
[10.0] Prevent a persistent XSS in user-provided markup See merge request gitlab/gitlabhq!2199
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/rs-sanitize-unicode-in-protocol.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/rs-sanitize-unicode-in-protocol.yml b/changelogs/unreleased/rs-sanitize-unicode-in-protocol.yml
new file mode 100644
index 00000000000..093c99943e2
--- /dev/null
+++ b/changelogs/unreleased/rs-sanitize-unicode-in-protocol.yml
@@ -0,0 +1,5 @@
+---
+title: Prevent a persistent XSS in user-provided markup
+merge_request:
+author:
+type: security