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
path: root/app
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2019-01-24 16:51:48 +0300
committerYorick Peterse <yorickpeterse@gmail.com>2019-01-24 16:51:48 +0300
commita3dfd6acb94465b566800c3669decbe384caf478 (patch)
treec1ab0e78cfa87553ff51604b0e5129fe60fbabb2 /app
parenta9dbe1080bcbc5019e7d30f968225e8e973f482e (diff)
parent29ccb99f8c3b22655f130b7bd19bf3a84235157b (diff)
Merge branch 'security-11-7-2769-idn-homograph-attack' into '11-7-stable'
[11.7] GitLab vulnerable to IDN homograph attacks and RTLO attacks See merge request gitlab/gitlabhq!2821
Diffstat (limited to 'app')
-rw-r--r--app/models/concerns/cache_markdown_field.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/concerns/cache_markdown_field.rb b/app/models/concerns/cache_markdown_field.rb
index a8c9e54f00c..73a27326f6c 100644
--- a/app/models/concerns/cache_markdown_field.rb
+++ b/app/models/concerns/cache_markdown_field.rb
@@ -15,7 +15,7 @@ module CacheMarkdownField
# Increment this number every time the renderer changes its output
CACHE_REDCARPET_VERSION = 3
CACHE_COMMONMARK_VERSION_START = 10
- CACHE_COMMONMARK_VERSION = 12
+ CACHE_COMMONMARK_VERSION = 13
# changes to these attributes cause the cache to be invalidates
INVALIDATED_BY = %w[author project].freeze