summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-04-11 11:37:58 +0200
committerDouwe Maan <douwe@gitlab.com>2015-04-11 11:37:58 +0200
commitcebb74a0c0575f00f8904b204559979486fc714f (patch)
treeead289b5e6047172aca539b0b86bcef0fce14370 /CHANGELOG
parent24d139ba971cf61a4b7a01031c4c57bcba29b172 (diff)
downloadgitlab-ce-cebb74a0c0575f00f8904b204559979486fc714f.tar.gz
Fix project import URL regex to prevent arbitary local repos from being imported.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 0878c03207b..f69f7471a54 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
Please view this file on the master branch, on stable branches it's out of date.
v 7.10.0 (unreleased)
+ - Fix project import URL regex to prevent arbitary local repos from being imported.
- Fix bug where Wiki pages that included a '/' were no longer accessible (Stan Hu)
- Fix bug where error messages from Dropzone would not be displayed on the issues page (Stan Hu)
- Add ability to configure Reply-To address in gitlab.yml (Stan Hu)