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>2018-10-09 12:00:28 +0300
committerDouwe Maan <douwe@gitlab.com>2018-10-09 12:00:28 +0300
commit0c9a6c348b86bcebe72047b93bf46f4a49f998f8 (patch)
tree94ef1028351ac270c27067ebf37d7e794f376c28 /changelogs
parenta78269289e1b6b08afe5e67c6d6af59b9e10acc6 (diff)
parent22d7c1379fea684dc09e9347e134741fb6b5b2c6 (diff)
Merge branch 'sh-handle-invalid-comparison' into 'master'
Reject invalid branch names in repository compare controller Closes #51003 See merge request gitlab-org/gitlab-ce!22186
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/sh-handle-invalid-comparison.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-handle-invalid-comparison.yml b/changelogs/unreleased/sh-handle-invalid-comparison.yml
new file mode 100644
index 00000000000..30b5b3d8198
--- /dev/null
+++ b/changelogs/unreleased/sh-handle-invalid-comparison.yml
@@ -0,0 +1,5 @@
+---
+title: Reject invalid branch names in repository compare controller
+merge_request: 22186
+author:
+type: fixed