diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2017-03-06 20:26:58 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2017-03-07 09:43:35 +0200 |
commit | e6cc7a0a38927d3874f076900308f46c533a4e1d (patch) | |
tree | 6b47dc33e089f61d8e1e2c05d28df071ca3ce81f /changelogs | |
parent | 6b2d4947a6300f006fd46360161687fd19e18659 (diff) | |
download | gitlab-ce-e6cc7a0a38927d3874f076900308f46c533a4e1d.tar.gz |
Restrict nested group names to prevent ambiguous routesdz-nested-groups-restrictions
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/dz-nested-groups-restrictions.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/dz-nested-groups-restrictions.yml b/changelogs/unreleased/dz-nested-groups-restrictions.yml new file mode 100644 index 00000000000..2ffb6032525 --- /dev/null +++ b/changelogs/unreleased/dz-nested-groups-restrictions.yml @@ -0,0 +1,4 @@ +--- +title: Restrict nested group names to prevent ambiguous routes +merge_request: 9738 +author: |