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:
authorHeinrich Lee Yu <hleeyu@gmail.com>2019-01-09 11:55:29 +0300
committerYorick Peterse <yorickpeterse@gmail.com>2019-01-31 18:51:16 +0300
commit219d24fe5298f6ca5a16d4392360fe1f691aee97 (patch)
tree54038050e7e813a006f1a1e546e41aadbaa9e2d5 /changelogs
parent68d13322290a52360cd485d24bcfff995d98cf97 (diff)
Fix slow project reference pattern regex
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/security-fix-regex-dos.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/security-fix-regex-dos.yml b/changelogs/unreleased/security-fix-regex-dos.yml
new file mode 100644
index 00000000000..b08566d2f15
--- /dev/null
+++ b/changelogs/unreleased/security-fix-regex-dos.yml
@@ -0,0 +1,5 @@
+---
+title: Fix slow regex in project reference pattern
+merge_request:
+author:
+type: security