Commit 965fd668 authored by GitLab Release Tools Bot's avatar GitLab Release Tools Bot

Merge branch 'security-654-14-10' into '14-10-stable-ee'

Invalidate markdown cache to clear up stored XSS

See merge request gitlab-org/security/gitlab!2418
parents 62918264 0a0aee80
......@@ -11,8 +11,8 @@ module Gitlab
# this if the change to the renderer output is a new feature or a
# minor bug fix.
# See: https://gitlab.com/gitlab-org/gitlab/-/issues/330313
CACHE_COMMONMARK_VERSION = 29
CACHE_COMMONMARK_VERSION_START = 10
CACHE_COMMONMARK_VERSION = 30
CACHE_COMMONMARK_VERSION_START = 10
BaseError = Class.new(StandardError)
UnsupportedClassError = Class.new(BaseError)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment